sebres
ab0c28260b
switch down log level for some annoying messages to tracedebug or heavydebug (to 7 or even 5);
...
added verification of specified log-level before transmitting to the server;
numeric log-level allowed now in server (resp. fail2ban.conf);
8 years ago
sebres
8cba537f6c
code review and use new logger-signals for waiting; + regenerated man-files
8 years ago
Yaroslav Halchenko
5714ac201b
DOC: preparations for 0.9.5 release
8 years ago
sebres
9b03a6d42e
0.10 pre-release: MANIFEST RELEASE and man pages updates
8 years ago
Yaroslav Halchenko
0298ba2c1b
MANIFEST RELEASE and man pages updates
9 years ago
Yaroslav Halchenko
b3ed19b36a
DOC: tune up to jail.conf.5 - some line breaks, typos etc
9 years ago
sebres
94cffece12
New interpolation feature for definition config readers - `<known/parameter>`, as extension to interpolation `%(known/parameter)s`, that does not works for filter and action init parameters;
9 years ago
sebres
fcf03790f4
fixed misleading documentation of `banaction`
9 years ago
sebres
f359ed8c36
Fixed directly defined banaction for allports jails like pam-generic, recidive, etc with new default variable `banaction_allports` (+ man entries for both variables added);
...
closes gh-1216
9 years ago
Pablo
7e6964dd9d
Fix section jail.conf.5 manpage
...
The section of jail.conf manpage is wrong, should be 5, not 10
9 years ago
Konstantin Manna
7de78f4bb8
renamed <NAME> to correct <ACT> in protocol
9 years ago
Yaroslav Halchenko
70ba5cb005
Release changes (too much of manual "labor"! ;))
9 years ago
Viktor Szépe
9547812526
ipjailmatches is on one line with its description in man jail.conf
9 years ago
Yaroslav Halchenko
46510948a7
DOC: rudimentary manpage for fail2ban-testcases (+updated other mans for consistency)
10 years ago
Yaroslav Halchenko
ca849b93dc
Initial changes for the release -- simplified ChangeLog header etc
10 years ago
Yaroslav Halchenko
d0a5fe620f
Refreshed manpages
10 years ago
Yaroslav Halchenko
564eb3389b
ENH: fail early in generate-man + provide PYTHONPATH upstairs
10 years ago
Sean DuBois
84b7e93a47
ENH: Add version command to protocol
...
TST: Add test for version server command
11 years ago
Cameron Norman
1f53eb2d28
Updated man page for new options
11 years ago
Steven Hiscocks
4190113e4b
DOC: Fix jail.conf(5) man page which had duplicate {fail,ignore}regex
11 years ago
Ruben Kerkhof
1695d5c076
Fix a few typos
...
Found with https://github.com/lucasdemarchi/codespell
Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
11 years ago
Steven Hiscocks
e437bd5e6f
DOC: Add database settings for fail2ban.conf to jail.conf(5) man page
11 years ago
Daniel Black
123791c94c
DOC/ENH: update man pages for release
11 years ago
Daniel Black
e3b97e6a6c
DOC/ENH: update man pages for release
11 years ago
Steven Hiscocks
742e52269a
DOC: Added jail.conf(5) and ChangeLog for "logencoding"
11 years ago
Steven Hiscocks
725a8261fe
DOC: Add items to ChangeLog and readded jail.conf(5) for logpath tail
...
jail.conf change merged from 6a395f4cf7
11 years ago
Steven Hiscocks
75599fc7a0
DOC: Add reference to action argument values which contain ","
...
Closes gh-632
11 years ago
Steven Hiscocks
a4731ef988
DOC: Correct log levels
11 years ago
Daniel Black
7b56daee8f
DOC: set realistic expectations of what fail2ban protects against
11 years ago
Daniel Black
59b1e225e9
DOC/ENH: update man pages for release
11 years ago
Daniel Black
224e795f4c
DOC: note in man page about "last message repeated" syslog compression. Closes Debian bug #620364
11 years ago
Steven Hiscocks
5c16ac3a89
ENH: Full regex for datepattern, utilising modified Python `_strptime`
11 years ago
Daniel Black
7b6ee64b9e
DOC: add over pruned bits of jail.conf.5
11 years ago
Daniel Black
4d4060930b
DOC: spelling + GPL2+ for license
11 years ago
Yaroslav Halchenko
e6627185b0
DOC: fixing formatting in the section names of the manpage - \fB to return into bold
11 years ago
Yaroslav Halchenko
16f55d2d56
DOC: pass through jail.conf.5 -- unification and some restructuring/shortening
11 years ago
Daniel Black
0b6c9b52d2
DOC: man page description shorting and clarification
11 years ago
Steven Hiscocks
1386d82102
DOC: Update action files section of jail.conf, and add "timeout" option
...
Closes gh-565
11 years ago
Daniel Black
3d21c4edf9
DOC: consistent filename separator in SYNOPIS
11 years ago
Daniel Black
51f014fede
DOC: add more content to jail.conf man page
11 years ago
Steven Hiscocks
80d6f74ee8
RF: Refactor actions further, include removing server proxy interface
...
This allows direct setting of action properties and calling of methods
from the fail2ban-client if so required.
11 years ago
Steven Hiscocks
f37c90cdba
ENH: Python based actions
...
Python actions are imported from action.d config folder, which have .py
file extension. This imports and creates an instance of the Action class
(Action can be a variable that points to a class of another name).
fail2ban.server.action.ActionBase is a base class which can be inherited
from or as a minimum has a subclass hook which is used to ensure any
imported actions implements the methods required.
All calls to the execAction are also wrapped in a try except such that
any errors won't cripple the jail.
Action is renamed CommandAction, to clearly distinguish it from other
actions.
Include is an example smtp.py python action for sending emails via smtp.
This is work in progress, as looking to add the <matches> and whois
elements, and also SSL/TLS support.
11 years ago
Steven Hiscocks
6a395f4cf7
ENH: add option to addlogpath for tail option
11 years ago
Daniel Black
ea2a13946e
TST: more test of filters
11 years ago
bes.internal
ebd89ec077
New ignorecommand that is added to the ignoreip list from output of an external program
...
ignorecommand update man and fix protocol help
ENH: run ignore command only after internal list has been examined. Change interface on ignorecommand to take IP as environment variable and return true if it is to be banned
ENH: ignore IP command to take tagged command
DOC: man pages for ingorecommand
TST: add test cases for ignorecommand
11 years ago
Steven Hiscocks
9db44059fd
DOC: Add ip(jail)matches/failures to man page
11 years ago
Daniel Black
2f3648c458
DOC: add missing jail directives
11 years ago
Daniel Black
d0498bec69
DOC: finalise 0.8.11 release
11 years ago
Daniel Black
f860307b57
DOC: update man pages. Add references to jail.conf from fail2ban-client man page
11 years ago
Daniel Black
363d53e8d7
update man pages for release
11 years ago