
Copyright (c) 2022 Jim Seymour (jseymour+sshguard@LinxNet.com)

List of files in atre/attack_parser_re project tarball

attack_parser_re.c - the attack parsing code
attack_parser_re.h - header file (duh :))
attack_parser_re.out - stand-alone executable output sample (see Notes)
atre_parser.c - replacement parser for sshguard-2.4.2 and later
atre-test.c - stand-alone test/debug (deprecated, removed)

examples/attack_parser_re.conf - attack parsing regexps (POSIX)
examples/attack_parser_re.pcre - attack parsing regexps (PCRE)
extras/sshguard-1.7.0_integration_diffs.txt - diffs between vanilla and modfied sshguard

sshg_1.7.0_includes/* - copied from sshguard-1.7.0 .../src/parser/...

test/attack_parser_re.conf - development attack parsing regexps (POSIX)
test/attack_parser_re.pcre - development attack parsing regexps (PCRE)
test/testfile - abbreviated test logfile input
test/mytests.txt - abbreviated regression test file
test/tests.txt - regression test file from sshguard-2.4.2

ChangeLog
Copyright.txt
HowTo - how to build and integrate into sshguard
Makefile
Notes - Notes to myself during development, mostly
ToDo

