Mercurial > syslog2iptables
annotate ChangeLog @ 61:d80641be405b stable-1-0-15
add script to build syslog2iptables.conf
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 04 Oct 2014 10:01:32 -0700 |
parents | b45dddebe8fc |
children | 60f59936fabb |
rev | line source |
---|---|
61
d80641be405b
add script to build syslog2iptables.conf
Carl Byington <carl@five-ten-sg.com>
parents:
58
diff
changeset
|
1 1.15 2014-10-02 |
d80641be405b
add script to build syslog2iptables.conf
Carl Byington <carl@five-ten-sg.com>
parents:
58
diff
changeset
|
2 add script to build syslog2iptables.conf |
d80641be405b
add script to build syslog2iptables.conf
Carl Byington <carl@five-ten-sg.com>
parents:
58
diff
changeset
|
3 |
58
b45dddebe8fc
Add exponential increase in penalty for repeat offenders
Carl Byington <carl@five-ten-sg.com>
parents:
56
diff
changeset
|
4 1.14 2014-06-10 |
b45dddebe8fc
Add exponential increase in penalty for repeat offenders
Carl Byington <carl@five-ten-sg.com>
parents:
56
diff
changeset
|
5 Add exponential increase in penalty for repeat offenders. |
b45dddebe8fc
Add exponential increase in penalty for repeat offenders
Carl Byington <carl@five-ten-sg.com>
parents:
56
diff
changeset
|
6 |
56
73dd2daeaf8e
switch to auto requires
Carl Byington <carl@five-ten-sg.com>
parents:
53
diff
changeset
|
7 1.13 2011-08-17 |
73dd2daeaf8e
switch to auto requires
Carl Byington <carl@five-ten-sg.com>
parents:
53
diff
changeset
|
8 Switch to auto requires for rpm builds. |
73dd2daeaf8e
switch to auto requires
Carl Byington <carl@five-ten-sg.com>
parents:
53
diff
changeset
|
9 |
53
d6fb7fca0394
Document multiple contexts
Carl Byington <carl@five-ten-sg.com>
parents:
51
diff
changeset
|
10 1.13 2009-01-25 |
d6fb7fca0394
Document multiple contexts
Carl Byington <carl@five-ten-sg.com>
parents:
51
diff
changeset
|
11 Document multiple contexts. |
d6fb7fca0394
Document multiple contexts
Carl Byington <carl@five-ten-sg.com>
parents:
51
diff
changeset
|
12 |
51
206448c00b55
Allow multiple contexts with independent add/remove commands.
Carl Byington <carl@five-ten-sg.com>
parents:
48
diff
changeset
|
13 1.12 2009-01-24 |
206448c00b55
Allow multiple contexts with independent add/remove commands.
Carl Byington <carl@five-ten-sg.com>
parents:
48
diff
changeset
|
14 Allow multiple contexts with independent add/remove commands. |
206448c00b55
Allow multiple contexts with independent add/remove commands.
Carl Byington <carl@five-ten-sg.com>
parents:
48
diff
changeset
|
15 |
48
ba0259c9e411
Fixes to compile on Fedora 9 and for const correctness
Carl Byington <carl@five-ten-sg.com>
parents:
44
diff
changeset
|
16 1.11 2008-05-29 |
ba0259c9e411
Fixes to compile on Fedora 9 and for const correctness
Carl Byington <carl@five-ten-sg.com>
parents:
44
diff
changeset
|
17 Fixes to compile on Fedora 9 and for const correctness. |
ba0259c9e411
Fixes to compile on Fedora 9 and for const correctness
Carl Byington <carl@five-ten-sg.com>
parents:
44
diff
changeset
|
18 |
44
9e9f09cf411c
Add fixes for Solaris from sm-archive.
Carl Byington <carl@five-ten-sg.com>
parents:
42
diff
changeset
|
19 1.10 2008-03-22 |
9e9f09cf411c
Add fixes for Solaris from sm-archive.
Carl Byington <carl@five-ten-sg.com>
parents:
42
diff
changeset
|
20 Add fixes for Solaris from sm-archive. |
9e9f09cf411c
Add fixes for Solaris from sm-archive.
Carl Byington <carl@five-ten-sg.com>
parents:
42
diff
changeset
|
21 |
42
d9ae11033b4b
Add default config to firewall systems that send bounces to non-existant accounts.
Carl Byington <carl@five-ten-sg.com>
parents:
36
diff
changeset
|
22 1.9 2008-03-21 |
d9ae11033b4b
Add default config to firewall systems that send bounces to non-existant accounts.
Carl Byington <carl@five-ten-sg.com>
parents:
36
diff
changeset
|
23 Add default config to firewall systems that send bounces to |
d9ae11033b4b
Add default config to firewall systems that send bounces to non-existant accounts.
Carl Byington <carl@five-ten-sg.com>
parents:
36
diff
changeset
|
24 non-existant accounts. Switch to Mercurial source control. |
d9ae11033b4b
Add default config to firewall systems that send bounces to non-existant accounts.
Carl Byington <carl@five-ten-sg.com>
parents:
36
diff
changeset
|
25 Update spec file for fedora packaging. |
13 | 26 |
36 | 27 1.8 2007-11-08 |
28 Allow sigterm/sigint to properly shutdown by removing all | |
29 the iptables entries that we added. | |
30 | |
35 | 31 1.7 2007-09-18 |
32 Add description in config file for each regular expression | |
33 so the log is more readable. | |
34 | |
35 1.6 2007-09-09 | |
31 | 36 GPL3 |
37 | |
38 1.5 2007-08-30 | |
39 Fix pre/post scripts in the rpm spec file. | |
40 | |
41 1.4 2007-06-09 | |
42 Add selinux fixes - prevent syslog file descriptors from staying | |
43 open for the child system calls to iptables. | |
44 | |
27 | 45 1.3 2006-02-12 |
46 Add configuration for iptables add/remove commands. | |
47 Preserve case in config file. Some patterns may need this, and | |
48 the add/remove commands generally need this. | |
49 Add flush option for startup script to flush the INPUT chain. | |
50 The restart/reload options also flush the input chain. | |
51 | |
24 | 52 1.2 2006-02-01 |
53 Don't flush the table to remove entries, use -D option to iptables. | |
26 | 54 Reduce sleep time from 10 to 2 seconds between read cycles. |
24 | 55 |
20 | 56 1.1 2006-01-08 |
57 Add syslog entries when new ip addresses are blocked or released. | |
58 | |
13 | 59 1.0 2005-12-17 |
60 Initial release. | |
61 |