zeek/scripts/base/frameworks
Johanna Amann 3bce313b12 Switch file UID hashing from md5 to highwayhash.
This commit switches UID hashing from md5 to a highway hash. It also
moves the salt value out of the file plugin - and makes it
installation-specific instead - it is moved to the global namespace.

There now are digest hash functions to make "static"
installation-specific hashes that are stable over workers available to
everyone; hashes can be 64, 128 or 256 bits in size.

Due to the fact that we switch the file hashing algorithm, all file
hashes change.

The underlyigng algorithm that is used for hashing is highwayhash-128,
which is significantly faster than md5.
2020-04-30 10:20:09 -07:00
..
analyzer Remove BackDoor analyzer 2019-06-27 18:25:43 -07:00
broker GH-780: Prevent log batches from indefinite buffering 2020-02-05 13:06:52 -08:00
cluster Fix Broker topics used to uniquely identify cluster nodes 2020-04-10 14:36:00 -07:00
config Remove unnecessary &optional from a Config::set_value() parameter 2019-10-15 17:46:05 -07:00
control More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00
dpd Add DPD::max_violations option 2019-07-19 13:00:02 -07:00
files Switch file UID hashing from md5 to highwayhash. 2020-04-30 10:20:09 -07:00
input More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00
intel fixed a newline issue with baselines 2020-03-27 11:27:28 -04:00
logging Merge remote-tracking branch 'origin/topic/dev/print-to-log' 2019-12-02 13:47:09 -08:00
netcontrol Remove ineffective &default in netcontrol cluster event handler args 2020-04-16 15:40:27 -07:00
notice Update notice user agent. 2020-01-29 12:08:10 +00:00
openflow Add proper JSON serialization via C++, deprecate json.zeek 2019-07-02 12:52:26 -07:00
packet-filter More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00
reporter More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00
signatures Use consistent zeek_init priority for Log::create_stream calls 2020-01-22 13:58:20 -08:00
software GH-234: rename Broxygen to Zeexygen along with roles/directives 2019-04-22 19:45:50 -07:00
sumstats Deprecate functions with "bro" in them. 2019-06-05 16:18:57 -07:00
supervisor Add note that Supervisor script APIs are unstable until 4.0 2020-01-27 13:51:01 -08:00
tunnels GH-646: add new "successful_connection_remove" event 2019-11-11 19:52:59 -08:00