summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build: attempt to fix building under Linux 2.4Jan Engelhardt2011-06-242-4/+7
* doc: fix group range in libxt_NFLOG's manJakub Zawadzki2011-06-241-1/+1
* libxt_RATEEST: fix userspacesize fieldMassimo Maggi2011-06-241-1/+1
* iptables: Coverity: RESOURCE_LEAKJiri Popelka2011-06-221-0/+1
* iptables: Coverity: VARARGSJiri Popelka2011-06-221-3/+9
* iptables: Coverity: REVERSE_INULLJiri Popelka2011-06-223-6/+3
* iptables: Coverity: NEGATIVE_RETURNSJiri Popelka2011-06-221-1/+0
* iptables: Coverity: DEADCODEJiri Popelka2011-06-221-3/+1
* build: bump soversion for recent data structure changeJan Engelhardt2011-06-221-1/+1
* libxt_hashlimit: use a more obvious expiry value by defaultJan Engelhardt2011-06-222-16/+46
* libxt_state: fix regression about inversion of main optionJan Engelhardt2011-06-222-1/+3
* libip6t_HL: fix option names from ttl -> hlJan Engelhardt2011-06-222-5/+17
* libxt_RATEEST: abolish global variablesJan Engelhardt2011-06-211-7/+12
* libxt_rateest: abolish global variablesJan Engelhardt2011-06-211-9/+3
* extensions: support for per-extension instance "global" variable spaceJan Engelhardt2011-06-213-3/+37
* iptables: consolidate target/match init callJan Engelhardt2011-06-214-14/+22
* libxt_RATEEST: use guided option parserJan Engelhardt2011-06-211-64/+30
* libipt_LOG: fix ignoring all but last flagsJan Engelhardt2011-06-213-10/+12
* doc: include matches/targets in manpage againJan Engelhardt2011-06-091-2/+2
* Bump version to 1.4.11.1v1.4.11.1Patrick McHardy2011-06-081-1/+1
* doc: fix MASQUERADE section of man pageVlad Dogaru2011-06-081-1/+1
* build: re-add missing CPPFLAGS for libiptcJan Engelhardt2011-06-081-0/+3
* option: fix ignored negation before implicit extension loadingJan Engelhardt2011-06-075-8/+20
* tests: add some sample rulesets to test save-restore cycleJan Engelhardt2011-06-072-0/+222
* src: move all iptables pieces into a separate directoryJan Engelhardt2011-06-0733-81/+84
* src: move all libiptc pieces into its directoryJan Engelhardt2011-06-076-17/+18
* xtables-multi: fix absence of xml translator in IPv6-only buildsMaciej Żenczykowski2011-06-075-7/+14
* doc: fix trivial typo in libipt_SNATElie De Brauwer2011-06-011-1/+1
* build: move remaining preprocessor flags to CPPFLAGSMike Frysinger2011-06-014-8/+8
* build: move kinclude's preprocessor flags to kinclude_CPPFLAGSJan Engelhardt2011-06-013-9/+9
* build: move basic preprocessor flags to regular_CPPFLAGSJan Engelhardt2011-06-015-7/+14
* doc: iptables-xml should be in manpage section 1Jan Engelhardt2011-05-302-1/+1
* doc: update GPL license textJan Engelhardt2011-05-301-21/+21
* build: fix absence of xml translator in IPv6-only buildsJan Engelhardt2011-05-301-2/+2
* build: fix installation of symlinksJan Engelhardt2011-05-301-3/+3
* build: remove dead code partsJan Engelhardt2011-05-303-10/+2
* libxt_owner: restore inversion supportJan Engelhardt2011-05-291-2/+4
* Bump version to 1.4.11v1.4.11Patrick McHardy2011-05-261-1/+1
* Merge branch 'master' of git://dev.medozas.de/iptablesPatrick McHardy2011-05-2524-292/+348
|\
| * libxt_time: deprecate --localtz option, document kernel TZ caveatsJan Engelhardt2011-05-252-18/+45
| * libxt_time: --utc and --localtz are mutually exclusiveJan Engelhardt2011-05-251-2/+6
| * libxt_time: always ignore libc timezoneJan Engelhardt2011-05-251-1/+7
| * libxt_NFQUEUE: add mutual exclusion between qnum and qbalJan Engelhardt2011-05-251-2/+5
| * libxt_NFQUEUE: avoid double attempt at parsingJan Engelhardt2011-05-251-4/+1
| * libxtables: have xtopt_parse_mint interpret partially-spec'd rangesJan Engelhardt2011-05-258-119/+42
| * libxtables: unclutter xtopt_parse_mintJan Engelhardt2011-05-241-54/+94
| * libxtables: make multiint parser have greater rangeJan Engelhardt2011-05-241-11/+27
| * libxtables: use uintmax for xtables_strtoulJan Engelhardt2011-05-243-10/+11
| * libxtables: more detailed error message on multi-int parsingJan Engelhardt2011-05-241-4/+5
| * libip6t_rt: restore --rt-type storingJan Engelhardt2011-05-241-2/+2