<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libmnl.git, branch debian/1.0.3-2</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-2</id>
<link rel='self' href='https://git.amelek.net/vyos/libmnl.git/atom?h=debian%2F1.0.3-2'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/'/>
<updated>2012-05-22T21:10:06+00:00</updated>
<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>
<entry>
<title>example: release them in the public domain</title>
<updated>2012-01-02T18:38:43+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2012-01-02T18:36:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=361677b5524ff93bf0c6a347c2625befc20f65dc'/>
<id>urn:sha1:361677b5524ff93bf0c6a347c2625befc20f65dc</id>
<content type='text'>
I have decided to release the examples in this library in the public
domain. Jan Engelhardt, who has been the sole contributor so far, has
agreed with this re-licensing by communication via e-mail.

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>build: kernel-like compilation messages</title>
<updated>2011-12-27T18:50:02+00:00</updated>
<author>
<name>Pablo Neira Ayuso</name>
<email>pablo@netfilter.org</email>
</author>
<published>2011-12-27T18:50:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=1c30a32bb7f1835a8b7a8d1d237c4b97fe7992a6'/>
<id>urn:sha1:1c30a32bb7f1835a8b7a8d1d237c4b97fe7992a6</id>
<content type='text'>
  CC     socket.lo
  CC     callback.lo
  CC     nlmsg.lo
  CC     attr.lo
  CCLD   libmnl.la

Signed-off-by: Pablo Neira Ayuso &lt;pablo@netfilter.org&gt;
</content>
</entry>
<entry>
<title>build: disable implicit .tar.gz archive generation and use POSIX mode</title>
<updated>2011-12-17T03:18:34+00:00</updated>
<author>
<name>Jan Engelhardt</name>
<email>jengelh@medozas.de</email>
</author>
<published>2011-12-17T03:18:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=f2e826206c662a8c2ac06e3efbbd4df50b7c30ed'/>
<id>urn:sha1:f2e826206c662a8c2ac06e3efbbd4df50b7c30ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m4: resolve autoconf-2.68 warnings</title>
<updated>2011-12-17T03:17:51+00:00</updated>
<author>
<name>Jan Engelhardt</name>
<email>jengelh@medozas.de</email>
</author>
<published>2011-12-17T03:17:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/libmnl.git/commit/?id=0e06fe8148bd5507b252fc2e7d2f7944bbd4afb4'/>
<id>urn:sha1:0e06fe8148bd5507b252fc2e7d2f7944bbd4afb4</id>
<content type='text'>
Newer autoconf desires proper full quoting and use of AC_LANG_SOURCE.
Import new m4 file from git://dev.medozas.de/m4_jengelh.

m4/gcc4_visibility.m4:4: CHECK_GCC_FVISIBILITY is expanded from...
configure.ac:15: the top level
configure.ac:15: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
detected in body
</content>
</entry>
</feed>
