summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-04-03revert abcaad6b65ed368c13c353ed71619332f76d9c2aPablo Neira Ayuso
it's deeply broken 8-)
2010-04-03check portid of received messages in examplesPablo Neira Ayuso
netlink is not connection-oriented, we have to check the origin of the message. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2010-04-03use C99 types uintXX_t instead of POSIX u_intXX_tPablo Neira Ayuso
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2010-04-03constify several mnl_socket_* parameters and use size_t instead of intPablo Neira Ayuso
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2010-03-28fix mnl_socket_bind() to support the selection of the netlink portIDPablo Neira Ayuso
2010-03-28partially revert previous commitPablo Neira Ayuso
the use of unsigned int in the number of bytes affects other message handling helper function, hold on with this.
2010-03-28use `unsigned int' for number of bytes and array size in callback APIPablo Neira Ayuso
2010-03-26add COPYING filePablo Neira Ayuso
This library is distributed under GPLv2+. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2010-03-26fix mnl_cb_run() and mnl_cb_run2() return value logicPablo Neira Ayuso
2010-03-22finish API documentationPablo Neira Ayuso
This patch may contain errors but we can review them and fix them later, better to have it in the tree (to allow others to contribute) to keep it in my local tree.
2010-03-19remove libnfnetlink stuff from autogen.shPablo Neira Ayuso
2010-03-19fix leak in mnl_socket_open()Pablo Neira Ayuso
2010-03-19initial libmnl importPablo Neira Ayuso