mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
![]() * origin/topic/vladg/kerberos: (27 commits) Add Kerberos to NEWS. Add Kerberos memleak btest. Add Kerberos analyzer btest. Update baselines for Kerberos analyzer. Add known ports to krb/main.bro KRB: Clean up krb.log a bit. Kerberos: Remove debugging output. Kerberos: Fix a memleak. Kerberos: A couple small tweaks. Kerberos: Fix parsing of the cipher in tickets, and add it to the log. Kerberos: A couple more formatting fixes. Change krb Info string to success bool Clean up formatting. Documentation update, and rework events a bit. Add support for the SAFE message type. Add support for AP_REQ, AP_REP, PRIV, and CRED message types. Fix parsing error for KRB_Ticket_Sequence Continue clean-up. Some reformatting, removing hard-coded values, documentation, etc. Kerberos analyzer updates: - Split up the (quite length) krb-protocol.pac into krb-protocol, krb-defs, krb-types and krb-padata - Add some supporting types to get rid of awkward and difficult to read case true/false statements - Clean up the conversion code in krb-analyzer.pac Improve Kerberos DPD and fix a few parse errors. ... BIT-1369 #merged |
||
---|---|---|
.. | ||
btest | ||
external | ||
scripts | ||
.gitignore | ||
Makefile | ||
README |
This directory contains suites for testing for Bro's correct operation: btest/ An ever-growing set of small unit tests testing Bro's functionality. external/ A framework for downloading additional test sets that run more complex Bro configuration on larger traces files. Due to their size, these are not included directly. See the README for more information. scripts/ Helpers scripts used by some tests.