<feed xmlns='http://www.w3.org/2005/Atom'>
<title>conntrack-tools.git, branch conntrack-tools-0.9.15</title>
<subtitle>conntrack-tools i.e. conntrack and conntrackd (mirror of https://github.com/vyos/conntrack-tools.git)
</subtitle>
<id>https://git.amelek.net/vyos/conntrack-tools.git/atom?h=conntrack-tools-0.9.15</id>
<link rel='self' href='https://git.amelek.net/vyos/conntrack-tools.git/atom?h=conntrack-tools-0.9.15'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/'/>
<updated>2010-07-15T18:48:06+00:00</updated>
<entry>
<title>build: bump version to 0.9.15</title>
<updated>2010-07-15T18:48:06+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2010-07-15T18:48:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=7e7ce98dcbea2a8a2c3aff6d0dc08c00e98b19dc'/>
<id>urn:sha1:7e7ce98dcbea2a8a2c3aff6d0dc08c00e98b19dc</id>
<content type='text'>
Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>build: update libnetfilter_conntrack dependency (&gt;= 0.0.102)</title>
<updated>2010-07-15T18:44:45+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2010-07-15T18:44:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=a5a857e970bbb9bc6c1ac977ff3900575ea5e8b2'/>
<id>urn:sha1:a5a857e970bbb9bc6c1ac977ff3900575ea5e8b2</id>
<content type='text'>
We require the latest libnetfilter_conntrack version to fix several
bugs.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>conntrackd: warn on TCPWindowTracking option (it requires kernel &gt;= 2.6.35)</title>
<updated>2010-07-15T18:15:16+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2010-07-15T18:15:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=c06742539805717a02c6bc5088843d4fd59b6ded'/>
<id>urn:sha1:c06742539805717a02c6bc5088843d4fd59b6ded</id>
<content type='text'>
This patch adds a comment on the TCPWindowTracking option to warn
that this will be supported since the Linux kernel 2.6.35.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>conntrackd: fix parsing of NAT sequence adjustment in synchronization messages</title>
<updated>2010-07-13T09:30:08+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2010-07-13T09:30:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=1f3c6df4f8984fce347718cca09dd0e2fa138ce1'/>
<id>urn:sha1:1f3c6df4f8984fce347718cca09dd0e2fa138ce1</id>
<content type='text'>
This patch fixes a bug that results in an incorrect parsing of
the NAT sequence adjustment in synchronization messages.

Spotted by Adam Gundy in the following message that was sent to the
netfilter ML: http://marc.info/?l=netfilter&amp;m=127894708222913&amp;w=2

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>conntrackd: replace cryptic `mfrm' by `malformed' in `-s'</title>
<updated>2010-07-09T14:45:48+00:00</updated>
<author>
<name>Mohit Mehta</name>
<email>mohit.mehta@vyatta.com</email>
</author>
<published>2010-07-09T14:45:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=2e4b408ab7dd76bfaefd6cb5ea69fdff381a4b76'/>
<id>urn:sha1:2e4b408ab7dd76bfaefd6cb5ea69fdff381a4b76</id>
<content type='text'>
Looking at the output of `conntrackd -s`; I didn't know what 'mfrm'
meant under the 'message sequence tracking' section so I had to look
up the code for this. While doing so, I replaced 'mfrm' with
'malformed' in the output since I thought other users might be
confused as well as I was looking at that word.

Signed-off-by: Mohit Mehta &lt;mohit.mehta@vyatta.com&gt;
Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>conntrackd: setup event reliability after handler creation</title>
<updated>2010-07-07T12:42:22+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2010-07-07T12:42:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=5bec6c7dbc3bafd5befa60381d2e6b743b7b4b98'/>
<id>urn:sha1:5bec6c7dbc3bafd5befa60381d2e6b743b7b4b98</id>
<content type='text'>
This patch enables the event reliability in an early stage of the
event handler initialization.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>conntrackd: open event handler once cache has been populated</title>
<updated>2010-07-07T12:34:45+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2009-12-31T18:10:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=a5c2a83f907a6a82912165bf2ef67ded13e84bc1'/>
<id>urn:sha1:a5c2a83f907a6a82912165bf2ef67ded13e84bc1</id>
<content type='text'>
With this patch, we open the event handler once the internal
cache (if any) is populated. This reduces the chances of a
possible premature overrun if we lauch conntrackd in a busy
firewall. However, we may still start with an internal cache
that may differ a bit from the once in the kernel.

This patch has no impact in setups where conntrackd is started
in a spare firewall.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>conntrackd: enforce strict logic for NetlinkBufferSize[*] clauses</title>
<updated>2010-07-07T10:39:48+00:00</updated>
<author>
<name>Mohit Mehta</name>
<email>mohit.mehta@vyatta.com</email>
</author>
<published>2010-07-07T10:39:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=5fe142121d73e7e261f9da532288f1857d25897b'/>
<id>urn:sha1:5fe142121d73e7e261f9da532288f1857d25897b</id>
<content type='text'>
- 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.

Signed-off-by: Mohit Mehta &lt;mohit.mehta@vyatta.com&gt;
Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>conntrack: add zone support</title>
<updated>2010-07-05T15:58:45+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2010-07-05T15:58:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=3562ca2e16cac2af2ac6f344ba462b40a05d370f'/>
<id>urn:sha1:3562ca2e16cac2af2ac6f344ba462b40a05d370f</id>
<content type='text'>
This patch adds `--zone' to the command line tool. This adds
the missing user-space support for Patrick's McHardy iptables
CT target.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>conntrackd: fix ICMPv6 support</title>
<updated>2010-07-01T15:38:07+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2010-07-01T15:38:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=c93ff79c70e1595af94abbadce685087f702c39b'/>
<id>urn:sha1:c93ff79c70e1595af94abbadce685087f702c39b</id>
<content type='text'>
This patch fixes several minor nitpicks to support IPv6 failover:

* ICMPv6 type/code/id were missing in synchronization messages.
* The use of '-' as string in the configuration file was not allowed.
* Include example in configuration file under doc/.

Reported-by: Mohit Mehta &lt;mohit.mehta@vyatta.com&gt;
Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
</feed>
