]> granicus.if.org Git - ipset/log
ipset
13 years agobuild: resolve autoreconf/libtoolize suggestions
Jan Engelhardt [Tue, 19 Oct 2010 09:02:26 +0000 (11:02 +0200)]
build: resolve autoreconf/libtoolize suggestions

libtoolize: Consider adding "AC_CONFIG_MACRO_DIR([m4])" to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding "-I m4" to ACLOCAL_AMFLAGS in Makefile.am.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
13 years agobuild: just use autoreconf
Jan Engelhardt [Tue, 19 Oct 2010 09:00:49 +0000 (11:00 +0200)]
build: just use autoreconf

This is the recommended way to regenerate the GNU build system files
these days.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
14 years agoCompatibility and documentation fixes v5.0-pre6
Jozsef Kadlecsik [Tue, 13 Jul 2010 12:18:22 +0000 (14:18 +0200)]
Compatibility and documentation fixes

Makefile fixes: compiler flags
README and manpage fixes
Compatibility with newer gcc releases (4.4.x)
Compatibility with the 2.6.35 kernel tree

14 years agoipset 5: Sparc related and compatibility fixes v5.0-pre5
Jozsef Kadlecsik [Tue, 29 Jun 2010 19:14:40 +0000 (21:14 +0200)]
ipset 5: Sparc related and compatibility fixes

ipset 5 is tested on Sparc, which revealed some compatibility issues
and those are fixed. Kernels from 2.6.31 onward are supported.
The testsuite checkings are completed to run match/target checks.
The README file is updated to reflect the requirements to install
and run ipset 5.

14 years agoipset 5: IPv6 port related and manpage fixes, more tests v5.0-pre4
Jozsef Kadlecsik [Fri, 25 Jun 2010 14:30:52 +0000 (16:30 +0200)]
ipset 5: IPv6 port related and manpage fixes, more tests

- getting ports for family INET6 fixed
- more manpage polishing
- tests to check the iptables/ip6tables match and target added

14 years agoipset 5: last new feature added v5.0-pre3
Jozsef Kadlecsik [Tue, 22 Jun 2010 08:49:41 +0000 (10:49 +0200)]
ipset 5: last new feature added

- the hash types can now store protocol together port, not only port
- lots of fixes everywhere: parser, error reporting, manpage

The last bits on the todo list before announcing ipset 5:

- recheck all the error messages
- add possibly more tests
- polish manpage

14 years agoconfigure/Makefile and debug fixes
Jozsef Kadlecsik [Wed, 16 Jun 2010 20:49:16 +0000 (22:49 +0200)]
configure/Makefile and debug fixes

14 years agoIPv6 match/target module aliases added v5.0-pre2
Jozsef Kadlecsik [Wed, 16 Jun 2010 10:55:04 +0000 (12:55 +0200)]
IPv6 match/target module aliases added

The missing IPv6 match/target aliases added.

14 years agoUse libmnl nest functions and fix size differences in iptree*.t
Jozsef Kadlecsik [Tue, 15 Jun 2010 13:08:55 +0000 (15:08 +0200)]
Use libmnl nest functions and fix size differences in iptree*.t

Use the libmnl mnl_attr_nest_star/mnl_attr_nest_end functions instead of
the private ones. Ignore possible size differences in iptree*.t compatibility
tests.

14 years agoipset 5 in an almost ready state - milestone v5.0-pre1
Jozsef Kadlecsik [Tue, 15 Jun 2010 11:30:55 +0000 (13:30 +0200)]
ipset 5 in an almost ready state - milestone

Reworked protocol and internal interfaces, missing set types added,
backward compatibility verified, lots of tests added (and thanks to the tests,
bugs fixed), even the manpage is rewritten ;-). Countless changes everywhere...
The missing bits before announcing ipset 5:

- net namespace support
- new iptables/ip6tables extension library
- iptables/ip6tables match and target tests (backward/forward compatibility)
- tests on catching syntax errors

