diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2008-05-22 14:32:05 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2008-05-22 14:32:05 +0200 |
commit | 5f19f9a20d4bde74e2f95a670d766fc98c7d8684 (patch) | |
tree | f50dd82e1c7afe8cb63aede1ee50e8d044d49cbc /ChangeLog | |
parent | 599e63ea72995ff36d445cd5bd9849ecdd4590ae (diff) | |
download | conntrack-tools-5f19f9a20d4bde74e2f95a670d766fc98c7d8684.tar.gz conntrack-tools-5f19f9a20d4bde74e2f95a670d766fc98c7d8684.zip |
only allow the use of --secmark for listing (filtering)
add missing string.h required by strdup in config parsing
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,7 @@ o check for missing source/address IP/ports in creation and get operations o way more flexible conntrack updates and deletions o fix NAT filtering via --src-nat and --dst-nat (reported by K.Oledzki) o recover the ID support +o only allow the use of --secmark for listing (filtering) o show display counters to stderr o enable filtering by status and ID o update manpage @@ -31,6 +32,7 @@ o use generic nfct_copy() from libnetfilter_conntrack to update objects o use generic nfct_cmp() to compare objects o improve network message sanity checkings o add Mcast[Snd|Rcv]SocketBuffer clauses to tune multicast socket buffers +o add missing string.h required by strdup in config parsing version 0.9.6 (2008/03/08) ------------------------------ |