Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-28 | partially revert previous commit | Pablo Neira Ayuso | |
the use of unsigned int in the number of bytes affects other message handling helper function, hold on with this. | |||
2010-03-28 | use `unsigned int' for number of bytes and array size in callback API | Pablo Neira Ayuso | |
2010-03-26 | add COPYING file | Pablo Neira Ayuso | |
This library is distributed under GPLv2+. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> | |||
2010-03-26 | fix mnl_cb_run() and mnl_cb_run2() return value logic | Pablo Neira Ayuso | |
2010-03-22 | finish API documentation | Pablo 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-19 | fix leak in mnl_socket_open() | Pablo Neira Ayuso | |
2010-03-19 | initial libmnl import | Pablo Neira Ayuso | |