14 years agoFix Makefile.am v5.0-pre0
Jozsef Kadlecsik [Thu, 22 Apr 2010 15:22:46 +0000 (17:22 +0200)]
Fix Makefile.am

"tidy" must cleanup the kernel/ directory - and should not delete
kernel/Makefile.

14 years agoTenth stage to ipset-5
Jozsef Kadlecsik [Thu, 22 Apr 2010 15:14:21 +0000 (17:14 +0200)]
Tenth stage to ipset-5

Add new test files and toplevel files.

14 years agoNineth stage to ipset-5
Jozsef Kadlecsik [Thu, 22 Apr 2010 15:11:01 +0000 (17:11 +0200)]
Nineth stage to ipset-5

Update tests.

14 years agoEight stage to ipset-5
Jozsef Kadlecsik [Thu, 22 Apr 2010 15:09:18 +0000 (17:09 +0200)]
Eight stage to ipset-5

Commit changed files in kernel/...

14 years agoSeventh stage to ipset-5
Jozsef Kadlecsik [Thu, 22 Apr 2010 15:07:48 +0000 (17:07 +0200)]
Seventh stage to ipset-5

Refresh existing files in kernel/ with new content and add some
new include/source files.

14 years agoSixth stage to ipset-5
Jozsef Kadlecsik [Thu, 22 Apr 2010 15:04:04 +0000 (17:04 +0200)]
Sixth stage to ipset-5

Remove unnecessary include files and rename some.

14 years agoFifth stage to ipset-5
Jozsef Kadlecsik [Thu, 22 Apr 2010 15:00:42 +0000 (17:00 +0200)]
Fifth stage to ipset-5

Rename files in kernel/ and get rid of old ones (2.4.x kernel tree support).

14 years agoFourth stage to ipset-5
Jozsef Kadlecsik [Thu, 22 Apr 2010 14:52:29 +0000 (16:52 +0200)]
Fourth stage to ipset-5

Add new userspace files: include/, lib/ and plus new files in src/.

14 years agoThird stage to ipset-5
Jozsef Kadlecsik [Thu, 22 Apr 2010 14:50:57 +0000 (16:50 +0200)]
Third stage to ipset-5

Refresh existing files in src/ with the new content.

14 years agoSecond stage to ipset-5
Jozsef Kadlecsik [Thu, 22 Apr 2010 14:48:33 +0000 (16:48 +0200)]
Second stage to ipset-5

Rename files in src/ according to the new naming convention.

14 years agoFirst staget to ipset-5
Jozsef Kadlecsik [Thu, 22 Apr 2010 14:42:58 +0000 (16:42 +0200)]
First staget to ipset-5

Create src/ and move ipset source there. Get rid of unnecessary and
outdated files.

14 years agoNew version 4.2 released: v4.2
Jozsef Kadlecsik [Sun, 24 Jan 2010 14:49:16 +0000 (15:49 +0100)]
New version 4.2 released:

kernel:
  - nethash and ipportnethash types counted every entry twice
    which could produce bogus entries when listing/saving these types
    of sets (bug reported by Husnu Demir)

userspace:
  - Checking null entries when listing/saving hash types of sets
    deleted because it's unnecessary and can mask possible errors.

14 years ago4.1 version released v4.1
Jozsef Kadlecsik [Wed, 11 Nov 2009 19:29:31 +0000 (20:29 +0100)]
4.1 version released

14 years agoCorrected kernel/ChangeLog entry
Jozsef Kadlecsik [Tue, 10 Nov 2009 21:05:01 +0000 (22:05 +0100)]
Corrected kernel/ChangeLog entry

14 years agoipset 4.0 released v4.0
Jozsef Kadlecsik [Tue, 10 Nov 2009 20:53:19 +0000 (21:53 +0100)]
ipset 4.0 released

See ChangeLog files

