Commit graph

219 commits

Author SHA1 Message Date
Christian Kreibich
c01de193b5 Bump Highwayhash submodule to pull in fix for FreeBSD 2021-06-09 16:25:56 -07:00
Tim Wojtulewicz
c3dc672657 Update submodule(s) [nomail] 2021-06-07 09:24:47 -07:00
Robin Sommer
ca106457c2 Update btest submodule and add .cache to .gitignore.
[nomail]
2021-06-07 09:42:59 +02:00
Tim Wojtulewicz
ff79a58f59 Merge remote-tracking branch 'origin/topic/neverlord/telemetry-scraper'
* origin/topic/neverlord/telemetry-scraper:
  Integrate review feedback
  Sync new broker options, fix name inconsistencies
  Integrate new Broker metric exporter parameters
2021-06-01 10:19:46 -07:00
Jon Siwek
f861a194f9 Update submodule(s) [nomail] [skip ci] 2021-05-27 13:53:38 -07:00
Jon Siwek
ee7c275479 Update submodule(s) [nomail] 2021-05-24 15:24:16 -07:00
Jon Siwek
7185a71960 Update Broker submodule for bump of embedded CAF to 0.18.3 2021-05-24 15:05:19 -07:00
Dominik Charousset
f9cd05f00b Integrate new Broker metric exporter parameters 2021-05-24 17:20:48 +02:00
Jon Siwek
2c27f1bf34 Update submodule(s) [nomail] [skip ci] 2021-05-18 15:14:49 -07:00
Jon Siwek
f75f14eb0d Update submodule(s) [nomail] [skip ci] 2021-05-18 13:15:28 -07:00
Jon Siwek
754ca24aba Update submodule(s) [nomail] [skip ci] 2021-05-18 12:04:28 -07:00
Jon Siwek
09ff24199b Update submodule(s) [nomail] [skip ci] 2021-05-14 11:11:04 -07:00
Tim Wojtulewicz
63fd1611ca Rename some connection-specific methods in Session and SessionManager 2021-04-29 10:59:08 -07:00
Jon Siwek
ca873cdcb4 Update submodule(s) [nomail] 2021-04-28 12:53:05 -07:00
Jon Siwek
672504e265 Update submodule(s) [nomail] 2021-04-21 14:03:07 -07:00
Jon Siwek
d166250961 Merge remote-tracking branch 'origin/topic/timw/zeek-cut-lgtm'
* origin/topic/timw/zeek-cut-lgtm:
  Fix LGTM finding in zeek-cut with uses of localtime and gmtime
2021-04-20 15:21:12 -07:00
Jon Siwek
59186d739b Update submodule(s) [nomail] 2021-04-19 16:28:04 -07:00
Jon Siwek
60ccba4680 Update submodule(s) [nomail] [skip ci] 2021-04-19 16:05:57 -07:00
Jon Siwek
db534b79fb Update submodule(s) [nomail] 2021-04-16 16:25:42 -07:00
Tim Wojtulewicz
20828319c6 Fix LGTM finding in zeek-cut with uses of localtime and gmtime 2021-04-14 15:28:44 -07:00
Jon Siwek
312547ab0a GH-1497: Support CRLF line-endings in Zeek scripts and signature files 2021-04-08 20:32:30 -07:00
Jon Siwek
3404e4a3d1 Update submodule(s) [nomail] [skip ci] 2021-03-31 11:09:04 -07:00
Jon Siwek
a5e7b2fec7 Update bundled CAF to 0.18.2 2021-03-27 14:18:30 -07:00
Jon Siwek
0eaeca6569 Update submodule(s) [nomail] [skip ci] 2021-03-26 16:51:30 -07:00
Jon Siwek
9ff3abb72c Update submodule(s) [nomail] [skip ci] 2021-03-24 18:05:46 -07:00
Jon Siwek
c553df5dfe Add bin_dir setting for default zkg config file
Which defaults to `${zeek_install_prefix}/bin`, same as what a
standalone `zkg autoconfig` would use.
2021-03-24 15:53:10 -07:00
Tim Wojtulewicz
9fc8f491ff Merge remote-tracking branch 'origin/topic/jsiwek/freebsd-lsan-disable'
* origin/topic/jsiwek/freebsd-lsan-disable:
  Prevent use of LeakSanitizer on FreeBSD
2021-03-17 13:48:51 -07:00
Jon Siwek
9665f63301 Prevent use of LeakSanitizer on FreeBSD 2021-03-12 13:22:35 -08:00
Jon Siwek
c9c0fea8d0 Update submodule(s) [nomail] 2021-03-12 13:14:48 -08:00
Jon Siwek
285aaa53d7 Merge remote-tracking branch 'origin/topic/jsiwek/improve-broker-store-creation'
* origin/topic/jsiwek/improve-broker-store-creation:
  GH-1426: Improve handling of Broker data store creation failures
