summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Create LZMA-compressed dist-filesHEADmasterPhil Sutter2022-12-091-1/+1
* build: add nfnl.version to sourceslibnfnetlink-1.0.2Pablo Neira Ayuso2022-04-051-1/+1
* bump version to 1.0.2Pablo Neira Ayuso2022-04-051-1/+1
* libnfnetlink: Check getsockname() return codePhil Sutter2022-03-291-2/+4
* include: Silence gcc warning in linux_list.hPhil Sutter2022-03-291-1/+1
* Make it clear that this library is deprecatedDuncan Roe2019-11-042-4/+19
* Minimally resurrect doxygen documentationDuncan Roe2019-11-044-2/+206
* libnfnetlink: hide private symbolsYury Gribov2018-05-114-55/+116
* autogen: don't convert __u16 to u_int16_tPablo Neira Ayuso2015-05-291-2/+0
* src: Use stdint types everywhereFelix Janda2015-05-297-58/+59
* include: Sync with kernel headersFelix Janda2015-05-292-44/+12
* libnfnetlink: initialize attribute padding to resolve valgrind warningsPablo Neira Ayuso2014-02-031-0/+1
* configure: uclinux is also linuxGustavo Zacarias2013-09-171-1/+1
* src: get source code license header in sync with current licensing termsPablo Neira Ayuso2013-08-072-3/+3
* build: resolve automake-1.12 warningsJan Engelhardt2012-10-091-0/+1
* bump version to 1.0.1libnfnetlink-1.0.1Pablo Neira Ayuso2012-10-081-1/+1
* nfnl: fix compilation warning with gcc-4.7Pablo Neira Ayuso2012-08-131-5/+2
* iftable: fix incomplete list of interfaces via nlif_queryPablo Neira Ayuso2012-08-133-1/+21
* utils: iftest: relax check of nlif_name2indexPablo Neira Ayuso2012-08-131-3/+1
* utils: iftest: check return value of nlif_queryPablo Neira Ayuso2012-08-131-1/+6
* utils: iftest: pass the device name you want to obtain information forPablo Neira Ayuso2012-08-121-13/+24
* utils: iftest: display link state (UP/DOWN)Pablo Neira Ayuso2012-08-101-2/+3
* build: remove unnecessary AC_EXEEXTJan Engelhardt2012-01-051-1/+0
* src: update copyright headerPablo Neira Ayuso2011-12-301-3/+4
* build: kernel-like compilation messagesPablo Neira Ayuso2011-12-271-0/+3
* build: disable implicit .tar.gz archive generation and use POSIX modeJan Engelhardt2011-12-171-1/+2
* build: use AC_CONFIG_AUX_DIR and stash away toolsJan Engelhardt2011-12-172-5/+2
* Update .gitignoreJan Engelhardt2011-12-171-3/+3
* build: fix error with automake-1.9Jan Engelhardt2011-08-012-0/+3
* nfnl: avoid exit on large packetJan Engelhardt2011-07-301-3/+1
* utils: resolve compiler warningJan Engelhardt2011-07-301-1/+2
* build: use -Wall across the entire sourceJan Engelhardt2011-07-302-2/+1
* build: remove unused LIBTOOL_DEPSJan Engelhardt2011-07-301-1/+0
* src: BAD_SIZEOFJiri Popelka2011-06-131-2/+2
* Merge branch 'master' of git://dev.medozas.de/libnfnetlinkPablo Neira Ayuso2010-12-213-22/+21
|\
| * src: remove redundant castsJan Engelhardt2010-11-093-22/+21
* | license: upgrade to GPLv2+Pablo Neira Ayuso2010-11-071-0/+5
|/
* Remove distro-specific partsJan Engelhardt2010-11-056-69/+0
* build: default to not building static librariesJan Engelhardt2010-11-051-0/+1
* build: use AC_OUTPUTJan Engelhardt2010-10-311-1/+3
* Add .gitignore filesJan Engelhardt2010-10-303-0/+22
* build: remove -fPIC flagJan Engelhardt2010-10-301-2/+1
* build: remove statements without effectJan Engelhardt2010-10-301-4/+0
* build: run AC_CANONICAL_HOST onlyJan Engelhardt2010-10-301-2/+2
* build: use AC_CONFIG_MACRO_DIR as directedJan Engelhardt2010-10-302-1/+3
* build: use simpler autoreconf in autogenJan Engelhardt2010-10-301-17/+3
* build: avoid use of deprecated INCLUDESJan Engelhardt2010-10-301-1/+1
* build: use modern call syntax for AC_INIT, AM_INIT_AUTOMAKEJan Engelhardt2010-10-302-3/+1
* build: use autoconf-suggested naming of filesJan Engelhardt2010-10-301-0/+0
* iftable: fix wrong handler unregistration on errorPablo Neira Ayuso2010-09-301-1/+1