Commit graph

1529 commits

Author SHA1 Message Date
Jon Siwek
59015da59f make dist now cleans the copied source 2011-10-19 15:39:49 -05:00
Jon Siwek
b32d8fd00f Remove old make-src-packages script. 2011-10-19 11:40:40 -05:00
Jon Siwek
fb7649a8e2 Adding note to quickstart about MacPorts swig packages. 2011-10-19 11:39:42 -05:00
Jon Siwek
edf8b3a5fc Update submodules 2011-10-19 11:35:53 -05:00
Jon Siwek
792b7afddb Update submodules 2011-10-18 23:08:47 -05:00
Jon Siwek
b21eb81977 Update submodules 2011-10-18 22:57:15 -05:00
Jon Siwek
be7ca62384 New make dist/distclean targets 2011-10-18 22:06:26 -05:00
Robin Sommer
dac72fe614 Updating submodule(s). 2011-10-18 19:45:52 -07:00
Robin Sommer
63b46a0ae2 Fixing a bunch of format strings.
Also leveraging GCC if available to check format specificier.

Closes #567.
2011-10-18 17:39:40 -07:00
Robin Sommer
d86525ce61 Merge branch 'topic/robin/cleanup'
* topic/robin/cleanup:
  Cleaning up some distribution files.
2011-10-18 14:21:54 -07:00
Robin Sommer
aa6fb0a02b Merge branch 'master' of ssh://git.bro-ids.org/bro 2011-10-18 12:01:13 -07:00
Robin Sommer
194c9c21d1 Distribution cleanup and documentation setupt tweaks. 2011-10-18 12:00:28 -07:00
Jon Siwek
24f3eb7fc2 Fix test failure due to some platforms joining stderr/stdout differently. 2011-10-17 13:53:10 -05:00
Jon Siwek
556b88e322 Tweaking notice suppression disable and notice policy order tests.
They should be less sensitive to script-layer changes now.
2011-10-14 10:47:32 -05:00
Jon Siwek
d84de52ee0 Don't install test-all-policy.bro script as it's for testing only.
Addresses #622
2011-10-12 12:42:12 -05:00
Seth Hall
da28a41512 Merge branch 'master' of ssh://git.bro-ids.org/bro 2011-10-11 11:57:22 -04:00
Seth Hall
6506e17fca Updating broctl submodule. 2011-10-11 11:57:08 -04:00
Robin Sommer
3f286c2fc1 Merge remote-tracking branch 'origin/fastpath'
* origin/fastpath:
  Fix ref counting bug in dummy ID creation code for script docs.
2011-10-10 19:14:59 -07:00
Robin Sommer
7257a5ddeb Removing notice docs.
These are outdated.
2011-10-10 18:56:01 -07:00
Robin Sommer
4f8a7c95aa Moving docs from web server into distribution.
Note that while these aren't remove yet from www, they will be soon
and these are now the authorative files.
2011-10-10 18:54:13 -07:00
Robin Sommer
de999fb0dd Updating submodule(s). 2011-10-09 21:05:46 -07:00
Robin Sommer
775d0a5c29 Updating submodule(s). 2011-10-09 21:05:00 -07:00
Robin Sommer
0ec1fa6a53 Fixing more (small) memory leaks. 2011-10-09 17:01:35 -07:00
Robin Sommer
df4a22a27d Profiling support for DNS_Mgr and triggers.
With misc/profiling.bro, both now report a line in prof.log with some
counters on usage.
2011-10-09 17:01:04 -07:00
Robin Sommer
bd9c937236 Fixing DNS memory leaks.
Some of the changes only clean up at termination to make perftools
happt, but there were some "real" leaks as well.

This fixes all DNS leaks I could reproducem, including most likely
what's reported in #534. Closing #534.

