zeek/scripts/base
Jon Siwek bbac44a6a4 Changes to open-file caching limits and uncached file unserialization.
- Unserializing files that were previously kicked out of the open-file
  cache would cause them to be fopen'd with the original access
  permissions which is usually 'w' and causes truncation.  They
  are now opened in 'a' mode.  (addresses #780)

- Add 'max_files_in_cache' script option to manually set the maximum
  amount of opened files to keep cached.  Mainly this just helped
  to create a simple test case for the above change.

- Remove unused NO_HAVE_SETRLIMIT preprocessor switch.

- On systems that don't enforce a limit on number of files opened for
  the process, raise default max size of open-file cache from
  32 to 512.
2012-05-03 13:13:58 -05:00
..
frameworks Checkpoint after pass. 2012-02-15 13:07:08 -08:00
misc Hopefully the last major script reorganization. 2011-08-05 23:09:53 -04:00
protocols Merge remote-tracking branch 'origin/fastpath' 2012-04-24 14:39:27 -07:00
utils Fix some malformed Broxygen xref roles. 2011-12-16 14:30:36 -06:00
init-bare.bro Changes to open-file caching limits and uncached file unserialization. 2012-05-03 13:13:58 -05:00
init-default.bro Metrics framework update. Mostly to make metrics work on clusters. 2011-08-15 15:57:48 -04:00