summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* ipset 6.23 releasedv6.23Jozsef Kadlecsik2014-09-231-1/+1
|
* ipset 6.22 releasedv6.22Jozsef Kadlecsik2014-09-151-1/+1
|
* ipset 6.21.1 releasedv6.21.1Jozsef Kadlecsik2014-03-071-1/+1
|
* ipset 6.21 releasedv6.21Jozsef Kadlecsik2014-03-041-1/+1
|
* net ipset: use rbtree postorder iteration instead of opencodingCody P Schafer2013-11-131-0/+10
| | | | | | | | Use rbtree_postorder_for_each_entry_safe() to destroy the rbtree instead of opencoding an alternate postorder iteration that modifies the tree Signed-off-by: Cody P Schafer <cody@linux.vnet.ibm.com> Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
* ipset 6.20.1 releasedv6.20.1Jozsef Kadlecsik2013-10-271-1/+1
|
* net->user_ns is available starting from 3.8, add compatibility checkingJozsef Kadlecsik2013-10-271-0/+10
| | | | Reported by Jan Engelhardt
* netfilter: ipset: Fix configure failure when --with-kmod=noOliver Smith2013-10-171-0/+3
| | | | | | | | | | | | When configuring the sources to build without kernel modules, the path to the kernel sources was not set and the kernel header files were still checked. Now, we do not check the kernel sources for compatibility if we're not going to build any kernel modules. Signed-off-by: Oliver Smith <oliver@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa> Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
* ipset 6.20 releasedv6.20Jozsef Kadlecsik2013-10-021-1/+1
|
* Compatibility code is modified not to rely on kernel version numbersJozsef Kadlecsik2013-10-021-2/+147
| | | | | | | Instead the kernel source code is checked to verify the different compatibility issues for the supported kernel releases. This way hopefully backported features will be handled properly.
* configure: uclinux is also linuxGustavo Zacarias2013-09-131-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
* ipset 6.19 releasedv6.19Jozsef Kadlecsik2013-05-091-1/+1
|
* ipset 6.17 releasedv6.17Jozsef Kadlecsik2013-02-211-1/+1
|
* ipset 6.16.1 releasedv6.16.1Jozsef Kadlecsik2012-11-271-1/+1
|
* ipset 6.16 releasedv6.16Jozsef Kadlecsik2012-11-261-1/+1
|
* build: support for Linux 3.7 UAPIJan Engelhardt2012-11-221-1/+2
| | | | | | | | In Linux 3.7, nfnetlink.h moved below include/uapi/. Make configure recognize that. Furthermore, we can drop the unnecessary indirection via backticks and just ask grep directly if there was any result. Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
* ipset 6.15 releasedv6.15Jozsef Kadlecsik2012-11-191-1/+1
|
* Use gethostbyname2 instead of getaddrinfoJozsef Kadlecsik2012-11-051-0/+3
| | | | | | In newer glibc, getaddrinfo issues an extra system call to kernel, which slows down ipset. Replace getaddrinfo with gethostbyname2, where possible.
* Add (back) the debug flag to configureJozsef Kadlecsik2012-11-051-0/+6
|
* ipset 6.14 releasedv6.14Jozsef Kadlecsik2012-09-211-1/+1
|
* ipset 6.13 releasedv6.13Jozsef Kadlecsik2012-06-291-1/+1
|
* ipset 6.12.1 releasedv6.12.1Jozsef Kadlecsik2012-05-101-1/+1
|
* Enable silent (kernel style) compile messagesJozsef Kadlecsik2012-05-101-12/+1
|
* Fix build failed on --disable-dependency-trackingNeutron Soutmun2012-05-101-1/+1
|
* ipset 6.12 releasedJozsef Kadlecsik2012-05-101-1/+1
|
* Add more CC warning option to debug modeJozsef Kadlecsik2012-05-101-0/+7
|
* Add configure summary for the ipset userspace toolJozsef Kadlecsik2012-05-101-0/+36
|
* Add dynamic module support to ipset userspace toolNeutron Soutmun2012-05-101-0/+42
| | | | | | | | | | | | | The patch adds supporting dynamic modules for the set types to ipset userspace tool. The dynamic module support can be enabled by the --enable-settype-modules of "configure". The list of set types to be compiled as dynamic modules can be specified in the --with-settype-modules-list option. Example --enable-settype-modules \ --with-settype-modules-list="ipset_hash_ip ipset_hash_ipport" The keyword "all" can be used to compile all set types as dynamic modules.
* ipset 6.11 releasedv6.12v6.11Jozsef Kadlecsik2012-01-141-1/+1
|
* Provide a pkgconfig fileJan Engelhardt2012-01-041-1/+2
| | | | Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
* build: make distcheck work and use POSIX mode for tarball generationJan Engelhardt2011-12-231-1/+1
| | | | Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
* build: process include/libipset/Jan Engelhardt2011-12-231-1/+1
| | | | | | | We need to visit that directory, otherwise `make install` is incomplete and `make distcheck` fails. Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
* build: use AC_CONFIG_AUX_DIR and stash away toolsJan Engelhardt2011-12-231-0/+1
| | | | Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
* ipset 6.10 releasedv6.10Jozsef Kadlecsik2011-11-251-1/+1
|
* Optionally disable building the kernel module.Mathieu Bridon2011-09-151-0/+11
| | | | | | | | | | | | | | | | | | | | | Distributors (like Fedora) might be interested in including the ipset tools and libs, but they often don't want to build and ship external kernel modules, especially if those modules are already included in their kernel packages. This patch introduces a new --with-kmod configure option that can be used to conditionally build the kernel module. The module is still built by default, to preserve compatibility. A user who wants to build only the user-space part of ipset can do so by running the following: $ ./autogen.sh $ configure --with-kmod=no $ make # make install Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
* ipset 6.9.1 releasedv6.9.1Jozsef Kadlecsik2011-09-061-1/+1
|
* ipset 6.9 releasedv6.9Jozsef Kadlecsik2011-09-061-1/+1
|
* ipset 6.8 releasedv6.8Jozsef Kadlecsik2011-07-111-1/+1
|
* ipset 6.7 releasedv6.7Jozsef Kadlecsik2011-05-311-1/+1
|
* ipset 6.6 releasedv6.6Jozsef Kadlecsik2011-05-241-1/+1
|
* Remove outdated checking of IPv6 support from configure.acJozsef Kadlecsik2011-05-171-5/+0
| | | | | | ipset can be compiled without IPv6 support since 6.0, however the outdated checking in configure.ac made it not possible. (reported by Denys Fedoryshchenko)
* ipset 6.5 releasedv6.5Jozsef Kadlecsik2011-05-151-1/+1
|
* ipset 6.4 releasedv6.4Jozsef Kadlecsik2011-04-191-1/+1
|
* ipset 6.3 releasedv6.3Jozsef Kadlecsik2011-04-101-1/+1
|
* ipset 6.2 releasedv6.2Jozsef Kadlecsik2011-03-271-1/+1
|
* ipset 6.1 releasedv6.1Jozsef Kadlecsik2011-03-191-1/+1
|
* ipset 6.0 releasedv6.0Jozsef Kadlecsik2011-02-031-1/+1
|
* ipset 5.4.1 releasedv5.4.1Jozsef Kadlecsik2011-01-221-1/+1
|
* ipset 5.4 releasedv5.4Jozsef Kadlecsik2011-01-211-1/+1
|
* ipset 5.3 releasedv5.3Jozsef Kadlecsik2011-01-181-1/+1
|