<feed xmlns='http://www.w3.org/2005/Atom'>
<title>conntrack-tools.git/src, branch lithium</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=lithium</id>
<link rel='self' href='https://git.amelek.net/vyos/conntrack-tools.git/atom?h=lithium'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/'/>
<updated>2015-11-26T22:10:55+00:00</updated>
<entry>
<title>Merge tag 'conntrack-tools-1.4.3' into lithium</title>
<updated>2015-11-26T22:10:55+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2015-11-26T22:10:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=71f0da9318b926578ed44818f4b2709a821980ae'/>
<id>urn:sha1:71f0da9318b926578ed44818f4b2709a821980ae</id>
<content type='text'>
conntrack-tools 1.4.3 release
</content>
</entry>
<entry>
<title>Merge tag 'conntrack-tools-1.4.2' into lithium</title>
<updated>2015-11-25T18:50:37+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2015-11-25T18:50:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=04a362036d1d1b97e2c6560d431e73f14b269007'/>
<id>urn:sha1:04a362036d1d1b97e2c6560d431e73f14b269007</id>
<content type='text'>
conntrack-tools 1.4.2 release
</content>
</entry>
<entry>
<title>Merge tag 'conntrack-tools-1.4.1' into lithium</title>
<updated>2015-11-24T22:11:13+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2015-11-24T22:11:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=78048270d567884b425289de5248d83ca710e70a'/>
<id>urn:sha1:78048270d567884b425289de5248d83ca710e70a</id>
<content type='text'>
conntrack-tools 1.4.1 release
</content>
</entry>
<entry>
<title>Merge tag 'conntrack-tools-1.4.0' into lithium</title>
<updated>2015-11-21T14:44:29+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2015-11-21T14:44:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=2a53b5dfee3c80b4c4940ad4c73c82248b4571bb'/>
<id>urn:sha1:2a53b5dfee3c80b4c4940ad4c73c82248b4571bb</id>
<content type='text'>
conntrack-tools 1.4.0 release
</content>
</entry>
<entry>
<title>conntrackd: build: fix crash when optional kernel modules are not loaded</title>
<updated>2015-10-02T06:51:29+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2014-06-13T10:53:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=8e25b42727ade51431c46a49299ee56a15c282dd'/>
<id>urn:sha1:8e25b42727ade51431c46a49299ee56a15c282dd</id>
<content type='text'>
Fix a possible crash if conntrackd sees DCCP, SCTP and ICMPv6 traffic
and the corresponding kernel modules that track this traffic are not
available.

Fixes: http://bugzilla.netfilter.org/show_bug.cgi?id=910
Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>nfct: Update syntax to specify command before subsystem</title>
<updated>2015-08-26T18:43:55+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2015-08-21T17:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=dd73ceecdbe87b6ecf9e96643cd5326e520d7a1c'/>
<id>urn:sha1:dd73ceecdbe87b6ecf9e96643cd5326e520d7a1c</id>
<content type='text'>
This patch gets the nfct syntax in sync with nft so it looks like this:

	nfct &lt;add|delete|...&gt; object ...

instead of:

	nfct object &lt;add|delete|...&gt; ...

This patch retains backward compatibility so you can still use the old syntax.
The manpage and tests have been also updated to promote the adoption of this
syntax. We should have little existing clients of this tool as we can only use
this to configure the cttimeout and cthelper infrastructures.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>nfct: don't link against libnetfilter_conntrack</title>
<updated>2015-08-26T18:43:55+00:00</updated>
<author>
<name>Arturo Borrero</name>
<email>arturo.borrero.glez@gmail.com</email>
</author>
<published>2015-08-20T11:38:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=6ea080984022c6ece3e465d81b7b0b0f9709d356'/>
<id>urn:sha1:6ea080984022c6ece3e465d81b7b0b0f9709d356</id>
<content type='text'>
The nfct program uses none of the symbols of libnetfilter_conntrack.

Linking against it means that distributors have to maintain an useless
depedency.

This was spotted by the dpkg-shlibdeps tool.

Signed-off-by: Arturo Borrero Gonzalez &lt;arturo.borrero.glez@gmail.com&gt;
Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>conntrackd: missing break in expectation message parser function</title>
<updated>2015-08-18T17:22:07+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2015-08-18T17:16:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=4134f1dafcc981757c40177bb3c5a3a7a144ff30'/>
<id>urn:sha1:4134f1dafcc981757c40177bb3c5a3a7a144ff30</id>
<content type='text'>
Fortunately, the TLVs come in order in the message, however, if the order is
changed we'll incorrectly set up the expectation.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>conntrackd: use strncpy to set up the cache name</title>
<updated>2015-08-18T17:22:07+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2015-08-18T17:11:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=09d14955e436b144bc69b998c172b3ea47683195'/>
<id>urn:sha1:09d14955e436b144bc69b998c172b3ea47683195</id>
<content type='text'>
This is not exposed, but use the strncpy() variant to calm down static code
validators.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>conntrackd: simplify branch in tcp_accept()</title>
<updated>2015-08-18T17:22:07+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2015-08-18T17:08:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/conntrack-tools.git/commit/?id=743e4948eb3bdbdb3a7751c54f2c715ba829afd2'/>
<id>urn:sha1:743e4948eb3bdbdb3a7751c54f2c715ba829afd2</id>
<content type='text'>
The same code is executed regardless the reason why accept() has failed.

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