zeek/scripts/base/frameworks
Jon Siwek 53d9832d5a Fix a problem with non-manager cluster nodes applying Notice::policy.
This could, for example, result in duplicate emails being sent (one from
manager and one from worker) if Notice::emailed_types is redef'd in
local.bro (or any script that gets loaded on all cluster nodes).

The problem was that Notice::policy is used to populate the internal
Notice::ordered_policy vector in a priority 10 bro_init handler (in
scripts/base/frameworks/notice/main.bro) and then that is what is used
when applying policy to notices.  In order for
scripts/base/frameworks/notice/cluster.bro to prevent Notice::policy
from being used on non-manager nodes, it needs to clear it in a
bro_init hander of higher priority than 10.
2012-10-04 16:45:56 -05:00
..
cluster Merge remote-tracking branch 'origin/topic/jsiwek/ipv6-comm' 2012-05-24 17:01:34 -07:00
communication Merge remote-tracking branch 'vlad/info_record_fixes' 2012-07-13 16:20:49 -07:00
control Enable Bro to communicate with peers over non-global IPv6 addresses. 2012-05-17 12:59:20 -05:00
dpd Fixed some problems with the SOCKS analyzer and tests. 2012-06-20 22:57:46 -04:00
input Merge remote-tracking branch 'origin/topic/bernhard/input-allow_invalid_types' 2012-08-22 16:11:28 -07:00
intel This completes framework documentation package 4. 2012-01-06 16:36:22 -05:00
logging Merge remote-tracking branch 'origin/topic/matthias/libcurl-fix' 2012-10-02 12:07:26 -07:00
metrics Fixing a warning from the documentation generation. 2012-01-06 16:50:20 -05:00
notice Fix a problem with non-manager cluster nodes applying Notice::policy. 2012-10-04 16:45:56 -05:00
packet-filter Checkpoint after pass. 2012-02-15 13:07:08 -08:00
reporter Merge remote-tracking branch 'origin/topic/seth/reporter-to-stderr' 2012-08-10 12:29:07 -07:00
signatures Add more signature framework documentation. 2011-12-14 12:50:54 -06:00
software One more very minor change I forgot to commit. 2012-02-03 16:27:51 -05:00
tunnels Very small updates to the tunnels framework. 2012-06-20 13:56:42 -04:00