summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-07-09conntrackd: replace cyptic 'mfrm' with 'malformed' in '-s'Mohit Mehta
2010-07-01Enforce strict logic for NetlinkBufferSize, NetlinkBufferSizeMaxGrowth clausesMohit Mehta
* NetlinkBufferSize value passed to the kernel gets doubled [see SO_RCVBUF in net/core/sock.c]; it's halved now before it gets sent to the kernel. This ensures that daemon starts up with a netlink socket buffer size equal to the value set for NetlinkBufferSize in configuration file * Previously, netlink socket buffer size would only stop increasing after it had increased beyond NetlinkBufferSizeMaxGrowth value. With this commit netlink socket buffer size increases as long as it is less than or equal to NetlinkBufferSizeMaxGrowth value
2010-06-29update error message for max netlink socket size reachedMohit Mehta
2010-06-17conntrack: fix `conntrack -L -n -g` filter using AND, not OR logicPablo Neira Ayuso
2010-06-17conntrack: fix `conntrack -L -n -g` (second try)Pablo Neira Ayuso
2010-06-17Revert "fix `conntrack -L --src-nat --dst-nat`"Mohit Mehta
This reverts commit b4d4591734726a7b38a579acf272022caf5a0534.
2010-06-15This patch move the ports addition to the layer 4 functions, insteadPablo Neira Ayuso
of checking for the port attribute. It also adds a function for UDP otherwise we break support for this protocol.
2010-06-15fix `conntrackd -i -x`Mohit Mehta
2010-06-15fix `conntrack -L --src-nat --dst-nat`Pablo Neira Ayuso
2010-06-14remove generated files, apply debian patch 10-fix_udp_support.dpatchMohit Mehta
2010-06-14debian conntrack 0.9.14-2root