15 years agoInclude linux/jiffies.h for kernel 2.6.20 (Jan Engelhardt)
Jozsef Kadlecsik [Fri, 11 Sep 2009 09:22:47 +0000 (11:22 +0200)]
Include linux/jiffies.h for kernel 2.6.20 (Jan Engelhardt)

15 years agoNew release again, to fix a mistyping of me and get rid of bool. v3.2
Jozsef Kadlecsik [Fri, 21 Aug 2009 14:03:50 +0000 (16:03 +0200)]
New release again, to fix a mistyping of me and get rid of bool.

15 years agoNew 'release' target to make life simpler
Jozsef Kadlecsik [Wed, 19 Aug 2009 10:14:12 +0000 (12:14 +0200)]
New 'release' target to make life simpler

15 years agoipset 3.1 release v3.1
Jozsef Kadlecsik [Tue, 18 Aug 2009 17:52:26 +0000 (19:52 +0200)]
ipset 3.1 release

A few minor bugs fixed and cleanups:

  - Nonexistent sets were reported as existing sets when testing
    from userspace in setlist type of sets (bug reported by Victor A.
    Safronov)
  - When saving sets, setlist type of sets must come last in order
    to satisfy the dependency from the elements (bug reported by Marty B.)
  - Sparse insists that the flags argument to kmalloc() is gfp_t
    (Stephen Hemminger)
  - Correct format specifiers and change %i to %d (Jan Engelhardt)
  - Fix the definition of 'bool' for kernels <= 2.6.18 (Jan Engelhardt)

15 years agoipset 3.0 release v3.0
Jozsef Kadlecsik [Sat, 16 May 2009 19:10:02 +0000 (21:10 +0200)]
ipset 3.0 release

The main change is full bigendian and 64/32bit enviroment support - in
consequence the kernel-userspace protocol version was bumped.

15 years agoRelease v2.5.0. v2.5.0
Jozsef Kadlecsik [Fri, 6 Mar 2009 10:30:44 +0000 (11:30 +0100)]
Release v2.5.0.

15 years agoUse spinlock initiator instead of setting the locks directly (Jan Engelhardt).
Jozsef Kadlecsik [Fri, 6 Mar 2009 10:09:46 +0000 (11:09 +0100)]
Use spinlock initiator instead of setting the locks directly (Jan Engelhardt).

15 years agoRespect LDFLAGS settings at compile time (Peter Volkov).
Jozsef Kadlecsik [Fri, 6 Mar 2009 10:02:37 +0000 (11:02 +0100)]
Respect LDFLAGS settings at compile time (Peter Volkov).

15 years agoFix alignment issue on parisc arhictecture (bugzilla id 582).
Jozsef Kadlecsik [Fri, 6 Mar 2009 09:58:54 +0000 (10:58 +0100)]
Fix alignment issue on parisc arhictecture (bugzilla id 582).

15 years agoManpage cleanup.
Jozsef Kadlecsik [Fri, 6 Mar 2009 09:58:32 +0000 (10:58 +0100)]
Manpage cleanup.

15 years agoUpdate version in Makefile v2.4.9
Jozsef Kadlecsik [Wed, 11 Feb 2009 13:04:29 +0000 (14:04 +0100)]
Update version in Makefile

Update version number in userspace Makefile too.

15 years agoUse the new hash really.
Jozsef Kadlecsik [Wed, 11 Feb 2009 13:00:35 +0000 (14:00 +0100)]
Use the new hash really.

References to the old include file replaced with new one in order to
really use the new Jenkins' hash function.

15 years agoKernel changelog on Jenkins' hash update. v2.4.8
root [Tue, 10 Feb 2009 14:51:05 +0000 (15:51 +0100)]
Kernel changelog on Jenkins' hash update.

Kernel changelog on Jenkins' hash update added.

15 years agoJenkins' hash updated
root [Tue, 10 Feb 2009 14:42:13 +0000 (15:42 +0100)]
Jenkins' hash updated

The old lookup2() Jenkins' hash is outdated, there is a new version called
lookup3() which

