summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iptables: refer to dmesg if we hit EINVALv1.4.3.1Pablo Neira Ayuso2009-03-242-7/+18
* build: bump version to 1.4.3.1Pablo Neira Ayuso2009-03-241-1/+1
* build: fix linker issue when LDFLAGS contains --as-neededPeter Volkov2009-03-241-4/+4
* libxt_hashlimit: add missing space for iptables-save outputJan Engelhardt2009-03-241-1/+1
* libxtables: fix compile error due to incomplete changePeter Volkov2009-03-241-1/+1
* iptables-save: minor corrections to the manpage markupJan Engelhardt2009-03-242-10/+8
* libiptc: give credits to my selfJesper Dangaard Brouer2009-03-231-0/+5
* libiptc: fix whitespaces and typosJesper Dangaard Brouer2009-03-231-41/+41
* libiptc: fix chain rename bug in libiptcJesper Dangaard Brouer2009-03-231-1/+8
* libiptc: avoid compile warnings for iptc_insert_chainChristoph Paasch2009-03-231-1/+1
* iptables-save: module loading correctionsJan Engelhardt2009-03-194-8/+28
* libxt_comment: output quotes must be escaped inJan Engelhardt2009-03-191-1/+2
* libxtables: add -I/-L flags to pkgconfig filesJan Engelhardt2009-03-191-1/+2
* libxt_connbytes: document nf_ct_acct behaviorJan Engelhardt2009-03-171-0/+6
* libxt_connbytes: minor manpage adustmentsJan Engelhardt2009-03-171-5/+5
* Merge commit 'nf/master'Jan Engelhardt2009-03-154-7/+7
|\
| * iptables: fix broken options-merging during libxtables reworkPablo Neira Ayuso2009-03-032-3/+2
| * string: fix wrong pattern length calculationPablo Neira Ayuso2009-03-021-4/+4
| * iptables: Add limits.h to get INT_MIN, INT_MAX, ...Stephen Hemminger2009-02-251-0/+1
* | iptables: turn deprecation warning into enforcing modeJan Engelhardt2009-03-151-4/+3
* | extensions: add missing limits.h includeJan Engelhardt2009-02-2110-0/+18
* | include: resynchronize headers with 2.6.29-rc5Jan Engelhardt2009-02-2120-114/+117
|/
* libxt_policy: use bounded strtouiJan Engelhardt2009-02-212-6/+14
* extensions: remove unwanted/add needed includes for IPv4 extsJan Engelhardt2009-02-2116-15/+2
* extensions: remove unwanted/add needed includes for IPv6 extsJan Engelhardt2009-02-218-9/+3
* libxtables: prefix exit_error to xtables_errorJan Engelhardt2009-02-2190-746/+746
* libxtables: inline and remove unused OPTION_OFFSET macroJan Engelhardt2009-02-212-2/+1
* doc: resynchronize manpage with in-code helpJan Engelhardt2009-02-214-10/+12
* libxt_policy: cannot set spi/reqid numbers higher than 0x7fffffffChristian Perle2009-02-172-4/+4
* doc: do not put IPv4 doc into ip6tables.8Jan Engelhardt2009-02-171-11/+5
* build: trigger reconfigure when extensions/GNUmakefile.in changesJan Engelhardt2009-02-171-1/+2
* libiptc: make library available as a shared libraryJan Engelhardt2009-02-165-9/+27
* libxtables: general follow-up cleanupJamal Hadi Salim2009-02-1311-87/+64
* libxtables: consolidate init calls into one functionJamal Hadi Salim2009-02-1310-39/+76
* libxtables: consolidate merge_options into xtables_merge_optionsJamal Hadi Salim2009-02-134-70/+41
* build: remove unneeded -ldl from iptables_xml_LDADDJan Engelhardt2009-02-121-1/+1
* libxtables: make iptables and ip6tables use xtables_free_optsJamal Hadi Salim2009-02-124-35/+17
* libxtables: add xtables_set_revisionJamal Hadi Salim2009-02-124-23/+16
* libxtables: set names of programsJamal Hadi Salim2009-02-1210-2/+10
* libipq: fix compile errorJan Engelhardt2009-02-121-0/+2
* build: restructure Makefile for include/ directoryJan Engelhardt2009-02-124-5/+13
* doc: fix one layout issue in iptables-restore.8Shaul Karl2009-02-121-1/+0
* doc: fix option typo in libxt_multiportMarc Fournier2009-02-121-2/+2
* libipq: add missing doc for NF_ valuesJan Engelhardt2009-02-121-0/+7
* libxtables: flush before forkJan Engelhardt2009-02-121-0/+6
* libxt_string: fix undefined behavior/incorrect patlen calculationJan Engelhardt2009-02-121-1/+3
* libxtables: use const for vars holding literalsJan Engelhardt2009-02-121-2/+1
* Merge branch 'master' of git://dev.medozas.de/iptablesPatrick McHardy2009-02-1211-67/+73
|\
| * src: consolidate duplicate code in iptables/internal.hJan Engelhardt2009-02-103-4/+2
| * libxtables: move compat defines to xtables.cJan Engelhardt2009-02-103-10/+9