mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00

Closes #997. * topic/robin/sqlite-merge: (25 commits) Fix to make sqlite test consistent, and updating coverage baselines Avoid a CMake warning about 3rdparty looking like a number. Fixing linker error. and there is no has-reader. make sqlite3 executable required and add test-cases for errors Renaming src/external -> src/3rdparty fix a few small rough edges (mostly comments that do no longer apply) fix bug in input-manager regarding enums that a writer reads without 0-terminating the string actually make sqlite work again (tests passed because the writer was not actually defined because of the define.) add sqlite distribution. fix warnings, update baselines, handle rotation add sqlite tests and fix small vector/set escaping bugs fix small bug with vectors and sets. make work with newer AsciiFormatter. start adding a different text for empty records for the sqlite writer. no, you will never guess from where I copied this file... make sqlite support more or less work for logging and input make sqlite-writer more stable. make it compile with new version of AsciiInputOutput and adapt to AsciiInputOutput - seems to work... ... Conflicts: scripts/base/frameworks/input/__load__.bro src/CMakeLists.txt src/input.bif src/input/Manager.cc src/main.cc src/types.bif testing/btest/Baseline/coverage.bare-load-baseline/canonified_loaded_scripts.log testing/btest/Baseline/coverage.default-load-baseline/canonified_loaded_scripts.log
196 lines
10 KiB
CMake
196 lines
10 KiB
CMake
# DO NOT EDIT
|
|
# This file is auto-generated from the genDocSourcesList.sh script.
|
|
#
|
|
# This is a list of Bro script sources for which to generate reST documentation.
|
|
# It will be included inline in the CMakeLists.txt found in the same directory
|
|
# in order to create Makefile targets that define how to generate reST from
|
|
# a given Bro script.
|
|
#
|
|
# Note: any path prefix of the script (2nd argument of rest_target macro)
|
|
# will be used to derive what path under scripts/ the generated documentation
|
|
# will be placed.
|
|
|
|
set(psd ${PROJECT_SOURCE_DIR}/scripts)
|
|
|
|
rest_target(${CMAKE_CURRENT_SOURCE_DIR} example.bro internal)
|
|
rest_target(${psd} base/init-default.bro internal)
|
|
rest_target(${psd} base/init-bare.bro internal)
|
|
|
|
rest_target(${CMAKE_BINARY_DIR}/src base/bro.bif.bro)
|
|
rest_target(${CMAKE_BINARY_DIR}/src base/const.bif.bro)
|
|
rest_target(${CMAKE_BINARY_DIR}/src base/event.bif.bro)
|
|
rest_target(${CMAKE_BINARY_DIR}/src base/file_analysis.bif.bro)
|
|
rest_target(${CMAKE_BINARY_DIR}/src base/input.bif.bro)
|
|
rest_target(${CMAKE_BINARY_DIR}/src base/logging.bif.bro)
|
|
rest_target(${CMAKE_BINARY_DIR}/src base/reporter.bif.bro)
|
|
rest_target(${CMAKE_BINARY_DIR}/src base/strings.bif.bro)
|
|
rest_target(${CMAKE_BINARY_DIR}/src base/types.bif.bro)
|
|
rest_target(${psd} base/frameworks/cluster/main.bro)
|
|
rest_target(${psd} base/frameworks/cluster/nodes/manager.bro)
|
|
rest_target(${psd} base/frameworks/cluster/nodes/proxy.bro)
|
|
rest_target(${psd} base/frameworks/cluster/nodes/worker.bro)
|
|
rest_target(${psd} base/frameworks/cluster/setup-connections.bro)
|
|
rest_target(${psd} base/frameworks/communication/main.bro)
|
|
rest_target(${psd} base/frameworks/control/main.bro)
|
|
rest_target(${psd} base/frameworks/dpd/main.bro)
|
|
rest_target(${psd} base/frameworks/file-analysis/main.bro)
|
|
rest_target(${psd} base/frameworks/input/main.bro)
|
|
rest_target(${psd} base/frameworks/input/readers/ascii.bro)
|
|
rest_target(${psd} base/frameworks/input/readers/benchmark.bro)
|
|
rest_target(${psd} base/frameworks/input/readers/binary.bro)
|
|
rest_target(${psd} base/frameworks/input/readers/raw.bro)
|
|
rest_target(${psd} base/frameworks/input/readers/sqlite.bro)
|
|
rest_target(${psd} base/frameworks/intel/cluster.bro)
|
|
rest_target(${psd} base/frameworks/intel/input.bro)
|
|
rest_target(${psd} base/frameworks/intel/main.bro)
|
|
rest_target(${psd} base/frameworks/logging/main.bro)
|
|
rest_target(${psd} base/frameworks/logging/postprocessors/scp.bro)
|
|
rest_target(${psd} base/frameworks/logging/postprocessors/sftp.bro)
|
|
rest_target(${psd} base/frameworks/logging/writers/ascii.bro)
|
|
rest_target(${psd} base/frameworks/logging/writers/dataseries.bro)
|
|
rest_target(${psd} base/frameworks/logging/writers/elasticsearch.bro)
|
|
rest_target(${psd} base/frameworks/logging/writers/none.bro)
|
|
rest_target(${psd} base/frameworks/logging/writers/sqlite.bro)
|
|
rest_target(${psd} base/frameworks/notice/actions/add-geodata.bro)
|
|
rest_target(${psd} base/frameworks/notice/actions/drop.bro)
|
|
rest_target(${psd} base/frameworks/notice/actions/email_admin.bro)
|
|
rest_target(${psd} base/frameworks/notice/actions/page.bro)
|
|
rest_target(${psd} base/frameworks/notice/actions/pp-alarms.bro)
|
|
rest_target(${psd} base/frameworks/notice/cluster.bro)
|
|
rest_target(${psd} base/frameworks/notice/extend-email/hostnames.bro)
|
|
rest_target(${psd} base/frameworks/notice/main.bro)
|
|
rest_target(${psd} base/frameworks/notice/non-cluster.bro)
|
|
rest_target(${psd} base/frameworks/notice/weird.bro)
|
|
rest_target(${psd} base/frameworks/packet-filter/main.bro)
|
|
rest_target(${psd} base/frameworks/packet-filter/netstats.bro)
|
|
rest_target(${psd} base/frameworks/reporter/main.bro)
|
|
rest_target(${psd} base/frameworks/signatures/main.bro)
|
|
rest_target(${psd} base/frameworks/software/main.bro)
|
|
rest_target(${psd} base/frameworks/sumstats/cluster.bro)
|
|
rest_target(${psd} base/frameworks/sumstats/main.bro)
|
|
rest_target(${psd} base/frameworks/sumstats/non-cluster.bro)
|
|
rest_target(${psd} base/frameworks/sumstats/plugins/average.bro)
|
|
rest_target(${psd} base/frameworks/sumstats/plugins/max.bro)
|
|
rest_target(${psd} base/frameworks/sumstats/plugins/min.bro)
|
|
rest_target(${psd} base/frameworks/sumstats/plugins/sample.bro)
|
|
rest_target(${psd} base/frameworks/sumstats/plugins/std-dev.bro)
|
|
rest_target(${psd} base/frameworks/sumstats/plugins/sum.bro)
|
|
rest_target(${psd} base/frameworks/sumstats/plugins/unique.bro)
|
|
rest_target(${psd} base/frameworks/sumstats/plugins/variance.bro)
|
|
rest_target(${psd} base/frameworks/tunnels/main.bro)
|
|
rest_target(${psd} base/misc/find-checksum-offloading.bro)
|
|
rest_target(${psd} base/protocols/conn/contents.bro)
|
|
rest_target(${psd} base/protocols/conn/inactivity.bro)
|
|
rest_target(${psd} base/protocols/conn/main.bro)
|
|
rest_target(${psd} base/protocols/conn/polling.bro)
|
|
rest_target(${psd} base/protocols/dns/consts.bro)
|
|
rest_target(${psd} base/protocols/dns/main.bro)
|
|
rest_target(${psd} base/protocols/ftp/file-analysis.bro)
|
|
rest_target(${psd} base/protocols/ftp/file-extract.bro)
|
|
rest_target(${psd} base/protocols/ftp/gridftp.bro)
|
|
rest_target(${psd} base/protocols/ftp/main.bro)
|
|
rest_target(${psd} base/protocols/ftp/utils-commands.bro)
|
|
rest_target(${psd} base/protocols/http/file-analysis.bro)
|
|
rest_target(${psd} base/protocols/http/file-extract.bro)
|
|
rest_target(${psd} base/protocols/http/file-hash.bro)
|
|
rest_target(${psd} base/protocols/http/file-ident.bro)
|
|
rest_target(${psd} base/protocols/http/main.bro)
|
|
rest_target(${psd} base/protocols/http/utils.bro)
|
|
rest_target(${psd} base/protocols/irc/dcc-send.bro)
|
|
rest_target(${psd} base/protocols/irc/file-analysis.bro)
|
|
rest_target(${psd} base/protocols/irc/main.bro)
|
|
rest_target(${psd} base/protocols/modbus/consts.bro)
|
|
rest_target(${psd} base/protocols/modbus/main.bro)
|
|
rest_target(${psd} base/protocols/smtp/entities-excerpt.bro)
|
|
rest_target(${psd} base/protocols/smtp/entities.bro)
|
|
rest_target(${psd} base/protocols/smtp/file-analysis.bro)
|
|
rest_target(${psd} base/protocols/smtp/main.bro)
|
|
rest_target(${psd} base/protocols/socks/consts.bro)
|
|
rest_target(${psd} base/protocols/socks/main.bro)
|
|
rest_target(${psd} base/protocols/ssh/main.bro)
|
|
rest_target(${psd} base/protocols/ssl/consts.bro)
|
|
rest_target(${psd} base/protocols/ssl/main.bro)
|
|
rest_target(${psd} base/protocols/ssl/mozilla-ca-list.bro)
|
|
rest_target(${psd} base/protocols/syslog/consts.bro)
|
|
rest_target(${psd} base/protocols/syslog/main.bro)
|
|
rest_target(${psd} base/utils/addrs.bro)
|
|
rest_target(${psd} base/utils/conn-ids.bro)
|
|
rest_target(${psd} base/utils/directions-and-hosts.bro)
|
|
rest_target(${psd} base/utils/files.bro)
|
|
rest_target(${psd} base/utils/numbers.bro)
|
|
rest_target(${psd} base/utils/paths.bro)
|
|
rest_target(${psd} base/utils/patterns.bro)
|
|
rest_target(${psd} base/utils/queue.bro)
|
|
rest_target(${psd} base/utils/site.bro)
|
|
rest_target(${psd} base/utils/strings.bro)
|
|
rest_target(${psd} base/utils/thresholds.bro)
|
|
rest_target(${psd} base/utils/time.bro)
|
|
rest_target(${psd} base/utils/urls.bro)
|
|
rest_target(${psd} policy/frameworks/communication/listen.bro)
|
|
rest_target(${psd} policy/frameworks/control/controllee.bro)
|
|
rest_target(${psd} policy/frameworks/control/controller.bro)
|
|
rest_target(${psd} policy/frameworks/dpd/detect-protocols.bro)
|
|
rest_target(${psd} policy/frameworks/dpd/packet-segment-logging.bro)
|
|
rest_target(${psd} policy/frameworks/intel/conn-established.bro)
|
|
rest_target(${psd} policy/frameworks/intel/dns.bro)
|
|
rest_target(${psd} policy/frameworks/intel/http-host-header.bro)
|
|
rest_target(${psd} policy/frameworks/intel/http-url.bro)
|
|
rest_target(${psd} policy/frameworks/intel/http-user-agents.bro)
|
|
rest_target(${psd} policy/frameworks/intel/smtp-url-extraction.bro)
|
|
rest_target(${psd} policy/frameworks/intel/smtp.bro)
|
|
rest_target(${psd} policy/frameworks/intel/ssl.bro)
|
|
rest_target(${psd} policy/frameworks/intel/where-locations.bro)
|
|
rest_target(${psd} policy/frameworks/software/version-changes.bro)
|
|
rest_target(${psd} policy/frameworks/software/vulnerable.bro)
|
|
rest_target(${psd} policy/integration/barnyard2/main.bro)
|
|
rest_target(${psd} policy/integration/barnyard2/types.bro)
|
|
rest_target(${psd} policy/integration/collective-intel/main.bro)
|
|
rest_target(${psd} policy/misc/analysis-groups.bro)
|
|
rest_target(${psd} policy/misc/app-metrics.bro)
|
|
rest_target(${psd} policy/misc/capture-loss.bro)
|
|
rest_target(${psd} policy/misc/detect-traceroute/main.bro)
|
|
rest_target(${psd} policy/misc/loaded-scripts.bro)
|
|
rest_target(${psd} policy/misc/profiling.bro)
|
|
rest_target(${psd} policy/misc/scan.bro)
|
|
rest_target(${psd} policy/misc/stats.bro)
|
|
rest_target(${psd} policy/misc/trim-trace-file.bro)
|
|
rest_target(${psd} policy/protocols/conn/known-hosts.bro)
|
|
rest_target(${psd} policy/protocols/conn/known-services.bro)
|
|
rest_target(${psd} policy/protocols/conn/weirds.bro)
|
|
rest_target(${psd} policy/protocols/dns/auth-addl.bro)
|
|
rest_target(${psd} policy/protocols/dns/detect-external-names.bro)
|
|
rest_target(${psd} policy/protocols/ftp/detect-bruteforcing.bro)
|
|
rest_target(${psd} policy/protocols/ftp/detect.bro)
|
|
rest_target(${psd} policy/protocols/ftp/software.bro)
|
|
rest_target(${psd} policy/protocols/http/detect-MHR.bro)
|
|
rest_target(${psd} policy/protocols/http/detect-sqli.bro)
|
|
rest_target(${psd} policy/protocols/http/detect-webapps.bro)
|
|
rest_target(${psd} policy/protocols/http/header-names.bro)
|
|
rest_target(${psd} policy/protocols/http/software-browser-plugins.bro)
|
|
rest_target(${psd} policy/protocols/http/software.bro)
|
|
rest_target(${psd} policy/protocols/http/var-extraction-cookies.bro)
|
|
rest_target(${psd} policy/protocols/http/var-extraction-uri.bro)
|
|
rest_target(${psd} policy/protocols/modbus/known-masters-slaves.bro)
|
|
rest_target(${psd} policy/protocols/modbus/track-memmap.bro)
|
|
rest_target(${psd} policy/protocols/smtp/blocklists.bro)
|
|
rest_target(${psd} policy/protocols/smtp/detect-suspicious-orig.bro)
|
|
rest_target(${psd} policy/protocols/smtp/software.bro)
|
|
rest_target(${psd} policy/protocols/ssh/detect-bruteforcing.bro)
|
|
rest_target(${psd} policy/protocols/ssh/geo-data.bro)
|
|
rest_target(${psd} policy/protocols/ssh/interesting-hostnames.bro)
|
|
rest_target(${psd} policy/protocols/ssh/software.bro)
|
|
rest_target(${psd} policy/protocols/ssl/cert-hash.bro)
|
|
rest_target(${psd} policy/protocols/ssl/expiring-certs.bro)
|
|
rest_target(${psd} policy/protocols/ssl/extract-certs-pem.bro)
|
|
rest_target(${psd} policy/protocols/ssl/known-certs.bro)
|
|
rest_target(${psd} policy/protocols/ssl/notary.bro)
|
|
rest_target(${psd} policy/protocols/ssl/validate-certs.bro)
|
|
rest_target(${psd} policy/tuning/defaults/packet-fragments.bro)
|
|
rest_target(${psd} policy/tuning/defaults/warnings.bro)
|
|
rest_target(${psd} policy/tuning/logs-to-elasticsearch.bro)
|
|
rest_target(${psd} policy/tuning/track-all-assets.bro)
|
|
rest_target(${psd} site/local-manager.bro)
|
|
rest_target(${psd} site/local-proxy.bro)
|
|
rest_target(${psd} site/local-worker.bro)
|
|
rest_target(${psd} site/local.bro)
|
|
rest_target(${psd} test-all-policy.bro)
|