Commit graph

  • fbb2102273
    Merge c6f65cb3a2 into 8b4707a284 Arne Welzel 2025-10-01 17:31:39 +01:00
  • d835fbf59e
    Merge 3d364030fb into 8b4707a284 Arne Welzel 2025-10-01 17:31:31 +01:00
  • 77d0d66a0c
    Merge 7c10b8639e into 8b4707a284 Tim Wojtulewicz 2025-09-30 23:12:16 +00:00
  • 7c10b8639e fixup! fixup! Disable Stmt hooks for the built-in debugger if not a debug build topic/timw/4553-script-debugger-debug-only Tim Wojtulewicz 2025-09-30 16:12:10 -07:00
  • 8ea7e0041b Testing disabling frame tracing for performance reasons Tim Wojtulewicz 2025-09-30 16:11:02 -07:00
  • 6c798da579
    Merge 66f9695927 into 8b4707a284 Tim Wojtulewicz 2025-09-30 15:57:36 -07:00
  • 66f9695927 Fix some recent Coverity findings topic/timw/coverity-fixes Tim Wojtulewicz 2025-09-30 15:57:17 -07:00
  • 759dbea5fe
    Merge 7278b7f40e into 8b4707a284 vpax 2025-09-30 14:44:02 -07:00
  • 5b47949d6d
    Merge c1faef38f8 into 8b4707a284 Tim Wojtulewicz 2025-09-30 14:13:45 -07:00
  • a0a7f59530
    Merge 07804232e6 into 8b4707a284 Tim Wojtulewicz 2025-09-30 14:05:39 -07:00
  • c78c168046
    Merge 72f78fac7d into 8b4707a284 vpax 2025-09-30 22:47:16 +02:00
  • 8b4707a284 Merge remote-tracking branch 'origin/topic/vern/id-redecl' master Tim Wojtulewicz 2025-09-30 20:46:27 +00:00
  • 99fa163db2 Merge remote-tracking branch 'origin/topic/vern/standalone-BiF-access' Tim Wojtulewicz 2025-09-30 20:45:19 +00:00
  • 63291eca75 Merge remote-tracking branch 'origin/topic/vern/opt-skip-file-fix' Tim Wojtulewicz 2025-09-30 20:12:14 +00:00
  • 54c26f768f fixup! Disable Stmt hooks for the built-in debugger if not a debug build Tim Wojtulewicz 2025-09-30 13:05:54 -07:00
  • 3878353a7a Disable Stmt hooks for the built-in debugger if not a debug build Tim Wojtulewicz 2025-09-25 18:35:21 -07:00
  • 07804232e6 fixup! Add opcode/opcode_name to DNS log record topic/timw/3856-dns-dynamic-update Tim Wojtulewicz 2025-09-29 15:58:48 -07:00
  • 85b4cec76e Merge remote-tracking branch 'origin/topic/timw/remove-checks-for-very-old-openssl-versions' Tim Wojtulewicz 2025-09-30 19:12:05 +00:00
  • 72f78fac7d fixup! fix to enable -O gen-standalone-C++ code to extend enum types topic/vern/standalone-enum-fix Vern Paxson 2025-09-30 12:11:45 -07:00
  • 7278b7f40e fixup! Reworked initialization of globals for -O gen-standalone-C++ code topic/vern/standalone-global-inits Vern Paxson 2025-09-30 12:03:27 -07:00
  • eb13ff3110 Reworked initialization of globals for -O gen-standalone-C++ code Vern Paxson 2025-09-30 11:27:53 -07:00
  • 6471a7bf7b Fix for standalone initializations that require BiFs, and streamlining of standalone BiF-tracking Vern Paxson 2025-09-30 11:11:50 -07:00
  • 9f62e53461 fix to enable -O gen-standalone-C++ code to extend enum types Vern Paxson 2025-09-30 10:44:13 -07:00
  • fada719620 fixed bug in logic for including/excluding files for script optimization Vern Paxson 2025-09-30 10:40:01 -07:00
  • ce6500bc56
    Merge 101060e194 into 6af1459f5e Arne Welzel 2025-09-30 15:57:43 +01:00
  • 5beaf5d832
    Merge 1f34645335 into 6af1459f5e Justin 2025-09-29 16:26:09 -07:00
  • 8f883bffb9 Use strlcpy() instead of strncpy() topic/timw/strlcpy Tim Wojtulewicz 2025-09-29 18:15:06 +00:00
  • a27cc89335 Remove checks for OpenSSL 1.x versions Tim Wojtulewicz 2025-09-26 11:47:02 -07:00
  • 686f100f0d Remove some additional LibreSSL checks Tim Wojtulewicz 2025-09-26 11:45:32 -07:00
  • 1fe5445eb6
    Merge 81f4726fc3 into 6af1459f5e Arne Welzel 2025-09-29 18:18:27 +02:00
  • 6af1459f5e Merge remote-tracking branch 'origin/topic/awelzel/4849-supervisor-signal-handle-tsan' Arne Welzel 2025-09-29 18:04:24 +02:00
  • c1faef38f8 Remove SMB_time and SMB_date record types topic/timw/4545-smb-gmtime Tim Wojtulewicz 2025-09-26 14:43:22 -07:00
  • 8efddf87d9 SMB: Init lanman time and set TZ correctly before calling mktime Tim Wojtulewicz 2025-09-05 15:39:17 -07:00
  • 3c16ee9667 Update docs submodule [nomail] Tim Wojtulewicz 2025-09-29 08:21:01 -07:00
  • 3d364030fb Conn: Improve packing, drop bitfields and boolenize topic/awelzel/conn-class-layout-packing Arne Welzel 2025-09-29 15:13:05 +02:00
  • 4a15328ba9 Conn: Lazily initialize weird_state when needed Arne Welzel 2025-09-29 15:09:55 +02:00
  • 31d7df915e Supervisor: Make last_signal atomic to squelch data race Arne Welzel 2025-09-29 14:41:11 +02:00
  • 3abc1116a1 Merge remote-tracking branch 'origin/topic/awelzel/zeromq-fix-block-subscribe-before-init' Arne Welzel 2025-09-29 13:08:15 +02:00
  • 81f4726fc3 RecordVal: Use vector32 topic/awelzel/zval-slot-record-val-size Arne Welzel 2025-09-29 12:19:37 +02:00
  • df02b989ac Val: Introduce vector32 Arne Welzel 2025-09-29 11:52:04 +02:00
  • e595dbc9bf RecordVal: Avoid IsManagedType() calls during construction Arne Welzel 2025-09-29 11:34:09 +02:00
  • 108e9fca4c RecordType: Carry field_properties Arne Welzel 2025-09-29 11:21:28 +02:00
  • ae86da62f3 ZAM: Drop some unneeded DeleteManagedTyped() calls Arne Welzel 2025-09-28 19:39:26 +02:00
  • 7ae53aea04 logging/Manager: Fix slot logic Arne Welzel 2025-09-28 19:09:48 +02:00
  • f17ca010bc RecordVal: Remove rt member Arne Welzel 2025-09-27 17:41:26 +02:00
  • f30e0166a7 RecordVal: Use ZValSlot for fields Arne Welzel 2025-09-27 16:57:14 +02:00
  • 27777ac214 Val: Introduce ZValSlot Arne Welzel 2025-09-27 15:28:32 +02:00
  • 00ad3e31c6 Modifiable: No virtual destructor Arne Welzel 2025-07-26 12:24:57 +02:00
  • 5e9dad04db RecordVal: Use const pointer in parse_time_records Arne Welzel 2025-09-27 17:38:51 +02:00
  • 372b70a8ca
    Merge 7e638a41f2 into 0700427bac Tim Wojtulewicz 2025-09-28 23:43:12 +08:00
  • 941ecee692 fixes for re-declaring type identifiers in inconsistent ways - addresses GH-2686 Vern Paxson 2025-09-27 22:23:57 -07:00
  • 70065631a7 revised fix topic/vern/standalone-fixes-work Vern Paxson 2025-09-27 22:20:10 -07:00
  • 2efa5cd075 importing fix for redeclaring variables Vern Paxson 2025-09-27 16:47:11 -07:00
  • 76bf845ec8 suppress complaints about unused functions/events/hooks Vern Paxson 2025-09-27 15:04:23 -07:00
  • 0cd6cb5470 fixes for globals in initialization expressions - still has vestigial late-build of globals Vern Paxson 2025-09-27 15:05:49 -07:00
  • 36797a600e fixes for globals in initialization expressions - still has vestigial late-build of globals Vern Paxson 2025-09-26 16:46:21 -07:00
  • 0700427bac Merge remote-tracking branch 'origin/topic/vern/standalone-fixes2' Tim Wojtulewicz 2025-09-26 14:19:40 -07:00
  • 483d9a3a93 Merge remote-tracking branch 'klemensn/openbsd-libressl' Tim Wojtulewicz 2025-09-26 11:19:17 -07:00
  • 7e638a41f2 Remove devel/spicy/autogen/tftp-no-accept.spicy topic/timw/move-zeek-docs-to-main-repo Tim Wojtulewicz 2025-09-26 17:32:36 +00:00
  • 08ead8952e fixes for the fact that Spicy event handlers start off with a null type Vern Paxson 2025-09-26 09:56:05 -07:00
  • c6f65cb3a2 iosource/Packet: Allow ToRawPktHdrVal() for reassembled packets topic/awelzel/4845-get-current-packet-header-fragmented-syn Arne Welzel 2025-09-26 14:06:22 +02:00
  • 423d3864da Re-run autogen-spicy-docs, but disable spicy-format for output Tim Wojtulewicz 2025-09-23 23:44:55 +00:00
  • f8873d5781 Adapt docs github workflow to remove zeek-docs submodule Tim Wojtulewicz 2025-09-22 16:13:58 -07:00
  • 9a9be826a7 Move readthedocs.yml file out of docs into main directory Tim Wojtulewicz 2025-09-12 10:50:22 -07:00
  • 0e46cc7a98 Run pre-commit on the imported docs files Tim Wojtulewicz 2025-09-15 15:54:48 -07:00
  • ded98cd373 Copy docs into Zeek repo directly Tim Wojtulewicz 2025-09-15 15:52:18 -07:00
  • 83f1e74643 Remove doc submodule Tim Wojtulewicz 2025-09-15 15:51:09 -07:00
  • 83f05dde34 Merge remote-tracking branch 'origin/topic/timw/merge-3rdparty-repo-into-main' Tim Wojtulewicz 2025-09-26 02:56:58 +00:00
  • 7627022f92 Ignore src/3rdparty for pre-commit Tim Wojtulewicz 2025-09-08 11:55:15 -07:00
  • 663fc2931c src/3rdparty: Port doctest fix for including <ciso646> from upstream Tim Wojtulewicz 2025-09-08 09:44:05 -07:00
  • 08b018cc61 src/3rdparty: Update doctest to v2.4.12 Tim Wojtulewicz 2025-09-08 09:43:14 -07:00
  • 21fc299131 src/3rdparty: Move jthread/stop_token out of std namespace to prevent collisions Tim Wojtulewicz 2025-06-04 15:16:53 -07:00
  • 3046be57da src/3rdparty: Fix clang-tidy bugprone-casting-through-void warning Tim Wojtulewicz 2025-04-18 10:38:01 -07:00
  • b2746226d5 src/3rdparty: Add jthread and stop_token headers Tim Wojtulewicz 2025-02-07 16:49:54 -07:00
  • d6d0fe0ff0 src/3rdparty: Update SQLite to 3.47.1 Christian Kreibich 2024-05-28 23:12:00 -07:00
  • 1cb75ffff3 src/3rdparty: Upgrade sqlite3 to 3.45.0 Tim Wojtulewicz 2024-01-26 11:27:44 -07:00
  • 6a060588c2 src/3rdparty: modp: Disable deprecation warning for sprintf Tim Wojtulewicz 2024-01-04 12:34:28 -07:00
  • dfd32b3b37 src/3rdparty: Update SQLite to 3.41.2 Johanna Amann 2023-05-03 10:42:57 +01:00
  • ee0c73f8f6 src/3rdparty: Handle zeek-inet-ntop snprintf() return value correctly Tim Wojtulewicz 2023-02-13 11:10:06 -07:00
  • 6936364b3c src/3rdparty: Rework inet-ntop change to build on Windows Tim Wojtulewicz 2023-02-12 13:42:05 -07:00
  • b8248d07e9 src/3rdparty: Use snprintf in zeek_inet_ntop.c to silence macOS compiler warnings Tim Wojtulewicz 2023-02-06 12:24:34 -07:00
  • a2abb40af6 src/3rdparty: Use snprintf in patricia.cc to silence macOS compiler warnings Tim Wojtulewicz 2023-02-06 11:57:10 -07:00
  • 2d9eb155d5 src/3rdparty: Update ConvertUTF Unicode license as per request from LLVM upstream Christian Kreibich 2022-11-02 16:22:40 -07:00
  • 942450c293 src/3rdparty: Update doctest to 2.4.9 and sqlite to 3.39.4 Tim Wojtulewicz 2022-10-06 10:57:31 -07:00
  • ce75863344 src/3rdparty: Fix rampant off-by-one error in last change Vern Paxson 2022-10-12 11:26:23 -07:00
  • 790e920d66 src/3rdparty: numeric conversion functions now return the number of characters added Vern Paxson 2022-09-16 09:44:32 -07:00
  • 3e4512bc80 src/3rdparty: Fix GCC 12.2 warning in access to patricia_t members Christian Kreibich 2022-09-02 16:10:55 -07:00
  • 01c31e9917 src/3rdparty: Rebase patricia.{h,c} on upstream version Tim Wojtulewicz 2022-07-28 12:27:16 -07:00
  • c4d015369b src/3rdparty: Deprecate bro_inet_ntop.{c,h} Tim Wojtulewicz 2022-06-28 16:02:00 -07:00
  • fa88e30796 src/3rdparty: Update SQLite to 3.38.4 Johanna Amann 2022-05-05 13:24:05 +01:00
  • ea7e91857a src/3rdparty: Update doctest to v2.4.8 Tim Wojtulewicz 2022-01-14 13:53:29 -07:00
  • c1598a33c4 src/3rdparty: Add missing externs in bsd-getopt-long.h Tim Wojtulewicz 2022-03-04 05:38:46 +00:00
  • 982d3b56a1 src/3rdparty: Add 3rdparty files from Zeek's src/ Benjamin Bannier 2021-11-05 09:45:20 +01:00
  • f0cfaaaa78 src/3rdparty: Update doctest to 2.4.6. Robin Sommer 2021-07-18 10:03:36 +02:00
  • 2dbd912088 src/3rdparty: Update SQLite to 3.36.0 Johanna Amann 2020-02-03 12:34:25 -08:00
  • eb3aeb75ab src/3rdparty: Add doctest header Dominik Charousset 2019-11-12 09:19:10 +01:00
  • 3c65c3ecb0 src/3rdparty: Update sqlite to 3.28.0 Bernhard Amann 2013-08-16 18:26:40 -07:00
  • 086416706d Remove zeek-3rdparty submodule Tim Wojtulewicz 2025-09-08 11:37:30 -07:00
  • 670fa055e2
    Merge 6dfccfcbaa into d2cda5a68c Arne Welzel 2025-09-25 16:38:10 -07:00
  • bd7784b848 fix for initializing BiFs in standalone C++ Vern Paxson 2025-09-25 14:17:54 -07:00