zeek/scripts/base/utils
Bernhard Amann 4b0ee2e7ca Fix the dir module.
Internally, Dir kept track of the files in directory
by storing all inode numbers in a set. However, when a file
is deleted and a new file is created in a directory, the old
file may get the same inode number as the old one. In this
case, bro did not notice the new file.

The patch simply changes the indexing of files - now files
are indexed by inode and creation time.

This should fix the scripts.base.utils.dir test failures.
2013-10-25 18:01:46 -07:00
..
active-http.bro Do not include documentation of commented-out items 2013-10-22 13:46:09 -05:00
addrs.bro Fix typos and formatting in the base/utils docs 2013-10-16 20:41:56 -05:00
conn-ids.bro Fix typos and formatting in the base/utils docs 2013-10-16 20:41:56 -05:00
dir.bro Fix the dir module. 2013-10-25 18:01:46 -07:00
directions-and-hosts.bro Fix typos and formatting in the base/utils docs 2013-10-16 20:41:56 -05:00
exec.bro Fix typos and formatting in the base/utils docs 2013-10-16 20:41:56 -05:00
files.bro Merge remote-tracking branch 'origin/topic/seth/faf-updates' 2013-07-29 14:21:52 -07:00
numbers.bro Hopefully the last major script reorganization. 2011-08-05 23:09:53 -04:00
paths.bro Fix typos and formatting in the base/utils docs 2013-10-16 20:41:56 -05:00
patterns.bro Fix typos and formatting in the base/utils docs 2013-10-16 20:41:56 -05:00
queue.bro Fix typos and formatting in the base/utils docs 2013-10-16 20:41:56 -05:00
site.bro Document which Bro script vars are set by BroControl 2013-10-22 16:40:29 -05:00
strings.bro Fix typos and formatting in the base/utils docs 2013-10-16 20:41:56 -05:00
thresholds.bro Fix typos and formatting in the base/utils docs 2013-10-16 20:41:56 -05:00
time.bro Fix typos and formatting in the base/utils docs 2013-10-16 20:41:56 -05:00
urls.bro Fix typos and formatting in the base/utils docs 2013-10-16 20:41:56 -05:00