conntrack-tools compilation problem (K.Kovacs) |
|
More...
|
about 18 years ago
|
conntrackd requires the connection tracking event API: insist more in INSTALL |
|
More...
|
about 18 years ago
|
remove script_fault.sh script |
|
More...
|
about 18 years ago
|
prepare 0.9.5 release |
|
More...
|
about 18 years ago
|
fix NAT in changes committed in r6904 |
|
More...
|
about 18 years ago
|
- simplify cache_flush function: use cache_del() |
|
More...
|
about 18 years ago
|
minor fix in the last commit: check conf->mtu instead of mtu that is < 0 |
|
More...
|
about 18 years ago
|
include protocol filter parameters in the manpage |
|
More...
|
about 18 years ago
|
conntrackd: - use buffer of MTU size conntrack: - better protocol argument checkings - fix per-protocol filtering, eg. conntrack -[L|E] -p tcp now works - show per-protocol help, ie. conntrack -h -p tcp - add alias --src for --orig-src and alias --dst for --orig-dst |
|
More...
|
about 18 years ago
|
- conntrack-tools requires libnetfilter_conntrack >= 0.0.81 - add len field to nethdr - implement buffered send/recv to batch messages - stop using netlink format for network messages: use similar TLV-based format - reduce synchronization messages size up to 60% - introduce periodic alive messages for sync-nack protocol - timeslice alarm implementation: remove alarm pthread, remove locking - simplify debugging functions: use nfct_snprintf instead - remove major use of libnfnetlink functions: use libnetfilter_conntrack API - deprecate conntrackd -F, use conntrack -F instead - major rework of the network infrastructure: much simple, less messy |
|
More...
|
about 18 years ago
|
do not include .svn directories in tarballs |
|
More...
|
about 18 years ago
|
fix dyslexia bug in Changelog (Pablo... we live in 2007, not in 2006) and update release date of conntrack-tools 0.9.4 |
|
More...
|
about 18 years ago
|
fork when internal/external dump and commit requests are received |
|
More...
|
about 18 years ago
|
- more cleanups and code refactorization - remove several debug calls - create a child to dispatch dump requests: this will help to simplify the current locking schema. Later. |
|
More...
|
about 18 years ago
|
- local requests return EXIT_FAILURE if it can't connect to the daemon - several cleanups |
|
More...
|
about 18 years ago
|
remove dlopen infrastructure: simplification, it was too much for it |
|
More...
|
about 18 years ago
|
add library dependency checking |
|
More...
|
about 18 years ago
|
- add support for `-L --src-nat' and `-L --dst-nat' to show natted connections - update conntrack(8) manpage |
|
More...
|
about 18 years ago
|
commit phase: if conntrack exists, update it |
|
More...
|
about 18 years ago
|
add aliases --sport and --dport to make it more iptables-like |
|
More...
|
about 18 years ago
|
o use NFCT_SOPT_SETUP_* facilities: nfct_setobjopt o remove bogus option to get a conntrack in test.sh example file |
|
More...
|
about 18 years ago
|
o remove useless backlog parameter in multicast sockets o remove reminiscents of delay destroy message and relax transitions o remove confusing StripNAT parameter: NAT support enabled by default o relax event tracking: *_update callbacks use cache_update_force o use wraparound-aware functions after/before/between o lots of cleanups |
|
More...
|
about 18 years ago
|
fix error message in configure.in (Eric Leblond) |
|
More...
|
about 18 years ago
|
fix silly bug in build_network_message: out of bound memset |
|
More...
|
over 18 years ago
|
conntrack --output requires one parameter (Krzysztof Oledzki) |
|
More...
|
over 18 years ago
|
simplify checksum code: use UDP/multicast checksum facilities |
|
More...
|
over 18 years ago
|
- update TODO list - update INSTALL - use conntrack instead of conntrackd to flush the conntrack table |
|
More...
|
over 18 years ago
|
add missing ignore_conntrack in the overrun handler |
|
More...
|
over 18 years ago
|
- introduce cache_iterate - empty debug_ct function if DEBUG_CT is not set - revisit overrun handler: this is a hard battle, just try to do our best here, call Patrick :) - explicit warning message when netlink_buffer_max_growth is reached - fix silly bug in stats-mode when dumping in XML format - fix UDP handler for conntrack |
|
More...
|
over 18 years ago
|
- remove dead code sync-mode.c - flush nack queue in the conntrackd -f path - do not increase add_fail counter for EEXIST errors - cleanup sync-nack code - improve mcast_recv_netmsg: sanity check before checksumming! |
|
More...
|
over 18 years ago
|