No description
Find a file
Jon Siwek ca9b9162a7 Fix raw execution input reader's signal blocking.
Signals are generally blocked within threads in Bro so that the main
thread does all signal handling, however, signal masks are inherited
over fork() and exec(), so they should be unblocked before exec() so
that process can respond to signals normally.

This fixes the raw reader from leaving behind processes that didn't
respond to SIGTERM at shutdown because it was blocked before exec().
2013-09-04 10:45:29 -05:00
aux Documentation fixes. 2013-09-03 15:59:40 -05:00
cmake@370f7efc6e Updating submodule. 2013-08-09 15:34:32 -07:00
doc Documentation fixes. 2013-09-03 15:59:40 -05:00
magic@e87fe13a7b Updating submodule(s). 2013-07-30 10:29:27 -07:00
pkg Adjusting Mac binary packaging script. 2012-09-13 16:47:40 -05:00
scripts Documentation fixes. 2013-09-03 15:59:40 -05:00
src Fix raw execution input reader's signal blocking. 2013-09-04 10:45:29 -05:00
testing Redoing doc.sphinx baselines. 2013-08-31 18:10:09 -07:00
.gitignore Ignore tmp dir. 2011-10-25 19:59:25 -07:00
.gitmodules Switching to relative submodule paths 2013-08-20 13:59:04 -07:00
bro-path-dev.in Infrastructure for modularizing protocol analyzers. 2013-03-29 19:59:31 -07:00
CHANGES Merge remote-tracking branch 'origin/topic/documentation' 2013-08-31 16:07:44 -07:00
CMakeLists.txt Make the custom libmagic database a git submodule. 2013-07-10 14:06:51 -05:00
config.h.in Merge remote-tracking branch 'origin/master' into topic/seth/elasticsearch 2012-07-06 12:01:16 -04:00
configure Teach --disable-dataseries/--disable-elasticsearch to ./configure. 2012-10-08 16:45:04 -05:00
COPYING A set of script-reference polishing. 2012-01-09 18:04:34 -08:00
INSTALL Merge remote-tracking branch 'origin/topic/documentation' 2013-08-31 16:07:44 -07:00
Makefile Adding Makefile target test-all that also runs the BroControl test 2013-05-31 17:32:27 -07:00
NEWS Documentation fixes. 2013-09-03 15:59:40 -05:00
README s/bro-ids.org/bro.org/g 2013-03-07 19:33:04 -08:00
VERSION Merge remote-tracking branch 'origin/topic/documentation' 2013-08-31 16:07:44 -07:00

============================
Bro Network Security Monitor
============================

Bro is a powerful framework for network analysis and security
monitoring. Please see the INSTALL file for installation instructions
and pointers for getting started. NEWS contains release notes for the
current version, and CHANGES has the complete history of changes.
Please see COPYING for licensing information.

For more documentation, research publications, and community contact
information, please see Bro's home page:

    http://www.bro.org

On behalf of the Bro Development Team,

Vern Paxson & Robin Sommer,
International Computer Science Institute &
Lawrence Berkeley National Laboratory
vern@icir.org / robin@icir.org