summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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