Jon Siwek
161aae828a
Merge remote-tracking branch 'origin/topic/seth/fix-raw-reader-subprocess-exit'
...
* origin/topic/seth/fix-raw-reader-subprocess-exit:
Fix an issue with raw reader culling streams for dead processes.
Updated the 'exec' utility to no longer remove input streams for
processes that are finished as the core C++ code will take care of that
(and trying to remove a stream multiple times emits a warning message).
2018-09-11 13:05:40 -05:00
Seth Hall
caab893fbe
Fix an issue with raw reader culling streams for dead processes.
...
Input streams weren't being reaped when the raw reader was running
a subprocess and the subprocess died. The subprocess would still
go away from Bro would never get rid of the input stream.
2018-09-11 11:21:31 -04:00
Jon Siwek
13483e4892
Try to fix a rare broker test instability
2018-09-10 19:47:53 -05:00
Jon Siwek
c89c09fda3
Fix invalid memory free when using Log::default_field_name_map
2018-09-10 19:06:35 -05:00
Jon Siwek
4d7b0387ea
Stabilize a unit test.
2018-09-10 18:35:08 -05:00
Jon Siwek
34d0cf886c
Fix potential memory leak in Kerberos scripts
...
Reported by Maksim Shudrak.
2018-09-10 18:06:07 -05:00
Jon Siwek
7e26bfe07f
Fix recursive type checks/casts of broker data into type 'any'
2018-09-10 14:55:50 -05:00
Jon Siwek
3a824a06ed
Fix is/as operators on vector values
2018-09-10 14:54:54 -05:00
Jon Siwek
4bd6da7186
Update default Broker/CAF thread tuning
2018-09-07 17:50:28 -05:00
Jon Siwek
9af0255ef7
Merge remote-tracking branch 'origin/fastpath'
...
* origin/fastpath:
Update NEWS explaining Bro runs as 1 process instead of 2
Update NEWS for changes to broctl "top" command output
2018-09-07 11:24:57 -05:00
Daniel Thayer
359cb0e255
Update NEWS explaining Bro runs as 1 process instead of 2
2018-09-07 10:58:48 -05:00
Daniel Thayer
e0d782d038
Update NEWS for changes to broctl "top" command output
2018-09-07 10:37:47 -05:00
Jon Siwek
73c8cf733a
Give Cluster::rr_topic "key" argument a default value
2018-09-07 09:58:57 -05:00
Jon Siwek
c73bb8fdc4
Disable broker message forwarding by default
...
Still finding it to not be foolproof enough to enable generally for all
nodes in a cluster. Specific/advanced use-cases may still consider
enabling, possibly just for specific nodes.
2018-09-06 18:32:22 -05:00
Jon Siwek
ddcd7f3405
Merge remote-tracking branch 'origin/fastpath'
...
* origin/fastpath:
Added a documentation comment for the Input::Event type
Update NEWS
Update the install documentation
Fix a typo and indentation in the configure script
Add krb5 devel package to Travis docker containers
2018-09-06 08:59:43 -05:00
Daniel Thayer
d1ed09bddb
Added a documentation comment for the Input::Event type
2018-09-05 22:27:15 -05:00
Daniel Thayer
35241fc1f1
Update NEWS
...
Listed the bro package website (packages.bro.org) instead of
github.com/bro/packages, as the bro package website is much
easier to use when browsing the list of available packages.
Also wrapped a long line in the text.
2018-09-05 21:42:32 -05:00
Daniel Thayer
d3347bc90f
Update the install documentation
...
Added krb5 headers and libraries to the list of optional dependencies.
Removed an obsolete section on installing a new compiler on old FreeBSD
versions. The system compiler can build Bro on all currently supported
versions of FreeBSD.
2018-09-05 20:47:18 -05:00
Daniel Thayer
563fc8c6ae
Fix a typo and indentation in the configure script
2018-09-05 20:46:09 -05:00
Daniel Thayer
65a4c8ab92
Merge remote-tracking branch 'origin/master' into fastpath
2018-09-05 20:15:11 -05:00
Daniel Thayer
3f3344d007
Add krb5 devel package to Travis docker containers
...
Added the kerberos devel package to the debian-based docker containers
so that fewer tests are skipped.
2018-09-05 18:07:42 -05:00
Jon Siwek
b99be6458b
Merge remote-tracking branch 'origin/topic/johanna/weird-options'
...
* origin/topic/johanna/weird-options:
Update test baselines (weird options)
Weird settings: make constants into options.
Permit weird sampling rate of 0.
2018-09-05 16:57:08 -05:00
Jon Siwek
f896bec05a
Merge remote-tracking branch 'origin/topic/robin/uint64-packet-stats'
...
* origin/topic/robin/uint64-packet-stats:
Switch packet stats to uint64.
2018-09-05 16:24:04 -05:00
Johanna Amann
9f0e422bec
Update test baselines (weird options)
2018-09-05 13:33:56 -07:00
Robin Sommer
c8aa6f757e
Switch packet stats to uint64.
2018-09-05 20:33:30 +00:00
Jon Siwek
f00e2167a7
BIT-1208: remove unused weirds from Weird::actions table
2018-09-05 15:13:38 -05:00
Johanna Amann
bec98b98f3
Weird settings: make constants into options.
...
The new weird settings are now all updateable during runtime.
2018-09-05 13:12:23 -07:00
Johanna Amann
5c68093bc3
Permit weird sampling rate of 0.
...
This change allows a weird sampling rate of 0, which completely suppresses
all notifications (previously this crashed Bro). If also fixes the sampling
threshold to work with sampling rates of 0.
2018-09-05 13:12:23 -07:00
Jon Siwek
4bbdd63054
BIT-1779: use BRO_LOG_SUFFIX env var in ascii log rotation function
2018-09-05 15:09:57 -05:00
Robin Sommer
e275927a64
Fix printf format specification for reporting packet stats.
...
We were using '%d' for unsigned integers, leading to output like this:
1535403189.557168 -483803356 packets received on interface 0:1, 0 dropped
2018-09-05 19:32:15 +00:00
fatema
ff5c11975d
DNSSEC support in Bro
2018-09-05 14:12:07 -04:00
Jon Siwek
7dbd6366f9
Updating submodule(s).
...
[nomail]
2018-09-05 10:00:44 -05:00
Jon Siwek
60da98fa73
Merge remote-tracking branch 'origin/topic/seth/ntlm-fixes'
...
* origin/topic/seth/ntlm-fixes:
Test baseline updates.
Updates to NTLM script handling.
2018-09-04 17:18:56 -05:00
Jon Siwek
fcca789bc7
Improve update-changes output
2018-09-04 12:11:39 -05:00
Jon Siwek
07aac5f84f
Sort output of a coverage unit test
2018-09-04 12:09:20 -05:00
Jon Siwek
47ea7e7ad2
Remove non-ascii char from rdp/consts.bro
2018-09-04 12:07:17 -05:00
Jon Siwek
dee22f6839
Updating submodule(s).
...
[nomail]
2018-09-04 10:50:20 -05:00
Jon Siwek
fa1d48e1d2
Updating submodule(s).
...
[nomail]
2018-09-04 10:43:24 -05:00
Jon Siwek
ced5718071
Merge remote-tracking branch 'origin/fastpath'
...
* origin/fastpath:
Fix the find-bro-logs.test
Fix typos/formatting in NEWS
2018-09-04 09:29:25 -05:00
Jon Siwek
60d0343845
Clarify 'old_comm_usage_is_ok' error message
2018-09-04 09:26:12 -05:00
Daniel Thayer
4bd1668915
Fix the find-bro-logs.test
...
Updated the find-bro-logs.test to output the correct list of log files.
The test now runs about 50 times faster.
Also corrected a typo on the "Log Files" documentation page.
2018-08-31 22:52:16 -05:00
Daniel Thayer
9ec0ffe798
Fix typos/formatting in NEWS
2018-08-31 22:29:06 -05:00
Johanna Amann
452eb0cba9
Update Mozilla CA list to NSS 3.39
2018-08-31 16:50:04 -07:00
Jon Siwek
56c14fb6d5
Update NEWS (finalizations/formatting)
2018-08-31 17:30:50 -05:00
Jon Siwek
d1e4dbe5e3
Improve make dist
2018-08-31 15:34:28 -05:00
Johanna Amann
33a8e7a7c7
Merge remote-tracking branch 'origin/topic/jsiwek/at-deprecated'
...
* origin/topic/jsiwek/at-deprecated:
Add @deprecate to policy/protocols/smb/__load__.bro
Add @deprecated directive
2018-08-31 09:06:52 -07:00
Jon Siwek
c85cfdd470
Add @deprecate to policy/protocols/smb/__load__.bro
2018-08-31 09:26:22 -05:00
Jon Siwek
a467d0c92d
Add @deprecated directive
...
It emits a warning stating that the script is deprecated.
2018-08-31 09:24:03 -05:00
Jon Siwek
57a505b0e4
Allow loading policy/protocols/smb once again
...
It just redirects to base/protocols/smb
2018-08-30 16:07:04 -05:00
Jon Siwek
1baf946e52
Merge remote-tracking branch 'origin/fastpath'
...
* origin/fastpath:
Update NEWS with more info about runtime options
2018-08-30 09:51:41 -05:00