<feed xmlns='http://www.w3.org/2005/Atom'>
<title>conntrack-tools.git/src, 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-13T09:30:08+00:00</updated>
<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>
<entry>
<title>conntrackd: update error message for max netlink socket size reached</title>
<updated>2010-07-01T15:26:55+00:00</updated>
<author>
<name>Mohit Mehta</name>
<email>mohit.mehta@vyatta.com</email>
</author>
<published>2010-07-01T15:26:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=70018069df0397a738498dfacf3a6130f732f0bc'/>
<id>urn:sha1:70018069df0397a738498dfacf3a6130f732f0bc</id>
<content type='text'>
It must refer to NetlinkBufferSize[*] instead of "SocketBufferSize[*].

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: cleanup parsing of the NAT arguments</title>
<updated>2010-07-01T15:09:49+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2010-07-01T15:09:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=8ece5d657d98727797f374a248c3c442e0aaa87a'/>
<id>urn:sha1:8ece5d657d98727797f374a248c3c442e0aaa87a</id>
<content type='text'>
This patch cleans up nat_parse() and it also displays nicer
error message for malformed arguments.

% conntrack -L --src-nat :80
conntrack v0.9.14 (conntrack-tools): No IP specified
Try `conntrack -h' or 'conntrack --help' for more information.

% conntrack -L --src-nat 1.1.1.1:
conntrack v0.9.14 (conntrack-tools): No port specified after `:'
Try `conntrack -h' or 'conntrack --help' for more information.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>conntrack: fix `conntrack --[src|dst|any]-nat IP:PORT' if port mismatches</title>
<updated>2010-07-01T14:52:41+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2010-07-01T14:52:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=0b3f6c9538da47d546a0bc12c8bf5d8dd8fc2fa7'/>
<id>urn:sha1:0b3f6c9538da47d546a0bc12c8bf5d8dd8fc2fa7</id>
<content type='text'>
This patch fixes the filtering if the IP matches an entry but the PORT
does not matches. Without this patch, the entry is shown when it
should be not.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
</feed>
