annotate ChangeLog @ 31:601bc0e075e1

gpl3
author carl
date Sun, 09 Sep 2007 10:59:15 -0700
parents 28fec0c67646
children d2ceebcf6595
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13
1134c6a1d692 final documentation, rpm builds properly
carl
parents: 1
diff changeset
1 $Id$
1134c6a1d692 final documentation, rpm builds properly
carl
parents: 1
diff changeset
2
31
carl
parents: 27
diff changeset
3 1.6 2007-09-30
carl
parents: 27
diff changeset
4 GPL3
carl
parents: 27
diff changeset
5
carl
parents: 27
diff changeset
6 1.5 2007-08-30
carl
parents: 27
diff changeset
7 Fix pre/post scripts in the rpm spec file.
carl
parents: 27
diff changeset
8
carl
parents: 27
diff changeset
9 1.4 2007-06-09
carl
parents: 27
diff changeset
10 Add selinux fixes - prevent syslog file descriptors from staying
carl
parents: 27
diff changeset
11 open for the child system calls to iptables.
carl
parents: 27
diff changeset
12
27
28fec0c67646 make add/remove commands configureable
carl
parents: 26
diff changeset
13 1.3 2006-02-12
28fec0c67646 make add/remove commands configureable
carl
parents: 26
diff changeset
14 Add configuration for iptables add/remove commands.
28fec0c67646 make add/remove commands configureable
carl
parents: 26
diff changeset
15 Preserve case in config file. Some patterns may need this, and
28fec0c67646 make add/remove commands configureable
carl
parents: 26
diff changeset
16 the add/remove commands generally need this.
28fec0c67646 make add/remove commands configureable
carl
parents: 26
diff changeset
17 Add flush option for startup script to flush the INPUT chain.
28fec0c67646 make add/remove commands configureable
carl
parents: 26
diff changeset
18 The restart/reload options also flush the input chain.
28fec0c67646 make add/remove commands configureable
carl
parents: 26
diff changeset
19
24
ec051169fdfd don't flush input chain, use -D option instead
carl
parents: 20
diff changeset
20 1.2 2006-02-01
ec051169fdfd don't flush input chain, use -D option instead
carl
parents: 20
diff changeset
21 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
22 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
23
20
0d65c3de34fd add better logging
carl
parents: 13
diff changeset
24 1.1 2006-01-08
0d65c3de34fd add better logging
carl
parents: 13
diff changeset
25 Add syslog entries when new ip addresses are blocked or released.
0d65c3de34fd add better logging
carl
parents: 13
diff changeset
26
13
1134c6a1d692 final documentation, rpm builds properly
carl
parents: 1
diff changeset
27 1.0 2005-12-17
1134c6a1d692 final documentation, rpm builds properly
carl
parents: 1
diff changeset
28 Initial release.
1134c6a1d692 final documentation, rpm builds properly
carl
parents: 1
diff changeset
29