No description
Find a file
Jon Siwek 4444c56a94 Fix double-free of DNS_Mgr_Request object (addresses #661)
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.
2011-11-30 13:31:54 -06:00
aux Submodule README conformity changes 2011-11-29 12:18:42 -06:00
cmake@f0f7958639 Updating submodule(s). 2011-11-19 14:58:27 -08:00
doc Sphinx-built docs now adopt 960.css style from website 2011-11-30 09:44:59 -06:00
pkg Binary packaging script tweaks. 2011-11-14 15:13:20 -06:00
scripts Merge remote-tracking branch 'origin/fastpath' 2011-11-15 07:53:36 -08:00
src Fix double-free of DNS_Mgr_Request object (addresses #661) 2011-11-30 13:31:54 -06:00
testing Fix double-free of DNS_Mgr_Request object (addresses #661) 2011-11-30 13:31:54 -06:00
.gitignore Ignore tmp dir. 2011-10-25 19:59:25 -07:00
.gitmodules Update to use cmake submodule 2011-09-20 10:15:09 -05:00
bro-path-dev.in Fixes for script auto-documentation. 2011-08-08 19:50:45 -05:00
CHANGES Merge remote-tracking branch 'origin/fastpath' 2011-11-16 08:40:09 -08:00
CMakeLists.txt Promote libz and libmagic to required dependencies. 2011-11-11 12:39:00 -06:00
config.h.in Promote libz and libmagic to required dependencies. 2011-11-11 12:39:00 -06:00
configure Add configure options for ruby/bindings integration. 2011-09-12 15:38:23 -05:00
COPYING Distribution cleanup and documentation setupt tweaks. 2011-10-18 12:00:28 -07:00
INSTALL Merge remote-tracking branch 'origin/topic/jsiwek/require-libmagic-libz' 2011-11-15 17:08:24 -08:00
Makefile Fix parallel make portability 2011-11-18 11:43:53 -06:00
README Merge branch 'topic/robin/cleanup' 2011-10-18 14:21:54 -07:00
VERSION Merge remote-tracking branch 'origin/fastpath' 2011-11-16 08:40:09 -08: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. For more documentation, research
publications, and community contact information, see Bro's home page:

    http://www.bro-ids.org

Please see COPYING for licensing information.

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