zeek/testing/btest/Baseline
Robin Sommer 0040111955
Integrate the Spicy plugin into Zeek proper.
This reflects the `spicy-plugin` code as of `d8c296b81cc2a11`.

In addition to moving the code into Zeek's source tree, this comes
with a couple small functional changes:

- `spicyz` no longer tries to infer if it's running from the build
  directory. Instead `ZEEK_SPICY_LIBRARY` can be set to a custom
  location. `zeek-set-path.sh` does that now.

- ZEEK_CONFIG can be set to change what `spicyz -z` print out. This is
  primarily for backwards compatibility.

Some further notes on specifics:

- We raise the minimum Spicy version to 1.8 (i.e., current `main`
  branch).

- Renamed the `compiler/` subdirectory to `spicyz` to avoid
  include-path conflicts with the Spicy headers.

- In `cmake/`, the corresponding PR brings a new/extended version of
  `FindZeek`, which Spicy analyzer packages need. We also now install
  some of the files that the Spicy plugin used to bring for testing,
  so that existing packages keep working.

- For now, this all remains backwards compatible with the current
  `zkg` analyzer templates so that they work with both external and
  integrated Spicy support. Later, once we don't need to support any
  external Spicy plugin versions anymore, we can clean up the
  templates as well.

- All the plugin's tests have moved into the standard test suite. They
  are skipped if configure with `--disable-spicy`.

