Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | netfilter: ipset: Fix configure failure when --with-kmod=no | Oliver Smith | 2013-10-17 | 1 | -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.20 | Jozsef Kadlecsik | 2013-10-02 | 1 | -1/+1 |
| | |||||
* | Compatibility code is modified not to rely on kernel version numbers | Jozsef Kadlecsik | 2013-10-02 | 1 | -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 linux | Gustavo Zacarias | 2013-09-13 | 1 | -1/+1 |
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | ||||
* | ipset 6.19 releasedv6.19 | Jozsef Kadlecsik | 2013-05-09 | 1 | -1/+1 |
| | |||||
* | ipset 6.17 releasedv6.17 | Jozsef Kadlecsik | 2013-02-21 | 1 | -1/+1 |
| | |||||
* | ipset 6.16.1 releasedv6.16.1 | Jozsef Kadlecsik | 2012-11-27 | 1 | -1/+1 |
| | |||||
* | ipset 6.16 releasedv6.16 | Jozsef Kadlecsik | 2012-11-26 | 1 | -1/+1 |
| | |||||
* | build: support for Linux 3.7 UAPI | Jan Engelhardt | 2012-11-22 | 1 | -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.15 | Jozsef Kadlecsik | 2012-11-19 | 1 | -1/+1 |
| | |||||
* | Use gethostbyname2 instead of getaddrinfo | Jozsef Kadlecsik | 2012-11-05 | 1 | -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 configure | Jozsef Kadlecsik | 2012-11-05 | 1 | -0/+6 |
| | |||||
* | ipset 6.14 releasedv6.14 | Jozsef Kadlecsik | 2012-09-21 | 1 | -1/+1 |
| | |||||
* | ipset 6.13 releasedv6.13 | Jozsef Kadlecsik | 2012-06-29 | 1 | -1/+1 |
| | |||||
* | ipset 6.12.1 releasedv6.12.1 | Jozsef Kadlecsik | 2012-05-10 | 1 | -1/+1 |
| | |||||
* | Enable silent (kernel style) compile messages | Jozsef Kadlecsik | 2012-05-10 | 1 | -12/+1 |
| | |||||
* | Fix build failed on --disable-dependency-tracking | Neutron Soutmun | 2012-05-10 | 1 | -1/+1 |
| | |||||
* | ipset 6.12 released | Jozsef Kadlecsik | 2012-05-10 | 1 | -1/+1 |
| | |||||
* | Add more CC warning option to debug mode | Jozsef Kadlecsik | 2012-05-10 | 1 | -0/+7 |
| | |||||
* | Add configure summary for the ipset userspace tool | Jozsef Kadlecsik | 2012-05-10 | 1 | -0/+36 |
| | |||||
* | Add dynamic module support to ipset userspace tool | Neutron Soutmun | 2012-05-10 | 1 | -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.11 | Jozsef Kadlecsik | 2012-01-14 | 1 | -1/+1 |
| | |||||
* | Provide a pkgconfig file | Jan Engelhardt | 2012-01-04 | 1 | -1/+2 |
| | | | | Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | ||||
* | build: make distcheck work and use POSIX mode for tarball generation | Jan Engelhardt | 2011-12-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | ||||
* | build: process include/libipset/ | Jan Engelhardt | 2011-12-23 | 1 | -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 tools | Jan Engelhardt | 2011-12-23 | 1 | -0/+1 |
| | | | | Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | ||||
* | ipset 6.10 releasedv6.10 | Jozsef Kadlecsik | 2011-11-25 | 1 | -1/+1 |
| | |||||
* | Optionally disable building the kernel module. | Mathieu Bridon | 2011-09-15 | 1 | -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.1 | Jozsef Kadlecsik | 2011-09-06 | 1 | -1/+1 |
| | |||||
* | ipset 6.9 releasedv6.9 | Jozsef Kadlecsik | 2011-09-06 | 1 | -1/+1 |
| | |||||
* | ipset 6.8 releasedv6.8 | Jozsef Kadlecsik | 2011-07-11 | 1 | -1/+1 |
| | |||||
* | ipset 6.7 releasedv6.7 | Jozsef Kadlecsik | 2011-05-31 | 1 | -1/+1 |
| | |||||
* | ipset 6.6 releasedv6.6 | Jozsef Kadlecsik | 2011-05-24 | 1 | -1/+1 |
| | |||||
* | Remove outdated checking of IPv6 support from configure.ac | Jozsef Kadlecsik | 2011-05-17 | 1 | -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.5 | Jozsef Kadlecsik | 2011-05-15 | 1 | -1/+1 |
| | |||||
* | ipset 6.4 releasedv6.4 | Jozsef Kadlecsik | 2011-04-19 | 1 | -1/+1 |
| | |||||
* | ipset 6.3 releasedv6.3 | Jozsef Kadlecsik | 2011-04-10 | 1 | -1/+1 |
| | |||||
* | ipset 6.2 releasedv6.2 | Jozsef Kadlecsik | 2011-03-27 | 1 | -1/+1 |
| | |||||
* | ipset 6.1 releasedv6.1 | Jozsef Kadlecsik | 2011-03-19 | 1 | -1/+1 |
| | |||||
* | ipset 6.0 releasedv6.0 | Jozsef Kadlecsik | 2011-02-03 | 1 | -1/+1 |
| | |||||
* | ipset 5.4.1 releasedv5.4.1 | Jozsef Kadlecsik | 2011-01-22 | 1 | -1/+1 |
| | |||||
* | ipset 5.4 releasedv5.4 | Jozsef Kadlecsik | 2011-01-21 | 1 | -1/+1 |
| | |||||
* | ipset 5.3 releasedv5.3 | Jozsef Kadlecsik | 2011-01-18 | 1 | -1/+1 |
| | |||||
* | Set the non-debug compiling the default | Jozsef Kadlecsik | 2011-01-18 | 1 | -2/+6 |
| | | | | | Compiling with debugging can be enabled with the "--enable-debug" option of the configure script. | ||||
* | build: use only AC_CANONICAL_HOST | Jan Engelhardt | 2010-12-31 | 1 | -2/+2 |
| | | | | | | | Calculating AC_CANONICAL_TARGET is superfluous, because ipset is not a code generator. Signed-off-by: Jan Engelhardt <jengelh@medozas.de> | ||||
* | ipset 5.2 releasedv5.2 | Jozsef Kadlecsik | 2010-12-23 | 1 | -1/+1 |
| | |||||
* | Support libtool < 2.2 | Jozsef Kadlecsik | 2010-12-22 | 1 | -1/+1 |
| | | | | LT_INIT is not present before libtool 2.2. Revert to use AC_PROG_LIBTOOL. | ||||
* | ipset 5.1 releasedv5.1 | Jozsef Kadlecsik | 2010-12-22 | 1 | -1/+1 |
| | |||||
* | Kernel version compatibility: support from 2.6.34 | Jozsef Kadlecsik | 2010-12-21 | 1 | -8/+0 |
| | | | | | The basic kernel compatibility issues are verified back to 2.6.24. The minimal supported kernel version had to be bumped from 2.6.31 to 2.6.34. | ||||
* | Check old system kernel header files | Jozsef Kadlecsik | 2010-12-18 | 1 | -0/+6 |
| |