]> granicus.if.org Git - ipset/log
ipset
16 years agoAs the manpage says, zero valued set entries cannot be used with
/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu [Tue, 21 Oct 2008 12:09:05 +0000 (12:09 +0000)]
As the manpage says, zero valued set entries cannot be used with
hash type of sets. Enforce the restriction.

16 years agoipset 2.4 release
/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu [Mon, 20 Oct 2008 10:00:26 +0000 (10:00 +0000)]
ipset 2.4 release

userspace changes:
  - Added KBUILD_OUTPUT support (Sven Wegener)
  - Fix memory leak in ipset_iptreemap (Sven Wegener)
  - Fix multiple compiler warnings (Sven Wegener)
  - ipportiphash, ipportnethash and setlist types added
  - binding marked as deprecated functionality
  - element separator token changed to ',' in anticipating
    IPv6 addresses, old separator tokens are still supported
  - unnecessary includes removed
  - ipset does not try to resolve IP addresses when listing
    the content of sets (default changed)
  - manpage updated
  - ChangeLog forked for kernel part

kernel part changes:
  - ipportiphash, ipportnethash and setlist types added
  - set type modules reworked to avoid code duplication
    as much as possible, code unification macros
  - expand_macros Makefile target added to help debugging
    code unification macros
  - ip_set_addip_kernel and ip_set_delip_kernel
    changed from void to int, __ip_set_get_byname and
    __ip_set_put_byid added for the sake of setlist type
  - unnecessary includes removed
  - compatibility fix for kernels >= 2.6.27:
    semaphore.h was moved from asm/ to linux/ (James King)
  - ChangeLog forked for kernel part

16 years agoChangeLog forked for kernel part + compatibility fix for kernels >= 2.6.27 added
/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu [Tue, 2 Sep 2008 09:36:31 +0000 (09:36 +0000)]
ChangeLog forked for kernel part + compatibility fix for kernels >= 2.6.27 added

16 years agoFix to compile ipset with 2.4.26.x tree statically.
/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu [Sun, 20 Jul 2008 19:41:03 +0000 (19:41 +0000)]
Fix to compile ipset with 2.4.26.x tree statically.

16 years agoCompatibility cleanup release: kernels >= 2.6.16 and 2.4.36.x are supported.
/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu [Sat, 19 Jul 2008 20:48:19 +0000 (20:48 +0000)]
Compatibility cleanup release: kernels >= 2.6.16 and 2.4.36.x are supported.

16 years agoSupport statically linked kernel - no need for pom-ng anymore for ipset at all.
/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu [Thu, 3 Jul 2008 09:26:50 +0000 (09:26 +0000)]
Support statically linked kernel - no need for pom-ng anymore for ipset at all.

16 years agoMissing log line added.
/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu [Wed, 2 Jul 2008 12:42:52 +0000 (12:42 +0000)]
Missing log line added.

16 years agoInitial ipset release with kernel modules included.
/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu [Wed, 2 Jul 2008 12:20:18 +0000 (12:20 +0000)]
Initial ipset release with kernel modules included.

16 years agoSwen's patches applied:
/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu [Wed, 2 Jul 2008 10:43:29 +0000 (10:43 +0000)]
Swen's patches applied:
- Remove needless casts from and to void pointers
- testcase timeout race fix

16 years agolimits.h is required for UINT_MAX with glibc-2.8
/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu [Tue, 17 Jun 2008 08:16:45 +0000 (08:16 +0000)]
limits.h is required for UINT_MAX with glibc-2.8

16 years agoipset -U segfault fix committed.
/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu [Thu, 12 Jun 2008 09:22:25 +0000 (09:22 +0000)]
ipset -U segfault fix committed.
Testsuite added.

17 years agoManpage update.
/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu [Tue, 28 Aug 2007 12:07:39 +0000 (12:07 +0000)]
Manpage update.

17 years agoNew release: 2.3.0 (see ChangeLog)
/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu [Tue, 28 Aug 2007 11:23:22 +0000 (11:23 +0000)]
New release: 2.3.0 (see ChangeLog)

18 years agoMinor changes and return code bugfix
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kadlec/emailAddress=kadlec@netfilter.org [Mon, 9 Oct 2006 11:47:39 +0000 (11:47 +0000)]
Minor changes and return code bugfix

18 years agoipset 2.2.9 released
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kadlec/emailAddress=kadlec@netfilter.org [Mon, 8 May 2006 09:36:40 +0000 (09:36 +0000)]
ipset 2.2.9 released

19 years agoKernel fix documented in Changelog, version number bumped.
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kadlec/emailAddress=kadlec@netfilter.org [Sat, 3 Dec 2005 14:53:58 +0000 (14:53 +0000)]
Kernel fix documented in Changelog, version number bumped.