- mixes better than lookup2(): passes the check that every input bit changes
  every output bit 50% of the time - lookup2() failed it.
- performs better: compiled with -O2 on Core2 Duo, lookup3() 20-40% faster
  than lookup2() depending on the key length.

The patch replaces the lookup2() implementation of 'jhash*' with that of
lookup3().

15 years agoFix possible duplicates in hashesh.
Jozsef Kadlecsik [Tue, 10 Feb 2009 14:38:32 +0000 (15:38 +0100)]
Fix possible duplicates in hashesh.

Bug fixed: after elements are added and deleted from a hash, an element
can successfully be added in spite it's already in the hash and thus
duplicates can occur. Bug spotted by Shih-Yi Chen.

15 years agoCompatibility: 'bool'
Jozsef Kadlecsik [Tue, 10 Feb 2009 14:35:42 +0000 (15:35 +0100)]
Compatibility: 'bool'

Compatibility with old gcc without 'bool' added.

15 years agoDisable extra warning flags
Jozsef Kadlecsik [Tue, 10 Feb 2009 14:33:54 +0000 (15:33 +0100)]
Disable extra warning flags

In order to disable the extra warning flags, NO_EXTRA_WARN_FLAGS
variable added to userspace Makefile.

15 years ago2.4.7 2.4.7
Jozsef Kadlecsik [Wed, 28 Jan 2009 20:35:32 +0000 (21:35 +0100)]
2.4.7

ipset Makefile updated to reflect bumping the version number.

15 years ago2.4.7
Jozsef Kadlecsik [Wed, 28 Jan 2009 20:34:12 +0000 (21:34 +0100)]
2.4.7

Typo which broke compilation with kernels < 2.6.28 fixed.

15 years ago2.4.6 v2.4.6
Jozsef Kadlecsik [Fri, 16 Jan 2009 23:25:24 +0000 (00:25 +0100)]
2.4.6

Compatibility fix for kernels >= 2.6.28

15 years ago2.4.5 origin
/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu [Sat, 15 Nov 2008 20:20:09 +0000 (20:20 +0000)]
2.4.5
  - setlist type does not work properly together with swapping
    sets, bug reported by Thomas Jacob.
  - Include linux/capability.h explicitly in ip_set.c (Jan Engelhardt)

15 years ago2.4.4
/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu [Thu, 13 Nov 2008 09:36:37 +0000 (09:36 +0000)]
2.4.4
  - Premature checking prevents to add valid elements to hash
    types, fixed (bug reported by JC Janos).
  - Local variable shadows another variable, fixed (reported
    by Jan Engelhardt).
  - More compiler warning options added and warnings fixed.

15 years agoComplete changelog line and fix typo.
/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu [Sat, 25 Oct 2008 13:02:05 +0000 (13:02 +0000)]
Complete changelog line and fix typo.

15 years ago2.4.3
/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu [Sat, 25 Oct 2008 12:50:34 +0000 (12:50 +0000)]
2.4.3
  - Include file <limits.h> was missing from userspace set type
    modules.

15 years agoipset 2.4.2:
/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu [Thu, 23 Oct 2008 17:24:30 +0000 (17:24 +0000)]
ipset 2.4.2:

  - When flushing a nethash/ipportnethash type of set, it can
    lead to a kernel crash due to a wrong type declaration,
    bug reported by Krzysztof Oledzki.
  - iptree and iptreemap types require the header file linux/timer.h,
    also reported by Krzysztof Oledzki.

15 years ago - macipmap type reported misleading deprecated separator
/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu [Tue, 21 Oct 2008 22:04:47 +0000 (22:04 +0000)]
  - macipmap type reported misleading deprecated separator
    tokens and printed the old one at listing set elements.
    Token printing was errorneous too.
    (Bugs reported by Krzysztof Oledzki)
  - Warn only once about deprecated separator tokens in
    restore mode.

15 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.

15 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)

17 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

18 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.

18 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

18 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.

18 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)

19 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

19 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

19 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)

19 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)

19 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)