summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* build: bump version to 1.0.1libnetfilter_queue-1.0.1Pablo Neira Ayuso2012-01-021-1/+1
* src: add notes on NF_STOLEN and NF_REPEAT to documentationFlorian Westphal2011-09-061-1/+6
* src: add NFQNL_MSG_VERDICT_BATCH supportFlorian Westphal2011-09-061-6/+44
* build: use -Wall across the entire sourceJan Engelhardt2010-12-301-1/+0
* build: create a Make_global.am fileJan Engelhardt2010-12-301-1/+1
* doc: fix wrong documentation on NFQNL_COPY_NONEPablo Neira Ayuso2010-12-071-1/+1
* doc: document some performance tweaks for libnetfilter_queuePablo Neira Ayuso2010-11-031-1/+22
* Merge branch 'master' of git://dev.medozas.de/libnetfilter_queuePablo Neira Ayuso2010-11-011-3/+3
|\
| * build: remove -fPIC flagJan Engelhardt2010-10-301-1/+1
| * build: no need for error message in PKG_CHECK_MODULESJan Engelhardt2010-10-301-2/+2
| * build: avoid use of deprecated INCLUDESJan Engelhardt2010-10-301-1/+1
* | license: upgrade to GPLv2+Pablo Neira Ayuso2010-10-291-1/+1
|/
* nfq: fix redundant LIBVERSION definitionPablo Neira Ayuso2010-07-151-1/+19
* nfq: add myself to the copyright noticePablo Neira Ayuso2010-07-151-0/+1
* nfq: add missing documentation on nfq_snprintf_xml()Pablo Neira Ayuso2010-07-151-0/+32
* nfq: remove `0x' from HW protocol in output of nfq_snprintf_xml()Pablo Neira Ayuso2010-07-111-2/+2
* nfq: fix HW address output in nfq_snprintf_xml()Pablo Neira Ayuso2010-07-111-3/+3
* nfq: consistent nfq_snprintf_xml() return value with snprintf()Pablo Neira Ayuso2010-07-111-58/+61
* nfq: fix compilation warning in nfq_snprintf_xml()Pablo Neira Ayuso2010-07-111-1/+1
* add nfq_snprintf_xml() to output a packet in XML formatPablo Neira Ayuso2010-06-131-0/+151
* payload buffer datatypes are consistentDavid Fabro2010-06-101-1/+1
* non-modified payload arguments are pointer-to-constDavid Fabro2010-06-101-5/+6
* doc: remove references to deprecated nfq_set_verdict_mark()Pablo Neira Ayuso2010-05-101-2/+2
* doc: document possible verdicts on packets and minor change in exampleAlessandro Vesely2010-05-101-2/+11
* doc: enhancementsDavid Favro2010-05-101-14/+17
* nfq: deprecate nfq_set_verdict_mark() in favour of nfq_set_verdict2()Pablo Neira Ayuso2010-05-091-0/+19
* remove libipq_compatPatrick McHardy2009-09-172-254/+1
* nfq: add minor comment in the documentation to warn about privilegesPablo Neira Ayuso2009-07-161-0/+4
* nfq: replace nfnl_talk by nfnl_query and disable sequence trackingPablo Neira Ayuso2009-02-171-3/+6
* Switch documentation style to doxygen.Eric Leblond2008-12-191-125/+307
* Suppress double call of nfnl_subsys_close()Eric Leblond2008-12-191-1/+0
* Change variable name to have an homogeneous namingEric Leblond2008-12-191-2/+2
* doc: complete missing function documentationEric Leblond2008-10-261-15/+98
* doc: add library documentation from Brad FisherPablo Neira Ayuso2008-10-231-6/+249
* fix alignment issuesFabian Hugelshofer2008-06-231-28/+36
* interface index to name API (Eric Leblond)/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org2007-01-311-0/+28
* Add patch to set max. queue length (Eric Leblond)/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org2006-11-131-0/+17
* [PATCH 3/6] libnetfilter_queue pkt-config changes (KOVACS Krisztian <hidden@b.../C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org2006-08-031-2/+2
* fix __set_verdict() to correctly handle payload (Closes: #435) (Andreas Florath)/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-01-231-2/+12
* fix segfault due to missing h->nfnlh initialization (Closes: #434) (Andreas F.../C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-01-231-0/+1
* Introduce various API changes throughout the library stack/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-01-142-16/+36
* - add library api versioning/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-11-061-2/+8
* fix nfq_get_timestamp() to use struct timeval and be endian correct/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-11-061-3/+11
* we have to link against libnfnetlink, otherwise the dependency is missingsvn_t_libnetfilter_queue-0.0.10/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-11-051-1/+1
* get rid of superfluous 'datalength' parameter of nfq_get_payload() function/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-11-051-7/+5
* rename all data types and functions to get rid of 'nl' (== netlink) part in p.../C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-11-052-59/+59
* abstract 'nfattr' in 'nfnl_q_data'/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-11-052-125/+26
* fix gcc warning/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-11-041-1/+1
* rename files correctly (Eric Leblond)/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-10-261-0/+0
* rename libnfnetlink_queue to libnetfilter_queue/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-10-093-9/+9