sebres
|
d6896eb26d
|
New logtarget: systemd-journal;
rebased #1403 from da2x:feature-systemd-journal
|
2022-08-29 12:30:05 +02:00 |
sebres
|
c75748c5d3
|
fail2ban.conf: added new fail2ban configuration option "allowipv6" (default auto), can be used to allow or disallow IPv6 interface in fail2ban immediately by start (e. g. if fail2ban starts before network interfaces).
closes gh-2804
|
2021-01-27 17:06:14 +01:00 |
Sergey G. Brester
|
08dbe4abd5
|
fixed comment for loglevel, default is INFO
|
2020-07-03 13:45:29 +02:00 |
sebres
|
25f1aa334e
|
fail2ban.conf: move default settings into DEFAULT section (to be more similar to jail.conf, Definition section overwrites the options, so it is backwards compatible)
|
2019-04-18 20:53:11 +02:00 |
sebres
|
0386df0042
|
introduced new options: `dbmaxmatches` (fail2ban.conf) and `maxmatches` (jail.conf);
setting `maxmatches` and `dbmaxmatches` to 0 saves memory usage and database size (closes gh-2118).
|
2019-04-18 20:31:39 +02:00 |
sebres
|
3c70fe298a
|
closes gh-969: introduces new section `[Thread]` and option `stacksize` to configure default stack-size of the threads running in fail2ban. Example:
```ini
[Thread]
stacksize = 32
```
|
2019-02-24 16:45:14 +01:00 |
sebres
|
f31195a4fc
|
added new logtarget "SYSOUT" to log from fail2ban working in foreground as systemd-service (in opposite to "STDOUT" don't log time-stamps).
|
2017-11-26 23:03:29 +01:00 |
sebres
|
d22b2498d4
|
normalizing time config entries: use time abbreviation (str2seconds) for all time options such 'dbpurgeage', 'bantime', 'findtime', ex.: default '1d' instead '86400';
code review and test case extended;
|
2015-12-29 12:49:10 +01:00 |
Lee Clemens
|
6268eb32be
|
Use syslogsocket value "auto" to determine syslog socket's path
|
2015-02-06 19:14:09 -05:00 |
Lee Clemens
|
445fd7367f
|
Configure Syslog Socket Path
|
2015-02-05 23:44:57 -05:00 |
shawn
|
d7e888238c
|
Correct grammar
|
2014-04-03 10:44:49 -04:00 |
Steven Hiscocks
|
a4731ef988
|
DOC: Correct log levels
|
2014-02-20 23:09:45 +00:00 |
Steven Hiscocks
|
5630c56c75
|
ENH: Change logging levels and make info more verbose
|
2014-02-20 23:01:40 +00:00 |
Steven Hiscocks
|
e18af48e34
|
ENH: Database now optional, by setting dbfile to "None"
|
2013-12-10 21:16:36 +00:00 |
Steven Hiscocks
|
d8c7bca9b0
|
BF: Fix dbpurgeage default value, and change default dbfile extension
|
2013-12-08 11:35:12 +00:00 |
Steven Hiscocks
|
bbadef847b
|
ENH: Add fail2ban persistent data storage
|
2013-12-07 23:23:28 +00:00 |
Yaroslav Halchenko
|
d12eb2526a
|
Fixing up default values in fail2ban.conf + unifying formatting
|
2013-10-14 16:28:19 -04:00 |
Yaroslav Halchenko
|
90b8433ac5
|
DOC: inline commends with ';' are in effect only if ';' follows as space
|
2013-05-12 21:42:59 -04:00 |
Steven Hiscocks
|
294f073741
|
Typo in default pidfile in fail2ban.conf
|
2013-02-17 22:42:24 +00:00 |
Steven Hiscocks
|
ce3ab34dd8
|
Added ability to specify PID file
|
2013-02-17 22:14:01 +00:00 |
Yaroslav Halchenko
|
b3d8ba146b
|
DOC: Mention that logrotate configuration needs to be adjusted if logtarget is changed (Closes: #697333)
|
2013-01-04 15:23:05 -05:00 |
Yaroslav Halchenko
|
b4099dae57
|
DOC: Adjusted header for config/*.conf to mention .local and way to comment
thanks to Stefano Forli for reminding about comments
see Debian Bug#676146
|
2012-06-04 22:41:28 -04:00 |
Cyril Jaquier
|
e66d9eee41
|
- Moved socket to /var/run/fail2ban.
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_8@629 a942ae1a-1317-0410-a47c-b1dcaea8d605
|
2007-12-14 21:33:33 +00:00 |
Cyril Jaquier
|
0c40adda4b
|
- Fixed some comments
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@494 a942ae1a-1317-0410-a47c-b1dcaea8d605
|
2006-12-18 22:33:01 +00:00 |
Cyril Jaquier
|
8ca367d609
|
- Use /dev/log for SYSLOG output. Thanks to Joerg Sommrey
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@488 a942ae1a-1317-0410-a47c-b1dcaea8d605
|
2006-12-13 23:02:46 +00:00 |
Cyril Jaquier
|
9a96428bd2
|
- Added "socket" option
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@412 a942ae1a-1317-0410-a47c-b1dcaea8d605
|
2006-10-17 21:12:22 +00:00 |
Cyril Jaquier
|
d7682360bc
|
- Clean up configuration files
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@281 a942ae1a-1317-0410-a47c-b1dcaea8d605
|
2006-08-20 21:34:55 +00:00 |
Cyril Jaquier
|
f248c460f2
|
- Improved logging in server
- Added logtarget option
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@263 a942ae1a-1317-0410-a47c-b1dcaea8d605
|
2006-08-06 21:24:06 +00:00 |
Cyril Jaquier
|
9aa6a505eb
|
- Added header
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@254 a942ae1a-1317-0410-a47c-b1dcaea8d605
|
2006-07-17 19:26:14 +00:00 |
Cyril Jaquier
|
7048e19995
|
- 0.7.0 soon
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@251 a942ae1a-1317-0410-a47c-b1dcaea8d605
|
2006-07-16 21:35:08 +00:00 |
Cyril Jaquier
|
12c222bd1c
|
- One step forward to 0.7.0
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@250 a942ae1a-1317-0410-a47c-b1dcaea8d605
|
2006-07-08 16:51:14 +00:00 |
Cyril Jaquier
|
ea1948eff4
|
- Initial commit of the new development release 0.7
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@249 a942ae1a-1317-0410-a47c-b1dcaea8d605
|
2006-06-26 20:05:00 +00:00 |