2021-03-08 12:29:56 -08:00
Jon Siwek
6af436aad3 GH-1426: Improve handling of Broker data store creation failures
Broker::create_master() and Broker::create_clone() now return
a valid value even when there's a failure to open the backend database
(e.g. SQLite filesystem error).  In that case, the returned value can
still be passed into other data store operations, but they'll fail
immediately with an error.  Broker::is_closed() can now also be used to
determine whether the data store creation calls failed.
2021-03-06 02:32:29 -08:00
Jon Siwek
ff90236df3 Merge remote-tracking branch 'origin/topic/timw/lgtm'
- Fixed leak in threading::Field copy-assignment operator

* origin/topic/timw/lgtm:
  Use const-reference in plugin::Manager::MetaHookPost for minor performance gain
  Fix missing assigmnent operator/copy constructor pairings reported by LGTM
  Fix variable shadowing issues reported by LGTM
  Update binpac and broker submodules to fix LGTM findings
2021-03-05 17:28:05 -08:00
Jon Siwek
e41edf78bc Update submodule(s) [nomail] [skip ci] 2021-03-05 16:42:45 -08:00
Jon Siwek
f5527b5dca Update submodule(s) [nomail] [skip ci] 2021-03-05 16:00:42 -08:00
Tim Wojtulewicz
59b40168fb Update binpac and broker submodules to fix LGTM findings 2021-03-03 09:53:08 -07:00
Jon Siwek
7b4b8bd96d Update submodule(s) [nomail] 2021-02-26 17:58:24 -08:00
Jon Siwek
39efbab3a4 Merge remote-tracking branch 'origin/topic/timw/remove-declaration-macros'
- Fixed forward decl. of ScriptInfo in zeekygen/Manager.h during merge

* origin/topic/timw/remove-declaration-macros:
  Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros
2021-02-24 15:53:25 -08:00
Tim Wojtulewicz
4ad08172d0 Remove obsolete ZEEK_FORWARD_DECLARE_NAMESPACED macros 2021-02-24 14:35:44 -07:00
Jon Siwek
0ec08d7c9b Update submodule(s) [nomail] 2021-02-22 15:50:02 -08:00
Jon Siwek
023bed5299 Update submodule(s) [nomail] [skip ci] 2021-02-16 14:06:27 -08:00
Jon Siwek
666afc58ed Update Broker submodule for performance/credit-tracking fixes 2021-02-16 12:34:11 -08:00
Jon Siwek
021a31b29a Update submodule(s) [nomail] [skip ci] 2021-02-11 12:11:44 -08:00
Jon Siwek
e460d66e03 Update submodule(s) [nomail] 2021-02-08 15:42:12 -08:00
Jon Siwek
7363d1040e Update submodule(s) [nomail] [skip ci] 2021-02-05 15:37:05 -08:00
Jon Siwek
85b1cfd321 Merge remote-tracking branch 'origin/topic/jsiwek/include-zeek-dir'
* origin/topic/jsiwek/include-zeek-dir:
  Add missing zeek/ to header includes
2021-01-29 21:09:12 -08:00
Jon Siwek
8a8a983c49 Add missing zeek/ to header includes
Related to https://github.com/zeek/zeek/pull/1377
2021-01-29 19:16:29 -08:00
Jon Siwek
1ca85f0221 Merge remote-tracking branch 'origin/topic/timw/deprecation-cleanup'
Merge adjustments:
- Removed some stale str_split() references from docs
- Renumbered TypeTag enum comments
- Simplified test-case for @unload (don't need .bro files anymore)

* origin/topic/timw/deprecation-cleanup:
  Doc updates
  Fix language.init-in-anon-function btest due to changes to log filter predicates
  Remove deprecated log filter predicates for 4.1
  Remove Plugin::HookCallFunction and fix tests related to it
  Remove support for .bro script extension and BRO_ environment variables
  Remove deprecated ICMP events
  Remove some deprected methods/events from bif files
  Remove TYPE_COUNTER
  Remove all of the random single-file deprecations
  Remove all fully-deprecated files
  Update bifcl submodule to remove deprecations from generated code
2021-01-29 16:40:54 -08:00
Tim Wojtulewicz
a8d28df569 Update bifcl submodule to remove deprecations from generated code 2021-01-27 10:52:40 -07:00
Jon Siwek
d845f01b27 Update submodule(s) [nomail] [skip ci] 2021-01-25 21:18:39 -08:00
Jon Siwek
7803cd942d Update broker submodule, embedded CAF to 0.18 2021-01-25 12:33:16 -08:00