zeek/scripts/base/utils
Johanna Amann e859130369 Exec: fix reader cleanup when using read_files
Wen using read_files, the Exec framework called Input::remove on the
wrong input stream: it always got called on the input stream of the
execution, not on the input stream of the current file that was being
read.

This lead to threads never being closed and file handles being kept open
until Bro is closed. This means that before this patch, every time
ActiveHTTP is used, a thread stays around and several file handles are
used.
2016-06-15 17:08:35 -07:00
..
active-http.bro Deprecate split* family of BIFs. 2015-01-21 15:34:42 -06:00
addrs.bro Deprecate split* family of BIFs. 2015-01-21 15:34:42 -06:00
conn-ids.bro Fix typos and formatting in the base/utils docs 2013-10-16 20:41:56 -05:00
dir.bro Return the Dir module to file name tracking instead of inode tracking. 2013-10-29 11:09:55 -04:00
directions-and-hosts.bro Fix typos and formatting in the base/utils docs 2013-10-16 20:41:56 -05:00
exec.bro Exec: fix reader cleanup when using read_files 2016-06-15 17:08:35 -07:00
files.bro Deprecate split* family of BIFs. 2015-01-21 15:34:42 -06:00
json.bro move openflow to use subnets instead of addr for matches. 2015-04-14 15:00:49 -07:00
numbers.bro Files transferred over FTP were showing incorrect sizes. 2016-03-11 12:56:28 -05:00
paths.bro Deprecate split* family of BIFs. 2015-01-21 15:34:42 -06:00
patterns.bro Deprecate split* family of BIFs. 2015-01-21 15:34:42 -06: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 Updates for the urls.bro script. Fixes BIT-1404. 2015-06-01 11:38:26 -04:00