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