Sergey G. Brester
bd6e7aeff0
Merge pull request #2112 from al42and/dante
...
Create filter for Dante SOCKS server
2 years ago
Sergey G. Brester
efbbcb41ea
non capturing group
2 years ago
Sergey G. Brester
996553f330
review, simplify regex and capture user name
2 years ago
Andrey Alekseenko
df91b047d2
Dante SOCKS server: handle "1 byte/second" case
...
Thanks to @Loriowar and @sebres for pointing it out
2 years ago
Andrey Alekseenko
05c162ef10
Create filter for Dante SOCKS server
2 years ago
Sergey G. Brester
ae5fe2e003
amend to #3405 , eliminate catch-all
2 years ago
sebres
36af3f2502
Merge branch 'gh-3405'
2 years ago
sebres
a58fcb8786
fix cut out of match for pattern with `{EPOCH}` (similar to other datepatterns group capturing whole regex only added if no groups specified at all);
...
allows to specify more precise anchored patterns, for example `datepattern = ^type=\S+ msg=audit\(({EPOCH})` for selinux-filters
2 years ago
sebres
cbb097a2b3
small amend (non capturing group)
2 years ago
sebres
82506f0586
filter.d/selinux-ssh.conf, filter.d/selinux-common.conf: fixes #3405 (new format with GS and additional parameters, e. g. grantors)
2 years ago
sebres
eba33d6205
version bump
2 years ago
sebres
e1d3006b03
update 1.0.2 -- finally-war-game-test-tape-not-a-nuclear-alarm
2 years ago
sebres
fd3805b40a
changelog: backend `systemd`: code review and several fixes
2 years ago
sebres
cd17906afe
Merge branch '0.11'
2 years ago
sebres
d8e2b03a24
`filter.d/named-refused.conf` extended (closes gh-3388):
...
- support BIND named log categories
- allow `info:` as possible error prefix too ("query (cache) denied" may occur as info)
2 years ago
sebres
6d19d2e800
Merge branch '0.10' into 0.11
2 years ago
sebres
04c252c34b
filtersystemd: code review, wait only if it is necessary - in operational mode and if no more entries retrieved (end of journal);
...
attempt to fix gh-3396 - ensure we give enough time after journal.wait returns with INVALIDATE (due to rotation, vacuuming or journal files added/removed etc) and move cursor back and forth to avoid entering dead space
2 years ago
sebres
ca2b94c522
fixes gh-3370: resolve extremely long search by repeated apply of non-greedy RE `(?:: (?:[^\(]+|\w+\([^\)]*\))+)?` with following branches (it may be extremely slow up to infinite search depending on message); added new regression tests
...
amend to gh-3210: fixes regression and matches new format in aggressive mode too
2 years ago
sebres
fc7dbcc6a7
test-suite: avoid mistaken match that confuses output with working on line message by deep debugging of test (e. g. with `-l 4`)
2 years ago
sebres
f8fcaf943b
version bump
2 years ago
sebres
677da51562
release 1.0.1 -- energy-equals-mass-times-the-speed-of-light-squared
2 years ago
sebres
bd94b7a47d
make up leeway of ChangeLog (prepare release of 1.0)
2 years ago
sebres
2df58c5281
close fork
2 years ago
sebres
7bd4f41171
Merge branch '0.11'
2 years ago
sebres
94dac78afe
Merge branch '0.10' into 0.11
...
(conflicts resolved)
2 years ago
sebres
485c50228a
explicitly close cursor if not needed anymore (GC can grab it late)
2 years ago
sebres
45ef36276f
fixes gh-3352: failed update of database didn't signal with an error
...
* client and server exit with error code by failure during start process (in foreground mode)
* added fallback to repair if database cannot be upgraded
code review and unify (more homogeneous by client and server now)
2 years ago
Jeff Johnson
f9f78ed9d2
IPThreat integration ( #3349 )
...
new IPThreat action
2 years ago
sebres
934e1b606d
Merge branch '0.11'
2 years ago
sebres
8dccf099e4
Merge branch '0.10' into 0.11
...
(conflicts resolved)
2 years ago
sebres
5e74499ffd
provides details of failed regex compilation in the error message we throw in Regex-constructor (it's good to know what exactly is wrong)
2 years ago
sebres
d6896eb26d
New logtarget: systemd-journal;
...
rebased #1403 from da2x:feature-systemd-journal
2 years ago
sebres
a08b925468
Merge branch '0.11'
2 years ago
sebres
467024797f
Merge branch '0.10' into 0.11
2 years ago
sebres
35eb9acaee
Merge branch 'test-gh-3334' into 0.10 - speedup daemonization process by huge open files limit
...
Closes #3334
2 years ago
sebres
476136281c
Revert "check large nofile limit issue ( #3334 )" (back to original open files limit)
...
This reverts commit 24b1dea197
.
2 years ago
sebres
38026e5963
code review (replace deprecated setter, since python 3.10)
2 years ago
sebres
535a982dcc
fixes #3334 : speedup daemonization process by huge open files limit (try to close open file descriptors obtained from `/proc/self/fd` or `/proc/fd`)
2 years ago
Sergey G. Brester
24b1dea197
check large nofile limit issue ( #3334 )
2 years ago
Sergey G. Brester
92d5455bdd
Merge pull request #3330 from tomers/reverse-in-a-single-line
...
Reverse in a single line
2 years ago
Sergey G. Brester
aceae84be2
no extra var needed for iterator
2 years ago
Sergey G. Brester
e289a1155e
Merge pull request #3269 from Logic-32/feature/cloudflare-token
...
Adding support for Cloudflare Token API.
2 years ago
Tomer Shalev
0c3951b864
reverse in a single line
2 years ago
Sergey G. Brester
bcac47d549
Merge pull request #3324 from fail2ban/patch-sendmail-no-user-part
...
filter.d/sendmail-auth.conf: detect failures without user part
2 years ago
Sergey G. Brester
514cca9ade
filter.d/sendmail-auth.conf: detect failures without user part
2 years ago
Sergey G. Brester
3a8ab0c70a
sendmail-auth: coverage for auth-failure without user part
...
https://github.com/fail2ban/fail2ban/issues/2757#issuecomment-1199948639
2 years ago
sebres
3c22ae161c
Merge branch '0.11'
2 years ago
sebres
c6cfd761bb
Merge remote-tracking branch 'remotes/gh-upstream/0.10' into 0.11
2 years ago
Sergey G. Brester
7ba8f437f1
Merge pull request #3267 from fail2ban/py-3.11-a7
...
support python 3.11 version
2 years ago
sebres
5d9d86e2f4
GHA: update python 3.11 version (3.11.0-beta.3)
2 years ago