19 years agoSeveral fixes by Jones Desougi:
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kadlec/emailAddress=kadlec@netfilter.org [Thu, 24 Nov 2005 09:31:53 +0000 (09:31 +0000)]
Several fixes by Jones Desougi:
  missing or confusing error message fixes for ipporthash
  minor correction in debugging in nethash
  unified memory allocations in ipset

19 years agoManpage extended with a few words to explain iptree type of sets
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kadlec/emailAddress=kadlec@netfilter.org [Fri, 28 Oct 2005 19:21:38 +0000 (19:21 +0000)]
Manpage extended with a few words to explain iptree type of sets
and timing out entries.

19 years agoipporthash set type added plus manpage corrections (JK)
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kadlec/emailAddress=kadlec@netfilter.org [Thu, 13 Oct 2005 08:55:32 +0000 (08:55 +0000)]
ipporthash set type added plus manpage corrections (JK)

19 years ago2.2.4 released, see fixes in pom-ng/set
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kadlec/emailAddress=kadlec@netfilter.org [Fri, 30 Sep 2005 16:45:42 +0000 (16:45 +0000)]
2.2.4 released, see fixes in pom-ng/set

19 years ago2.2.3 version releases: manpage fix in ipset, TODO file added
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kadlec/emailAddress=kadlec@netfilter.org [Wed, 14 Sep 2005 10:36:01 +0000 (10:36 +0000)]
2.2.3 version releases: manpage fix in ipset, TODO file added

19 years agoManpage fix and bumping the version number
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kadlec/emailAddress=kadlec@netfilter.org [Wed, 20 Jul 2005 09:17:34 +0000 (09:17 +0000)]
Manpage fix and bumping the version number

19 years agoParser bug, fixed by Tom Eastep
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kadlec/emailAddress=kadlec@netfilter.org [Mon, 9 May 2005 06:48:49 +0000 (06:48 +0000)]
Parser bug, fixed by Tom Eastep

19 years agonew feature added: IP addresses in nethash type of sets can be tested
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kadlec/emailAddress=kadlec@netfilter.org [Tue, 19 Apr 2005 07:29:07 +0000 (07:29 +0000)]
new feature added: IP addresses in nethash type of sets can be tested

19 years agoForgot to add the file :-)
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kadlec/emailAddress=kadlec@netfilter.org [Mon, 11 Apr 2005 07:44:47 +0000 (07:44 +0000)]
Forgot to add the file :-)

19 years agoiptree set type added
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kadlec/emailAddress=kadlec@netfilter.org [Mon, 11 Apr 2005 07:39:43 +0000 (07:39 +0000)]
iptree set type added

19 years agoipset 2.1.1 released
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kadlec/emailAddress=kadlec@netfilter.org [Tue, 5 Apr 2005 08:03:33 +0000 (08:03 +0000)]
ipset 2.1.1 released

19 years agoVersion 2.1 released: few bugs fixed and nethash type added
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kadlec/emailAddress=kadlec@netfilter.org [Wed, 19 Jan 2005 14:35:44 +0000 (14:35 +0000)]
Version 2.1 released: few bugs fixed and nethash type added
(see ChangeLog)

20 years agoUpdate version number
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kadlec/emailAddress=kadlec@netfilter.org [Mon, 3 Jan 2005 08:55:40 +0000 (08:55 +0000)]
Update version number

20 years agoBug in macipmap (saving) fixed
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kadlec/emailAddress=kadlec@netfilter.org [Mon, 3 Jan 2005 08:55:10 +0000 (08:55 +0000)]
Bug in macipmap (saving) fixed

20 years agoMakefile corrected (fPIC)
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kadlec/emailAddress=kadlec@netfilter.org [Fri, 10 Dec 2004 10:25:38 +0000 (10:25 +0000)]
Makefile corrected (fPIC)

20 years agoCosmetic change to sync with kernel modifications (JK)
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kadlec/emailAddress=kadlec@netfilter.org [Mon, 6 Dec 2004 09:35:25 +0000 (09:35 +0000)]
Cosmetic change to sync with kernel modifications (JK)

20 years agoipset 2.0 committed
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kadlec/emailAddress=kadlec@netfilter.org [Wed, 1 Dec 2004 09:07:34 +0000 (09:07 +0000)]
ipset 2.0 committed

20 years agoipset binary removed... (JK)
kadlec [Mon, 9 Feb 2004 18:10:58 +0000 (18:10 +0000)]
ipset binary removed... (JK)

20 years agoipset(8) manpage extended with set match/SET target descriptions (JK)
kadlec [Mon, 9 Feb 2004 18:01:51 +0000 (18:01 +0000)]
ipset(8) manpage extended with set match/SET target descriptions (JK)

20 years agoUserspace part of sets: ipset added (JK)
kadlec [Mon, 9 Feb 2004 13:47:01 +0000 (13:47 +0000)]
Userspace part of sets: ipset added (JK)