summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* use C99 types uintXX_t instead of POSIX u_intXX_tPablo Neira Ayuso2010-04-033-32/+33
| | | | Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* constify several mnl_socket_* parameters and use size_t instead of intPablo Neira Ayuso2010-04-032-13/+13
| | | | Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* fix mnl_socket_bind() to support the selection of the netlink portIDPablo Neira Ayuso2010-03-281-0/+1
|
* partially revert previous commitPablo Neira Ayuso2010-03-282-4/+4
| | | | | the use of unsigned int in the number of bytes affects other message handling helper function, hold on with this.
* use `unsigned int' for number of bytes and array size in callback APIPablo Neira Ayuso2010-03-282-7/+7
|
* add COPYING filePablo Neira Ayuso2010-03-265-8/+355
| | | | | | This library is distributed under GPLv2+. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* fix mnl_cb_run() and mnl_cb_run2() return value logicPablo Neira Ayuso2010-03-261-5/+13
|
* finish API documentationPablo Neira Ayuso2010-03-223-19/+129
| | | | | | 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.
* remove libnfnetlink stuff from autogen.shPablo Neira Ayuso2010-03-191-35/+0
|
* fix leak in mnl_socket_open()Pablo Neira Ayuso2010-03-191-1/+3
|
* initial libmnl importPablo Neira Ayuso2010-03-1920-0/+1635