summaryrefslogtreecommitdiffstats
path: root/iptables/xtables-restore.c
Commit message (Expand)AuthorAgeFilesLines
* xtables-restore: fix for --noflush and empty linesPhil Sutter2020-02-121-3/+5
* xtables-restore: Avoid access of uninitialized dataPhil Sutter2019-12-061-1/+1
* xtables-restore: Fix parser feed from line bufferPhil Sutter2019-12-041-1/+3
* nft: CMD_ZERO needs a rule cachePhil Sutter2019-11-151-0/+1
* xtables-restore: Improve performance of --noflush operationPhil Sutter2019-11-061-7/+82
* xtables-restore: Allow lines without trailing newline characterPhil Sutter2019-11-061-1/+3
* xtables-restore: Remove some pointless linebreaksPhil Sutter2019-11-061-15/+10
* xtables-restore: Introduce line parsing functionPhil Sutter2019-11-061-170/+177
* xtables-restore: Introduce struct nft_xt_restore_statePhil Sutter2019-11-061-31/+35
* xtables-restore: Integrate restore callbacks into struct nft_xt_restore_parsePhil Sutter2019-11-061-5/+8
* xshared: Introduce struct argv_storePhil Sutter2019-10-241-18/+13
* xtables-restore: Drop chain_list callbackPhil Sutter2019-10-181-15/+0
* xtables-restore: Drop local xtc_ops instancePhil Sutter2019-10-181-7/+2
* xtables-restore: Constify struct nft_xt_restore_cbPhil Sutter2019-10-181-4/+4
* xtables-restore: Introduce rule counter tokenizer functionPhil Sutter2019-10-181-31/+4
* xtables-restore: Use xt_params->program_namePhil Sutter2019-10-181-6/+5
* xtables-restore: Treat struct nft_xt_restore_parse as constPhil Sutter2019-10-181-1/+1
* nft-cache: Support partial rule cache per chainPhil Sutter2019-10-171-2/+2
* nft: Extract cache routines into nft-cache.cPhil Sutter2019-10-101-0/+1
* xtables-restore: Minimize caching when flushingPhil Sutter2019-09-301-2/+5
* xtables_error() does not returnPhil Sutter2019-09-251-9/+4
* nft: Introduce nft_bridge_commit()Phil Sutter2019-09-231-1/+1
* ipables: xtables-restore: output filename option in help textFlorian Westphal2019-09-161-1/+1
* xtables-restore: Fix program names in help textsPhil Sutter2019-06-091-6/+7
* src: replace IPTABLES_VERSION by PACKAGE_VERSIONJan Engelhardt2019-05-301-2/+2
* xtables: add and use nft_build_cacheFlorian Westphal2019-04-271-4/+1
* xtables: unify user chain add/flush for restore caseFlorian Westphal2019-04-271-25/+13
* ebtables-nft: Support user-defined chain policiesPhil Sutter2019-02-081-5/+18
* xtables-restore: Review chain handlingPhil Sutter2018-12-271-49/+19
* xtables: constify struct builtin_table and struct builtin_chainPablo Neira Ayuso2018-11-191-2/+2
* xtables: Introduce per table chain cachesPhil Sutter2018-11-171-8/+8
* nft: replace nft_chain_dump() by nft_chain_list_get()Pablo Neira Ayuso2018-11-121-1/+1
* Fix a few cases of pointless assignmentsPhil Sutter2018-09-241-2/+2
* xtables: Accept --wait in iptables-nft-restorePhil Sutter2018-09-101-0/+2
* xtables-restore: Fix flushing referenced custom chainsPhil Sutter2018-09-101-2/+6
* xtables: Implement arptables-{save,restore}Phil Sutter2018-08-061-0/+26
* ebtables-restore: Use xtables_restore_parse()Phil Sutter2018-08-061-86/+19
* xtables-restore: Make COMMIT support configurablePhil Sutter2018-08-061-3/+8
* xtables-restore: Improve user-defined chain detectionPhil Sutter2018-08-061-11/+17
* ebtables: Fix for wrong program name in error messagesPhil Sutter2018-08-041-1/+1
* xshared: Consolidate argv construction routinesPhil Sutter2018-08-041-104/+11
* xshared: Consolidate parse_counters()Phil Sutter2018-08-041-11/+0
* Consolidate DEBUGP macrosPhil Sutter2018-08-041-6/+0
* xtables: implement ebtables-{save,restore}Phil Sutter2018-07-191-0/+114
* xtables: parameter to add_argv() may be constPhil Sutter2018-07-191-1/+1
* xtables-restore: init table before processing policiesFlorian Westphal2018-06-271-0/+1
* xtables: add nf_tables vs. legacy postfix to version stringsFlorian Westphal2018-06-181-1/+1
* xtables: add chain cachePablo Neira Ayuso2018-05-281-4/+1
* xtables: extended error reportingFlorian Westphal2018-05-261-0/+2
* xtables: allow dumping of chains in specific tableFlorian Westphal2018-05-251-1/+1