You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alex 'AdUser' Z
b80a6b323e
* src/sources/files.c : implement {create,config,ready,error,errorcb,start,destroy}()
|
9 years ago |
configs
|
* enable 'icase' for filters by default
|
9 years ago |
contrib
|
* fix contrib/init.sysvinit
|
9 years ago |
debian
|
* bump version
|
9 years ago |
filters
|
* fix ssh filter
|
9 years ago |
src
|
* src/sources/files.c : implement {create,config,ready,error,errorcb,start,destroy}()
|
9 years ago |
t
|
* use strl*() instead snprintf() in filters
|
9 years ago |
.gitignore
|
* initial
|
9 years ago |
CMakeLists.txt
|
* bump version
|
9 years ago |
ChangeLog
|
+ add changelog
|
9 years ago |
LICENSE
|
* apply license
|
9 years ago |
README.md
|
+ README.md
|
9 years ago |
Overview
f2b is lightweight fail2ban alternative.
Features:
- written in pure C
- small memory footprint
- minimum dependencies (req: libc, libdl; optional: pcre)
- pluggable filters / backends (you may write custom one)
Similar software:
License: GPL2+