zeek/src
Benjamin Bannier 56f5cafa98 Prevent SQLite storage backend from serving expired entries
The SQLite storage backend implements expiration by hand and garbage
collection is done in `DoExpire`. This previously relied exclusively on
gets not running within `Storage::expire_interval` of the put, otherwise
we would potentially serve expired entries.

With this patch we explictly check that entries are not expired before
serving them so that the SQLite backend should never serve expired
entries.
2025-07-14 14:51:10 -07:00
..
3rdparty@22b2618417 Update submodules to C++20-enabled versions 2025-07-10 14:07:07 -07:00
analyzer Merge remote-tracking branch 'origin/topic/timw/std-filesystem' 2025-07-14 13:09:24 -07:00
broker broker/WebSocketShim: Add calls to Telemetry hooks 2025-06-25 16:59:49 +02:00
cluster Fix some missing #includes resulting from removal of ghc::filesystem 2025-07-14 11:23:54 -07:00
conn_key Establish plugin infrastructure for ConnKey factories. 2025-06-25 13:18:07 +02:00
file_analysis Fix clang-tidy readability-isolate-declaration warnings 2025-06-30 14:19:06 -07:00
fuzzers Add extra input files to ftp fuzzer corpus 2025-05-20 10:58:32 -07:00
include
input Fix some missing #includes resulting from removal of ghc::filesystem 2025-07-14 11:23:54 -07:00
iosource Fix clang-tidy modernize-use-override warnings in headers 2025-06-23 08:35:24 -07:00
logging Remove ghc::filesystem submodule, switch to std::filesystem 2025-07-14 11:23:54 -07:00
packet_analysis Fix some missing #includes resulting from removal of ghc::filesystem 2025-07-14 11:23:54 -07:00
plugin Use ranges::reverse_view to fix a few reverse ranged-for loops 2025-07-14 09:30:54 -07:00
probabilistic Fix clang-tidy readability-isolate-declaration warnings 2025-06-30 14:19:06 -07:00
script_opt Merge remote-tracking branch 'origin/topic/vern/add-del-void-exprs' 2025-07-11 12:58:56 -04:00
session Fix some missing #includes resulting from removal of ghc::filesystem 2025-07-14 11:23:54 -07:00
spicy Use ranges::reverse_view to fix a few reverse ranged-for loops 2025-07-14 09:30:54 -07:00
storage Prevent SQLite storage backend from serving expired entries 2025-07-14 14:51:10 -07:00
supervisor Fix clang-tidy modernize-use-override warnings in headers 2025-06-23 08:35:24 -07:00
telemetry Fix some missing #includes resulting from removal of ghc::filesystem 2025-07-14 11:23:54 -07:00
threading Fix clang-tidy readability-isolate-declaration warnings 2025-06-30 14:19:06 -07:00
zeekygen Fix some missing #includes resulting from removal of ghc::filesystem 2025-07-14 11:23:54 -07:00
Anon.cc Fix clang-tidy bugprone-macro-parentheses warnings 2025-05-27 11:58:27 -07:00
Anon.h Fix clang-tidy performance-enum-size warnings in headers 2025-06-23 08:35:24 -07:00
Attr.cc Fix clang-tidy modernize-loop-convert findings 2025-06-06 11:43:06 -07:00
Attr.h Fix clang-tidy performance-enum-size warnings in headers 2025-06-23 08:35:24 -07:00
Base64.cc Fix clang-tidy readability-isolate-declaration warnings 2025-06-30 14:19:06 -07:00
Base64.h Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
binpac-lib.pac Fix clang-tidy modernize-use-nullptr findings 2025-06-06 11:43:06 -07:00
binpac.pac
binpac_zeek-lib.pac Remove using util.h in various headers in favor of util-types.h 2025-06-11 11:11:54 -07:00
binpac_zeek.h Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
CCL.cc Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
CCL.h Reformat 2023-11-06 09:42:46 +00:00
CMakeLists.txt Reduce some false-positive warnings from GCC to warnings with -Werror 2025-07-10 14:07:08 -07:00
communityid.bif communityid: Use GetField() over GetFieldAs() 2024-11-15 17:38:53 +01:00
CompHash.cc Fix clang-tidy bugprone-branch-clone warnings 2025-05-27 11:58:27 -07:00
CompHash.h Reformat 2023-11-06 09:42:46 +00:00
Conn.cc Conn: Move conn_id init and flip to IPBasedConnKey 2025-07-03 18:21:36 +02:00
Conn.h Deprecate ConnTuple and related APIs. 2025-06-25 13:19:26 +02:00
ConnKey.h ConnKey: Extend DoPopulateConnIdVal() with ctx 2025-07-03 18:19:46 +02:00
const.bif Move netbios_ssn_session_timeout to a script-level constant 2025-06-10 11:58:20 -07:00
DbgBreakpoint.cc isolate Location specifics to private class variables to enforce correct line number ordering 2025-07-08 10:39:28 +02:00
DbgBreakpoint.h Fix clang-tidy performance-enum-size warnings in headers 2025-06-23 08:35:24 -07:00
DbgDisplay.h Add missing copyright line to headers and cc files 2024-12-06 12:50:58 +01:00
DbgHelp.cc Add missing copyright line to headers and cc files 2024-12-06 12:50:58 +01:00
DbgWatch.cc Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
DbgWatch.h Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
Debug.cc remove non-functional column information from Location objects 2025-07-08 10:39:53 +02:00
Debug.h Fix clang-tidy performance-enum-size warnings in headers 2025-06-23 08:35:24 -07:00
DebugCmdInfoConstants.in Merge remote-tracking branch 'microsoft/master' 2022-11-11 15:23:21 -07:00
DebugCmds.cc isolate Location specifics to private class variables to enforce correct line number ordering 2025-07-08 10:39:28 +02:00
DebugCmds.h Fix clang-tidy cppcoreguidelines-macro-usage warnings in headers 2025-06-23 08:35:24 -07:00
DebugLogger.cc Fix clang-tidy modernize-use-nullptr findings 2025-06-06 11:43:06 -07:00
DebugLogger.h Fix clang-tidy cppcoreguidelines-macro-usage warnings in headers 2025-06-23 08:35:24 -07:00
Desc.cc Fix clang-tidy cppcoreguidelines-macro-usage findings (macros as constants) 2025-06-04 09:24:05 -07:00
Desc.h Fix clang-tidy performance-enum-size warnings in headers 2025-06-23 08:35:24 -07:00
DFA.cc Fix up minor warnings in touched files 2024-10-30 08:47:57 -04:00
DFA.h Fix up minor warnings in touched files 2024-10-30 08:47:57 -04:00
Dict.cc Fix clang-tidy modernize-use-nullptr findings 2025-06-06 11:43:06 -07:00
Dict.h Fix clang-tidy readability-isolate-declaration warnings 2025-06-30 14:19:06 -07:00
digest.cc Fix clang-tidy modernize-use-nullptr findings 2025-06-06 11:43:06 -07:00
digest.h Fix clang-tidy performance-enum-size warnings in headers 2025-06-23 08:35:24 -07:00
Discard.cc Fix clang-tidy modernize-min-max-use-initializer-list findings 2025-06-06 11:43:06 -07:00
Discard.h Remove unnecessary #includes in analyzer/packet analyzer/file analyzer headers 2025-05-19 10:25:05 -07:00
DNS_Mapping.cc Fix clang-tidy readability-isolate-declaration warnings 2025-06-30 14:19:06 -07:00
DNS_Mapping.h Add missing copyright line to headers and cc files 2024-12-06 12:50:58 +01:00
DNS_Mgr.cc Fix clang-tidy readability-isolate-declaration warnings 2025-06-30 14:19:06 -07:00
DNS_Mgr.h Fix clang-tidy cppcoreguidelines-macro-usage warnings in headers 2025-06-23 08:35:24 -07:00
EquivClass.cc Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
EquivClass.h Use modern names for standard headers 2025-05-16 10:14:36 -07:00
event.bif Allow for multiple generic packet thresholds 2025-07-08 11:29:06 +02:00
Event.cc Event: Bail on add_missing_remote_network_timestamp without add_network_timestamp 2025-06-02 17:31:36 +02:00
Event.h Remove using util.h in various headers in favor of util-types.h 2025-06-11 11:11:54 -07:00
EventHandler.cc Fix clang-tidy modernize-loop-convert findings 2025-06-06 11:43:06 -07:00
EventHandler.h Fix clang-tidy bugprone-unhandled-self-assignment warnings in headers 2025-06-23 08:35:24 -07:00
EventLauncher.cc Add missing copyright line to headers and cc files 2024-12-06 12:50:58 +01:00
EventLauncher.h Add missing copyright line to headers and cc files 2024-12-06 12:50:58 +01:00
EventRegistry.cc EventRegistry/zeek.bif/init-bare: Add event metadata infrastructure 2025-05-23 19:31:58 +02:00
EventRegistry.h Fix clang-tidy performance-enum-size warnings in headers 2025-06-23 08:35:24 -07:00
EventTrace.cc Fix clang-tidy modernize-pass-by-value findings 2025-06-06 11:43:06 -07:00
EventTrace.h Fix clang-tidy modernize-use-emplace warnings in headers 2025-06-23 08:35:24 -07:00
Expr.cc crash fixes for constructs that expect add/delete expressions to return values 2025-07-11 12:56:08 -04:00
Expr.h Fix clang-tidy modernize-use-override warnings in headers 2025-06-23 08:35:24 -07:00
File.cc Fix clang-tidy modernize-use-nullptr findings 2025-06-06 11:43:06 -07:00
File.h Reformat 2023-11-06 09:42:46 +00:00
Flare.cc Reformat 2023-11-06 09:42:46 +00:00
Flare.h Reformat 2023-11-06 09:42:46 +00:00
Frag.cc Fix clang-tidy bugprone-suspicious-string-compare warnings 2025-05-27 11:58:27 -07:00
Frag.h Remove using util.h in various headers in favor of util-types.h 2025-06-11 11:11:54 -07:00
Frame.cc Add facade types to avoid using raw Broker types 2023-12-04 15:23:28 +01:00
Frame.h Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
Func.cc Use ranges::reverse_view to fix a few reverse ranged-for loops 2025-07-14 09:30:54 -07:00
Func.h Fix clang-tidy modernize-use-bool-literals warnings in headers 2025-06-23 08:35:24 -07:00
Hash.cc Remove including <cinttypes> from util.h 2025-05-16 10:14:37 -07:00
Hash.h Fix clang-tidy performance-enum-size warnings in headers 2025-06-23 08:35:24 -07:00
ID.cc Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
ID.h Fix clang-tidy performance-enum-size warnings in headers 2025-06-23 08:35:24 -07:00
input.h input/zeek-setup: Track parse_only globally 2025-03-05 19:23:08 +01:00
IntrusivePtr.h Fix Obj.h include in IntrusivePtr.h to have full path 2025-05-16 10:14:36 -07:00
IntSet.cc Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
IntSet.h Add missing copyright line to headers and cc files 2024-12-06 12:50:58 +01:00
IP.cc Fix clang-tidy readability-isolate-declaration warnings 2025-06-30 14:19:06 -07:00
IP.h Switch IPv6_Hdr_Chain to a vector of objects instead of pointers 2025-06-23 10:41:23 -07:00
IPAddr.cc Fix clang-tidy readability-isolate-declaration warnings 2025-06-30 14:19:06 -07:00
IPAddr.h Deprecate the old Connection constructor and detail::ConnKey class. 2025-06-25 13:19:26 +02:00
List.cc Add missing copyright line to headers and cc files 2024-12-06 12:50:58 +01:00
List.h Fix clang-tidy cppcoreguidelines-macro-usage warnings in headers 2025-06-23 08:35:24 -07:00
main.cc Remove unnecessary #includes in telemetry and supervisor 2025-05-19 10:25:05 -07:00
make_dbg_constants.py Fix clang-tidy performance-enum-size warnings in headers 2025-06-23 08:35:24 -07:00
mmdb.bif Use quotes instead of <> for zeek includes 2025-05-16 10:14:36 -07:00
MMDB.cc Fix clang-tidy modernize-use-default-member-init warnings in headers 2025-06-23 08:35:24 -07:00
MMDB.h Remove ghc::filesystem submodule, switch to std::filesystem 2025-07-14 11:23:54 -07:00
module_util.cc Fix clang-tidy bugprone-assignment-in-if-condition warnings 2025-05-27 11:58:27 -07:00
module_util.h Add missing copyright line to headers and cc files 2024-12-06 12:50:58 +01:00
net_util.cc Fix clang-tidy cppcoreguidelines-macro-usage findings (macro functions) 2025-06-04 09:24:05 -07:00
net_util.h Fix clang-tidy performance-enum-size warnings in headers 2025-06-23 08:35:24 -07:00
NetVar.cc Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
NetVar.h Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
NFA.cc Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
NFA.h Fix clang-tidy bugprone-macro-parentheses warnings in headers 2025-06-23 08:35:24 -07:00
Notifier.cc Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
Notifier.h Fix clang-tidy cppcoreguidelines-virtual-class-destructor warnings in headers 2025-06-23 08:35:24 -07:00
Obj.cc remove non-functional column information from Location objects 2025-07-08 10:39:53 +02:00
Obj.h remove non-functional column information from Location objects 2025-07-08 10:39:53 +02:00
OpaqueVal.cc Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
OpaqueVal.h Fix clang-tidy cppcoreguidelines-macro-usage warnings in headers 2025-06-23 08:35:24 -07:00
option.bif
Options.cc Make Zeekygen docs generation (-X) imply parse-only (-a) 2025-06-05 17:11:10 -07:00
Options.h Try to be more careful with --help printing 2025-01-08 07:54:18 -05:00
Overflow.cc Reformat 2023-11-06 09:42:46 +00:00
Overflow.h Remove using util.h in various headers in favor of util-types.h 2025-06-11 11:11:54 -07:00
PacketFilter.cc Add missing copyright line to headers and cc files 2024-12-06 12:50:58 +01:00
PacketFilter.h Add missing copyright line to headers and cc files 2024-12-06 12:50:58 +01:00
parse.y isolate Location specifics to private class variables to enforce correct line number ordering 2025-07-08 10:39:28 +02:00
Pipe.cc Reformat 2023-11-06 09:42:46 +00:00
Pipe.h Fix clang-tidy modernize-use-default-member-init warnings in headers 2025-06-23 08:35:24 -07:00
PolicyFile.cc Fix clang-tidy modernize-loop-convert findings 2025-06-06 11:43:06 -07:00
PolicyFile.h Add missing copyright line to headers and cc files 2024-12-06 12:50:58 +01:00
PrefixTable.cc Fix clang-tidy modernize-return-braced-init-list findings 2025-06-06 11:43:06 -07:00
PrefixTable.h Add missing copyright line to headers and cc files 2024-12-06 12:50:58 +01:00
PriorityQueue.cc Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
PriorityQueue.h Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
RandTest.cc Move initialization of RandTest members to header 2025-06-06 11:43:06 -07:00
RandTest.h Move initialization of RandTest members to header 2025-06-06 11:43:06 -07:00
re-parse.y Reformat embedded C++ code in bison/flex files 2025-03-04 09:33:30 -07:00
re-scan.l Use modern names for standard headers 2025-05-16 10:14:36 -07:00
RE.cc RE: Add MatchAll() and MatchSet() for std::string_view 2025-06-30 13:22:31 +02:00
RE.h RE: Add MatchAll() and MatchSet() for std::string_view 2025-06-30 13:22:31 +02:00
Reassem.cc Fix clang-tidy modernize-use-default-member-init findings 2025-06-06 11:43:06 -07:00
Reassem.h Fix clang-tidy performance-noexcept-move-constructor warnings in headers 2025-06-23 08:35:24 -07:00
reporter.bif Update reporter.bif to describe special case of errors in init 2024-06-04 11:56:06 +02:00
Reporter.cc Fix clang-tidy bugprone-unused-local-non-trivial-variable warnings 2025-05-27 11:58:27 -07:00
Reporter.h Fix clang-tidy modernize-use-emplace warnings in headers 2025-06-23 08:35:24 -07:00
rule-parse.y remove non-functional column information from Location objects 2025-07-08 10:39:53 +02:00
rule-scan.l Use modern names for standard headers 2025-05-16 10:14:36 -07:00
Rule.cc Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
Rule.h Fix clang-tidy performance-enum-size warnings in headers 2025-06-23 08:35:24 -07:00
RuleAction.cc Fix clang-tidy modernize-use-emplace findings 2025-06-06 11:43:06 -07:00
RuleAction.h Add missing copyright line to headers and cc files 2024-12-06 12:50:58 +01:00
RuleCondition.cc Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
RuleCondition.h Fix clang-tidy performance-enum-size warnings in headers 2025-06-23 08:35:24 -07:00
RuleMatcher.cc Fix clang-tidy modernize-use-transparent-functors findings 2025-06-06 11:43:06 -07:00
RuleMatcher.h Fix clang-tidy modernize-use-transparent-functors warnings in headers 2025-06-23 08:35:24 -07:00
RunState.cc Fix clang-tidy modernize-loop-convert findings 2025-06-06 11:43:06 -07:00
RunState.h Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
scan.l Remove ghc::filesystem submodule, switch to std::filesystem 2025-07-14 11:23:54 -07:00
ScannedFile.cc Remove ghc::filesystem submodule, switch to std::filesystem 2025-07-14 11:23:54 -07:00
ScannedFile.h Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
Scope.cc Use ranges::reverse_view to fix a few reverse ranged-for loops 2025-07-14 09:30:54 -07:00
Scope.h Fix clang-tidy bugprone-use-after-move warnings in headers 2025-06-23 08:35:24 -07:00
ScriptCoverageManager.cc extend script coverage profiling to track whether conditionals evaluate to true/false 2025-06-26 16:10:50 +02:00
ScriptCoverageManager.h extend script coverage profiling to track whether conditionals evaluate to true/false 2025-06-26 16:10:50 +02:00
ScriptProfile.cc isolate Location specifics to private class variables to enforce correct line number ordering 2025-07-08 10:39:28 +02:00
ScriptProfile.h Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
ScriptValidation.cc Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
ScriptValidation.h Reformat 2023-11-06 09:42:46 +00:00
SerializationFormat.cc Fix clang-tidy modernize-use-default-member-init warnings in headers 2025-06-23 08:35:24 -07:00
SerializationFormat.h Fix clang-tidy modernize-use-default-member-init warnings in headers 2025-06-23 08:35:24 -07:00
SmithWaterman.cc Fix clang-tidy readability-isolate-declaration warnings 2025-06-30 14:19:06 -07:00
SmithWaterman.h Fix clang-tidy modernize-use-equals-delete warnings in headers 2025-06-23 08:35:24 -07:00
Span.h Fix clang-tidy modernize-type-traits warnings in headers 2025-06-23 08:35:24 -07:00
stats.bif Move thread manager stats to telemetry metric 2024-08-05 13:21:44 -07:00
Stats.cc Fix clang-tidy readability-isolate-declaration warnings 2025-06-30 14:19:06 -07:00
Stats.h Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
Stmt.cc isolate Location specifics to private class variables to enforce correct line number ordering 2025-07-08 10:39:28 +02:00
Stmt.h Fix clang-tidy cppcoreguidelines-virtual-class-destructor warnings in headers 2025-06-23 08:35:24 -07:00
StmtBase.h fixes & enhancements to location information associated w/ AST nodes & ZAM optimization 2024-02-06 11:03:02 +01:00
StmtEnums.h Fix clang-tidy performance-enum-size warnings in headers 2025-06-23 08:35:24 -07:00
strings.bif Fix clang-tidy cppcoreguidelines-macro-usage warnings in headers 2025-06-23 08:35:24 -07:00
Tag.cc Remove including <cinttypes> from util.h 2025-05-16 10:14:37 -07:00
Tag.h Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
Timer.cc Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
Timer.h Fix clang-tidy modernize-use-override warnings in headers 2025-06-23 08:35:24 -07:00
Traverse.cc Traverse: Do not short-circuit traverse_all() if stmts is nullptr 2025-04-03 12:19:34 +02:00
Traverse.h Reformat 2023-11-06 09:42:46 +00:00
TraverseTypes.h Fix clang-tidy cppcoreguidelines-macro-usage warnings in headers 2025-06-23 08:35:24 -07:00
Trigger.cc isolate Location specifics to private class variables to enforce correct line number ordering 2025-07-08 10:39:28 +02:00
Trigger.h Fix clang-tidy modernize-use-override warnings in headers 2025-06-23 08:35:24 -07:00
TunnelEncapsulation.cc Minor review nits 2024-11-13 14:08:30 -07:00
TunnelEncapsulation.h Fix clang-tidy modernize-use-default-member-init warnings in headers 2025-06-23 08:35:24 -07:00
Type.cc Fix some missing #includes resulting from removal of ghc::filesystem 2025-07-14 11:23:54 -07:00
Type.h Fix clang-tidy cppcoreguidelines-virtual-class-destructor warnings in headers 2025-06-23 08:35:24 -07:00
types.bif Pass parsed file record information with ReadFile/WriteFile events 2023-08-07 13:44:38 -07:00
UID.cc Fix clang-tidy modernize-loop-convert findings 2025-06-06 11:43:06 -07:00
UID.h Fix clang-tidy bugprone-unhandled-self-assignment warnings in headers 2025-06-23 08:35:24 -07:00
util-types.cc Move type definitions/aliases from util.h to a separate file 2025-06-11 11:11:54 -07:00
util-types.h Move util::Deferred into util-types.h 2025-07-13 19:22:02 -07:00
util.cc Remove ghc::filesystem submodule, switch to std::filesystem 2025-07-14 11:23:54 -07:00
util.h Remove ghc::filesystem submodule, switch to std::filesystem 2025-07-14 11:23:54 -07:00
Val.cc Bump pre-commit hooks 2025-07-01 10:39:47 +02:00
Val.h Bump pre-commit hooks 2025-07-01 10:39:47 +02:00
Var.cc Fix clang-tidy modernize-loop-convert findings 2025-06-06 11:43:06 -07:00
Var.h Fix clang-tidy performance-enum-size warnings in headers 2025-06-23 08:35:24 -07:00
version.c.in Support for configurable localversion 2024-04-17 14:16:47 -07:00
WeirdState.cc Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
WeirdState.h Reformat 2023-11-06 09:42:46 +00:00
zeek-affinity.cc Reformat 2023-11-06 09:42:46 +00:00
zeek-affinity.h Reformat 2023-11-06 09:42:46 +00:00
zeek-bif.h Add missing copyright line to headers and cc files 2024-12-06 12:50:58 +01:00
zeek-setup.cc cluster: Introduce telemetry component 2025-06-25 16:59:49 +02:00
zeek-setup.h Reformat 2023-11-06 09:42:46 +00:00
zeek.bif Update zeek.bif 2025-06-25 22:53:29 +05:30
zeek.pac
ZeekArgs.cc Add missing copyright line to headers and cc files 2024-12-06 12:50:58 +01:00
ZeekArgs.h ZeekArgs: Deprecate val_list_to_args() 2024-11-21 09:30:57 +01:00
ZeekConfig.cmake.in Revert "Merge remote-tracking branch 'origin/topic/neverlord/gh-3247'" 2023-08-29 12:13:40 -07:00
ZeekList.h Reformat 2023-11-06 09:42:46 +00:00
ZeekPluginBootstrap.cmake.in ZeekPluginBootstrap: Encode Zeek's CMAKE_BUILD_TYPE 2023-06-15 10:46:06 +02:00
ZeekPluginConfig.cmake.in Fix install directory for plugins 2023-04-22 16:12:22 +02:00
ZeekString.cc Mark ZeekString vector helper methods deprecated 2025-06-06 12:26:43 -07:00
ZeekString.h Fix clang-tidy performance-enum-size warnings in headers 2025-06-23 08:35:24 -07:00
ZVal.cc Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00
ZVal.h Remove unnecessary #includes in base files in repo 2025-05-19 09:50:23 -07:00