<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libmnl.git, branch debian/1.0.3-4</title>
<subtitle>libmnl minimalistic netfilter library (mirror of https://github.com/vyos/libmnl.git)
</subtitle>
<id>https://git.amelek.net/vyos/libmnl.git/atom?h=debian%2F1.0.3-4</id>
<link rel='self' href='https://git.amelek.net/vyos/libmnl.git/atom?h=debian%2F1.0.3-4'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/'/>
<updated>2012-05-22T21:51:37+00:00</updated>
<entry>
<title>1.0.3-4</title>
<updated>2012-05-22T21:51:37+00:00</updated>
<author>
<name>Gaurav Sinha</name>
<email>gaurav.sinha@vyatta.com</email>
</author>
<published>2012-05-22T21:51:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=4a33b1544119ad5035c723f07601cfe0f4a5ddda'/>
<id>urn:sha1:4a33b1544119ad5035c723f07601cfe0f4a5ddda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adding autoreconf -i</title>
<updated>2012-05-22T21:50:59+00:00</updated>
<author>
<name>Gaurav Sinha</name>
<email>gaurav.sinha@vyatta.com</email>
</author>
<published>2012-05-22T21:50:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=88198bc5eb99d1813a8317d99834151318709230'/>
<id>urn:sha1:88198bc5eb99d1813a8317d99834151318709230</id>
<content type='text'>
</content>
</entry>
<entry>
<title>1.0.3-3</title>
<updated>2012-05-22T21:41:53+00:00</updated>
<author>
<name>Gaurav Sinha</name>
<email>gaurav.sinha@vyatta.com</email>
</author>
<published>2012-05-22T21:41:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=e5722e73225f8d0cdcdb587d7c0467b68feb599f'/>
<id>urn:sha1:e5722e73225f8d0cdcdb587d7c0467b68feb599f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixing debian build issue with configure rules</title>
<updated>2012-05-22T21:41:09+00:00</updated>
<author>
<name>Gaurav Sinha</name>
<email>gaurav.sinha@vyatta.com</email>
</author>
<published>2012-05-22T21:41:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=806d31bc814f7604abe39760d8b13afd752d88cc'/>
<id>urn:sha1:806d31bc814f7604abe39760d8b13afd752d88cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>1.0.3-2</title>
<updated>2012-05-22T21:10:06+00:00</updated>
<author>
<name>Gaurav Sinha</name>
<email>gaurav.sinha@vyatta.com</email>
</author>
<published>2012-05-22T21:10:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=3eda975fa4e8e6f4c74bfa4a572311f846c8069a'/>
<id>urn:sha1:3eda975fa4e8e6f4c74bfa4a572311f846c8069a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix debian rule</title>
<updated>2012-05-22T20:45:55+00:00</updated>
<author>
<name>Gaurav Sinha</name>
<email>gaurav.sinha@vyatta.com</email>
</author>
<published>2012-05-22T20:45:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=7e9e620ed1317225ea9f856ec971063f38e670fc'/>
<id>urn:sha1:7e9e620ed1317225ea9f856ec971063f38e670fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libmnl 1.0.3 package</title>
<updated>2012-05-22T18:01:34+00:00</updated>
<author>
<name>Gaurav Sinha</name>
<email>gaurav.sinha@vyatta.com</email>
</author>
<published>2012-05-22T18:01:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=8059abb1f9aa3647f685f9a560e3ff849293ee41'/>
<id>urn:sha1:8059abb1f9aa3647f685f9a560e3ff849293ee41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>parse: add mnl_attr_for_each_payload</title>
<updated>2012-05-17T23:02:49+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2012-04-13T14:30:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=00b82dd6c9ad4765ebc2f59e395a6749acc0738a'/>
<id>urn:sha1:00b82dd6c9ad4765ebc2f59e395a6749acc0738a</id>
<content type='text'>
This function allows you to parse the payload of the Netlink message.
Thus, you can skip the headers and go down to the part of the message
you want to parse.

This patch has updated the LIBVERSION and it also bumps the version
to 1.0.3, in case that someone wants to package some snapshot, not to
mess with the new symbol we have added.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>nlmsg: fix valgrind warnings about padding</title>
<updated>2012-04-18T22:55:19+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2012-04-18T22:50:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=5373fe81ca557a8f846fd6c0b68ee389808cfc3b'/>
<id>urn:sha1:5373fe81ca557a8f846fd6c0b68ee389808cfc3b</id>
<content type='text'>
When using mnl_nlmsg_put_extra_header() it pads out the addtional
header but only zeros the original size not the padded value. Which
cause valgrind to complain about sendto() with uninitialized byte.

Signed-off-by: Stephen Hemminger &lt;shemminger@vyatta.com&gt;
Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>build: libmnl 1.0.2 release</title>
<updated>2012-01-02T18:38:48+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2012-01-02T18:13:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=addadf80836cae8fbf55f5b844f8cc06cb7aeb6c'/>
<id>urn:sha1:addadf80836cae8fbf55f5b844f8cc06cb7aeb6c</id>
<content type='text'>
Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
</feed>
