Jon Siwek
01e17b5ea0
Fix SumStats "last" plugin in cluster mode
2018-11-08 12:27:37 -06:00
Jon Siwek
ca014d6e35
Support appending to vector of any
...
For consistency, since it already works to assign to an index within
vector of any.
2018-11-07 11:48:43 -06:00
Jon Siwek
c1f02aaa61
Revert "Switch frag_timeout from redef to option"
...
This reverts commit 38259afa8d
.
The change to an option wasn't yet incomplete -- that would
require dynamic lookup of the value at the C++ layer.
2018-11-06 09:32:58 -06:00
Vlad Grigorescu
4f6db2f960
Update baseline for plugins.hooks for redef -> option changes
2018-11-05 14:00:44 -06:00
Jon Siwek
de640d651f
Fix a unit test relying on a bash-ism
2018-11-02 18:31:45 -05:00
Jon Siwek
b2560384c4
Add script-layer call stack to internal errors messages that abort
2018-11-02 17:43:34 -05:00
Jon Siwek
a7ba44089b
Improve error message of index assignment expression failures
2018-11-02 16:40:28 -05:00
Jon Siwek
802b4f876e
Improve Travis script to show multiple core dump stacks
2018-11-02 09:39:01 -05:00
Jon Siwek
3251792ddb
Improve a weird stats unit test
2018-11-02 08:58:08 -05:00
Jon Siwek
8544508d33
Fix Travis script typo
2018-11-01 20:39:33 -05:00
Jon Siwek
53f4e09342
Add more debug output to Travis script
2018-11-01 19:58:03 -05:00
Jon Siwek
5ddb2b37c0
Add core file search and stack trace output for Travis builds
2018-11-01 18:36:31 -05:00
Vlad Grigorescu
b0638dbdcf
Add a test with an encrypted MySQL connection
2018-10-29 15:58:06 -05:00
Vlad Grigorescu
91a74c7200
Update btest baselines for fix in 46f727a6fa
2018-10-23 10:49:53 -05:00
Jon Siwek
2586e5aa3e
Improve scripts/base/utils/dir unit test
2018-10-19 11:16:38 -05:00
Vlad Grigorescu
5e5a4612bd
Update baselines for SSH capabilities fix
2018-10-16 10:33:52 -05:00
Jon Siwek
70233148be
GH-186: fix JSON formatting of timestamps before Unix epoch
2018-10-12 21:34:28 +00:00
Jon Siwek
f05ef0cb1e
Fix test baseline for plugin skeleton update
2018-10-12 12:51:53 -04:00
Jon Siwek
dc7bdc4ca6
Merge remote-tracking branch 'origin/topic/johanna/local-nets-option'
...
* origin/topic/johanna/local-nets-option:
Convert site::local_nets, etc. into options.
2018-10-12 12:18:53 -04:00
Jon Siwek
8792f5545c
Fix crash when modifying a table from within its &expire_func
2018-10-12 08:35:25 -04:00
Johanna Amann
005bf5b6a4
Convert site::local_nets, etc. into options.
...
These are probably some of the most desired options to be dynamically
changeable; since they only are accessed in script-land there should not
be any problems with them changing on the fly.
2018-10-09 16:33:26 -07:00
Jon Siwek
0350004f1e
Add return value checks for some RPC parsing functions
2018-10-04 11:33:57 -05:00
Jon Siwek
894b24d180
Improve broker.remote_id unit test
2018-10-03 15:50:07 -05:00
Jon Siwek
be609cff41
Increase broker unit test timeout intervals
2018-10-03 15:47:09 -05:00
Jon Siwek
98181dd67c
Update testing/btest/README
2018-10-02 16:05:38 -05:00
Daniel Thayer
5ebed9158f
Add some missing @TEST-REQUIRES to a few tests
2018-09-25 15:52:19 -05:00
Daniel Thayer
5161165c8a
Fix some broken @TEST-REQUIRES
...
Some tests were always being skipped because config.h was renamed to
bro-config.h a long time ago.
2018-09-21 12:35:13 -05:00
Jon Siwek
43363ce51b
Updating CHANGES and VERSION.
2018-09-18 15:21:31 -05:00
Jon Siwek
c2b18849f8
Fix IRC names command parsing
2018-09-12 19:47:57 -05: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
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
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
Johanna Amann
9f0e422bec
Update test baselines (weird options)
2018-09-05 13:33:56 -07: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
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
07aac5f84f
Sort output of a coverage unit test
2018-09-04 12:09:20 -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
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
7e6fc58ab4
Merge remote-tracking branch 'origin/topic/johanna/tls-more-data'
...
* origin/topic/johanna/tls-more-data:
Update NEWS for ssl changes.
SSL: test updates for record_layer version
Final touches to SSL events with record layer version.
Introduce ssl_plaintext_data event.
Add record layer version to event ssl_encrypted_data.
Add compression methods to ssl_client_hello event.
2018-08-30 09:48:25 -05:00
Jon Siwek
12aa37f242
Update binpac submodule and unit test baseline
2018-08-30 09:14:06 -05:00