zeek/scripts
Christian Kreibich c7860e3238 Expand Supervisor to support loading additional scripts before user scripts
In supervised nodes, the Supervisor's NodeConfig$scripts vector adds scripts to
the end of the user-provided scripts (options.scripts_to_load), so they load
_after_ any user-provided ones. This can cause confusing redef pitfalls when
users expect their customizations to run last, as they normally do.

This adds two members in Supervisor::NodeConfig, `addl_base_scripts` and
`addl_user_scripts`, to store scripts to load before and after the user scripts,
respectively. The latter serves the same purpose as the old `scripts` member,
which is still there but deprecated (in scriptland only). It functions as
before, after any scripts added via `addl_user_scripts`.
2022-09-02 10:23:35 -07:00
..
base Expand Supervisor to support loading additional scripts before user scripts 2022-09-02 10:23:35 -07:00
policy Deprecate misc/scan.zeek 2022-08-23 09:10:53 +02:00
site Deprecate misc/scan.zeek 2022-08-23 09:10:53 +02:00
zeekygen Remove some deprecated ocsp/ssl base scripts 2022-06-30 19:17:08 +00:00
CMakeLists.txt Add base/misc/installation.zeek, with Zeek installation directories 2022-05-23 14:16:59 -07:00
test-all-policy.zeek Merge branch 'topic/awelzel/unified2-drop' 2022-08-19 15:23:34 -07:00