zeek/scripts/base/utils
Jon Siwek 1531980f3d Exec module and raw input reader fixes.
- Do stream mode for commands done by exec module, it seems important
  in some cases (e.g. ensure requested stdin is fully written).

- For cases where the raw input reader knows the child process has been
  reaped, set the childpid member to a sentinel value to indicate such
  so we don't later think we should kill it or wait on it anymore.

- More error checking on dup2/close calls.  Set sentinel values when
  closing ends of pipes to prevent double closing a fd.

- Signal flag not set when raw input reader's child exits as a result
  of a signal.  Left out a test for this -- might be portability issues
  (e.g. Ubuntu seems to do things different regarding the exit code and
  also is printing "Killed" to stderr where other platforms don't).
2013-08-02 17:27:10 -05:00
..
active-http.bro Exec module changes/fixes. 2013-07-23 14:16:39 -05:00
addrs.bro Change IPv6 output format to no longer automatically be bracketed. 2012-05-07 12:55:54 -05:00
conn-ids.bro Hopefully the last major script reorganization. 2011-08-05 23:09:53 -04:00
dir.bro Exec module and raw input reader fixes. 2013-08-02 17:27:10 -05:00
directions-and-hosts.bro Add a test that checks each individual script can be loaded in bare-mode. 2011-08-10 15:38:21 -05:00
exec.bro Exec module and raw input reader fixes. 2013-08-02 17:27:10 -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 path compression to include removing "/./". 2013-04-02 00:16:56 -04:00
patterns.bro Fixing tests after modbus merge. 2012-11-05 15:58:38 -08:00
queue.bro Fix broken/missing documentation. 2013-05-23 16:53:42 -05:00
site.bro Merge remote-tracking branch 'origin/fastpath' 2012-05-03 11:45:00 -07:00
strings.bro remove the byte_len and length bifs 2013-03-06 13:45:42 -08:00
thresholds.bro Hopefully the last major script reorganization. 2011-08-05 23:09:53 -04:00
time.bro Layout tweaks for the sumstats code, and preliminary updates for NEWS. 2013-04-28 15:35:21 -07:00
urls.bro Extracting URLs from message bodies over SMTP and sending them to Intel framework. 2012-10-31 08:46:40 -04:00