* origin/topic/jsiwek/local-node-order:
Omit loading local-<node>.bro scripts from base cluster framework. The loading of these is better handled by BroControl and it seems odd to load them from a base/ script anyway since they'll contain site/policy specific code.
The loading of these is better handled by BroControl and it seems
odd to load them from a base/ script anyway since they'll contain
site/policy specific code.
Addresses #663
- Now only lists packages as those directories in the script hierarchy
that contain an __load__.bro file.
- Script packages (dirs with a __load__.bro file), can now include a
README (in reST format) that will automatically be appended under
the link to a specific package in the master package index.
* origin/fastpath:
Remove example redef of SMTP::entity_excerpt_len from local.bro.
Add missing doc targets to top Makefile; remove old doc/Makefile. (fixes#705)
Fix error emitted when loading local.bro in bare mode
Small updates to address the "globals" ticket.
Rearrange packet filter and dpd documentation.
Closes#705.
Closes#633.
Broccoli doesn't support expressions, and we now no longer send them
when serializing attributes. This is the Bro change mentioned in #606.
It's needs a correspondinly modified Broccoli identifying itself as
such, and it isn't tested yet ...
Addresses #606.
In DNS::Resolve, they could be deleted once from where they were
stored in the nb_dns_info cookie and once again from where they
were stored in the DNS_Mgr::requests list. Before commit
bd9c937236, they were only deleted
from the requests list, so this commit reverts to that behavior
without any leaks being reported by the core/leaks tests.
* origin/topic/jsiwek/parallel-make-recursion:
Fix parallel make portability
Revert "Fix parallel make from top-level to work on more platforms"
Closes#687.
* origin/topic/jsiwek/broxygen-cleanup:
Teach Broxygen the .. bro:see:: directive
More Broxygen stylesheet tweaks.
Change external Broxygen links to render same as internals.
Teach Broxygen to generate an index of Bro notices
Teach Broxygen :bro:see: role for referencing any identifier in Bro domain.
Add a "last updated date" to Broxygen docs.
Closes#650.