diff options
| author | Roger Pau Monne <roger.pau@entel.upc.edu> | 2012-02-07 20:50:30 +0100 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-08 20:28:33 +0000 |
| commit | 7d74afef79b993b035ccd5f4ea5c3e0ba632b079 (patch) | |
| tree | b62f17e4c90cded5d8a85d73f3394a6c4ac4c50b /testing/sshguard/parser.patch | |
| parent | 0b095f9fe2ee5aad3158e1e979ad13f442f9f4c3 (diff) | |
| download | aports-7d74afef79b993b035ccd5f4ea5c3e0ba632b079.tar.bz2 aports-7d74afef79b993b035ccd5f4ea5c3e0ba632b079.tar.xz | |
testing/sshguard: fix parsing of busybox syslog
Diffstat (limited to 'testing/sshguard/parser.patch')
| -rw-r--r-- | testing/sshguard/parser.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/sshguard/parser.patch b/testing/sshguard/parser.patch new file mode 100644 index 0000000000..51f9915e18 --- /dev/null +++ b/testing/sshguard/parser.patch @@ -0,0 +1,11 @@ +--- sshguard-1.5/src/parser/attack_scanner.l ++++ sshguard-1.5-mod/src/parser/attack_scanner.l +@@ -107,7 +107,7 @@ + */ + + /* handle entries with PID and without PID from processes other than sshguard */ +-{TIMESTAMP_SYSLOG}[ ]+([a-zA-Z0-9]|{WORD}|{HOSTADDR})[ ]+{PROCESSNAME}"["{NUMBER}"]: "{SOLARIS_MSGID_TAG}? { ++{TIMESTAMP_SYSLOG}[ ]+([a-zA-Z0-9]|{WORD}|{HOSTADDR})[ ]+([a-zA-Z0-9]|{WORD}|{HOSTADDR})[ ]+{PROCESSNAME}"["{NUMBER}"]: "{SOLARIS_MSGID_TAG}? { + /* extract PID */ + yylval.num = getsyslogpid(yytext, yyleng); + return SYSLOG_BANNER_PID; |
