summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* src: fix use after freeChristopher Horler2014-12-081-1/+1
| | | | | | | Fixes: https://bugzilla.netfilter.org/show_bug.cgi?id=990 Signed-off-by: Christopher Horler <cshorler@googlemail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* configure: uclinux is also linuxGustavo Zacarias2013-09-171-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* Update .gitignoreJan Engelhardt2012-10-081-0/+18
| | | | Signed-off-by: Jan Engelhardt <jengelh@inai.de>
* build: resolve automake-1.12 warningsJan Engelhardt2012-10-081-0/+1
| | | | | | | | /usr/share/automake-1.12/am/ltlibrary.am: warning: 'libnetfilter_cthelper.la': linking libtool libraries using a non-POSIX archiver requires 'AM_PROG_AR' in 'configure.ac' Signed-off-by: Jan Engelhardt <jengelh@inai.de>
* bump version to 1.0.0libnetfilter_cthelper-1.0.0Pablo Neira Ayuso2012-10-081-1/+1
| | | | Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* build: remove unnecessary pkgconfig->config.status dependencyJan Engelhardt2012-06-241-2/+0
| | | | Signed-off-by: Jan Engelhardt <jengelh@inai.de>
* fix licensing termsPablo Neira Ayuso2012-06-052-626/+291
| | | | | | | | | | The licensing terms of this library were pretty inconsistent. This library is GPLv2+. Thanks to Jan Engelhardt and openSUSE legal team for spotting this. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* examples: fix nfct-helper-add examplePablo Neira Ayuso2012-05-142-4/+14
| | | | | | to adapt it to the new API Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* src: add NFCTH_STATUS and other enhancementsPablo Neira Ayuso2012-05-134-80/+297
| | | | | | | This patch includes the modification of the snprintf interface and the completition of the expectation policy handling. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* fix libnetfilter_cthelper.pc.in filePablo Neira Ayuso2012-04-161-5/+5
| | | | | | Fix wrong content. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* include: update NFNL_SUBSYS_CTHELPERPablo Neira Ayuso2012-04-121-2/+3
| | | | | | | This file contained the old NFNL_SUBSYS_CTHELPER, before the cttimeout infrastructure was added. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* cthelper: add NFCTH_ATTR_PRIV_DATA_LENPablo Neira Ayuso2012-02-023-0/+9
| | | | | | New attribute that is mandatory to set the size of the private data. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* initial importPablo Neira Ayuso2012-01-1625-0/+2148
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>