summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Merge branch 'master' of git://dev.medozas.de/iptablesPatrick McHardy2009-02-0992-1036/+963
|\|
| * Merge branch 'origin/master'Jan Engelhardt2009-02-080-0/+0
| |\
| * | libxtables: move afinfo aroundJan Engelhardt2009-02-0711-52/+71
| * | libxtables: prefix/order - move parse_protocol to xtables.cJan Engelhardt2009-01-308-146/+96
| * | libxtables: prefix/order - move check_inverse to xtables.cJan Engelhardt2009-01-3064-175/+164
| * | libxtables: prefix - parse and escaped output funcJan Engelhardt2009-01-3011-32/+39
| * | libxtables: prefix - misc functionsJan Engelhardt2009-01-3011-29/+30
| * | libxtables: prefix/order - ascii to ipaddr/ipmask inputJan Engelhardt2009-01-308-29/+29
| * | libxtables: prefix/order - ipaddr/ipmask to ascii outputJan Engelhardt2009-01-3012-67/+67
| * | libxtables: prefix/order - param_actJan Engelhardt2009-01-3016-162/+186
| * | libxtables: prefix/order - program_nameJan Engelhardt2009-01-3013-48/+68
| * | libxtables: prefix/order - strtouiJan Engelhardt2009-01-2738-173/+141
| * | libxtables: prefix/order - libdirJan Engelhardt2009-01-279-65/+27
| * | libxtables: prefix/order - match/target loadingJan Engelhardt2009-01-275-82/+94
| * | libxtables: prefix/order - modprobe and xtables.ko loadingJan Engelhardt2009-01-277-17/+22
| * | libxtables: prefix/order - fw_xallocJan Engelhardt2009-01-276-26/+29
| * | extensions: use UINT_MAX constants over open-coded numbers (2/2)Jan Engelhardt2009-01-2723-42/+42
| * | extensions: use UINT_MAX constants over open-coded bits (1/2)Jan Engelhardt2009-01-278-33/+33
| * | libxt_owner: use correct UID/GID boundariesJan Engelhardt2009-01-271-7/+7