add script for keepalived fault state (eg. unplugged cable/link down) |
|
More...
|
over 18 years ago
|
o introduce '--output xml,extended,timestamp' option for '-L', '-G' and '-E' o several fixes for the output of usage messages |
|
More...
|
over 18 years ago
|
- update changelog - use positive logic in error handling |
|
More...
|
over 18 years ago
|
- add warning note to ctnl_test.c: old API is deprecated - split expect_api_test.c into small example files expect_*.c - introduce alias tags for original tuple attributes - introduce nfexp_sizeof and nfexp_maxsize - build expectation attributes iif they are set - fix l3num setting in expect/build.c |
|
More...
|
over 18 years ago
|
fix MODULE_DIR enviroment variable |
|
More...
|
over 18 years ago
|
move test.sh into examples/ |
|
More...
|
over 18 years ago
|
- remove overkill recursive Makefile.am definition in examples/ (use EXTRA_DIST) |
|
More...
|
over 18 years ago
|
- bump version to 0.9.3 - show 'conntrack-tools' string when 'conntrack -V' is issued - include missing headers to include/Makefile.am |
|
More...
|
over 18 years ago
|
introduce conntrack(8) manpage |
|
More...
|
over 18 years ago
|
- Merge conntrack and conntrackd changelogs, even if it will be dropped from SVN soon. - Update INSTALL documentation |
|
More...
|
over 18 years ago
|
del initial daemon and cli directories |
|
More...
|
over 18 years ago
|
first step forward to merge conntrackd and conntrack into the same building chain |
|
More...
|
over 18 years ago
|
initial import of the conntrack daemon to Netfilter SVN |
|
More...
|
over 18 years ago
|
[patch] conntrack tool: Fix loading of protocol helpers (Thomas Jarosch <[email protected]>) |
|
More...
|
over 18 years ago
|
[patch] conntrack compile fix (Thomas Jarosch <[email protected]>) |
|
More...
|
over 18 years ago
|
comment `autoheader' invocation from autogen.sh, we don't need any config.h file to compile the conntrack tool |
|
More...
|
over 18 years ago
|
[PATCH 5/6] conntrack pkt-config changes (KOVACS Krisztian <[email protected]>) |
|
More...
|
about 19 years ago
|
[PATCH]: Userspace code related to fixed timeout patch (Eric Leblond <[email protected]>) |
|
More...
|
about 19 years ago
|
[PATCH] fix conntrack compilation (Eric Leblond <[email protected]>) |
|
More...
|
about 19 years ago
|
[PATCH] conntrack: Fix option parsing for ARM (Philip Craig <[email protected]>) The result of getopt_long() was assigned to a char, which defaults to unsigned |
|
More...
|
over 19 years ago
|
fix ICMP protocol extension parse callback |
|
More...
|
over 19 years ago
|
o Add support to filter dumped entries. ie: - display all the connections to IMAPS servers conntrack -L -p tcp --orig-port-dst 993 - display all the connection marked with 2 conntrack -L -m 2 |
|
More...
|
over 19 years ago
|
o Added missing parameters to set the ports of an expectation tuple o Bumped version to 1.00beta2 |
|
More...
|
over 19 years ago
|
add 'debian' to EXTRA_DIST |
|
More...
|
over 19 years ago
|
make 'rules' executable, remove 'tarball' from cdbs |
|
More...
|
over 19 years ago
|
use '1.00' instead of '1.0' as version number |
|
More...
|
over 19 years ago
|
add debian package support (Max Kellermann) |
|
More...
|
over 19 years ago
|
<[email protected]> o add IPv6 support: main change o removed dead code: iptables_insmod and get_modprobe o compact the commands vs. options table o move working vars from the stack to the BSS section o update manpage o Bumped version to 1.0beta1 <[email protected]> o check address family mismatch o fix incomplete copying IPv6 addresses |
|
More...
|
over 19 years ago
|
More changes to prepare upcoming ipv4 support |
|
More...
|
over 19 years ago
|
We only support ipv4 at the moment, set l3protonum to AF_INET |
|
More...
|
over 19 years ago
|