I'm also adding a new btest subdir core/leaks with tests requiring
perftools support. These don't compare against base lines but abort
whenever perftools reports a leak (with stack information to track it
down). Right now, these are passing.
2011-10-09 17:00:57 -07:00
Seth Hall
8627b87b3e Fixing another "field missing" error reported by Martin. 2011-10-08 00:13:20 -04:00
Seth Hall
b5aa88dae6 Merge branch 'master' of ssh://git.bro-ids.org/bro
Conflicts:
	aux/broccoli
2011-10-07 23:58:33 -04:00
Seth Hall
0803df2e14 Changed communication option from listen_encrypted to listen_ssl.
- Robin pointed out that SSL is providing authentication
  as well as encryption so listen_ssl is a more
  proper variable name.
2011-10-07 23:57:08 -04:00
Robin Sommer
8fa059fb10 Fix in code for disabling analyzers.
Plus some refactoring.

Closes #577.
2011-10-07 17:19:36 -07:00
Seth Hall
6ae9da5aad Updating the broccoli submodule. 2011-10-07 16:06:05 -04:00
Jon Siwek
58692ef9e0 Fix ref counting bug in dummy ID creation code for script docs. 2011-10-07 15:05:13 -05:00
Seth Hall
a9eb4c15a0 Updated DocSourcesList with the change to the communication API. 2011-10-07 15:02:44 -04:00
Seth Hall
9fd43d472b Merge branch 'master' of ssh://git.bro-ids.org/bro 2011-10-07 13:46:46 -04:00
Seth Hall
6d67f7830d Added to the likely_server_ports set for protocols with analyzers.
- Updated some tests since Bro is getting the direction
  correct now.

- Updated BPF filter test since I added a few ports to IRC
  as well.
2011-10-07 13:44:28 -04:00
Seth Hall
686946d0dd Internal simplication for FTP analysis scripts. 2011-10-07 13:36:02 -04:00
Seth Hall
8600b676e6 Fixed a TODO in the DNS analysis script. 2011-10-07 13:32:44 -04:00
Seth Hall
acc4d6ccd3 Removed unused script code from init-bare.bro 2011-10-07 13:31:28 -04:00
Seth Hall
8b90a3f403 Tiny comment tweak 2011-10-07 13:30:09 -04:00
Seth Hall
38bd2cc085 Documentation fix that was breaking a test. 2011-10-07 13:29:56 -04:00
Seth Hall
da9b8cc283 Modification to the Communication framework API.
- Simplified the communication API and made it easier to change
  to encrypted connections by not having separate variables to
  define encrypted and unencrypted ports.

- Now, to enable listening without configuring nodes just
  load the frameworks/communication/listen script.

- If encrypted listening is desired set the following:
	redef Communication::listen_encrypted=T;

- Accompanying test updates.
2011-10-07 13:29:26 -04:00
Jon Siwek
881eab0f1f Update submodules. 2011-10-07 11:58:46 -05:00
Seth Hall
250fb3c352 Merge branch 'master' of ssh://git.bro-ids.org/bro 2011-10-07 12:25:08 -04:00
Robin Sommer
eca3e4db4e Merge branch 'master' of ssh://git.bro-ids.org/bro 2011-10-07 08:40:57 -07:00
Robin Sommer
1ae94aae33 Baseline updates for conn compressor change. 2011-10-07 08:39:44 -07:00
Seth Hall
a3e91c5b33 Fixed a bug in the known-hosts script. 2011-10-07 04:48:51 -04:00
Seth Hall
1dd3ba7f7d Fixed another "identifier not exported" error. 2011-10-07 03:32:28 -04:00
Seth Hall
9e41a7976b Merge branch 'master' of ssh://git.bro-ids.org/bro 2011-10-07 02:51:52 -04:00
Seth Hall
9602e6e2f3 Fixed the "identifier is not exported" error. 2011-10-07 02:51:40 -04:00
Robin Sommer
91a057de6e Merge branch 'master' of ssh://git.bro-ids.org/bro 2011-10-06 21:27:18 -07:00
Robin Sommer
a08c478079 Fixing a number of reporter calls. 2011-10-06 21:26:49 -07:00