annotate ChangeLog @ 48:ba0259c9e411 stable-1-0-11

Fixes to compile on Fedora 9 and for const correctness
author Carl Byington <carl@five-ten-sg.com>
date Thu, 29 May 2008 11:38:42 -0700
parents 9e9f09cf411c
children 206448c00b55
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
48
ba0259c9e411 Fixes to compile on Fedora 9 and for const correctness
Carl Byington <carl@five-ten-sg.com>
parents: 44
diff changeset
1 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
2 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
3
44
9e9f09cf411c Add fixes for Solaris from sm-archive.
Carl Byington <carl@five-ten-sg.com>
parents: 42
diff changeset
4 1.10 2008-03-22
9e9f09cf411c Add fixes for Solaris from sm-archive.
Carl Byington <carl@five-ten-sg.com>
parents: 42
diff changeset
5 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
6
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
7 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
8 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
9 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
10 Update spec file for fedora packaging.
13
1134c6a1d692 final documentation, rpm builds properly
carl
parents: 1
diff changeset
11
36
6a2f26976898 shutdown removes iptables entries that we added
carl
parents: 35
diff changeset
12 1.8 2007-11-08
6a2f26976898 shutdown removes iptables entries that we added
carl
parents: 35
diff changeset
13 Allow sigterm/sigint to properly shutdown by removing all
6a2f26976898 shutdown removes iptables entries that we added
carl
parents: 35
diff changeset
14 the iptables entries that we added.
6a2f26976898 shutdown removes iptables entries that we added
carl
parents: 35
diff changeset
15
35
d2ceebcf6595 add message description in patterns
carl
parents: 31
diff changeset
16 1.7 2007-09-18
d2ceebcf6595 add message description in patterns
carl
parents: 31
diff changeset
17 Add description in config file for each regular expression
d2ceebcf6595 add message description in patterns
carl
parents: 31
diff changeset
18 so the log is more readable.
d2ceebcf6595 add message description in patterns
carl
parents: 31
diff changeset
19
d2ceebcf6595 add message description in patterns
carl
parents: 31
diff changeset
20 1.6 2007-09-09
31
carl
parents: 27
diff changeset
21 GPL3
carl
parents: 27
diff changeset
22
carl
parents: 27
diff changeset
23 1.5 2007-08-30
carl
parents: 27
diff changeset
24 Fix pre/post scripts in the rpm spec file.
carl
parents: 27
diff changeset
25
carl
parents: 27
diff changeset
26 1.4 2007-06-09
carl
parents: 27
diff changeset
27 Add selinux fixes - prevent syslog file descriptors from staying
carl
parents: 27
diff changeset
28 open for the child system calls to iptables.
carl
parents: 27
diff changeset
29
27
28fec0c67646 make add/remove commands configureable
carl
parents: 26
diff changeset
30 1.3 2006-02-12
28fec0c67646 make add/remove commands configureable
carl
parents: 26
diff changeset
31 Add configuration for iptables add/remove commands.
28fec0c67646 make add/remove commands configureable
carl
parents: 26
diff changeset
32 Preserve case in config file. Some patterns may need this, and
28fec0c67646 make add/remove commands configureable
carl
parents: 26
diff changeset
33 the add/remove commands generally need this.
28fec0c67646 make add/remove commands configureable
carl
parents: 26
diff changeset
34 Add flush option for startup script to flush the INPUT chain.
28fec0c67646 make add/remove commands configureable
carl
parents: 26
diff changeset
35 The restart/reload options also flush the input chain.
28fec0c67646 make add/remove commands configureable
carl
parents: 26
diff changeset
36
24
ec051169fdfd don't flush input chain, use -D option instead
carl
parents: 20
diff changeset
37 1.2 2006-02-01
ec051169fdfd don't flush input chain, use -D option instead
carl
parents: 20
diff changeset
38 Don't flush the table to remove entries, use -D option to iptables.
26
00bd0b0ef015 reduce sleep time from 10 to 2 seconds
carl
parents: 24
diff changeset
39 Reduce sleep time from 10 to 2 seconds between read cycles.
24
ec051169fdfd don't flush input chain, use -D option instead
carl
parents: 20
diff changeset
40
20
0d65c3de34fd add better logging
carl
parents: 13
diff changeset
41 1.1 2006-01-08
0d65c3de34fd add better logging
carl
parents: 13
diff changeset
42 Add syslog entries when new ip addresses are blocked or released.
0d65c3de34fd add better logging
carl
parents: 13
diff changeset
43
13
1134c6a1d692 final documentation, rpm builds properly
carl
parents: 1
diff changeset
44 1.0 2005-12-17
1134c6a1d692 final documentation, rpm builds properly
carl
parents: 1
diff changeset
45 Initial release.
1134c6a1d692 final documentation, rpm builds properly
carl
parents: 1
diff changeset
46