summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * src: remove unused ipt_tryload macroJan Engelhardt2009-02-102-4/+0
| * src: remove iptables_rule_match indirection macroJan Engelhardt2009-02-104-26/+24
| * libxtables: decouple non-xtables parts from headerJan Engelhardt2009-02-107-9/+14
| * libxtables: remove unused XT_LIB_DIR macroJan Engelhardt2009-02-101-4/+0
| * build: move -ldl to proper LDADDJan Engelhardt2009-02-101-2/+3
| * libxtables: recognize IP6TABLES_LIB_DIR old-style environment variableJan Engelhardt2009-02-101-0/+13
* | libxtables: simple aliasing macro for exit_errorJamal Hadi Salim2009-02-115-42/+35
* | libxtables: Replace direct exit_error() calls inside libxtablesJamal Hadi Salim2009-02-111-18/+18
* | libxtables: Make ip6tables, iptables and iptables-xml use xtables_globalsJamal Hadi Salim2009-02-114-0/+26
* | libxtables: Add exit_error cb to xtables_globalsJamal Hadi Salim2009-02-112-9/+27
* | libxtables: define xtables_free_opts()Jamal Hadi Salim2009-02-112-0/+12
* | libxtables: Introduce global params structuringJamal Hadi Salim2009-02-112-0/+31