Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't install iftest file | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org | 2007-07-31 | 1 | -1/+1 |
| | |||||
* | - update linux_nfnetlink.h from kernel sources | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org | 2007-07-28 | 2 | -22/+9 |
| | | | | - remove the nest bit | ||||
* | remove linux/types.h include | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org | 2007-06-13 | 1 | -1/+0 |
| | |||||
* | Remove debian/ dir from releases. | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org | 2007-04-21 | 1 | -1/+1 |
| | | | | | | | According to some feedback received from the following debian packagers: - ana at debian dot org - max at rfc2324 dot org The debian/ dir must not be included in official releases, keeping it under SVN is enough. | ||||
* | revert some slipped through patches | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org | 2007-04-16 | 1 | -1/+1 |
| | |||||
* | prepare conntrack and conntrackd merge: rename conntrack to conntrack-tools | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org | 2007-04-16 | 1 | -1/+1 |
| | |||||
* | Bump version to 0.0.30 | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org | 2007-03-22 | 1 | -1/+1 |
| | |||||
* | [patch] libnfnetlink compile fix (Thomas Jarosch <thomas.jarosch@intra2net.com>) | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org | 2007-03-16 | 2 | -0/+2 |
| | | | | | attached patch fixes compilation of libnfnetlink for old glibc versions. Otherwise "struct iovec" is undefined. | ||||
* | [PATCH] update debian packaging | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org | 2007-03-08 | 2 | -3/+3 |
| | | | | | | | | | Fix mistake in previous patch: * install .pc file in /usr/lib/pkgconfig, not pkg-config * update package timestamp Signed-off-by: Pierre Chifflier <chifflier@inl.fr> | ||||
* | [PATCH] update debian packaging | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org | 2007-03-08 | 2 | -0/+10 |
| | | | | | | | | | | | The following patch fixes 3 problems with the debian files in the svn repository: * the.pc file is not copied during installation * the version is outdated * the version in debian/changelog should reflect the number of the debian packaging, and so lacks a -1 Signed-off-by: Pierre Chifflier <chifflier@inl.fr> | ||||
* | partially revert r6738, use linux/types.h instead of sys/types.h | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org | 2007-02-27 | 2 | -1/+2 |
| | |||||
* | fix typo: noinst_HEADERS includes rtnl.h not rtnl.c | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org | 2007-02-12 | 1 | -1/+1 |
| | |||||
* | partial cleanup for iftable.c and rtnl.c, still appropiate errno missing | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org | 2007-02-12 | 4 | -146/+116 |
| | |||||
* | - Initial commit of index2interface API (Eric Leblond), still work to do | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org | 2007-01-26 | 9 | -123/+284 |
| | | | | - added a test file to utils/iftest.c | ||||
* | use: [ "x$1" = "xdistrib" ] instead of [ "x$1" == "xdistrib" ] in autogen.sh ↵ | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org | 2007-01-23 | 1 | -1/+1 |
| | | | | (spotted by Victor Stinner) | ||||
* | Remove header linux/types.h since it can conflict with type definitions ↵ | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org | 2007-01-22 | 2 | -2/+0 |
| | | | | available at sys/types.h | ||||
* | Initialize callback structure (Victor Stinner)svn_t_libnfnetlink-0.0.25 | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org | 2006-12-29 | 1 | -1/+1 |
| | |||||
* | Introduce several improvements in the library, still backward compatible. | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org | 2006-12-19 | 6 | -112/+701 |
| | | | | | | | | | - add iterator API - add replacements for nfnl_listen and nfnl_talk - fix error handling - add assertions - add documentation - minor cleanups | ||||
* | [PATCH] libnfnetlink compilation on FC5 (Eric Leblond <eric@inl.fr>) | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org | 2006-07-07 | 1 | -0/+1 |
| | |||||
* | we cannot return -EINVAL when we encounter attributes > subsys->cb_count, ↵ | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2006-05-17 | 1 | -2/+7 |
| | | | | since that compromises interoperability with future kernels which might introduce new attributes. | ||||
* | only copy include file from kernel directory if 'autogen.sh' is run with ↵ | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2006-02-14 | 1 | -1/+1 |
| | | | | 'distrib' argument | ||||
* | add new cthelper subsystem to kernel header file | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2006-02-13 | 1 | -1/+2 |
| | |||||
* | Fix wrong size of the netfilter netlink header. This implicitely fixes an | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2006-02-13 | 1 | -1/+1 |
| | | | | alignment issue when nfnl_handle_packet is called as well. (Pablo Neira) | ||||
* | nfnl_get_msg_next must check is the message is OK after NLMSG_NEXT ↵ | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2006-02-13 | 1 | -0/+5 |
| | | | | is called. (Pablo Neira) | ||||
* | pkg-config enable all netfilter libraries | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2006-02-09 | 3 | -1/+19 |
| | |||||
* | add 16bit attribute functions | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2006-01-26 | 2 | -0/+36 |
| | |||||
* | fix logic for using one socket for multiple subsystems to be compatible with | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2006-01-26 | 2 | -19/+45 |
| | | | | multiple nfnetlink sockets per process (pid overlap) | ||||
* | fix nfnl_build_nfa_iovec() to set the attribute values (Andreas Florath) | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2006-01-23 | 2 | -5/+7 |
| | |||||
* | fix some mistakes during Harald's recent changes (Pablo Neira) | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2006-01-15 | 1 | -0/+9 |
| | |||||
* | Introduce various API changes throughout the library stack | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2006-01-14 | 4 | -69/+179 |
| | | | | | | | | | | | 1) make libnfnetlink dynamically allocate it's handles 2) apply that change throughout libnetfilter_* 3) add {nfq,nflog,nfct}_open_nfnl() functions that open the specific subsystem on top of an existing nfnl_handle, which is required for upcoming libnetfilter_conntrack_helper The changes break ABI and API compatibility of libnfnetlink, but don't break ABI or API compatibility of the libnetfilter_* libraries. | ||||
* | don't use CDBS tarball, set 'rules' executable | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2006-01-07 | 1 | -1/+1 |
| | |||||
* | add debian support (Max Kellermann) | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2006-01-07 | 8 | -2/+64 |
| | |||||
* | [PATCH] Spelling fix (Badd) in libnfnetlink | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org | 2005-11-26 | 1 | -1/+1 |
| | | | | | | Spelling fix: s/Badd/Bad/ Signed-off-by: Krzysztof Piotr Oledzki <ole@ans.pl> | ||||
* | add KERNEL_DIR option to autogen.sh for all new libraries (Krzysztof Oledzki) | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2005-11-17 | 1 | -2/+3 |
| | |||||
* | 0.0.13 releasesvn_t_libnfnetlink-0.0.13 | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2005-11-14 | 1 | -1/+1 |
| | |||||
* | update to current kernel header file | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2005-11-14 | 1 | -3/+5 |
| | |||||
* | This patch add the ability to copy and mangle the kernel headers | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2005-11-14 | 1 | -0/+20 |
| | | | | | required by libnfnetlink and libnetfilter_[queue|log|conntrack] at autogen.sh stage. (Pablo Neira) | ||||
* | o It define NETLINK_NETFILTER if it's not defined. | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2005-11-14 | 2 | -1/+7 |
| | | | | o Kill KERNELDIR in Makefile.am, it's not set anymore. (Pablo Neira) | ||||
* | update version to 0.0.12svn_t_libnfnetlink-0.0.12 | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2005-11-11 | 1 | -1/+1 |
| | |||||
* | - include copy of 'linux/nfnetlink.h' as 'libnfnetlink/linux_nfnetlink.h' | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2005-11-11 | 4 | -39/+176 |
| | | | | | - remove checks for kernel source, since we don't need that anymore - bump version number to 0.0.11 | ||||
* | fix typosvn_t_libnfnetlink-0.0.11 | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2005-11-05 | 1 | -1/+1 |
| | |||||
* | handle EAGAIN in case the socket is nonblocking | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2005-11-05 | 1 | -2/+4 |
| | |||||
* | add nfnl_attr_present() | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2005-11-05 | 1 | -0/+3 |
| | |||||
* | o Kill mkinstalldirs: the auto* stuff gets it by itself when autogen.sh is ↵ | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2005-11-02 | 2 | -42/+2 |
| | | | | | | | called. o cat autogen.sh | sed 's/aclocal-1.6/aclocal/g' o cat autogen.sh | sed 's/automake-1.6/automake/g' | ||||
* | don't return ENOPERM but the real error (Pablo Neira) | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2005-11-02 | 1 | -1/+1 |
| | |||||
* | fix NFNL_HEADSER_LEN calculation (Pablo Neira) | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2005-10-31 | 1 | -2/+5 |
| | |||||
* | rename to libnetfilter_conntrack | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2005-10-19 | 17 | -2798/+0 |
| | |||||
* | - define structure nfnlhdr in libnfnetlink.h | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2005-10-19 | 2 | -1/+36 |
| | | | | | | | | | - fix a problem with the attributes types. We have to use NFA_TYPE instead of reading from nfa->nfa_type now that your patch to see the highest bit of nfa_type has been pushed forward. - Implement __be_to_cpu64. I haven't found any implementation available at the moment. (Pablo Neira) | ||||
* | Fix the calculation of the mininum size of a message. This fix the deficit ↵ | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org | 2005-10-16 | 1 | -2/+2 |
| | | | | complain of nfnl_parse_attr. | ||||
* | Major changes, this library isn't libnfnetlink_conntrack anymore. | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org | 2005-10-16 | 15 | -592/+2020 |
| | | | | | We provide an high level interface that abstracts from the netlink sockets. Now users don't need to know anything about them. |