]> git.ipfire.org Git - thirdparty/iptables.git/shortlog
thirdparty/iptables.git
2018-09-10  Phil Sutterxtables-restore: Fix flushing referenced custom chains
2018-09-01  Phil Sutterxtables: Drop use of IP6T_F_PROTO
2018-09-01  Phil Sutterxtables: Align return codes with legacy iptables
2018-08-29  Phil Sutterxtables: Fix for deleting rules with comment
2018-08-24  Phil Sutterip6tables-translate: Fix libip6t_mh.txlate test
2018-08-24  Phil Sutterebtables-translate: Fix for libebt_limit.txlate
2018-08-24  Phil Sutterxtables: Add missing deinitialization
2018-08-24  Phil Sutterebtables: Review match/target lookup once more
2018-08-24  Phil Sutterextensions: libebt_mark: Drop mark_supplied check
2018-08-24  Phil Sutterxtables: Add a few missing exit calls
2018-08-24  Phil Sutterebtables-translate: Fix segfault while parsing extensio...
2018-08-24  Phil Sutterebtables: trivial: Leverage C99-style initializers...
2018-08-24  Phil Sutterxlate-test: Fix for calling wrong command name
2018-08-24  Phil Sutterextensions: AUDIT: Provide translation
2018-08-21  Phil Sutterxtables: Use meta l4proto for -p match
2018-08-21  Heena Sirwanixtables: Fix for segfault when registering hashlimit...
2018-08-17  Phil Sutterxtables: Fix for segfault in iptables-nft
2018-08-16  Phil Sutterebtables: Fix entries count in chain listing
2018-08-16  Phil Sutterxtables: Make 'iptables -S nonexisting' return non...
2018-08-16  Phil Sutterebtables: Fix for listing of non-existent chains
2018-08-16  Phil Sutterxtables: Fix for no output in iptables-nft -S
2018-08-16  Phil Sutterarptables: Drop extensions/libxt_mangle.c
2018-08-16  Phil Sutterebtables: Merge libebt_limit.c into libxt_limit.c
2018-08-16  Phil Sutterxtables: Use native nftables limit expression
2018-08-10  Phil Sutterebtables: Remove flags misinterpretations
2018-08-09  Phil Sutterxtables: Fix for wrong counter format in -S output
2018-08-09  Phil Sutterxtables: Don't pass full invflags to add_compat()
2018-08-09  Phil Sutterxtables: Improve xtables-monitor first impression
2018-08-09  Phil Suttertests: Fix skipping for recent nft-only tests
2018-08-07  Phil Sutterxtables: Spelling fixes in xtables-monitor
2018-08-06  Phil Sutterxtables: Fix potential segfault in nft_rule_append()
2018-08-06  Phil Suttertests: Add ebtables-{save,restore} testcases
2018-08-06  Phil Suttertests: Add arptables-{save,restore} testcases
2018-08-06  Phil Sutterxtables: Implement arptables-{save,restore}
2018-08-06  Phil Sutterebtables: Review match/target lookup
2018-08-06  Phil Sutterebtables-restore: Use xtables_restore_parse()
2018-08-06  Phil Sutterxtables-restore: Make COMMIT support configurable
2018-08-06  Phil Sutterxtables-restore: Improve user-defined chain detection
2018-08-04  Phil Sutterxtables: Match verbose ip{,6}tables output with legacy
2018-08-04  Phil Sutterxtables: Reserve space for 'opt' column in ip6tables...
2018-08-04  Phil Sutterxtables: Print error when listing non-existent chains
2018-08-04  Phil Sutterxtables: Fix for no output on first iptables-nft invocation
2018-08-04  Phil Sutterxtables: Do not count rules as chain references
2018-08-04  Phil Sutterarptables: Fix jumps into user-defined chains
2018-08-04  Phil Sutterarptables: Fix opcode printing in numeric output
2018-08-04  Phil Sutterxtables: Fix symlinks/names for ebtables-{save, restore}
2018-08-04  Phil Sutterebtables: Support --init-table command
2018-08-04  Phil Sutterarptables: Print policy only for base chains
2018-08-04  Phil Sutterarptables: Fix for trailing spaces in output
2018-08-04  Phil Sutterarptables: Fix memleaks in do_commandarp()
2018-08-04  Phil Sutterebtables: Print non-standard target parameters
2018-08-04  Phil Sutterebtables: Fix match_list insertion
2018-08-04  Phil Sutterebtables: Fix for wrong program name in error messages
2018-08-04  Phil Sutterxshared: Consolidate argv construction routines
2018-08-04  Phil Sutterxshared: Consolidate parse_counters()
2018-08-04  Phil SutterConsolidate DEBUGP macros
2018-08-04  Phil Sutterxtables: Fix program name in xtables_error()
2018-08-04  Phil Sutterxtables: Use correct built-in chain count
2018-08-04  Phil Sutterxtables: Fix compilation with NLDEBUG defined
2018-08-04  Phil Sutterxtables: Free chains in NFT_COMPAT_CHAIN_ADD jobs
2018-08-04  Phil Sutterxtables: Free chains in NFT_COMPAT_CHAIN_USER_DEL jobs
2018-08-04  Phil Sutterxtables: Fix for nft_rule_flush() returning garbage
2018-08-04  Phil Sutterxtables: Allocate rule cache just once
2018-08-01  Eric Garvernft: don't print rule counters unless verbose
2018-07-26  Joel Gogueniptables-restore: free the table lock when skipping...
2018-07-24  Florian Westphalxtables: avoid bogus 'is incompatible' warning
2018-07-21  Florian Westphalnft: decode meta l4proto
2018-07-19  Phil Sutterxtables: implement ebtables-{save,restore}
2018-07-19  Phil Sutterxtables: introduce nft_init_eb()
2018-07-19  Phil Sutterxtables: parameter to add_argv() may be const
2018-07-19  Phil Sutterxtables: pass format to nft_rule_save()
2018-07-19  Phil Sutterxtables: introduce save_chain callback
2018-07-19  Phil Sutterxtables: rename {print,save}_rule functions
2018-07-19  Phil Sutterxtables: get rid of nft_ipv{4,6}_save_counters()
2018-07-19  Phil Sutterxtables: eliminate nft_ipv{4,6}_rule_find()
2018-07-19  Phil Sutterxtables: merge nft_ipv{4,6}_parse_target()
2018-07-19  Phil Sutterxtables: get rid of nft_ipv{4,6}_print_header()
2018-07-19  Phil Sutterxtables: arp: make rule_to_cs callback private
2018-07-19  Phil Sutterxtables: Use new callbacks in nft_rule_print_save()
2018-07-19  Phil Sutterxtables: introduce rule_to_cs/clear_cs callbacks
2018-07-19  Phil Sutterxtables: simplify struct nft_xt_ctx
2018-07-19  Phil Sutterxtables: merge {ip,arp}tables_command_state structs
2018-07-19  Phil Sutteriptables: replace memset by c99-style initializers
2018-07-19  Phil Sutterxtables: fix crash if nft_rule_list_get() fails
2018-07-11  Phil Sutterxtables: Support nft suffix for arptables and ebtables
2018-07-10  Florian Westphaltests: check iptables retval, not echo
2018-07-10  Arushi Singhaliptables: tests: add test for iptables-save and iptable...
2018-07-09  Florian Westphalextensions: don't bother to build libebt/libarp extensi...
2018-07-07  Arushi Singhaliptables: tests: shell: Add README
2018-07-05  Florian Westphalconfigure: bump version and libnftnl dependency v1.8.0
2018-07-05  Florian Westphalman: clarify translate tools do not modify any state
2018-07-04  Florian Westphalxtables-monitor: add --version option
2018-07-04  Florian Westphalxtables-legacy: fix argv0 name for ip6tables-legacy
2018-07-02  Florian Westphalxtables: display legacy/nf_tables flavor in error messa...
2018-07-02  Florian Westphalebtables-nft: add stp match
2018-07-02  Florian Westphaltests: add script that mimics firewalld startup
2018-06-29  Florian Westphaltests: fix variable name to multi-binary
2018-06-29  Florian Westphaltests: add a few simple tests for list/new/delete
2018-06-29  Florian Westphalebtables-nft: make -L, -X CHAINNAME work
2018-06-29  Florian Westphalebtables-nft: remove exec_style
next