No description
Find a file
Jon Siwek e5a4123b4e Kill raw input reader's child by process group.
This should help on systems where the default shell (e.g. dash on
Ubuntu) fork-execs in order to run commands.  In that case, we were
just killing the shell and the shell would exit without killing
the actual process corresponding to command that was requested.
Setting a process group for the shell exec'd from Bro and killing
by process group should help clean everything up since process group
will be inherited by any procs that shell fork-execs.
2013-09-20 09:38:52 -05:00
aux Merge remote-tracking branch 'origin/topic/bernhard/ticket1072' 2013-09-18 15:00:06 -07:00
cmake@c966aecf2b Updating submodule(s). 2013-09-12 12:33:24 -05:00
doc Fix broken links in the documentation 2013-09-11 16:32:02 -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 Merge remote-tracking branch 'origin/topic/bernhard/ticket950' 2013-09-18 15:02:55 -07:00
src Kill raw input reader's child by process group. 2013-09-20 09:38:52 -05:00
testing make client and server random available on script-level. 2013-09-11 12:39:23 -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/bernhard/ticket950' 2013-09-18 15:02:55 -07:00
CMakeLists.txt Fix cmake warning about ENABLE_PERFTOOLS not being used 2013-09-16 17:45:21 -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 Fix broken links in the documentation 2013-09-11 16:32:02 -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/bernhard/ticket950' 2013-09-18 15:02:55 -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