summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Eric Leblond [Wed, 17 Dec 2008 20:27:58 +0000 (21:27 +0100)]
Use nfq_fd function instead of call to nfnetlink function.
This patch modifies the example program to use nfq_fd function
instead of call to nfnetlink function.
Signed-off-by: Eric Leblond <eric@inl.fr>
Eric Leblond [Fri, 31 Oct 2008 12:07:56 +0000 (13:07 +0100)]
Change variable name to have an homogeneous naming
This patch modifies a function to have through the file. Data length
variable was named data_len everywhere but in this function.
Signed-off-by: Eric Leblond <eric@inl.fr>
Eric Leblond [Sun, 26 Oct 2008 21:41:24 +0000 (22:41 +0100)]
doc: complete missing function documentation
This patch adds documentation for functions that were not existing
when the documentation was initially made. It also fixes some minor
typos.
Signed-off-by: Eric Leblond <eric@inl.fr>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Pablo Neira Ayuso [Thu, 23 Oct 2008 17:16:50 +0000 (19:16 +0200)]
doc: add library documentation from Brad Fisher
This patch adds the documentation that Brad Fisher <brad@info-link.net>
made time ago, you can get the original post from:
http://lists.netfilter.org/pipermail/netfilter-devel/2006-February/023286.html
This patch contains documentation that I did not have time to review in deep
yet. However, several developers has refered to this documentation as a good
kick-off to start developing applications for libnetfilter_queue.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Pablo Neira Ayuso [Wed, 2 Jul 2008 13:38:36 +0000 (15:38 +0200)]
conditional compilation of testsuite utils
Use `make check' to compile the examples in utils/
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Jan Engelhardt [Tue, 24 Jun 2008 16:14:08 +0000 (18:14 +0200)]
libnfq: mark functions as extern C
mark functions as extern C
This is needed when #included from C++.
Reported-by: Simon <turner25@gmail.com>
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Pablo Neira Ayuso [Fri, 27 Jun 2008 10:10:43 +0000 (12:10 +0200)]
bump version to 0.0.16 and bump libnfnetlink dependencies
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Fabian Hugelshofer [Mon, 23 Jun 2008 14:16:58 +0000 (16:16 +0200)]
fix alignment issues
Signed-off-by: Paul P. Komkoff
fix compilation issues on newer toolchains
remove linux/types.h include
Bump version to 0.0.15
interface index to name API (Eric Leblond)
comment `autoheader' invocation from autogen.sh, we don't need any config.h file to compile the conntrack tool
Bump version
Add patch to set max. queue length (Eric Leblond)
[PATCH 3/6] libnetfilter_queue pkt-config changes (KOVACS Krisztian <hidden@balabit.hu>)
only copy include file from kernel directory if 'autogen.sh' is run with 'distrib' argument
pkg-config enable all netfilter libraries
fix __set_verdict() to correctly handle payload (Closes: #435) (Andreas Florath)
fix segfault due to missing h->nfnlh initialization (Closes: #434) (Andreas Florath)
make sure configure fails if libnfnetlink is too old (< 0.0.16)
Introduce various API changes throughout the library stack
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.
add KERNEL_DIR option to autogen.sh for all new libraries (Krzysztof Oledzki)
This patch add the ability to copy and mangle the kernel headers
required by libnfnetlink and libnetfilter_[queue|log|conntrack] at
autogen.sh stage. (Pablo Neira)
- don't install test program
- use local copy of nfnetlink_queue header
- bump version number to 0.0.11
- add library api versioning
- missing link dependencly from libipq to libnetfilter_queue
fix nfq_get_timestamp() to use struct timeval and be endian correct
we have to link against libnfnetlink, otherwise the dependency is missing
get rid of superfluous 'datalength' parameter of nfq_get_payload() function
rename all data types and functions to get rid of 'nl' (== netlink) part in prefix
abstract 'nfattr' in 'nfnl_q_data'
remove 1.6 specific autotool calls
fix gcc warning
rename files correctly (Eric Leblond)
rename libnfnetlink_queue to libnetfilter_queue
we have to clear the iovec
fix "make dist"
fix include order
fix build of utils against local libtool library
use new accessor functions (Eric Leblond, Harald Welte)
whitespace fix
add libtoolize call (Eric Leblond)
really implement a full test program. returns NF_ACCEPT verdict for all packets
sync with all 'upstream' changes in libnfnetlink_log
add gpl
build fixes following restructuring
add autogen.sh
more restructuring work
directory restructuring
add (incomplete) support for libipq emulation API
add required config.sub and config.guess
remove bogus second manpage line
add new queue userspace library
KyungMi Lee [Thu, 27 Aug 2015 05:01:21 +0000 (22:01 -0700)]
Initial empty repository