This holds off on adapting the new code further to Zeek's coding
conventions, so that it remains easier to maintain it in parallel to
the (now legacy) external plugin. We'll make a pass over the
formatting for (presumable) Zeek 6.1.
2023-05-16 10:17:45 +02:00
..
af_packet.plugin Include in Jan's AF_PACKET plugin as builtin plugin 2022-10-13 13:29:27 +02:00
bifs.addr_count_conversion Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.addr_to_ptr_name Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.addr_version Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.all_set Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.analyzer_name Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.any_set Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.backtrace Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.bare_mode Add bare_mode bif. 2022-05-16 09:07:11 +02:00
bifs.bloomfilter Add intersect operation for bloom filters 2022-01-20 13:34:07 +00:00
bifs.bloomfilter-seed Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.bytestring_to_count Support other byte lengths in bytestring_to_count 2022-08-17 15:45:30 -07:00
bifs.bytestring_to_double GH-696: Add bytestring_to_float BIF 2022-07-13 10:44:24 -07:00
bifs.bytestring_to_float GH-696: Add bytestring_to_float BIF 2022-07-13 10:44:24 -07:00
bifs.bytestring_to_hexstr Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.cat cat_sep: Make fully vararg and do explicit runtime type checks 2022-10-27 13:06:06 +02:00
bifs.cat_sep_errors zeek.bif: Remove cat_sep() fully var_arg changes 2023-04-19 19:30:46 +02:00
bifs.cat_sep_errors-2 zeek.bif: Remove cat_sep() fully var_arg changes 2023-04-19 19:30:46 +02:00
bifs.cat_sep_errors-3 zeek.bif: Remove cat_sep() fully var_arg changes 2023-04-19 19:30:46 +02:00
bifs.cat_sep_errors-4 zeek.bif: Remove cat_sep() fully var_arg changes 2023-04-19 19:30:46 +02:00
bifs.cat_sep_errors-5 zeek.bif: Remove cat_sep() fully var_arg changes 2023-04-19 19:30:46 +02:00
bifs.check_subnet Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.clear_table Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.clear_table_expire_func Fix using clear_table() within an &expire_func 2021-04-26 22:49:44 -07:00
bifs.community_id.run-pcaps Add community_id_v1() based on corelight/zeek-community-id 2023-04-21 20:44:09 +02:00
bifs.community_id.v1 Add community_id_v1() based on corelight/zeek-community-id 2023-04-21 20:44:09 +02:00
bifs.compress_path Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.convert_for_pattern Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.count_to_addr Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.create_file Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.decode_base64 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.decode_base64_conn GH-1184: Add 'source' field to weird log denoting where the weird was reported 2020-12-01 09:34:37 -07:00
bifs.decode_base64_errors btest/decode_base_errors: Avoid binary output in baseline 2023-02-02 18:49:00 +01:00
bifs.directory_operations Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.disable_analyzer Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.disable_analyzer-early Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.disable_analyzer-hook Introduce global disabling_analyzer() hook to veto disable_analyzer() 2022-08-11 09:40:36 +02:00
bifs.disable_analyzer-hook-module analyzer: Move disabling_analyzer() hook into Analyzer module 2023-01-23 12:22:05 +01:00
bifs.disable_analyzer-tcp-packet-children Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.do_find_str Merge branch 'topic/AbdelSaTd/case-insensitive-find' 2021-11-10 11:33:47 +00:00
bifs.dump_current_packet Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.edit Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.enable_raw_output Additional use of btest-diff --binary 2020-12-06 20:19:52 -08:00
bifs.encode_base64 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.entropy_test Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.enum_names enum_names: Support naming types with a string 2022-10-21 20:09:48 +02:00
bifs.enum_to_int Add test to ensure enum_to_int's return values are ordered 2022-04-11 13:10:36 -04:00
bifs.escape_string Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.event-handler-stats Spelling testing 2022-11-16 20:05:03 -05:00
bifs.exit Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.file_mode Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.filter_subnet_table Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.find_all Add max_size argument for find_all/find_all_ordered BIFs 2023-02-21 12:27:54 -07:00
bifs.find_all_ordered Add max_size argument for find_all/find_all_ordered BIFs 2023-02-21 12:27:54 -07:00
bifs.find_entropy Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.find_last Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.fmt Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.fmt_ftp_port Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.footprint btest update to include recursive value that doesn't require a record 2022-05-05 16:55:03 -07:00
bifs.from_json Merge remote-tracking branch 'amazing-pp/topic/fupeng/from_json_bif' 2023-05-09 10:36:58 +02:00
bifs.from_json-2 Implement from_json bif 2023-05-06 00:42:46 +00:00
bifs.from_json-3 Implement from_json bif 2023-05-06 00:42:46 +00:00
bifs.from_json-4 Merge remote-tracking branch 'amazing-pp/topic/fupeng/from_json_bif' 2023-05-09 10:36:58 +02:00
bifs.from_json-5 Merge remote-tracking branch 'amazing-pp/topic/fupeng/from_json_bif' 2023-05-09 10:36:58 +02:00
bifs.from_json-6 Implement from_json bif 2023-05-06 00:42:46 +00:00
bifs.from_json-7 Merge remote-tracking branch 'amazing-pp/topic/fupeng/from_json_bif' 2023-05-09 10:36:58 +02:00
bifs.from_json-8 Implement from_json bif 2023-05-06 00:42:46 +00:00
bifs.from_json-9 Implement from_json bif 2023-05-06 00:42:46 +00:00
bifs.from_json-10 Implement from_json bif 2023-05-06 00:42:46 +00:00
bifs.from_json-11 Merge remote-tracking branch 'amazing-pp/topic/fupeng/from_json_bif' 2023-05-09 10:36:58 +02:00
bifs.from_json-12 Merge remote-tracking branch 'amazing-pp/topic/fupeng/from_json_bif' 2023-05-09 10:36:58 +02:00
bifs.get_current_packet_header Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.get_dns_stats get_dns_stats: Expose total cache size and cached text entries 2023-03-10 09:22:45 +01:00
bifs.get_port_transport_proto Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.getsetenv Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.global_ids Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.haversine_distance Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.hexdump Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.hexstr_to_bytestring Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.hll_cardinality Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.hll_cluster Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.hll_large_estimate Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.identify_data Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.install_src_addr_filter Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.is_ascii Expand testcases around is_num(), is_alpha(), is_alnum(), is_ascii() BiFs 2022-02-28 13:09:32 -08:00
bifs.is_local_interface Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.is_port Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.join_string strings: Implement join_string_set() as bif 2022-09-20 23:07:26 +02:00
bifs.levenshtein_distance Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.lookup_ID Fix lookup_ID() BIF to return enum values 2020-11-06 15:37:54 -08:00
bifs.lowerupper Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.lstrip Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.mask_addr Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.matching_subnets Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.math zeek.bif: Add log2() and ceil() 2023-05-09 18:57:57 +02:00
bifs.md5 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.net_stats_trace Add optional packet filtered statistics for packet sources 2023-04-06 09:47:04 -07:00
bifs.netbios-functions netbios_decode: use unsigned char for result 2023-02-02 15:48:58 +01:00
bifs.order Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.packet_sources Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.parse_ftp bifs/parse_eftp: Prevent reporter warnings/errors on invalid input 2023-01-16 15:20:02 +01:00
bifs.piped_exec tweak btest so it's recognized as a candidate for C++ compilation testing 2022-09-16 16:49:55 -07:00
bifs.print_raw Return fully-escaped string if utf8 conversion fails 2021-08-19 08:56:27 -07:00
bifs.ptr_name_to_addr Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.rand Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.raw_bytes_to_v4_addr Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.raw_bytes_to_v6_addr Zero out bytes by default for consistent return value on error 2022-03-09 11:15:48 -05:00
bifs.reading_traces Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.record_type_to_vector Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.records_fields record_fields: Include information about optionality of fields 2023-04-27 21:18:35 +02:00
bifs.remask_addr Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.resize Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.reverse Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.rotate_file Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.rotate_file_by_name Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.routing0_data_to_addrs Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.rstrip Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.safe_shell_quote Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.same_object Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.sha1 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.sha256 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.sort test suite updates for expanded sort() BiF semantics (bools, doubles) 2021-02-25 17:13:50 -08:00
bifs.split_string Remove some deprected methods/events from bif files 2021-01-27 10:52:40 -07:00
bifs.strcmp Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.strftime Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.string_fill Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.string_to_pattern Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.string_utils Add type checking to string_cat arguments 2022-08-29 08:45:59 -07:00
bifs.string_utils_errors Add type checking to string_cat arguments 2022-08-29 08:45:59 -07:00
bifs.strip Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.strptime Separate stdout from stderr in btest baselines 2021-03-30 16:23:23 -07:00
bifs.strstr Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.sub Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.subnet_to_addr Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.subnet_version Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.subst_string Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.system Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.system_env Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.table_keys Add more test cases 2022-08-11 13:35:27 +08:00
bifs.table_values update test suite to avoid GH-2385 problems, including incorrect typing 2022-12-04 17:56:30 -08:00
bifs.to_addr Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.to_count Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.to_double Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.to_double_from_string Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.to_int GH-1860: Add double_to_int() bif 2021-12-13 10:46:14 -07:00
bifs.to_interval Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.to_port bifs/to_port: Avoid ASAN errors when calling to_port("") 2022-08-31 17:15:50 +02:00
bifs.to_subnet Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.to_time Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.topk Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.type_aliases Add type_aliases() BIF for introspecting type-names of types/values 2020-11-06 17:18:44 -08:00
bifs.type_name when printing a description of a type, use its name if available 2022-04-28 18:23:02 -07:00
bifs.unique_id Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.unique_id-rnd Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.uuid_to_string Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
bifs.x509_check_hostname Add ability to check if hostname is valid for a specific cert 2021-06-29 15:00:48 +01:00
bifs.x509_parse_dn SSL/TLS: Parse CertificateRequest message 2023-03-09 09:12:29 +01:00
bifs.x509_verify Spelling testing 2022-11-16 20:05:03 -05:00
bifs.zeek_args Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
broker.connect-on-retry Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
broker.disconnect Port Zeek to latest Broker API 2022-04-27 23:02:27 +02:00
broker.error Port Zeek to latest Broker API 2022-04-27 23:02:27 +02:00
broker.event-group-interaction EventRegistry/Func: Disable events when all bodies are disabled 2023-01-05 12:03:58 +01:00
broker.opaque X.509: expose the signature type inside the tbs certificate 2023-02-28 19:24:16 +00:00
broker.python-bindings btest/broker: Add test using Python bindings and zeek -r 2023-03-27 21:13:03 +02:00
broker.remote_event Include spicy in build. 2022-05-16 09:07:11 +02:00
broker.remote_event_any Include spicy in build. 2022-05-16 09:07:11 +02:00
broker.remote_event_auto Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
broker.remote_event_auto_ts Add timestamps to auto published broker events. 2023-05-11 12:54:11 +02:00
broker.remote_event_index_types Merge remote-tracking branch 'origin/topic/jsiwek/gh-1506-fix-broker-func-indices' 2021-04-16 16:03:29 -07:00
broker.remote_event_ssl_auth Include spicy in build. 2022-05-16 09:07:11 +02:00
broker.remote_event_ts Add timestamps to manually published broker events. 2023-05-11 12:53:52 +02:00
broker.remote_event_ts_compat Add compatibility tests for timestamped events. 2023-05-11 12:54:11 +02:00
broker.remote_event_vector_any Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
broker.remote_id Spelling testing 2022-11-16 20:05:03 -05:00
broker.remote_log Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
broker.remote_log_batch Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
broker.remote_log_late_join Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
broker.remote_log_types Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
broker.ssl-mismatch Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
broker.ssl_auth_failure Port Zeek to latest Broker API 2022-04-27 23:02:27 +02:00
broker.store.brokerstore-attr-clone Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
broker.store.brokerstore-attr-expire Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
broker.store.brokerstore-attr-persistence Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
broker.store.brokerstore-attr-persistence-clone Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
broker.store.brokerstore-attr-simple BrokerStore <-> Zeek Tables: support complex indices 2020-11-17 14:48:10 +00:00
broker.store.brokerstore-backend-invalid Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
broker.store.brokerstore-backend-simple Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
broker.store.brokerstore-backend-simple-incompatible Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
broker.store.brokerstore-backend-simple-reverse BrokerStore <-> Zeek Tables: support complex indices 2020-11-17 14:48:10 +00:00
broker.store.brokerstore-backend-sqlite BrokerStore <-> Zeek Tables: support complex indices 2020-11-17 14:48:10 +00:00
broker.store.brokerstore-backend-sqlite-corrupt-delete broker/store: Extend SQLiteOptions around data safety and performance 2023-01-30 10:25:37 +01:00
broker.store.brokerstore-backend-sqlite-corrupt-fail broker/store: Extend SQLiteOptions around data safety and performance 2023-01-30 10:25:37 +01:00
broker.store.brokerstore-backend-sqlite-incompatible Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
broker.store.brokerstore-backend-sqlite-integrity-check broker/store: Extend SQLiteOptions around data safety and performance 2023-01-30 10:25:37 +01:00
broker.store.brokerstore-backend-sqlite-wal-mode broker/store: Extend SQLiteOptions around data safety and performance 2023-01-30 10:25:37 +01:00
broker.store.clone Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
broker.store.create-failure better descriptions for named record constructors 2021-06-02 15:57:25 -07:00
broker.store.handle-copy Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
broker.store.invalid-handle updates for the main test suite baseline 2021-06-01 12:47:21 -07:00
broker.store.local Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
broker.store.ops Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
broker.store.record Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
broker.store.set Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
broker.store.sqlite Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
broker.store.table Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
broker.store.type-conversion Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
broker.store.vector Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
broker.unpeer Fix addr/string type confusion in Broker::peers() 2021-08-18 15:16:58 -07:00
broker.web-socket-events Add WebSocket support for exchanging events with external clients. 2022-06-02 10:31:52 +02:00
broker.web-socket-events-metadata Add compatibility tests for timestamped events. 2023-05-11 12:54:11 +02:00
core.analyzer-confirmation-violation-info Introduce generic analyzer_confirmation_info and analyzer_violation_info 2022-09-27 17:49:51 +02:00
core.analyzer-confirmation-violation-info-ftp Introduce generic analyzer_confirmation_info and analyzer_violation_info 2022-09-27 17:49:51 +02:00
core.bits_per_uid Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.check-unused-event-handlers Generalize Cluster::worker_count. 2023-04-21 19:04:39 +02:00
core.checksums GH-1184: Add 'source' field to weird log denoting where the weird was reported 2020-12-01 09:34:37 -07:00
core.checksums-cli Add btest for "-C" flag vs the script-layer ignore_checksums global. 2023-04-24 21:19:05 -07:00
core.checksums_ignore_nets Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.checksums_ignore_nets_runtime_update Do not lookup ignore_checksums_nets for every packet 2021-08-06 10:32:53 +01:00
core.cisco-fabric-path Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.command-line-option-redefs Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.conn-size-threshold Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.conn-stats Add test for get_conn_stats BIF before reworking session stats 2021-04-29 10:24:45 -07:00
core.conn-uid Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.connection_flip_roles Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.connection_status_update GH-1321: Prevent compounding of connection_status_update event timers 2020-12-08 11:20:02 -08:00
core.disable-mobile-ipv6 GH-1221: Add unknown_protocols.log for logging packet analyzer lookup failures 2020-11-09 20:37:26 -07:00
core.discarder Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.div-by-zero updates for the main test suite baseline 2021-06-01 12:47:21 -07:00
core.dns-init Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.embedded-null Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.erspan Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.erspanI Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.erspanII Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.erspanIII Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.ether-addrs Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.event-arg-reuse Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.event-groups.basic Reintroduce event groups 2022-10-25 18:03:26 +02:00
core.event-groups.errors Reintroduce event groups 2022-10-25 18:03:26 +02:00
core.event-groups.errors-2 Reintroduce event groups 2022-10-25 18:03:26 +02:00
core.event-groups.errors-3 Reintroduce event groups 2022-10-25 18:03:26 +02:00
core.event-groups.errors-4 Reintroduce event groups 2022-10-25 18:03:26 +02:00
core.event-groups.existence zeek.bif: Add has_event_group() / has_module_events() 2022-12-09 16:59:07 +01:00
core.event-groups.hooks-basic Reintroduce event groups 2022-10-25 18:03:26 +02:00
core.event-groups.hooks-module Reintroduce event groups 2022-10-25 18:03:26 +02:00
core.event-groups.module Reintroduce event groups 2022-10-25 18:03:26 +02:00
core.event-groups.multi-group Reintroduce event groups 2022-10-25 18:03:26 +02:00
core.event-groups.runtime Reintroduce event groups 2022-10-25 18:03:26 +02:00
core.expire-all-timers Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.expired-conn-weird Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.expr-exception Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.fake_dns Store all mappings in a single map instead of split by type 2022-04-22 13:10:37 -07:00
core.file-analyzer-violation file_analysis: Implement AnalyzerViolation() for file_analysis/Analyzer 2022-09-27 17:49:58 +02:00
core.global_opaque_val Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.history-flip Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.icmp.icmp-context Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.icmp.icmp-events Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.icmp.icmp6-context Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.icmp.icmp6-events Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.icmp.icmp6-nd-options Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.icmp.icmp_sent Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.init-error Separate stdout from stderr in btest baselines 2021-03-30 16:23:23 -07:00
core.ip-broken-header Update baselines after AnalyzePacket changes 2022-11-08 16:44:15 -07:00
core.ipv6-atomic-frag Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.ipv6-flow-labels Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.ipv6-frag dns: Remove AD and CD flags from log 2023-03-16 10:09:27 +01:00
core.ipv6_esp Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.ipv6_ext_headers Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.ipv6_zero_len_ah Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.linuxsll2 Add support for DLT_LINUX_SLL2 PCAP link-type 2022-08-24 10:38:31 +10:00
core.load-duplicates-links Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.load-explicit-bro-suffix-fallback Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.load-file-extension Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.load-pkg Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.load-prefixes Remove support for .bro script extension and BRO_ environment variables 2021-01-27 10:52:40 -07:00
core.load-relative Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.load-stdin Add btests to verify Zeek's handling of SIGTERM and reading stdin 2022-07-09 11:17:14 -07:00
core.load-unload Remove support for .bro script extension and BRO_ environment variables 2021-01-27 10:52:40 -07:00
core.max-analyzer-violations test: Add btest verifying max_analyzer_violations functionality 2022-11-08 16:44:34 -07:00
core.mobile-ipv6-dst-opts Update baselines after AnalyzePacket changes 2022-11-08 16:44:15 -07:00
core.mobile-ipv6-home-addr Update btest baselines for --enable-mobile-ipv6 builds 2021-04-22 18:20:53 -07:00
core.mobile-ipv6-routing Update btest baselines for --enable-mobile-ipv6 builds 2021-04-22 18:20:53 -07:00
core.mobility-checksums Update btest baselines for --enable-mobile-ipv6 builds 2021-04-22 18:20:53 -07:00
core.mobility_msg Update btest baselines for --enable-mobile-ipv6 builds 2021-04-22 18:20:53 -07:00
core.mpls-in-vlan Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.negative-time GH-1184: Add 'source' field to weird log denoting where the weird was reported 2020-12-01 09:34:37 -07:00
core.network-time Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.network-time-init Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.network_time.broker core.network_time.broker: Test reliability improvement 2023-05-05 14:08:29 +02:00
core.network_time.no-update A set of tests around set_network_time() and timer expiration 2023-03-23 12:41:56 +01:00
core.network_time.set-network-time A set of tests around set_network_time() and timer expiration 2023-03-23 12:41:56 +01:00
core.network_time.set-network-time-expiration A set of tests around set_network_time() and timer expiration 2023-03-23 12:41:56 +01:00
core.nflog Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.nop Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.option-errors Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.option-errors-2 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.option-errors-3 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.option-priorities Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.option-redef Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.option-runtime-errors updates for the main test suite baseline 2021-06-01 12:47:21 -07:00
core.option-runtime-errors-2 updates for the main test suite baseline 2021-06-01 12:47:21 -07:00
core.option-runtime-errors-3 updates for the main test suite baseline 2021-06-01 12:47:21 -07:00
core.option-runtime-errors-4 updates for the main test suite baseline 2021-06-01 12:47:21 -07:00
core.option-runtime-errors-5 updates for the main test suite baseline 2021-06-01 12:47:21 -07:00
core.option-runtime-errors-6 updates for the main test suite baseline 2021-06-01 12:47:21 -07:00
core.option-runtime-errors-7 updates for the main test suite baseline 2021-06-01 12:47:21 -07:00
core.option-runtime-errors-8 Fixes from review, post-rebase 2022-05-26 18:39:01 -07:00
core.option-runtime-errors-9 updates for the main test suite baseline 2021-06-01 12:47:21 -07:00
core.option-runtime-errors-10 updates for the main test suite baseline 2021-06-01 12:47:21 -07:00
core.option-runtime-errors-11 updates for the main test suite baseline 2021-06-01 12:47:21 -07:00
core.option-runtime-errors-12 updates for the main test suite baseline 2021-06-01 12:47:21 -07:00
core.option-runtime-errors-13 updates for the main test suite baseline 2021-06-01 12:47:21 -07:00
core.option-zeek-done option.bif: Short-circuit option changes when terminating 2022-07-29 18:22:03 +02:00
core.packet-analyzer-override Reintroduce info when overriding packet analyzer mappings. 2023-03-30 16:19:39 +02:00
core.parse-only-signature-file-issues Add new hook HookLoadFileExtended that allows plugins to supply Zeek script code to parse. 2021-11-05 13:01:19 +01:00
core.parse-only-usage-issues updates for usage issues: support for -uu, maybe/definitely distinctions 2021-09-08 10:23:38 -07:00
core.pbb Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.pcap.dumper Separate stdout from stderr in btest baselines 2021-03-30 16:23:23 -07:00
core.pcap.dynamic-filter Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.pcap.filter-warning Add btest that exercises the pcap filter warnings 2022-10-21 10:50:00 -07:00
core.pcap.input-error Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.pcap.pseudo-realtime Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.pcap.read-trace-with-filter Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.pcap_file_done Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.pppoe Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.pppoe-over-qinq Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.print-bpf-filters Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.print-interval Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.proc-status-file Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.protocol-registration-error Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.q-in-q Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.radiotap Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.raw_packet ip4_hdr: Add DF, MF, offset and sum fields 2023-04-29 17:09:43 +02:00
core.reassembly Update baselines after AnalyzePacket changes 2022-11-08 16:44:15 -07:00
core.record-field-redef record_fields: Include information about optionality of fields 2023-04-27 21:18:35 +02:00
core.record-field-redef-errors Support redef'ing the &log attribute of record fields 2022-08-10 17:27:05 +02:00
core.record-field-redef-errors-2 Support redef'ing the &log attribute of record fields 2022-08-10 17:27:05 +02:00
core.record-field-redef-errors-3 Support redef'ing the &log attribute of record fields 2022-08-10 17:27:05 +02:00
core.record-field-redef-errors-4 Support redef'ing the &log attribute of record fields 2022-08-10 17:27:05 +02:00
core.record-field-redef-errors-5 Support redef'ing the &log attribute of record fields 2022-08-10 17:27:05 +02:00
core.record-field-redef-errors-6 Support redef'ing the &log attribute of record fields 2022-08-10 17:27:05 +02:00
core.record-field-redef-errors-7 Support redef'ing the &log attribute of record fields 2022-08-10 17:27:05 +02:00
core.record-field-redef-errors-8 Support redef'ing the &log attribute of record fields 2022-08-10 17:27:05 +02:00
core.record-field-redef-errors-9 Support redef'ing the &log attribute of record fields 2022-08-10 17:27:05 +02:00
core.record-field-redef-errors-10 Support redef'ing the &log attribute of record fields 2022-08-10 17:27:05 +02:00
core.record-field-redef-errors-11 Support redef'ing the &log attribute of record fields 2022-08-10 17:27:05 +02:00
core.record-field-redef-errors-12 Support redef'ing the &log attribute of record fields 2022-08-10 17:27:05 +02:00
core.recursive-event btest: More verbose recursive-event output 2023-03-23 12:41:56 +01:00
core.reporter Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.reporter-error-in-handler Separate stdout from stderr in btest baselines 2021-03-30 16:23:23 -07:00
core.reporter-fmt-strings Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.reporter-parse-error Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.reporter-runtime-error Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.reporter-type-mismatch Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.reporter-weird-sampling Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.reporter-weird-sampling-disable Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.reporter-weird-sampling-global Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.script-args Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.seed Introduce ZEEK_SEED_VALUES environment variable 2023-05-12 19:50:37 +02:00
core.seed-errors Introduce ZEEK_SEED_VALUES environment variable 2023-05-12 19:50:37 +02:00
core.skip_analyzer Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.suspend_processing.broker Broker: Remove network time initialization 2023-03-24 15:13:29 +01:00
core.suspend_processing.config Add a set of suspend_processing tests 2023-03-23 12:41:56 +01:00
core.suspend_processing.event-from-zeek-init ip4_hdr: Add DF, MF, offset and sum fields 2023-04-29 17:09:43 +02:00
core.suspend_processing.event-order ip4_hdr: Add DF, MF, offset and sum fields 2023-04-29 17:09:43 +02:00
core.suspend_processing.raw-input Add a set of suspend_processing tests 2023-03-23 12:41:56 +01:00
core.suspend_processing.scheduled-event-from-zeek-init ip4_hdr: Add DF, MF, offset and sum fields 2023-04-29 17:09:43 +02:00
core.suspend_processing.suspension-stack Fix a long-standing bug in the math around continue_processing 2023-04-06 10:49:05 -07:00
core.tcp.fin-retransmit Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.tcp.flip-without-syn Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.tcp.large-file-reassembly Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.tcp.miss-end-data Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.tcp.missing-syn Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.tcp.options Create out-27 2022-08-11 18:27:28 -07:00
core.tcp.quantum-insert Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.tcp.reassembly-known-ports Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.tcp.rst-after-syn Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.tcp.rxmit-history Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.tcp.tcp-dups Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.tcp.truncated-header flip connections that begin with SYN-ACKs if subsequent acks or data seen 2022-06-15 14:01:32 -07:00
core.truncation Update baselines after AnalyzePacket changes 2022-11-08 16:44:15 -07:00
core.tunnels.analyzer-confirmation Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.tunnels.ayiya Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.tunnels.geneve ip4_hdr: Add DF, MF, offset and sum fields 2023-04-29 17:09:43 +02:00
core.tunnels.geneve-many-options ip4_hdr: Add DF, MF, offset and sum fields 2023-04-29 17:09:43 +02:00
core.tunnels.geneve-truncated Add test cases for Geneve. 2023-03-30 22:58:54 +02:00
core.tunnels.gre dns: Remove AD and CD flags from log 2023-03-16 10:09:27 +01:00
core.tunnels.gre-aruba GH-1125: Support GRE ARUBA headers 2021-12-09 14:58:09 -07:00
core.tunnels.gre-aruba-amsdu Add support for 802.11 A-MSDU aggregates 2023-04-25 09:28:20 -07:00
core.tunnels.gre-erspan3-dot1q Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.tunnels.gre-in-gre Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.tunnels.gre-pptp dns: Remove AD and CD flags from log 2023-03-16 10:09:27 +01:00
core.tunnels.gtp.different_dl_and_ul Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.tunnels.gtp.ext_header Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.tunnels.gtp.false_gtp dns: Remove AD and CD flags from log 2023-03-16 10:09:27 +01:00
core.tunnels.gtp.inner_ipv6 Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.tunnels.gtp.inner_teredo Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.tunnels.gtp.non_recursive Add GTPv1 packet analyzer, disable old analyzer 2021-11-23 19:36:50 -07:00
core.tunnels.gtp.not_user_plane_data Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.tunnels.gtp.opt_header Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.tunnels.gtp.outer_ip_frag Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.tunnels.gtp.pdp_ctx_messages Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.tunnels.gtp.unknown_or_too_short Add GTPv1 packet analyzer, disable old analyzer 2021-11-23 19:36:50 -07:00
core.tunnels.ip-in-ip Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.tunnels.ip-in-ip-version GH-1184: Add 'source' field to weird log denoting where the weird was reported 2020-12-01 09:34:37 -07:00
core.tunnels.ip-tunnel-uid Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.tunnels.teredo Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.tunnels.teredo-known-services Remove no-op false-teredo test 2021-11-05 15:51:22 -07:00
core.tunnels.teredo-udp-in-udp Fix crash in Analyzer::ForwardPacket due to recursive analyzer calls. 2021-03-25 08:45:38 -07:00
core.tunnels.teredo_bubble_with_payload Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.tunnels.vxlan ip4_hdr: Add DF, MF, offset and sum fields 2023-04-29 17:09:43 +02:00
core.tunnels.vxlan-unknown-internal-packet Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.udp-content-ports Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.udp-contents-delivery-ports-use-resp Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.unknown-protocol-event Move UnknownProtocol options to init-bare.zeek 2020-11-11 12:58:38 -08:00
core.vlan-mpls Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.vntag GH-1389: Skip VN-Tag headers 2021-02-01 14:34:56 -07:00
core.when-interpreter-exceptions Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
core.wlanmon Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
core.x509-generalizedtime Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
coverage.bare-load-baseline Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
coverage.bare-mode-errors analyzer/dpd: Address review comments 2022-09-06 14:32:10 +02:00
coverage.basic-no-errors Introduce basic test triggering when zeek -r triggers script errors 2022-09-27 17:49:58 +02:00
coverage.coverage-blacklist updates for gen-C++ maintenance, including skipping some inappropriate tests 2022-08-01 16:47:17 -07:00
coverage.default-load-baseline Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
coverage.find-bro-logs analyzer: Add analyzer.log for logging violations/confirmations 2023-01-09 18:11:49 +01:00
coverage.init-default Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
coverage.zeek-profiler-file extend ZEEK_PROFILER_FILE profiling to include summaries for functions/hooks/event handlers 2023-04-26 12:23:52 -07:00
doc.zeekygen.all_scripts
doc.zeekygen.command_line Squelch the zeekygen warnings for command line 2022-08-06 11:35:05 +08:00
doc.zeekygen.comment_retrieval_bifs Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
doc.zeekygen.declaring_script zeekygen: Add BIFs to access declaring scripts 2022-11-22 13:23:01 +01:00
doc.zeekygen.declaring_script_enum zeekygen: Add BIFs to access declaring scripts 2022-11-22 13:23:01 +01:00
doc.zeekygen.declaring_script_errors zeekygen: Add BIFs to access declaring scripts 2022-11-22 13:23:01 +01:00
doc.zeekygen.enums Teach Zeekygen to produce source-code-range information 2021-02-26 14:55:59 -08:00
doc.zeekygen.example Spelling fixes: scripts 2022-11-02 17:36:39 -04:00
doc.zeekygen.func-params Teach Zeekygen to produce source-code-range information 2021-02-26 14:55:59 -08:00
doc.zeekygen.identifier Spelling fixes: scripts 2022-11-02 17:36:39 -04:00
doc.zeekygen.package Spelling fixes: scripts 2022-11-02 17:36:39 -04:00
doc.zeekygen.package_index Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
doc.zeekygen.records Teach Zeekygen to produce source-code-range information 2021-02-26 14:55:59 -08:00
doc.zeekygen.script_index Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
doc.zeekygen.script_summary Spelling fixes: scripts 2022-11-02 17:36:39 -04:00
doc.zeekygen.type-aliases Teach Zeekygen to produce source-code-range information 2021-02-26 14:55:59 -08:00
doc.zeekygen.vectors Spelling testing 2022-11-16 20:05:03 -05:00
javascript.hello Add experimental JavaScript support when libnode is available 2023-04-14 11:26:41 +02:00
javascript.http-request Add experimental JavaScript support when libnode is available 2023-04-14 11:26:41 +02:00
javascript.http-uri-sha256 Add experimental JavaScript support when libnode is available 2023-04-14 11:26:41 +02:00
javascript.intel Add experimental JavaScript support when libnode is available 2023-04-14 11:26:41 +02:00
javascript.suspend-continue Add experimental JavaScript support when libnode is available 2023-04-14 11:26:41 +02:00
language.addr ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07:00
language.alternate-event-hook-prototypes Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.alternate-event-hook-prototypes-invalid-arg Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.alternate-prototypes-arg-matching Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.alternate-prototypes-default-args disambiguate descriptions of enums; include attributes when describing records 2021-03-18 10:53:36 -07:00
language.alternate-prototypes-deprecated-args Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.any ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07:00
language.any-script-func-variadic-errors Func: Do not crash on va_args confusion for script funcs 2022-11-01 08:55:14 +01:00
language.any-script-func-variadic-errors-2 Func: Do not crash on va_args confusion for script funcs 2022-11-01 08:55:14 +01:00
language.any-when Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.at-deprecated Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.at-dir Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.at-filename Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.at-if ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07:00
language.at-if-else-if-no-way parse.y/directives: Reject directives as statements 2022-08-26 09:42:50 +02:00
language.at-if-event ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07:00
language.at-if-invalid Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.at-if-lambda parse.y/anonymous_function: Allow conditionals between begin_lambda and lambda_body 2022-08-17 13:40:25 +02:00
language.at-if-lambda-2 parse.y/anonymous_function: Allow conditionals between begin_lambda and lambda_body 2022-08-17 13:40:25 +02:00
language.at-if-lambda-3 parse.y/anonymous_function: Allow conditionals between begin_lambda and lambda_body 2022-08-17 13:40:25 +02:00
language.at-if-lambda-4 parse.y/anonymous_function: Allow conditionals between begin_lambda and lambda_body 2022-08-17 13:40:25 +02:00
language.at-if-reject parse.y/directives: Reject directives as statements 2022-08-26 09:42:50 +02:00
language.at-if-reject-2 parse.y/directives: Reject directives as statements 2022-08-26 09:42:50 +02:00
language.at-if-reject-3 parse.y/directives: Reject directives as statements 2022-08-26 09:42:50 +02:00
language.at-if-reject-4 parse.y/directives: Reject directives as statements 2022-08-26 09:42:50 +02:00
language.at-if-reject-5 parse.y/directives: Reject directives as statements 2022-08-26 09:42:50 +02:00
language.at-ifdef GH-2034: Store module names and use them in lookups for ifdef 2022-08-05 15:36:21 +00:00
language.at-ifndef GH-2034: Store module names and use them in lookups for ifdef 2022-08-05 15:36:21 +00:00
language.at-load ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07:00
language.attr-default-coercion Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.attr-default-global-set-error Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.blank-expr-errors Introduce special treatment for the blank identifier _ 2022-10-24 10:36:01 +02:00
language.blank-expr-errors-2 Introduce special treatment for the blank identifier _ 2022-10-24 10:36:01 +02:00
language.blank-expr-errors-3 Introduce special treatment for the blank identifier _ 2022-10-24 10:36:01 +02:00
language.blank-expr-errors-4 Introduce special treatment for the blank identifier _ 2022-10-24 10:36:01 +02:00
language.blank-expr-errors-5 Introduce special treatment for the blank identifier _ 2022-10-24 10:36:01 +02:00
language.blank-for Introduce special treatment for the blank identifier _ 2022-10-24 10:36:01 +02:00
language.blank-local Introduce special treatment for the blank identifier _ 2022-10-24 10:36:01 +02:00
language.blank-local-2 Introduce special treatment for the blank identifier _ 2022-10-24 10:36:01 +02:00
language.blank-local-3 Introduce special treatment for the blank identifier _ 2022-10-24 10:36:01 +02:00
language.blank-local-4 Introduce special treatment for the blank identifier _ 2022-10-24 10:36:01 +02:00
language.blank-option-error Introduce special treatment for the blank identifier _ 2022-10-24 10:36:01 +02:00
language.bool ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07:00
language.closure-binding determinism for concurrent Zeek test suite invocations; split out deprecations 2021-03-18 16:17:25 -07:00
language.closure-binding-errors removed deprecated capture-by-reference closures 2022-06-17 15:55:43 -07:00
language.closure-sending test suite updates and additions for new capture semantics & suppression of error cascades 2021-01-04 14:34:18 -08:00
language.closure-sending-naming Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.closure-sending2 tests added for new capture-by-reference closure semantics & errors 2021-01-04 14:38:12 -08:00
language.common-mistakes Separate stdout from stderr in btest baselines 2021-03-30 16:23:23 -07:00
language.common-mistakes2 updates for gen-C++ maintenance, including skipping some inappropriate tests 2022-08-01 16:47:17 -07:00
language.complex-delete new btest to catch regressions to previous behavior/crash 2022-01-14 14:10:15 -08:00
language.conditional-expression ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07:00
language.const Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.container-ctor-scope Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.container-option-init GH-2920: Don't warn on uninitialized container options 2023-04-13 09:05:17 -07:00
language.copy ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07:00
language.copy-all-opaques X.509: expose the signature type inside the tbs certificate 2023-02-28 19:24:16 +00:00
language.copy-all-types when printing a description of a type, use its name if available 2022-04-28 18:23:02 -07:00
language.copy-cycle Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.count ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07:00
language.count-underflow Expr: Warn on count underflow for c -= 1 and c = c - 1 2022-11-30 10:08:52 +01:00
language.crlf-parsing GH-1497: Support CRLF line-endings in Zeek scripts and signature files 2021-04-08 20:32:30 -07:00
language.cross-product-init updates to btests to support switch to expression-based initialization 2022-03-23 15:36:35 -07:00
language.dangling-at btests for erroneous script conditionals 2021-11-24 15:19:44 -08:00
language.default-params Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.delete-field Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.delete-field-set Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.deprecated Replace all the Warning() calls after IsFieldDeprecated() over to Warn() 2022-09-03 19:15:47 +08:00
language.double ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07:00
language.duplicate-attributes Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.enum ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07:00
language.enum-desc Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.enum-multiple-decls Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.enum-name-conflict GH-1534: Fix excessive coredump for duplicate enum definitions 2021-04-29 15:20:09 -07:00
language.enum-nonexisting Spelling testing 2022-11-16 20:05:03 -05:00
language.enum-scope Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.eof-parse-errors Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.event Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.event-invoke-mismatch-error Skip somer error reporting when the record type has errors 2023-01-27 20:49:22 +01:00
language.event-local-var Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.event-ts Add timestamp to events. 2023-05-11 12:51:06 +02:00
language.event-ts-scheduled Annotate scheduled events with intended timestamp. 2023-05-11 12:51:06 +02:00
language.expire-expr-error Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.expire-func-type-check updates for btests - new cases to check, new baselines 2022-03-31 20:42:54 -07:00
language.expire-func-undef Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.expire-redef Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.expire-type-error Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.expire_func Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.expire_func-copy testing/btest: Add test showing &expire_func/&create_expire is copied 2023-02-17 16:16:06 +01:00
language.expire_func_mod Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.expire_multiple Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.expire_multiple-2 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.expire_multiple-3 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.expire_subnet Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.file Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.for ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07:00
language.for-var-check GH-2669: Give script location for type clash in for-loop construction 2023-01-26 09:11:10 -07:00
language.func-assignment Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.func-equality Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.function ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07:00
language.function-already-defined Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.function-closures test suite updates and additions for new capture semantics & suppression of error cascades 2021-01-04 14:34:18 -08:00
language.function-invoke-mismatch-error Skip somer error reporting when the record type has errors 2023-01-27 20:49:22 +01:00
language.function-sending Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.global-init-calls-bif Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.global-init-calls-bif-using-builtin-type Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.global-type-clash Fix module-scoped type definitions that conflict with existing global ones 2022-08-08 15:30:34 -07:00
language.global-unset-addto Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.hook Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.hook_calls GH-1741: Print error if calling a non-hook with hook keyword 2021-12-09 14:35:40 -07:00
language.identifier-not-defined-error Tame error reporting and abort() for undefined types 2023-01-26 20:05:02 +01:00
language.if ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07:00
language.ignore-deprecations scan.l: Support @pragma, specifically push/pop ignore-deprecations 2023-04-05 10:24:30 +02:00
language.ignore-deprecations-2 scan.l: Support @pragma, specifically push/pop ignore-deprecations 2023-04-05 10:24:30 +02:00
language.ignore-deprecations-3 scan.l: Support @pragma, specifically push/pop ignore-deprecations 2023-04-05 10:24:30 +02:00
language.ignore-deprecations-4 scan.l: Support @pragma, specifically push/pop ignore-deprecations 2023-04-05 10:24:30 +02:00
language.incr-vec-expr-error Expr: Remove vector scalar operations 2023-03-20 21:35:48 +01:00
language.index-assignment-invalid updates for the main test suite baseline 2021-06-01 12:47:21 -07:00
language.ineffective-default-args Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.init-in-anon-function Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.init-integration btest tweaks I overlooked 2022-03-23 15:36:35 -07:00
language.init-mismatch Var: Add version to deprecated initialization 2023-03-20 21:36:01 +01:00
language.inlined-nested-loop fix & btest for ZAM bug with inlined nested loop 2022-04-01 14:04:50 -07:00
language.int split basic "int" btests into main part versus now-separate overflow part 2022-09-16 16:49:22 -07:00
language.int-min-max btest tweaks for recent changes 2022-09-16 17:04:06 -07:00
language.int-negation-range Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.interval ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07:00
language.invalid-hostnames GH-1245: require TLD of hostname literals to start with a letter 2020-10-23 14:17:10 -07:00
language.invalid-hostnames-2 GH-1245: require TLD of hostname literals to start with a letter 2020-10-23 14:17:10 -07:00
language.invalid_index Separate stdout from stderr in btest baselines 2021-03-30 16:23:23 -07:00
language.ipv6-literals Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.key-value-for Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.lambda-escaping Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.lambda-nested-copy Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.lambda-record-field Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.lambda-zeek-init Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.mismatched-container-ctor-types updates to btests to support switch to expression-based initialization 2022-03-23 15:36:35 -07:00
language.module ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07:00
language.more-closure-tests Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.named-record-ctors Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.named-set-ctors Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.named-table-ctors Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.named-vector-ctors Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.next-break-context-errors ScriptValidation: Make break/next a warning until Zeek 6.1 2023-03-02 18:46:10 +01:00
language.next-break-context-errors-2 ScriptValidation: Make break/next a warning until Zeek 6.1 2023-03-02 18:46:10 +01:00
language.next-break-context-errors-3 ScriptValidation: Make break/next a warning until Zeek 6.1 2023-03-02 18:46:10 +01:00
language.next-break-context-errors-4 ScriptValidation: Make break/next a warning until Zeek 6.1 2023-03-02 18:46:10 +01:00
language.next-break-context-errors-5 ScriptValidation: Make break/next a warning until Zeek 6.1 2023-03-02 18:46:10 +01:00
language.next-break-context-errors-6 ScriptValidation: Make break/next a warning until Zeek 6.1 2023-03-02 18:46:10 +01:00
language.next-break-context-errors-7 ScriptValidation: Make break/next a warning until Zeek 6.1 2023-03-02 18:46:10 +01:00
language.next-break-context-errors-8 ScriptValidation: Make break/next a warning until Zeek 6.1 2023-03-02 18:46:10 +01:00
language.next-break-context-errors-9 ScriptValidation: Make break/next a warning until Zeek 6.1 2023-03-02 18:46:10 +01:00
language.next-test Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.no-module ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07:00
language.null-statement Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.on_change Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.on_change-copy TableVal: Propagate &on_change attribute through copy() 2023-02-17 16:21:32 +01:00
language.on_change-recurse Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.on_change_expire Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.orphan-endif btests for erroneous script conditionals 2021-11-24 15:19:44 -08:00
language.outer_param_binding Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.paraglob Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.paraglob-serialization Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.pattern Merge remote-tracking branch 'origin/topic/vern/bit-shift-fixes' 2022-08-03 09:56:55 -07:00
language.patterns-stored-in-containers Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.port ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07:00
language.pragma scan.l: Support @pragma, specifically push/pop ignore-deprecations 2023-04-05 10:24:30 +02:00
language.pragma-2 scan.l: Support @pragma, specifically push/pop ignore-deprecations 2023-04-05 10:24:30 +02:00
language.pragma-3 scan.l: Support @pragma, specifically push/pop ignore-deprecations 2023-04-05 10:24:30 +02:00
language.pragma-4 scan.l: Support @pragma, specifically push/pop ignore-deprecations 2023-04-05 10:24:30 +02:00
language.pragma-5 scan.l: Support @pragma, specifically push/pop ignore-deprecations 2023-04-05 10:24:30 +02:00
language.pragma-6 scan.l: Support @pragma, specifically push/pop ignore-deprecations 2023-04-05 10:24:30 +02:00
language.pragma-7 scan.l: Support @pragma, specifically push/pop ignore-deprecations 2023-04-05 10:24:30 +02:00
language.pragma-8 scan.l: Support @pragma, specifically push/pop ignore-deprecations 2023-04-05 10:24:30 +02:00
language.pragma-9 scan.l: Support @pragma, specifically push/pop ignore-deprecations 2023-04-05 10:24:30 +02:00
language.pragma-10 scan.l: Support @pragma, specifically push/pop ignore-deprecations 2023-04-05 10:24:30 +02:00
language.pragma-11 scan.l: Support @pragma, specifically push/pop ignore-deprecations 2023-04-05 10:24:30 +02:00
language.pragma-12 scan.l: Support @pragma, specifically push/pop ignore-deprecations 2023-04-05 10:24:30 +02:00
language.precedence ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07:00
language.raw_output_attr Additional use of btest-diff --binary 2020-12-06 20:19:52 -08:00
language.raw_output_attr-2
language.rec-comp-init Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.rec-nested-opt Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.rec-of-tbl Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.rec-table-default Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.record-bad-ctor updates to btests to support switch to expression-based initialization 2022-03-23 15:36:35 -07:00
language.record-bad-ctor2 better descriptions for named record constructors 2021-06-02 15:57:25 -07:00
language.record-bad-ctor3 bug fix for reporting poorly formed record constructors 2021-12-22 14:26:03 -08:00
language.record-bad-ctor4 associated btest 2022-02-28 17:38:32 -08:00
language.record-coerce-clash Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.record-coerce-error Skip somer error reporting when the record type has errors 2023-01-27 20:49:22 +01:00
language.record-coerce-orphan fixes for constructing and assigning records with fields that are empty vectors 2021-11-24 11:16:33 -08:00
language.record-default-coercion Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.record-default-set-mismatch Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.record-duplicate-fields fix for crashes when record definitions repeat a field name 2023-01-10 13:56:47 -08:00
language.record-empty-vector fixes for constructing and assigning records with fields that are empty vectors 2021-11-24 11:16:33 -08:00
language.record-extension Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.record-function-recursion when printing a description of a type, use its name if available 2022-04-28 18:23:02 -07:00
language.record-global-init-exception Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.record-index-complex-fields update test suite for vector holes now being supported for numeric types 2021-04-14 18:19:26 -07:00
language.record-option-init GH-2920: Don't warn on uninitialized container options 2023-04-13 09:05:17 -07:00
language.record-recursive-coercion Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.record-recursive-table Type/is_supported_index_type: Deal with recursive record types 2023-02-17 17:35:05 +01:00
language.record-recursive-table-2 Type/is_supported_index_type: Deal with recursive record types 2023-02-17 17:35:05 +01:00
language.record-redef-after-init Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.record-ref-assign Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.record-type-checking updates to btests to support switch to expression-based initialization 2022-03-23 15:36:35 -07:00
language.redef-global-function Return an error if redef'ing a variable without redef attribute 2022-07-25 09:43:19 -07:00
language.redef-missing-type parse.y: Improve error reporting of type redef 2023-02-21 11:58:33 +01:00
language.redef-missing-type-2 parse.y: Improve error reporting of type redef 2023-02-21 11:58:33 +01:00
language.redef-missing-type-3 parse.y: Improve error reporting of type redef 2023-02-21 11:58:33 +01:00
language.redef-missing-type-4 parse.y: Improve error reporting of type redef 2023-02-21 11:58:33 +01:00
language.redef-missing-type-5 parse.y: Improve error reporting of type redef 2023-02-21 11:58:33 +01:00
language.redef-missing-type-6 parse.y: Improve error reporting of type redef 2023-02-21 11:58:33 +01:00
language.redef-same-prefixtable-idx Var: Add version to deprecated initialization 2023-03-20 21:36:01 +01:00
language.redef-vector Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.returnwhen Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.set ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07:00
language.set-iteration TableVal: Propagate &ordered through copy() 2023-02-17 16:28:50 +01:00
language.set-opt-record-index Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.set-type-checking updates to btests to support switch to expression-based initialization 2022-03-23 15:36:35 -07:00
language.set-vector-index Fix indexing of set/table types with a vector 2021-04-14 21:58:14 -07:00
language.short-circuit ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07:00
language.sizeof Expr: Warn on count underflow for c -= 1 and c = c - 1 2022-11-30 10:08:52 +01:00
language.sizeof-any GH-1273: Change SizeExpr to yield "any" type when operating on "any" 2020-11-09 19:03:42 -08:00
language.smith-waterman-test Fix smith-waterman sorting to follow correct Compare semantics 2023-04-30 11:54:08 -07:00
language.string ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07:00
language.string-indexing Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.strings Remove some deprected methods/events from bif files 2021-01-27 10:52:40 -07:00
language.subnet ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07:00
language.subnet-errors Separate stdout from stderr in btest baselines 2021-03-30 16:23:23 -07:00
language.switch-error-mixed Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.switch-incomplete Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.switch-statement Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.switch-type-cast-fallthrough-error Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.switch-types Spelling testing 2022-11-16 20:05:03 -05:00
language.switch-types-error-duplicate Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.switch-types-error-unsupported Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.switch-types-vars Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.table ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07:00
language.table-aggr-init-type-check updates to btests to support switch to expression-based initialization 2022-03-23 15:36:35 -07:00
language.table-default-record Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.table-index-unsupported-types Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.table-init updates for btests - new cases to check, new baselines 2022-03-31 20:42:54 -07:00
language.table-init-attrs Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.table-init-container-ctors Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.table-init-record-idx Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.table-init-record-idx-2 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.table-init-record-idx-3 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.table-init-record-idx-4 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.table-iteration Add &ordered attribute for tables/sets 2022-10-16 15:31:42 -07:00
language.table-list-assign-type-check updates to btests to support switch to expression-based initialization 2022-03-23 15:36:35 -07:00
language.table-nested-set-ordering Add btests for new functionality 2021-09-20 17:51:43 -07:00
language.table-optional-subrecord-index GH-839: Fix use of &optional sub-records within table/set indices 2021-05-26 13:28:13 -07:00
language.table-pattern-index Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.table-record-idx-redef Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.table-redef Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.table-redef-default Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.table-set-iterator-invalidation Reporter: Add ExprRuntimeWarning() 2022-11-29 15:28:58 +01:00
language.table-type-checking code formatting and more btest updates 2022-05-26 18:15:48 -07:00
language.ternary-type-check better descriptions for named record constructors 2021-06-02 15:57:25 -07:00
language.time ensure that language tests pay attention to .stderr 2022-07-29 21:30:40 -07:00
language.timeout Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.trailing-comma update test suite to avoid GH-2385 problems, including incorrect typing 2022-12-04 17:56:30 -08:00
language.trailing-comma-2 parse.y: Allow trailing commas for table, set, vector and record construction 2022-12-01 12:05:29 +01:00
language.trailing-comma-error parse.y: Allow trailing commas for table, set, vector and record construction 2022-12-01 12:05:29 +01:00
language.trailing-comma-error-2 parse.y: Allow trailing commas for table, set, vector and record construction 2022-12-01 12:05:29 +01:00
language.trailing-comma-error-3 parse.y: Allow trailing commas for table, set, vector and record construction 2022-12-01 12:05:29 +01:00
language.trailing-comma-error-4 parse.y: Allow trailing commas for table, set, vector and record construction 2022-12-01 12:05:29 +01:00
language.trailing-comma-error-5 parse.y: Allow trailing commas for table, set, vector and record construction 2022-12-01 12:05:29 +01:00
language.trailing-comma-error-6 parse.y: Allow trailing commas for table, set, vector and record construction 2022-12-01 12:05:29 +01:00
language.trailing-comma-error-7 parse.y: Allow trailing commas for table, set, vector and record construction 2022-12-01 12:05:29 +01:00
language.trailing-comma-error-8 parse.y: Allow trailing commas for table, set, vector and record construction 2022-12-01 12:05:29 +01:00
language.trailing-comma-error-9 parse.y: Allow trailing commas for table, set, vector and record construction 2022-12-01 12:05:29 +01:00
language.trailing-comma-error-10 parse.y: Allow trailing commas for table, set, vector and record construction 2022-12-01 12:05:29 +01:00
language.trailing-comma-error-11 parse.y: Allow trailing commas for table, set, vector and record construction 2022-12-01 12:05:29 +01:00
language.trailing-comma-error-12 parse.y: Allow trailing commas for table, set, vector and record construction 2022-12-01 12:05:29 +01:00
language.type-alias-error GH-1344: Give better warning when using a type that doesn't exist 2022-07-29 12:38:25 -07:00
language.type-cast-any Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.type-cast-error-dynamic when printing a description of a type, use its name if available 2022-04-28 18:23:02 -07:00
language.type-cast-error-static Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.type-cast-same Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.type-check-any Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.type-check-func-call Merge remote-tracking branch 'origin/topic/jsiwek/gh-1296-fix-list-type-checks' 2021-01-21 14:00:07 -08:00
language.type-check-operator-in Expand table/set tests to cover new index types 2021-10-01 14:03:08 -07:00
language.type-check-vector Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.type-coerce-numerics Type coercion fix: transform +=/-= operators with arithmetic targets to explict assignments 2022-11-22 13:01:10 -08:00
language.type-type-error Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.undeclared-alternate-event-hook-prototype Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.undefined-delete-field Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.uninitialized-local Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.uninitialized-local2 parse.y: Make out-of-scope use errors 2023-03-20 21:35:48 +01:00
language.unterminated-pattern Add btest for unterminated pattern parsing error behavior 2021-04-09 11:15:06 -07:00
language.unused-assignment updates for gen-C++ maintenance, including skipping some inappropriate tests 2022-08-01 16:47:17 -07:00
language.vector don't allow deprecated-style mixing of vectors and scaling for shifting 2022-07-30 18:17:22 -07:00
language.vector-any-append Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.vector-coerce-expr Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.vector-coerce-expr2 change vector constructors to require direct type equivalence for non-arithmetics 2022-11-21 15:32:46 -08:00
language.vector-for-value stmt: Support iterating over vector values 2022-08-22 16:57:37 +02:00
language.vector-hole-loop btest for https://github.com/zeek/zeek/issues/1763 2021-09-07 10:21:50 -07:00
language.vector-in-operator Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.vector-list-init-records Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.vector-of-enum when printing a description of a type, use its name if available 2022-04-28 18:23:02 -07:00
language.vector-of-enum-mismatch when printing a description of a type, use its name if available 2022-04-28 18:23:02 -07:00
language.vector-of-interval-arithmetic Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.vector-slice-assign btest to catch vector slice assignment issues 2022-01-25 10:47:33 -08:00
language.vector-type-checking updates to btests to support switch to expression-based initialization 2022-03-23 15:36:35 -07:00
language.vector-unspecified updates for btests - new cases to check, new baselines 2022-03-31 20:42:54 -07:00
language.when Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.when-aggregates Stmt: Error on deprecated when/local usage 2023-03-20 21:35:53 +01:00
language.when-capture-errors test suite update for minor change in "when" error messages 2023-04-02 11:38:30 -07:00
language.when-on-globals Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.when-order-of-eval Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.when-unitialized-rhs btest tweaks for recent changes 2022-09-16 17:04:06 -07:00
language.while Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.wrong-delete-field Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.wrong-record-extension Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.zeek_init Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
language.zeek_script_loaded Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
opt.opt-files btests for new --optimize-funcs and --optimize-files 2021-12-10 13:02:52 -08:00
opt.opt-files2 btests for new --optimize-funcs and --optimize-files 2021-12-10 13:02:52 -08:00
opt.opt-files3 btests for new --optimize-funcs and --optimize-files 2021-12-10 13:02:52 -08:00
opt.opt-func btests for new --optimize-funcs and --optimize-files 2021-12-10 13:02:52 -08:00
opt.opt-func2 btests for new --optimize-funcs and --optimize-files 2021-12-10 13:02:52 -08:00
opt.opt-func3 btests for new --optimize-funcs and --optimize-files 2021-12-10 13:02:52 -08:00
opt.opt-no-files btests for new --optimize-funcs and --optimize-files 2021-12-10 13:02:52 -08:00
opt.opt-no-func btests for new --optimize-funcs and --optimize-files 2021-12-10 13:02:52 -08:00
opt.opt-no-func2 btests for new --optimize-funcs and --optimize-files 2021-12-10 13:02:52 -08:00
opt.pure-inlining inlining of Zeek script functions 2020-11-19 16:16:59 -08:00
plugins.bifs-and-scripts Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
plugins.bifs-and-scripts-install Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
plugins.bifs-and-scripts-install-delete-source tests: Add regression tests for zeek/cmake#61 2023-02-24 19:37:52 +01:00
plugins.binpac-flowbuffer-frame-length Add test case for binpac flowbuffer frame length parsing bug 2020-03-19 22:09:23 -07:00
plugins.conflict-plugin Spelling testing 2022-11-16 20:05:03 -05:00
plugins.debug-streams zeek-setup: Validate plugin debug streams during startup 2022-07-07 17:56:19 +02:00
plugins.doctest-disabled Add testcases for plugin with doctest usage 2021-12-06 12:17:22 -08:00
plugins.doctest-supported Add testcases for plugin with doctest usage 2021-12-06 12:17:22 -08:00
plugins.doctest-unsupported Add testcases for plugin with doctest usage 2021-12-06 12:17:22 -08:00
plugins.file file_analysis/Analyzer: Limit maximum number of violations 2022-11-08 16:44:39 -07:00
plugins.func-hook Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
plugins.hooks Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
plugins.init-plugin Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
plugins.iosource-plugin Add a new plugin test with verbose IO source output 2023-03-21 09:15:39 +01:00
plugins.legacy-func-hook Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
plugins.logging-hooks Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
plugins.packet-protocol Remove non-standard way of forwarding out of the Ethernet analyzer 2023-04-25 12:29:55 -07:00
plugins.pktdumper Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
plugins.pktsrc Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
plugins.plugin-load-dependency Add test creating multiple plugins with load dependencies. 2020-11-24 16:59:11 +00:00
plugins.plugin-load-file-extended Re-instantiate providing location information to LoadFile hooks. 2022-04-14 10:43:21 +02:00
plugins.plugin-nopatchversion Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
plugins.plugin-withpatchversion Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
plugins.protocol Fix registration of protocol analyzers from inside plugins. 2021-07-18 10:00:49 +02:00
plugins.reader Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
plugins.reporter-hook Expand plugin.reporter-hook testcase to verify -NN output 2022-04-14 15:20:08 -07:00
plugins.unprocessed-packet-hook Spelling testing 2022-11-16 20:05:03 -05:00
plugins.writer Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.files.data_event.basic Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.files.entropy.basic Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.files.extract.limit Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.files.pe.basic Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.files.x509.1999 GH-1634: Address feedback 2021-07-02 15:12:58 +01:00
scripts.base.files.x509.caching-hook GH-1634: Address feedback 2021-07-02 15:12:58 +01:00
scripts.base.files.x509.disable-certificate-events-known-certs GH-1634: Address feedback 2021-07-02 15:12:58 +01:00
scripts.base.files.x509.disable-certificate-events-known-certs-2 GH-1634: Address feedback 2021-07-02 15:12:58 +01:00
scripts.base.files.x509.disable-certificate-events-known-certs-3 GH-1634: Address feedback 2021-07-02 15:12:58 +01:00
scripts.base.files.x509.event-caching GH-1634: Address feedback 2021-07-02 15:12:58 +01:00
scripts.base.files.x509.files Add basic LLC, SNAP, and Novell 802.3 packet analyzers 2023-04-25 12:29:54 -07:00
scripts.base.files.x509.log-caching GH-1634: Address feedback 2021-07-02 15:12:58 +01:00
scripts.base.files.x509.log-caching-cluster GH-1634: Address feedback 2021-07-02 15:12:58 +01:00
scripts.base.files.x509.log-caching-disabled-cluster GH-1634: Address feedback 2021-07-02 15:12:58 +01:00
scripts.base.files.x509.signed_certificate_timestamp Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.files.x509.signed_certificate_timestamp_ocsp Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.files.x509.tbs_sig_alg X.509: expose the signature type inside the tbs certificate 2023-02-28 19:24:16 +00:00
scripts.base.files.x509.x509_check_cert_hostname Add ability to check if hostname is valid for a specific cert 2021-06-29 15:00:48 +01:00
scripts.base.frameworks.analyzer.disabled-packet-analyzers packet_analysis: Introduce PacketAnalyzer::__disable_analyzer() 2022-09-30 09:27:22 +02:00
scripts.base.frameworks.analyzer.logging Update scripts.base.frameworks.analyzer.logging btest to use a different trace file 2023-01-26 09:14:00 -07:00
scripts.base.frameworks.analyzer.request-analyzer Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.frameworks.analyzer.schedule-analyzer Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.analyzer.tags Add concept of "parent" tag namespaces 2021-11-23 19:36:49 -07:00
scripts.base.frameworks.analyzer.toggle-packet-analyzers ip4_hdr: Add DF, MF, offset and sum fields 2023-04-29 17:09:43 +02:00
scripts.base.frameworks.cluster.custom_pool_exclusivity Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.cluster.custom_pool_limits Remove TYPE_COUNTER 2021-01-27 10:52:40 -07:00
scripts.base.frameworks.cluster.forwarding Simplify btests using cluster_started event. 2023-04-26 20:00:44 +02:00
scripts.base.frameworks.cluster.log_distribution Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.cluster.publish-hrw-type-check broker/messaging: Runtime type checks for pool 2023-04-19 19:30:46 +02:00
scripts.base.frameworks.cluster.start-it-up Remove old cluster start tests. 2023-04-26 19:29:55 +02:00
scripts.base.frameworks.cluster.start-it-up-logger Remove old cluster start tests. 2023-04-26 19:29:55 +02:00
scripts.base.frameworks.cluster.topic_distribution Remove TYPE_COUNTER 2021-01-27 10:52:40 -07:00
scripts.base.frameworks.cluster.topic_distribution_bifs Remove TYPE_COUNTER 2021-01-27 10:52:40 -07:00
scripts.base.frameworks.config.basic GH-636: Fix regex to handle commas at the end of config parser lines 2022-07-18 08:54:06 -07:00
scripts.base.frameworks.config.basic_cluster Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.config.cluster_resend Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.config.container-options Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.config.missing-enum-value testing/missing-enum-value: redef exit_only_after_terminate=T 2022-07-29 18:22:03 +02:00
scripts.base.frameworks.config.read_config Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.config.read_config_cluster Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.config.several-files Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.config.updates Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.config.weird Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.control.configuration_update Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.control.id_value Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.dpd.max_violations Special case HTTP 0.9 early on 2023-03-10 09:52:34 -07:00
scripts.base.frameworks.file-analysis.actions.data_event Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.file-analysis.bifs.enable-disable Support explicit disabling of file analyzers 2021-02-23 15:50:18 -08:00
scripts.base.frameworks.file-analysis.bifs.file_exists_lookup_file Separate stdout from stderr in btest baselines 2021-03-30 16:23:23 -07:00
scripts.base.frameworks.file-analysis.bifs.register_mime_type Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.frameworks.file-analysis.bifs.remove_action Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.file-analysis.bifs.set_timeout_interval Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.file-analysis.bifs.stop Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.file-analysis.big-bof-buffer Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.frameworks.file-analysis.byteranges Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.frameworks.file-analysis.ftp Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.file-analysis.http.get Update btest-diff calls on binary files to using "--binary" 2020-12-06 20:19:52 -08:00
scripts.base.frameworks.file-analysis.http.multipart Update btest-diff calls on binary files to using "--binary" 2020-12-06 20:19:52 -08:00
scripts.base.frameworks.file-analysis.http.partial-content Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.file-analysis.http.pipeline Update btest-diff calls on binary files to using "--binary" 2020-12-06 20:19:52 -08:00
scripts.base.frameworks.file-analysis.http.post Update btest-diff calls on binary files to using "--binary" 2020-12-06 20:19:52 -08:00
scripts.base.frameworks.file-analysis.input.basic Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.file-analysis.irc Add irc_dcc_send_ack event and fix missing fields 2023-04-24 07:29:51 +00:00
scripts.base.frameworks.file-analysis.log-files-event-flattening files.log: Unroll and introduce uid and id fields 2022-08-16 17:22:20 +02:00
scripts.base.frameworks.file-analysis.logging Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.frameworks.file-analysis.logging-input-analysis files.log: Unroll and introduce uid and id fields 2022-08-16 17:22:20 +02:00
scripts.base.frameworks.file-analysis.smtp Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.bad_patterns Include file information in input reader error messages 2022-05-16 13:15:06 -07:00
scripts.base.frameworks.input.basic Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.bignumber Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.binary Ascii reader test with 0-bytes 2021-02-12 14:49:33 +00:00
scripts.base.frameworks.input.config.basic Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.config.enum-set Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.config.errors Btest tweak for improved type rendering in config framework errors and set types 2021-01-11 13:54:13 -08:00
scripts.base.frameworks.input.config.spaces Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.default Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.empty-values-hashing Skip input framework entries with missing but non-optional fields 2021-06-30 20:02:26 -07:00
scripts.base.frameworks.input.emptyvals Skip input framework entries with missing but non-optional fields 2021-06-30 20:02:26 -07:00
scripts.base.frameworks.input.errors Spelling src 2022-11-09 12:08:15 -05:00
scripts.base.frameworks.input.event Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.from_json Merge remote-tracking branch 'amazing-pp/topic/fupeng/from_json_bif' 2023-05-09 10:36:58 +02:00
scripts.base.frameworks.input.invalid-lines input: Add location info for invalid enums 2022-11-29 12:36:11 +01:00
scripts.base.frameworks.input.invalidnumbers Include file information in input reader error messages 2022-05-16 13:15:06 -07:00
scripts.base.frameworks.input.invalidset Store location during Ascii input parsing for use in error messages 2022-05-16 13:15:06 -07:00
scripts.base.frameworks.input.invalidtext Include file information in input reader error messages 2022-05-16 13:15:06 -07:00
scripts.base.frameworks.input.missing-enum input: Add location info for invalid enums 2022-11-29 12:36:11 +01:00
scripts.base.frameworks.input.missing-file Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.missing-file-initially Include file information in input reader error messages 2022-05-16 13:15:06 -07:00
scripts.base.frameworks.input.missing-table-value Fix similar issues with ValueTo* methods in the input framework 2021-04-08 14:07:16 -07:00
scripts.base.frameworks.input.onecolumn-norecord Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.onecolumn-record Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.optional Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.path-prefix.absolute-prefix Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.path-prefix.absolute-prefix-2 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.path-prefix.absolute-prefix-3 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.path-prefix.absolute-source Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.path-prefix.absolute-source-2 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.path-prefix.absolute-source-3 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.path-prefix.no-paths Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.path-prefix.no-paths-2 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.path-prefix.no-paths-3 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.path-prefix.relative-prefix Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.path-prefix.relative-prefix-2 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.path-prefix.relative-prefix-3 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.patterns Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.port Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.port-embedded Include file information in input reader error messages 2022-05-16 13:15:06 -07:00
scripts.base.frameworks.input.predicate Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.predicate-stream Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.predicatemodify Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.predicatemodifyandreread Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.predicaterefusesecondsamerecord Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.raw.basic Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.raw.execute Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.raw.executestdin Update btest-diff calls on binary files to using "--binary" 2020-12-06 20:19:52 -08:00
scripts.base.frameworks.input.raw.executestream Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.raw.long Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.raw.offset Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.raw.rereadraw Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.raw.stderr Spelling testing 2022-11-16 20:05:03 -05:00
scripts.base.frameworks.input.raw.streamraw Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.raw.streamtail Fix tail -F semantics when want_record=F and add tests for the new features 2022-07-12 17:57:50 -07:00
scripts.base.frameworks.input.raw.streamtail2 Fix tail -F semantics when want_record=F and add tests for the new features 2022-07-12 17:57:50 -07:00
scripts.base.frameworks.input.repeat Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.reread Fix race conditions in scripts.base.frameworks.input.reread 2021-07-12 13:25:03 -07:00
scripts.base.frameworks.input.set Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.set-event-reread Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.set-event-stream Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.setseparator Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.setspecialcases Fix a bug with splitting strings in Ascii input reader 2022-07-21 11:53:47 -07:00
scripts.base.frameworks.input.sqlite.basic Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.sqlite.error Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.sqlite.port Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.sqlite.types Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.stream Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.subrecord Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.subrecord-event Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.tableevent Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.twotables Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.unsupported_types Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.input.windows Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.intel.cluster-transparency Expand scripts.base.frameworks.intel.cluster-transparency test 2022-06-01 22:26:25 -07:00
scripts.base.frameworks.intel.cluster-transparency-with-proxy Fix races in scripts.base.frameworks.intel.cluster-transparency-with-proxy test 2022-06-01 22:23:07 -07:00
scripts.base.frameworks.intel.expire-item Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.intel.filter-item Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.intel.input-and-match Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.intel.match-subnet Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.intel.path-prefix.input-intel-absolute-prefixes Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.intel.path-prefix.input-intel-relative-prefixes Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.intel.path-prefix.input-prefix Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.intel.path-prefix.no-paths Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.intel.read-file-dist-cluster Canonify intel.log in read-file-dist-cluster test 2022-04-27 23:02:27 +02:00
scripts.base.frameworks.intel.remove-item-cluster Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.intel.remove-non-existing baseline update due to shift in number of lines in base intel framework script 2021-02-06 11:04:17 -08:00
scripts.base.frameworks.intel.updated-match Simplify the logic a big by making Notice$email_dest have a default rather than be optional 2021-06-17 10:31:04 -05:00
scripts.base.frameworks.logging.adapt-filter Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.ascii-binary Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.ascii-double Canonifier improvements for the scripts.base.frameworks.logging.ascii-double test 2020-12-06 20:19:52 -08:00
scripts.base.frameworks.logging.ascii-empty Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.ascii-escape Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.ascii-escape-binary Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.ascii-escape-empty-str Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.ascii-escape-notset-str Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.ascii-escape-odd-url Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.ascii-escape-set-separator Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.ascii-gz Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.ascii-json update test suite for vector holes now being supported for numeric types 2021-04-14 18:19:26 -07:00
scripts.base.frameworks.logging.ascii-json-iso-timestamps Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.ascii-json-optional Add LogAscii::json_include_unset_fields flag to control unset field rendering 2021-12-08 17:29:07 -08:00
scripts.base.frameworks.logging.ascii-json-utf8 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.ascii-line-like-comment Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.ascii-logdir Copy of ascii-empty test, just changed path in the beginning 2021-06-10 10:33:35 +01:00
scripts.base.frameworks.logging.ascii-options Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.ascii-timestamps GH-1450: Improve printing/logging of large double/interval/time values 2021-04-06 19:54:02 -07:00
scripts.base.frameworks.logging.ascii-tsv Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.ascii-utf8-enabled Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.ascii-utf8-enabled-control-characters Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.ascii-utf8-enabled-set-separator-escape Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.attr Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.attr-extend Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.empty-event Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.enable-stream Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.event-groups-integration logging: Add event_groups to Stream 2022-12-09 16:59:36 +01:00
scripts.base.frameworks.logging.events Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.exclude Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.field-extension Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.frameworks.logging.field-extension-cluster Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.field-extension-cluster-error Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.field-extension-complex Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.frameworks.logging.field-extension-include-exclude Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.frameworks.logging.field-extension-invalid Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.frameworks.logging.field-extension-optional Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.frameworks.logging.field-extension-table Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.field-name-map Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.frameworks.logging.field-name-map2 Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.frameworks.logging.file Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.hooks Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.hooks-2 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.hooks-3 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.hooks-4 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.hooks-5 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.hooks-6 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.hooks-7 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.hooks-8 Add a global log policy hook to the logging framework 2021-07-02 12:42:45 -07:00
scripts.base.frameworks.logging.hooks-9 Add a global log policy hook to the logging framework 2021-07-02 12:42:45 -07:00
scripts.base.frameworks.logging.hooks-10 Tighten the scripts.base.frameworks.logging.hooks test 2023-02-01 15:12:20 -08:00
scripts.base.frameworks.logging.hooks-11 Add a global log policy hook to the logging framework 2021-07-02 12:42:45 -07:00
scripts.base.frameworks.logging.include Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.none-debug Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.path-func Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.path-func-column-demote Store a single map of Sessions instead of split maps of Connections. 2021-04-29 10:24:45 -07:00
scripts.base.frameworks.logging.pred Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.print-log Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.print-log-stdout Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.remove Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.rotate Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.rotate-ascii-logdir-leftover-log-rotation logging: Introduce Log::default_logdir deprecate LogAscii::logdir and per writer logdir 2022-07-06 18:54:29 +02:00
scripts.base.frameworks.logging.rotate-ascii-logdir-leftover-log-rotation-shadow-files logging/ascii: Fix .shadow paths when using LogAscii::logdir 2022-07-06 13:21:21 +02:00
scripts.base.frameworks.logging.rotate-ascii-logdir-leftover-log-rotation-stale-shadow-files logging: Introduce Log::default_logdir deprecate LogAscii::logdir and per writer logdir 2022-07-06 18:54:29 +02:00
scripts.base.frameworks.logging.rotate-custom Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.rotate-custom-fmt-func Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.rotate-custom-fmt-func-bad logging/Manager: Fix crash for rotation format function not returning 2023-04-13 09:23:51 +02:00
scripts.base.frameworks.logging.rotate-default-logdir logging: Introduce Log::default_logdir deprecate LogAscii::logdir and per writer logdir 2022-07-06 18:54:29 +02:00
scripts.base.frameworks.logging.rotate-default-logdir-leftover-log-rotation-shadow-files logging: Introduce Log::default_logdir deprecate LogAscii::logdir and per writer logdir 2022-07-06 18:54:29 +02:00
scripts.base.frameworks.logging.rotate-default-logdir-leftover-log-rotation-stale-shadow-files logging: Introduce Log::default_logdir deprecate LogAscii::logdir and per writer logdir 2022-07-06 18:54:29 +02:00
scripts.base.frameworks.logging.rotate-leftover-log-rotation-shadow-files logging/ascii: Fix .shadow paths when using LogAscii::logdir 2022-07-06 13:21:21 +02:00
scripts.base.frameworks.logging.rotate-pp-env logging: Support rotation_postprocessor_command_env 2023-04-17 13:10:14 +00:00
scripts.base.frameworks.logging.scope_sep Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.frameworks.logging.scope_sep_and_field_name_map Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.frameworks.logging.sqlite.default-logdir sqlite default-logdir test: Remove ls ./logs baseline 2022-07-06 22:57:14 +02:00
scripts.base.frameworks.logging.sqlite.error Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.sqlite.set Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.sqlite.simultaneous-writes Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.sqlite.types Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.sqlite.wikipedia Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.frameworks.logging.stdout Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.telemetry logging: Add telemetry for streams and log writers 2023-02-27 12:51:03 +01:00
scripts.base.frameworks.logging.test-logging Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.types Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.unset-record Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.vec Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.logging.writer-path-conflict Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.netcontrol.acld Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.netcontrol.acld-hook Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.netcontrol.basic Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.netcontrol.basic-cluster Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.netcontrol.broker Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.netcontrol.delete-internal-state Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.netcontrol.duplicate Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.netcontrol.find-rules Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.netcontrol.hook Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.netcontrol.multiple Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.netcontrol.openflow Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.netcontrol.packetfilter Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.frameworks.netcontrol.quarantine-openflow Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.netcontrol.timeout Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.notice.action-email Add tests for e-mail actions, and cleanup the new logic a bit. 2021-04-26 23:01:34 -05:00
scripts.base.frameworks.notice.action-email-admin Expand the tests, and have email_admin email src contacts in one e-mail, and dst contacts in another. 2021-06-17 14:49:24 -05:00
scripts.base.frameworks.notice.action-email-custom-address Add tests for e-mail actions, and cleanup the new logic a bit. 2021-04-26 23:01:34 -05:00
scripts.base.frameworks.notice.action-email-multiple Add tests for e-mail actions, and cleanup the new logic a bit. 2021-04-26 23:01:34 -05:00
scripts.base.frameworks.notice.action-page Add tests for e-mail actions, and cleanup the new logic a bit. 2021-04-26 23:01:34 -05:00
scripts.base.frameworks.notice.action-page-with-hostnames Add tests for e-mail actions, and cleanup the new logic a bit. 2021-04-26 23:01:34 -05:00
scripts.base.frameworks.notice.cluster Simplify the logic a big by making Notice$email_dest have a default rather than be optional 2021-06-17 10:31:04 -05:00
scripts.base.frameworks.notice.file-info-multiple-conns Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.frameworks.notice.file-info-no-conns analyzer/files: handle non-analyzer names in describe_file() 2022-12-06 11:17:30 +01:00
scripts.base.frameworks.notice.mail-alarms Add Teredo packet analyzer, disable old analyzer 2021-11-23 19:36:50 -07:00
scripts.base.frameworks.notice.suppression Simplify the logic a big by making Notice$email_dest have a default rather than be optional 2021-06-17 10:31:04 -05:00
scripts.base.frameworks.notice.suppression-cluster Simplify the logic a big by making Notice$email_dest have a default rather than be optional 2021-06-17 10:31:04 -05:00
scripts.base.frameworks.openflow.broker-basic Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.openflow.log-basic Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.openflow.log-cluster Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.openflow.ryu-basic Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.reporter.disable-stderr Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.reporter.stderr Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.software.version-parsing Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.sumstats.basic Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.sumstats.basic-cluster Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.sumstats.cluster-intermediate-update Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.sumstats.last-cluster Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.sumstats.manual-epoch Spelling testing 2022-11-16 20:05:03 -05:00
scripts.base.frameworks.sumstats.manual-epoch-cluster Spelling testing 2022-11-16 20:05:03 -05:00
scripts.base.frameworks.sumstats.on-demand Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.sumstats.on-demand-cluster Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.sumstats.sample Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.sumstats.sample-cluster Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.sumstats.thresholding Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.sumstats.topk Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.sumstats.topk-cluster Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.frameworks.telemetry.basic Introduce telemetry framework 2022-08-05 11:43:44 +02:00
scripts.base.frameworks.telemetry.cluster telemetry: Use dynamic metrics port, remove broker topic mentioning from NEWS entry 2022-08-30 11:20:14 +02:00
scripts.base.frameworks.telemetry.conn-duration-histogram Introduce telemetry framework 2022-08-05 11:43:44 +02:00
scripts.base.frameworks.telemetry.event-handler-invocations EventHandler: Use telemetry framework for EventHandler.call_count 2023-02-22 12:10:10 +01:00
scripts.base.frameworks.telemetry.internal-metrics Update broker submodule 2022-09-20 09:02:50 -07:00
scripts.base.misc.find-filtered-trace Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.misc.installation Add scripts.base.misc.installation btest 2022-05-23 14:16:59 -07:00
scripts.base.misc.version Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.misc.version-2 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.arp.bad Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.arp.basic Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.arp.linuxsll Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.arp.radiotap Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.arp.wlanmon Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.bittorrent.tracker Switch BitTorrent analyzer to Zeek's regex engine 2021-12-22 08:24:27 +01:00
scripts.base.protocols.conn.conn_state-RST-behavior Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.conn.contents-default-extract Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.conn.new_connection_contents Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.conn.polling Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.conn.removal-hooks Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.conn.threshold Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.conn.threshold-delete Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.dce-rpc.context Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.dce-rpc.dce_rpc_netlogon Fix protocol forwarding in dce_rpc-auth 2021-09-23 08:50:11 -04:00
scripts.base.protocols.dce-rpc.dce_rpc_ntlm Fix protocol forwarding in dce_rpc-auth 2021-09-23 08:50:11 -04:00
scripts.base.protocols.dce-rpc.mapi Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.dce-rpc.ntlm-empty-av-pair-seq Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.dce-rpc.ntlm-unterminated-av-pair-seq Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.dce-rpc.request-response-stub-events Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.dhcp.dhcp-ack-msg-types Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.dhcp.dhcp-all-msg-types Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.dhcp.dhcp-discover-msg-types Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.dhcp.dhcp-prevent-large-msgtypes Prevent large dhcp log entries 2022-07-28 11:34:18 -07:00
scripts.base.protocols.dhcp.dhcp-prevent-large-uids Prevent large dhcp log entries 2022-07-28 11:34:18 -07:00
scripts.base.protocols.dhcp.dhcp-sub-opts Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.dhcp.dhcp-time-nameserver-events Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.dhcp.hw-type0 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.dhcp.inform Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.dnp3.dnp3_del_measure Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.dnp3.dnp3_en_spon Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.dnp3.dnp3_file_del Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.dnp3.dnp3_file_read Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.dnp3.dnp3_file_write Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.dnp3.dnp3_link_only Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.dnp3.dnp3_read Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.dnp3.dnp3_rec_time Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.dnp3.dnp3_select_operate Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.dnp3.dnp3_udp_en_spon Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.dnp3.dnp3_udp_read Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.dnp3.dnp3_udp_select_operate Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.dnp3.dnp3_udp_write Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.dnp3.dnp3_write Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.dnp3.events Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.dns.ad-cd dns: Remove AD and CD flags from log 2023-03-16 10:09:27 +01:00
scripts.base.protocols.dns.binds dns: Remove AD and CD flags from log 2023-03-16 10:09:27 +01:00
scripts.base.protocols.dns.caa Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.dns.dns-edns-cookie Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.dns.dns-edns-ecs Fix hang in DNS analyzer with malformed packet 2022-06-03 10:32:03 -07:00
scripts.base.protocols.dns.dns-edns-tcp-keepalive Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.dns.dns-key dns: Remove AD and CD flags from log 2023-03-16 10:09:27 +01:00
scripts.base.protocols.dns.dnskey dns: Remove AD and CD flags from log 2023-03-16 10:09:27 +01:00
scripts.base.protocols.dns.ds dns: Remove AD and CD flags from log 2023-03-16 10:09:27 +01:00
scripts.base.protocols.dns.duplicate-reponses dns: Remove AD and CD flags from log 2023-03-16 10:09:27 +01:00
scripts.base.protocols.dns.flip dns: Remove AD and CD flags from log 2023-03-16 10:09:27 +01:00
scripts.base.protocols.dns.hinfo Parse DNSSEC AD and CD bits 2023-03-13 14:35:06 -07:00
scripts.base.protocols.dns.https Spelling testing 2022-11-16 20:05:03 -05:00
scripts.base.protocols.dns.huge-ttl Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.dns.loc dns: Remove AD and CD flags from log 2023-03-16 10:09:27 +01:00
scripts.base.protocols.dns.multiple-txt-strings dns: Remove AD and CD flags from log 2023-03-16 10:09:27 +01:00
scripts.base.protocols.dns.nsec dns: Remove AD and CD flags from log 2023-03-16 10:09:27 +01:00
scripts.base.protocols.dns.nsec3 dns: Remove AD and CD flags from log 2023-03-16 10:09:27 +01:00
scripts.base.protocols.dns.nsec3param dns: Remove AD and CD flags from log 2023-03-16 10:09:27 +01:00
scripts.base.protocols.dns.rrsig dns: Remove AD and CD flags from log 2023-03-16 10:09:27 +01:00
scripts.base.protocols.dns.spf dns: Remove AD and CD flags from log 2023-03-16 10:09:27 +01:00
scripts.base.protocols.dns.sshfp dns: Remove AD and CD flags from log 2023-03-16 10:09:27 +01:00
scripts.base.protocols.dns.svcb Spelling testing 2022-11-16 20:05:03 -05:00
scripts.base.protocols.dns.tsig Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.dns.wks dns: Remove AD and CD flags from log 2023-03-16 10:09:27 +01:00
scripts.base.protocols.dns.zero-responses dns: Remove AD and CD flags from log 2023-03-16 10:09:27 +01:00
scripts.base.protocols.finger.events Provide infrastructure to migrate legacy analyzers to Spicy. 2023-02-01 11:33:48 +01:00
scripts.base.protocols.ftp.bad-adat-encoding GH-1184: Add 'source' field to weird log denoting where the weird was reported 2020-12-01 09:34:37 -07:00
scripts.base.protocols.ftp.cwd-navigation Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.protocols.ftp.ftp-get-file-size Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.ftp.ftp-invalid-reply-code Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.protocols.ftp.ftp-ipv4 Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.protocols.ftp.ftp-ipv6 Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.protocols.ftp.ftp-max-arg-length ftp: Limit user, password, arg and reply_msg column sizes in log 2023-02-21 12:28:07 -07:00
scripts.base.protocols.ftp.ftp-max-command-length Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.protocols.ftp.ftp-max-pending-commands Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.protocols.ftp.ftp-max-user-length ftp: Limit user, password, arg and reply_msg column sizes in log 2023-02-21 12:28:07 -07:00
scripts.base.protocols.ftp.ftp-missing-reply-code Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.protocols.ftp.ftp-missing-space-after-reply-code Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.protocols.ftp.ftp-multiline-reply ftp/main: Skip get_pending_command() for intermediate reply lines 2023-03-23 13:50:36 +01:00
scripts.base.protocols.ftp.ftp-samba-retr ftp/main: Skip get_pending_command() for intermediate reply lines 2023-03-23 13:50:36 +01:00
scripts.base.protocols.ftp.gridftp Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.protocols.http.100-continue Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.http.101-switching-protocols Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.http.all-headers-event Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.http.bad-content-range HTTP: Make Content-Range parsing more robust 2023-03-13 18:00:39 +01:00
scripts.base.protocols.http.build-url Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.http.concurrent-range-requests Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.protocols.http.content-range-gap Update btest-diff calls on binary files to using "--binary" 2020-12-06 20:19:52 -08:00
scripts.base.protocols.http.content-range-less-than-len Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.http.curl-http-09 http: Heuristic around rejecting malformed HTTP/0.9 traffic 2022-11-18 18:19:58 +01:00
scripts.base.protocols.http.entity-gap Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.http.entity-gap2 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.http.fake-content-length Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.http.http-09 Add weird for unknown HTTP/0.9 request method 2023-03-10 15:45:11 -07:00
scripts.base.protocols.http.http-09-content-length-confusion HTTP: Reset reply_message for HTTP/0.9 2023-03-13 14:13:50 +01:00
scripts.base.protocols.http.http-11-request-then-cruft testing/http: http-11-request-then-cruft 2023-01-26 19:59:39 +01:00
scripts.base.protocols.http.http-bad-request-with-version Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.http.http-connect Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.protocols.http.http-connect-with-header Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.protocols.http.http-dpd-large-req Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.http.http-filename Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.http.http-methods Add weird for unknown HTTP/0.9 request method 2023-03-10 15:45:11 -07:00
scripts.base.protocols.http.http-no-crlf Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.protocols.http.http-pipelining Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.http.missing-http-entity http: Prevent script errors when http$current_entity is not set 2022-09-26 10:18:24 +02:00
scripts.base.protocols.http.missing-zlib-header Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.http.multipart-body-length Switch to recording unmodified HTTP header. 2021-12-21 21:54:47 +01:00
scripts.base.protocols.http.multipart-extract Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.http.multipart-file-limit Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.http.no-uri Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.http.no-version Special case HTTP 0.9 early on 2023-03-10 09:52:34 -07:00
scripts.base.protocols.http.percent-end-of-line Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.http.version-mismatch testing/http: Add pcap extracted from m5-long external test-suite 2023-01-26 19:59:39 +01:00
scripts.base.protocols.http.x-gzip Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.icmp.dnssl Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.imap.capabilities Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.imap.starttls Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.protocols.irc.basic Add irc_dcc_send_ack event and fix missing fields 2023-04-24 07:29:51 +00:00
scripts.base.protocols.irc.events Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.irc.longline GH-1184: Add 'source' field to weird log denoting where the weird was reported 2020-12-01 09:34:37 -07:00
scripts.base.protocols.irc.names-weird GH-1184: Add 'source' field to weird log denoting where the weird was reported 2020-12-01 09:34:37 -07:00
scripts.base.protocols.irc.starttls Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.protocols.krb.kinit Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.krb.krb-service-name Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.protocols.krb.pa_data Expose PA_ENC_TIMESTAMP to script land 2022-12-02 15:43:19 +02:00
scripts.base.protocols.krb.smb2_krb Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.krb.smb2_krb_nokeytab Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.krb.smb_gssapi Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.krb.tgs Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.modbus.coil_parsing_big Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.modbus.coil_parsing_small Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.modbus.events Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.protocols.modbus.exception_handling Add a field to Modbus/TCP log to indicate the Modbus PDU type 2022-07-24 02:41:26 +00:00
scripts.base.protocols.modbus.policy Add a field to Modbus/TCP log to indicate the Modbus PDU type 2022-07-24 02:41:26 +00:00
scripts.base.protocols.modbus.register_parsing Add a field to Modbus/TCP log to indicate the Modbus PDU type 2022-07-24 02:41:26 +00:00
scripts.base.protocols.mount.basic dpd: Replace negated service fmt() magic with dedicated field 2022-09-20 23:07:26 +02:00
scripts.base.protocols.mqtt.mqtt Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.mqtt.mqtt-payload-cap Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.mqtt.mqtt-payload-cap-dynamic Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.mysql.auth Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.mysql.encrypted Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.protocols.mysql.encrypted-aws-rds Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.protocols.mysql.plain-aws-rds testing/mysql: Add traces recorded with a free-tier MySQL instance 2023-01-27 10:59:23 +01:00
scripts.base.protocols.mysql.selects_with_new_proto Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.mysql.show-engine-innodb-status MySQL: Fix endianness, introduce mysql_eof() event 2023-01-27 10:59:23 +01:00
scripts.base.protocols.mysql.wireshark MySQL: Fix endianness, introduce mysql_eof() event 2023-01-27 10:59:23 +01:00
scripts.base.protocols.ncp.event Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.ncp.frame_size_tuning Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.nfs.basic dpd: Replace negated service fmt() magic with dedicated field 2022-09-20 23:07:26 +02:00
scripts.base.protocols.ntp.misordered-ntp NTP: Detect out-of-order packets 2023-05-04 19:44:02 +02:00
scripts.base.protocols.ntp.ntp Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.ntp.ntp-digest Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.ntp.ntp2 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.ntp.ntp3 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.ntp.ntpmode67 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.pop3.starttls Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.protocols.portmap.basic Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.radius.auth Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.radius.radius-multiple-attempts Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.rdp.rdp-client-cluster-data Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.rdp.rdp-client-security-data Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.rdp.rdp-invalid-length RDP: add some enforcement to required values based on MS-RDPBCGR docs 2023-03-24 10:33:21 -07:00
scripts.base.protocols.rdp.rdp-native-encrypted-data Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.rdp.rdp-proprietary-encryption Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.rdp.rdp-to-ssl Baseline updates for recent SSL changes. 2021-06-29 15:03:03 +01:00
scripts.base.protocols.rdp.rdp-unknown-keyboard Add test for new handling of unknown RDP keyboards 2023-01-23 13:01:48 -07:00
scripts.base.protocols.rdp.rdp-x509 GH-1634: Address feedback 2021-07-02 15:12:58 +01:00
scripts.base.protocols.rdp.rdpeudp-handshake-fail Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.protocols.rdp.rdpeudp-handshake-success Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.protocols.rdp.rdpeudp2-handshake-success Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.protocols.rfb.rfb-apple-remote-desktop Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.rfb.vnc-mac-to-linux Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.rfb.vnc-scanner Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.sip.junk GH-1507: Tolerate junk data before SIP requests 2021-04-14 15:34:07 -07:00
scripts.base.protocols.sip.wireshark Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.smb.compression-cap Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.smb.raw-ntlm Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.smb.smb1 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.smb.smb1-OSS-fuzz-54883 Update smb1-OSS-fuzz-54883.pcap to have correct snaplen 2023-01-28 08:19:05 -07:00
scripts.base.protocols.smb.smb1-transaction-dcerpc Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.smb.smb1-transaction-request Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.smb.smb1-transaction-response Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.smb.smb1-transaction-secondary-request Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.smb.smb1-transaction2-request Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.smb.smb1-transaction2-secondary-request Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.smb.smb2 Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.protocols.smb.smb2-create-delete-on-close smb2: Raise smb2_file_delete for CREATE with FILE_DELETE_ON_CLOSE 2022-07-16 17:14:13 +02:00
scripts.base.protocols.smb.smb2-fscontrol Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.protocols.smb.smb2-max-pending-messages scripts/smb2-main: Reset script-level state upon smb2_discarded_messages_state() 2023-05-03 11:22:01 +02:00
scripts.base.protocols.smb.smb2-read-write Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.protocols.smb.smb2-write-response Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.smb.smb3 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.smb.smb3-multichannel Add tests for new SMB3 multichannel support 2020-12-07 15:35:04 -06:00
scripts.base.protocols.smb.smb3-negotiate-context GH-1450: Improve printing/logging of large double/interval/time values 2021-04-06 19:54:02 -07:00
scripts.base.protocols.smb.smb311 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.smtp.attachment Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.protocols.smtp.attachment-msg GH-1352: Added flag to stop processing SMTP headers in attached 2021-01-21 14:55:10 -05:00
scripts.base.protocols.smtp.basic Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.smtp.mail-transactions-invalid smtp: Validate mail transaction and disable SMTP analyzer if excessive 2023-03-27 18:41:47 +02:00
scripts.base.protocols.smtp.mail-transactions-invalid-disable-analyzer smtp: Validate mail transaction and disable SMTP analyzer if excessive 2023-03-27 18:41:47 +02:00
scripts.base.protocols.smtp.mime-all-headers-event Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.smtp.one-side Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.smtp.starttls GH-1634: Address feedback 2021-07-02 15:12:58 +01:00
scripts.base.protocols.snap.snap-arp Remove non-standard way of forwarding out of the Ethernet analyzer 2023-04-25 12:29:55 -07:00
scripts.base.protocols.snmp.snmp-addr Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.snmp.v1 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.snmp.v2 spelling: repetitions 2022-11-18 10:26:33 -05:00
scripts.base.protocols.snmp.v3 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.socks.socks-auth Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.socks.socks-auth-2 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.socks.trace1 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.socks.trace2 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.socks.trace3 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.ssh.basic Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.protocols.ssh.curve25519_kex Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.ssh.fingerprints Simply ssh/main.zeek by using "ssh_server_host_key" for fingerprinting 2020-11-14 08:40:27 -08:00
scripts.base.protocols.ssh.one-auth-fail-only Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.ssh.set_version Merge remote-tracking branch 'origin/topic/bbannier/issue-1590' 2021-06-17 10:52:49 +01:00
scripts.base.protocols.ssh.ssh-reverse-connection Added several events for detailed info on the SSH2 key init directions 2022-12-05 12:35:05 +01:00
scripts.base.protocols.ssh.ssh_dh_gex_direction Added several events for detailed info on the SSH2 key init directions 2022-12-05 12:35:05 +01:00
scripts.base.protocols.ssh.ssh_segmented_encryption_transition Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.ssh.ssh_version_199 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.ssl.basic GH-1634: Address feedback 2021-07-02 15:12:58 +01:00
scripts.base.protocols.ssl.certificate_request SSL/TLS: Parse CertificateRequest message 2023-03-09 09:12:29 +01:00
scripts.base.protocols.ssl.common_name Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.ssl.comp_methods Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.ssl.cve-2015-3194 Baseline updates for recent SSL changes. 2021-06-29 15:03:03 +01:00
scripts.base.protocols.ssl.dhe Baseline updates for recent SSL changes. 2021-06-29 15:03:03 +01:00
scripts.base.protocols.ssl.dpd Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.ssl.dtls GH-1634: Address feedback 2021-07-02 15:12:58 +01:00
scripts.base.protocols.ssl.dtls-13 DTLS 1.3: finish implementation, add connection_id extension 2023-05-10 11:17:24 +01:00
scripts.base.protocols.ssl.dtls-no-dtls Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.ssl.dtls-stun-dpd SSL Analyzer: track connection direction by messages 2022-06-24 18:35:44 +01:00
scripts.base.protocols.ssl.ecdhe GH-1634: Address feedback 2021-07-02 15:12:58 +01:00
scripts.base.protocols.ssl.ecdsa GH-1634: Address feedback 2021-07-02 15:12:58 +01:00
scripts.base.protocols.ssl.fragment Baseline updates for recent SSL changes. 2021-06-29 15:03:03 +01:00
scripts.base.protocols.ssl.handshake-events Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.ssl.keyexchange Baseline updates for recent SSL changes. 2021-06-29 15:03:03 +01:00
scripts.base.protocols.ssl.ocsp-http-get Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.ssl.ocsp-request-only Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.ssl.ocsp-request-response Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.ssl.ocsp-response-only Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.ssl.ocsp-revoked Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.ssl.ocsp-stapling Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.ssl.prevent-disable-analyzer Introduce global disabling_analyzer() hook to veto disable_analyzer() 2022-08-11 09:40:36 +02:00
scripts.base.protocols.ssl.signed_certificate_timestamp Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.ssl.tls-1.2 GH-1634: Address feedback 2021-07-02 15:12:58 +01:00
scripts.base.protocols.ssl.tls-1.2-ciphers Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.ssl.tls-1.2-handshake-failure Baseline updates for recent SSL changes. 2021-06-29 15:03:03 +01:00
scripts.base.protocols.ssl.tls-1.2-random Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.ssl.tls-extension-events Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.ssl.tls-protocol-violation SSL: do not try to disable failed analyzer 2023-05-03 11:16:14 +01:00
scripts.base.protocols.ssl.tls1_1 GH-1634: Address feedback 2021-07-02 15:12:58 +01:00
scripts.base.protocols.ssl.tls13 SSL: Fix logging of Hello Retry Requests 2023-05-03 13:34:48 +01:00
scripts.base.protocols.ssl.tls13-experiment Baseline updates for recent SSL changes. 2021-06-29 15:03:03 +01:00
scripts.base.protocols.ssl.tls13-version Baseline updates for recent SSL changes. 2021-06-29 15:03:03 +01:00
scripts.base.protocols.ssl.tls13_encrypted_handshake_events Baseline updates for recent SSL changes. 2021-06-29 15:03:03 +01:00
scripts.base.protocols.ssl.x509-invalid-extension Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.ssl.x509_extensions OpenSSL 3: fix warnings and tests 2021-11-17 13:33:49 +00:00
scripts.base.protocols.syslog.missing-pri Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.syslog.trace Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.tcp.krb-tcp-tso Add testcase for TCP segment offloading. 2021-11-23 12:37:55 +00:00
scripts.base.protocols.tcp.pending Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.protocols.tcp.timestamp Merge https://github.com/gpotter2/zeek. 2021-09-20 11:41:29 +02:00
scripts.base.protocols.xmpp.client-dpd Baseline updates for recent SSL changes. 2021-06-29 15:03:03 +01:00
scripts.base.protocols.xmpp.server-dialback-dpd Baseline updates for recent SSL changes. 2021-06-29 15:03:03 +01:00
scripts.base.protocols.xmpp.starttls Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.utils.active-http Sanity-check the method passed into ActiveHTTP. 2021-09-23 12:21:23 +02:00
scripts.base.utils.addrs GH-1589: Avoid extracting IP-like strings from SMTP headers 2021-09-03 17:35:10 +00:00
scripts.base.utils.conn-ids Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.utils.decompose_uri Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.utils.dir Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.utils.directions-and-hosts Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.base.utils.email UPDATED: improving email address splitting for common comma case 2022-08-05 17:38:54 -04:00
scripts.base.utils.exec Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.utils.files {http,smtp}/entities: Align header regexes with extract_filename_from_content_disposition() 2022-11-08 16:45:25 -07:00
scripts.base.utils.hash_hrw Remove TYPE_COUNTER 2021-01-27 10:52:40 -07:00
scripts.base.utils.json update test suite for vector holes now being supported for numeric types 2021-04-14 18:19:26 -07:00
scripts.base.utils.numbers Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.utils.paths Zeekify the scripts.base.utils.paths test 2022-05-19 09:51:36 -07:00
scripts.base.utils.pattern Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.utils.queue Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.utils.site GH-2319: Add change handlers to Site 2022-08-05 16:17:50 +02:00
scripts.base.utils.site-defaults Add btests for new Site::local_nets behavior 2023-03-15 17:11:08 -07:00
scripts.base.utils.site-defaults-2 Add btests for new Site::local_nets behavior 2023-03-15 17:11:08 -07:00
scripts.base.utils.site-defaults-3 Add btests for new Site::local_nets behavior 2023-03-15 17:11:08 -07:00
scripts.base.utils.site-defaults-4 Add btests for new Site::local_nets behavior 2023-03-15 17:11:08 -07:00
scripts.base.utils.site-defaults-5 Add btests for new Site::local_nets behavior 2023-03-15 17:11:08 -07:00
scripts.base.utils.site-defaults-6 Add btests for new Site::local_nets behavior 2023-03-15 17:11:08 -07:00
scripts.base.utils.site-defaults-7 Add btests for new Site::local_nets behavior 2023-03-15 17:11:08 -07:00
scripts.base.utils.site-defaults-8 Add btests for new Site::local_nets behavior 2023-03-15 17:11:08 -07:00
scripts.base.utils.site-defaults-9 Add btests for new Site::local_nets behavior 2023-03-15 17:11:08 -07:00
scripts.base.utils.strings strings: Implement join_string_set() as bif 2022-09-20 23:07:26 +02:00
scripts.base.utils.thresholds Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.base.utils.urls Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.check-test-all-policy Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.policy.frameworks.cluster.cluster_started Add basic cluster_started tests. 2023-04-21 19:04:52 +02:00
scripts.policy.frameworks.cluster.cluster_started_logger Add basic cluster_started tests. 2023-04-21 19:04:52 +02:00
scripts.policy.frameworks.cluster.cluster_started_restart_manager Add cluster_started restart tests. 2023-04-21 19:04:52 +02:00
scripts.policy.frameworks.cluster.cluster_started_restart_worker Add cluster_started restart tests. 2023-04-21 19:04:52 +02:00
scripts.policy.frameworks.dpd.packet-segment-logging Introduce generic analyzer_confirmation_info and analyzer_violation_info 2022-09-27 17:49:51 +02:00
scripts.policy.frameworks.files.deprecated-fields Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.policy.frameworks.files.deprecated-fields-concurrent-range-requests Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.policy.frameworks.intel.removal Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.policy.frameworks.intel.seen.certs Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.policy.frameworks.intel.seen.filename-in-http-get-response intel/seen/file-names: Use file_over_new_connection() 2023-01-10 10:10:28 +01:00
scripts.policy.frameworks.intel.seen.filename-in-http-post intel/seen/file-names: Use file_over_new_connection() 2023-01-10 10:10:28 +01:00
scripts.policy.frameworks.intel.seen.smb Fix SMB tests on Apple M1. 2021-06-29 20:17:02 +02:00
scripts.policy.frameworks.intel.seen.smtp Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.policy.frameworks.intel.seen.smtp-cluster GH-1506: Fix Broker unserialization of set/table function indices 2021-04-15 01:13:51 -07:00
scripts.policy.frameworks.intel.whitelisting Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.policy.frameworks.management.controller.agent-checkin Management framework: expand notify_agent_hello event arguments 2022-06-03 02:12:19 -07:00
scripts.policy.frameworks.netcontrol.catch-and-release Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.policy.frameworks.netcontrol.catch-and-release-2 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.policy.frameworks.netcontrol.catch-and-release-forgotten Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.policy.frameworks.notice.community-id policy: Import zeek-community-id scripts into protocols/conn frameworks/notice 2023-04-24 09:43:19 +02:00
scripts.policy.frameworks.software.version-changes Simplify the logic a big by making Notice$email_dest have a default rather than be optional 2021-06-17 10:31:04 -05:00
scripts.policy.frameworks.software.vulnerable Simplify the logic a big by making Notice$email_dest have a default rather than be optional 2021-06-17 10:31:04 -05:00
scripts.policy.frameworks.telemetry.log Introduce telemetry framework 2022-08-05 11:43:44 +02:00
scripts.policy.frameworks.telemetry.log-prefixes Introduce telemetry framework 2022-08-05 11:43:44 +02:00
scripts.policy.misc.capture-loss GH-163: Use ID name (including module name) to create EventExpr when possible 2022-08-17 13:15:01 -07:00
scripts.policy.misc.dump-events DTLS 1.3: Update test baseline 2023-05-10 12:27:27 +00:00
scripts.policy.misc.stats Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.policy.misc.weird-stats Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.policy.misc.weird-stats-cluster Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.policy.protocols.conn.community-id-logging policy: Import zeek-community-id scripts into protocols/conn frameworks/notice 2023-04-24 09:43:19 +02:00
scripts.policy.protocols.conn.known-hosts Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.policy.protocols.conn.known-services Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.policy.protocols.conn.known-services-multi Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.policy.protocols.conn.mac-logging Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.policy.protocols.conn.speculative-service Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.policy.protocols.conn.vlan-logging Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
scripts.policy.protocols.dns.original_case dns: Remove AD and CD flags from log 2023-03-16 10:09:27 +01:00
scripts.policy.protocols.ftp.ftp ftp/main: Skip get_pending_command() for intermediate reply lines 2023-03-23 13:50:36 +01:00
scripts.policy.protocols.http.flash-version Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.policy.protocols.http.header-names Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.policy.protocols.http.test-sql-injection-regex Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.policy.protocols.krb.ticket-logging Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
scripts.policy.protocols.ssh.detect-bruteforcing Simplify the logic a big by making Notice$email_dest have a default rather than be optional 2021-06-17 10:31:04 -05:00
scripts.policy.protocols.ssl.certificate-request-info SSL/TLS: Parse CertificateRequest message 2023-03-09 09:12:29 +01:00
scripts.policy.protocols.ssl.decryption testing: add ssl/decryption test 2021-06-25 11:05:29 +02:00
scripts.policy.protocols.ssl.expiring-certs Simplify the logic a big by making Notice$email_dest have a default rather than be optional 2021-06-17 10:31:04 -05:00
scripts.policy.protocols.ssl.heartbleed SSL Analyzer: track connection direction by messages 2022-06-24 18:35:44 +01:00
scripts.policy.protocols.ssl.known-certs GH-1634: Address feedback 2021-07-02 15:12:58 +01:00
scripts.policy.protocols.ssl.log-certs-base64 GH-1634: Address feedback 2021-07-02 15:12:58 +01:00
scripts.policy.protocols.ssl.log-hostcerts-only GH-1634: Address feedback 2021-07-02 15:12:58 +01:00
scripts.policy.protocols.ssl.ssl-log-ext Baseline updates for recent SSL changes. 2021-06-29 15:03:03 +01:00
scripts.policy.protocols.ssl.validate-certs Baseline updates for recent SSL changes. 2021-06-29 15:03:03 +01:00
scripts.policy.protocols.ssl.validate-certs-no-cache Baseline updates for recent SSL changes. 2021-06-29 15:03:03 +01:00
scripts.policy.protocols.ssl.validate-ocsp Baseline updates for recent SSL changes. 2021-06-29 15:03:03 +01:00
scripts.policy.protocols.ssl.validate-sct Baseline updates for recent SSL changes. 2021-06-29 15:03:03 +01:00
scripts.policy.protocols.ssl.weak-keys GH-2229: Fix some typos in weak-keys.zeek 2022-06-30 15:12:10 -07:00
signatures.bad-eval-condition Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
signatures.dpd Add GTPv1 packet analyzer, disable old analyzer 2021-11-23 19:36:50 -07:00
signatures.dst-ip-cidr-v4 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
signatures.dst-ip-header-condition-v4 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
signatures.dst-ip-header-condition-v4-masks Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
signatures.dst-ip-header-condition-v6 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
signatures.dst-ip-header-condition-v6-masks Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
signatures.dst-port-header-condition Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
signatures.eval-condition Update btest baselines to reflect the use of local address ranges. 2023-03-15 17:11:04 -07:00
signatures.eval-condition-no-return-value Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
signatures.header-header-condition Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
signatures.id-lookup Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
signatures.ip-proto-header-condition Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
signatures.load-sigs Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
signatures.signature-cond-used Add is_used attribute to an ID if used in a signature eval statement 2022-08-31 14:58:23 -07:00
signatures.signature-cond-used-twice Attr: Duplicated &is_used is allowed 2022-12-02 17:15:05 +01:00
signatures.src-ip-header-condition-v4 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
signatures.src-ip-header-condition-v4-masks Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
signatures.src-ip-header-condition-v6 Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
signatures.src-ip-header-condition-v6-masks Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
signatures.src-port-header-condition Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
signatures.tcp-syn-with-payload Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
signatures.udp-packetwise-insensitive Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
signatures.udp-packetwise-match Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
signatures.udp-payload-size Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
signatures.udp-state Move logic to execute HookLoadFile for signatures into rule matcher code. 2021-11-05 12:58:38 +01:00
spicy.analyzer-tag Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.conn-id Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.context Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.dns Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.double-event Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.double-types Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.event-args Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.event-args-fail Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.event-args-fail-2 Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.event-args-fail-3 Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.event-args-fail-4 Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.event-args-fail-5 Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.event-args-fail-6 Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.event-args-mismatch Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.event-cond Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.event-user-type Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.export-enum Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.export-type-fail Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.export-types Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.file-analysis-data-in Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.file-analysis-data-in-concurrent Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.file-analyzer Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.file-analyzer-nested Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.file-analyzer-property Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.file-data-in-at-offset Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.file-replaces Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.gap-recovery Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.import-from Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.list-conversion Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.module-path Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.multiple-enum Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.network-time Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.optional Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.packet-analyzer Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.packet-analyzer-on-ip Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.packet-analyzer-replaces Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.packet-analyzer-violation Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.parse-error Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.port-fail Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.port-fail-2 Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.port-fail-3 Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.port-fail-4 Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.port-fail-5 Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.preprocessor Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.preprocessor-fail Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.preprocessor-fail-2 Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.preprocessor-fail-3 Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.preprocessor-fail-4 Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.preprocessor-fail-5 Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.preprocessor-fail-6 Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.preprocessor-fail-7 Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.preprocessor-spicy Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.profiling Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.protocol-analyzer-data-in Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.protocol-analyzer-explicit-forwarding Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.protocol-analyzer-tcp-over-udp Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.replaces Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.replaces-mismatch Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.resource-usage Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.reuse-parser-across-hltos Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.spicy-dump Add tests for bundled Spicy infrastructure. 2022-05-16 09:07:11 +02:00
spicy.spicyz Provide infrastructure to migrate legacy analyzers to Spicy. 2023-02-01 11:33:48 +01:00
spicy.ssh-banner Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.terminate-session Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.toggle-protocol-analyzer Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.tuple-arg Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.tuple-enum Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.tuple-optional Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.type-converter Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
spicy.udp Integrate the Spicy plugin into Zeek proper. 2023-05-16 10:17:45 +02:00
supervisor.config-bare-mode Add optional bare-mode boolean flag to Supervisor's node configuration 2021-07-08 13:12:53 -07:00
supervisor.config-cluster Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
supervisor.config-cluster-leftover-log-archival Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
supervisor.config-cluster-log-archival Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
supervisor.config-cluster-multi-logger cluster/supervisor: Multi-logger awareness 2023-05-05 12:27:25 +02:00
supervisor.config-cluster-pcap Add pcap_file option to supervised nodes. 2023-03-21 16:18:02 +01:00
supervisor.config-directory Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
supervisor.config-env Add support for setting environment variables via supervisor 2021-07-08 13:12:53 -07:00
supervisor.config-output-redirect Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
supervisor.config-scripts Expand Supervisor to support loading additional scripts before user scripts 2022-09-02 10:23:35 -07:00
supervisor.create Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
supervisor.create-interface-pcap-file-error Add pcap_file option to supervised nodes. 2023-03-21 16:18:02 +01:00
supervisor.destroy Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
supervisor.node_status Add Supervisor::node_status notification event 2022-05-30 21:36:35 -07:00
supervisor.output-redirect Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
supervisor.output-redirect-hook Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
supervisor.restart Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
supervisor.revive-leaf Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
supervisor.revive-stem Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
supervisor.status Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00
telemetry.counter Expose telemetry API to scripting land 2021-03-29 10:47:32 +02:00
telemetry.gauge Expose telemetry API to scripting land 2021-03-29 10:47:32 +02:00
telemetry.histogram Expose telemetry API to scripting land 2021-03-29 10:47:32 +02:00
zam.basic testing/btest: Add ZAM basic test 2023-01-09 12:30:26 +01:00