]> git.ipfire.org Git - thirdparty/iptables.git/shortlog
thirdparty/iptables.git
2024-02-02  Phil Sutterextensions: mh: Save/xlate inverted full ranges
2024-02-02  Phil Sutterextensions: frag: Save/xlate inverted full ranges
2024-02-02  Phil Sutterextensions: ah: Save/xlate inverted full ranges
2024-02-02  Phil Sutterlibxtables: Reject negative port ranges
2024-02-02  Phil Sutterlibxtables: xtoptions: Assert ranges are monotonic...
2024-02-02  Phil Sutterextensions: *.t/*.txlate: Test range corner-cases
2024-02-01  Phil Sutterebtables: Fix for memleak with change counters command
2024-02-01  Phil Sutterxshared: Introduce xtables_clear_args()
2024-02-01  Phil Sutterxshared: Fix for memleak in option merging with ebtables
2024-02-01  Phil Sutterxtables-eb: Eliminate 'opts' define
2024-02-01  Phil Sutterlibxtables: Fix memleak of matches' udata
2024-02-01  Phil Sutternft: ruleparse: Add missing braces around ternary
2024-02-01  Phil Suttertests: iptables-test: Increase non-fast mode strictness
2024-01-25  Florian Westphalextensions: libebt_stp: fix range checking
2024-01-24  Jacek Tomasiakiptables: Add missing error codes
2024-01-10  Phil Sutterebtables: Default to extrapositioned negations
2024-01-10  Phil Sutterextensions: libxt_HMARK: Review HMARK_parse()
2024-01-10  Phil Sutterextensions: libebt_mark_m: Use guided option parser
2024-01-10  Phil Sutterextensions: libebt_pkttype: Use guided option parser
2024-01-10  Phil Sutterextensions: libxt_limit: Use guided option parser for...
2024-01-10  Phil Sutterextensions: libebt_arp: Use guided option parser
2024-01-10  Phil Sutterextensions: libebt_vlan: Use guided option parser
2024-01-10  Phil Sutterextensions: libebt_802_3: Use guided option parser
2024-01-10  Phil Sutterextensions: libebt_redirect: Use guided option parser
2024-01-10  Phil Sutterextensions: libebt_snat: Use guided option parser
2024-01-10  Phil Sutterextensions: libebt_nflog: Use guided option parser
2024-01-10  Phil Sutterextensions: libebt_mark: Use guided option parser
2024-01-10  Phil Sutterextensions: libebt_log: Use guided option parser
2024-01-10  Phil Sutterextensions: libebt_ip: Use guided option parser
2024-01-10  Phil Sutterextensions: libebt_ip6: Use guided option parser
2024-01-10  Phil Sutterextensions: libebt_dnat: Use guided option parser
2024-01-10  Phil Sutterextensions: libebt_arpreply: Use guided option parser
2024-01-10  Phil Sutterextensions: libebt_stp: Use guided option parser
2024-01-10  Phil Sutterextensions: libebt_*: Drop some needless init callbacks
2024-01-10  Phil Sutterebtables: Support for guided option parser
2024-01-10  Phil Sutterlibxtables: xtoptions: Treat NFPROTO_BRIDGE as IPv4
2024-01-10  Phil Sutterlibxtables: xtoptions: Implement XTTYPE_ETHERMACMASK
2024-01-10  Phil Sutterlibxtables: xtoptions: Support XTOPT_NBO with XTTYPE_UINT*
2024-01-10  Phil Sutterlibxtables: xtoptions: Prevent XTOPT_PUT with XTTYPE_HO...
2023-12-21  Phil Suttertests: iptables-test: Use difflib if dumps differ
2023-12-21  Phil Sutteriptables-legacy: Fix for mandatory lock waiting
2023-12-15  Jeremy Sowdenbuild: replace `echo -e` with `printf`
2023-12-15  Jeremy Sowdenbuild: add an automake verbosity variable for `ln`
2023-12-15  Jeremy Sowdenbuild: use standard automake verbosity variables
2023-12-15  Jeremy Sowdenbuild: remove unused `AM_VERBOSE_CXX*` variables
2023-12-15  Jeremy Sowdenbuild: remove obsolete `AM_LIBTOOL_SILENT` variable
2023-12-15  Jeremy Sowdenbuild: format `AM_CPPFLAGS` variables
2023-12-12  Jeremy SowdenFix spelling mistakes
2023-12-05  Phil Sutterebtables: Use do_parse() from xshared
2023-12-05  Phil Sutterxshared: Introduce option_test_and_reject()
2023-12-05  Phil Sutterebtables: Use struct xt_cmd_parse
2023-12-05  Phil Sutterebtables: Make 'h' case just a call to print_help()
2023-12-05  Phil Sutterebtables: Pass struct iptables_command_state to print_h...
2023-12-05  Phil Sutterebtables: Change option values to avoid clashes
2023-12-05  Phil Sutterebtables{,-translate}: Convert if-clause to switch()
2023-12-05  Phil Sutterxshared: Support for ebtables' --change-counters command
2023-12-05  Phil Sutterxshared: Support rule range deletion in do_parse()
2023-12-05  Phil Sutterxshared: Introduce print_help callback (again)
2023-12-05  Phil Sutterxshared: Turn command_default() into a callback
2023-12-05  Phil Sutterxshared: Perform protocol value parsing in callback
2023-12-05  Phil Sutterxshared: do_parse: Skip option checking for CMD_DELETE_NUM
2023-11-29  Phil Sutterlibxtables: xtoptions: Fix for non-CIDR-compatible...
2023-11-29  Phil Sutterlibxtables: xtoptions: Fix for garbage access in xtable...
2023-11-29  Phil Sutterman: Do not escape exclamation marks
2023-11-29  Phil Sutternft: Leave interface masks alone when parsing from...
2023-11-29  Phil Sutterxshared: Do not populate interface masks per default
2023-11-29  Phil Sutterxshared: Entirely ignore interface masks when saving...
2023-11-29  Phil Sutterxshared: Simplify generic_opt_check()
2023-11-29  Phil Sutterxshared: Introduce xt_cmd_parse_ops::option_invert
2023-11-29  Phil Sutterxshared: Introduce xt_cmd_parse_ops::option_name
2023-11-27  Jan Engelhardtman: proper roff encoding for ~ and ^
2023-11-23  Phil Sutterextensions: MARK: arptables: Use guided option parser
2023-11-23  Phil Sutterextensions: libarpt_mangle: Use guided option parser
2023-11-23  Phil Sutterlibxtables: Introduce struct xt_option_entry::base
2023-11-23  Phil Sutterlibxtables: Introduce xtables_strtoul_base()
2023-11-23  Phil Sutterlibxtables: Fix guided option parser for use with arptables
2023-11-23  Phil Sutterlibxtables: Combine the two extension option mergers
2023-11-23  Phil Sutterebtables: Implement --change-counters command
2023-11-23  Phil Sutterxshared: do_parse: Ignore '-j CONTINUE'
2023-11-23  Phil Sutterebtables: Align line number formatting with legacy
2023-11-23  Phil Sutterebtables: Make ebt_load_match_extensions() static
2023-11-23  Phil Sutterebtables: Drop append_entry() wrapper
2023-11-23  Phil Suttertests: xlate: Print failing command line
2023-11-23  Phil Sutterxshared: Drop pointless CMD_REPLACE check
2023-11-23  Phil Sutterxshared: Drop needless assignment in --help case
2023-11-23  Phil Sutterxshared: All variants support -v, update OPTSTRING_COMMON
2023-11-23  Phil Sutterxshared: struct xt_cmd_parse::xlate is unused
2023-11-23  Phil Sutternft-bridge: nft_bridge_add() uses wrong flags
2023-11-23  Phil SutterMakefile: Install arptables-translate link and man...
2023-11-13  Jan Engelhardtman: more backslash-encoding of characters
2023-11-13  Jan Engelhardtman: limit targets for -P option synopsis
2023-11-13  Jan Engelhardtman: copy synopsis markup from iptables.8 to arptables...
2023-11-13  Jan Engelhardtman: stop putting non-terminals in italic
2023-11-13  Jan Engelhardtman: repeal manual hyphenation
2023-11-13  Jan Engelhardtman: remove lone .nh command
2023-11-13  Jan Engelhardtman: consistent use of \(em in Name sections
2023-11-09  Phil Sutterextensions: libarpt_standard.t: Add a rule with builtin...
2023-11-09  Phil Sutterarptables: Fix --proto-type mask formatting
2023-11-09  Phil Sutterarptables: Fix formatting of numeric --h-type output
2023-11-07  Florian Westphalextensions: MARK: fix arptables support
next