File: ChangeLog

package info (click to toggle)
ipset 2.2.9a-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 636 kB
  • ctags: 640
  • sloc: ansic: 4,084; makefile: 43
file content (168 lines) | stat: -rw-r--r-- 6,502 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
2.2.9a
 - use correct type (socklen_t) for getsockopt (H. Nakano)
 - incorrect return codes fixed (Tomasz Lemiech, Alexey Bortnikov)
 - kernel header dependency removed (asm/bitops.h)
 - ipset now tries to load in the ip_set kernel module if the protocol
   is not available

2.2.9
 - 'ipset -N' did not generate proper return code
 - 'limit' module parameter added to the kernel modules of the
   iphash, ipporthash, nethash and iptree type of sets so that
   the maximal number of elements can now be limited
 - zero valued entries (port 0 or IP address 0.0.0.0) were
   detected as members of the hash/tree kind of sets
   (reported by Andrew Kraslavsky)
 - list and save operations used the external identifier
   of the sets for the bindings instead of the internal one
   (reported by Amin Azez)

2.2.8
 - Nasty off-by-one bug fixed in iptree type of sets
   (bug reported by Pablo Sole)

2.2.7
 All patches were submitted by Jones Desougi
 - missing or confusing error message fixes for ipporthash
 - minor correction in debugging in nethash
 - copy-paste bug in kernel set types at memory allocation
   checking fixed
 - unified memory allocations in ipset

2.2.6
 - memory allocation in iptree is changed to GFP_ATOMIC because
   we hold a lock (bug reported by Radek Hladik)
 - compatibility fix: __nocast is not defined in all 2.6 branches
   (problem reported by Ming-Ching Tiew)
 - manpage corrections

2.2.5
 - garbage collector of iptree type of sets is fixed: flushing
   sets/removing kernel module could corrupt the timer
 - new ipporthash type added
 - manpage fixes and corrections

2.2.4
 - half-fixed memory allocation bug in iphash and nethash finally
   completely fixed (bug reported by Nikolai Malykh)
 - restrictions to enter zero-valued entries into all non-hash type sets
   were removed
 - Too strict check on the set size of ipmap type was corrected 

2.2.3
 - memory allocation bug in iphash and nethash in connection with the SET
   target was fixed (bug reported by Nikolai Malykh)
 - lockhelp.h was removed from the 2.6.13 kernel tree, ip_set.c is
   updated accordingly (Cardoso Didier, Samir Bellabes)
 - manpage is updated to clearly state the command order in restore mode

2.2.2
 - Jiffies rollover bug in ip_set_iptree reported and fixed by Rob Nielsen
 - Compiler warning in the non-SMP case fixed (Marcus Sundberg)
 - slab cache names shrunk in order to be compatible with 2.4.* (Marcus
   Sundberg)

2.2.1
 - Magic number in ip_set_nethash.h was mistyped (bug reported by Rob
   Carlson)
 - ipset can now test IP addresses in nethash type of sets (i.e. addresses
   in netblocks added to the set)

2.2.0
 - Locking bug in ip_set_nethash.c (Clifford Wolf and Rob Carlson)
 - Makefile contained an unnecessary variable in IPSET_LIB_DIR (Clifford
   Wolf)
 - Safety checkings of restore in ipset was incomplete (Robin H. Johnson)
 - More careful resizing by avoiding locking completely
 - stdin stored internally in a temporary file, so we can feed 'ipset -R'
   from a pipe
 - iptree maptype added

2.1
 - Lock debugging used with debugless lock definiton (Piotr Chytla and
   others).
 - Bindings were not properly filled out at listing (kernel)
 - When listing sets from kernel, id was not added to the set structure
   (ipset)
 - nethash maptype added
 - ipset manpage corrections (macipmap)

2.0.1
 - Missing -fPIC in Makefile (Robert Iakobashvili)
 - Cut'n'paste bug at saving macipmap types (Vincent Bernat).
 - Bug in printing/saving SET targets reported and fixed by Michal
   Pokrywka

2.0
 - Chaining of sets are changed: child sets replaced by bindings
 - Kernel-userspace communication reorganized to minimize the number
   of syscalls
 - Save and restore functionality implemented
 - iphash type reworked: clashing resolved by double-hashing and by
   dynamically growing the set

1.0
 - Renamed to ipset
 - Rewritten to support child pools
 - portmap, iphash pool support added
 - too much other mods here and there to list...

Original changelog as ippool:

0.3.2b
- Fixed missing kfree(pool)				  (Martin Josefsson)

0.3.2a
- Added libipt_pool.c and libipt_POOL.c			  (Martin Josefsson)


0.3.2
- Passes pointers to skb's around instead of ip's in the  (Martin Josefsson)
  kernel modules.
- Added a new pooltype, macipmap, which matches ip's      (Martin Josefsson)
  against macaddresses.
- Cleaned up a lot of typedefs.                           (Martin Josefsson)
- Fixed an unlocking of the wrong lock.                   (Martin Josefsson)
- Fixed a refcount bug when allocated memory was too      (Martin Josefsson)
  small.
- Fixed a free() of unallocated memory.                   (Martin Josefsson)
- Switched from kmalloc/kfree to vmalloc/vfree for        (Martin Josefsson)
  pool-listings/additions.


0.3.1
- Changed the API between userspace modules and base.     (Joakim Axelsson)
  Moved the memberdata pointer to module self.
  As a result of this Protocolversion is increased to 4.
- Fixed problems with crashing null-pooltype              (Joakim Axelsson)
- Fixed problems with compiling warnings                  (Joakim Axelsson)
  in null pooltype.

	
0.3.0:
- Changed the listing to use getsockopt.                   (Joakim Axelsson)
  /proc is left for debuging purpose.
  This is a mayor change. 
  Protocolversion is increased to 3 
- Added support for --quiet                                (Joakim Axelsson)
- Added support for --sorted                               (Joakim Axelsson)
- Added support for --numeric                              (Joakim Axelsson)
- Added support for --exact                                (Joakim Axelsson)
- Added -Z (Zero) which zero's the counter                 (Joakim Axelsson)
  on one or all pools.
- Added support for --debug that prints all debug-messages (Joakim Axelsosn)
  in userspace. Need to be compiled with 
  IP_POOL_DEBUG tho.
- Added null pooltype. For demostration and                (Joakim Axelsson)
  pooltype skeleton mostly                                 
- Fixed bug with possibly renaming to an already           (Joakim Axelsson) 
  existing pool.
- Change error to OTHER_PROBLEM on add and del IP.         (Joakim Axelsson)

0.2.1-0.2.3
- Better handling of references                            (Patrick Schaaf)
- Various bugfixes                                         (Patrick Schaaf)
- Cleaning up the code in kernelspace                      (Patrick Schaaf)

0.2.0:
- Rewrote the entrie system. Modulized it.                 (Joakim Axelsson)