summaryrefslogtreecommitdiffstats
path: root/iptables-save.c
Commit message (Expand)AuthorAgeFilesLines
* build: combine iptables-multi and iptables-staticJan Engelhardt2009-07-251-1/+1
* iptables: close open file descriptorsJan Engelhardt2009-06-101-0/+1
* iptables-save: module loading correctionsJan Engelhardt2009-03-191-3/+9
* libxtables: prefix exit_error to xtables_errorJan Engelhardt2009-02-211-4/+4
* libxtables: general follow-up cleanupJamal Hadi Salim2009-02-131-4/+0
* libxtables: consolidate init calls into one functionJamal Hadi Salim2009-02-131-2/+7
* libxtables: set names of programsJamal Hadi Salim2009-02-121-0/+1
* libxtables: move afinfo aroundJan Engelhardt2009-02-071-0/+1
* libxtables: prefix/order - program_nameJan Engelhardt2009-01-301-2/+3
* libxtables: prefix/order - libdirJan Engelhardt2009-01-271-10/+1
* env: augment deprecation noticeJan Engelhardt2009-01-071-1/+2
* libiptc: remove indirectionsJan Engelhardt2008-11-101-9/+9
* libiptc: remove typedef indirectionJan Engelhardt2008-11-101-1/+1
* iptables --list-rules commandHenrik Nordstrom2008-05-131-205/+0
* iptables-save:remove unnecessary code.Shan Wei2008-04-211-13/+0
* Remove old functions, constantsJan Engelhardt2008-04-151-4/+4
* iptables: use C99 lists for struct optionsGáspár Lajos2008-04-141-6/+6
* Combine IP{,6}T_LIB_DIR into XTABLES_LIBDIRJan Engelhardt2008-04-131-3/+8
* Fix all remaining warnings (missing declarations, missing prototypes)Jan Engelhardt2008-04-131-0/+1
* Fix -Wshadow warnings and clean up xt_sctp.hJan Engelhardt2008-04-061-5/+5
* whitespace cleanupMax Kellermann2008-01-291-11/+11
* iptables and NO_SHARED_LIBS/dlfcn.hMike Frysinger2007-12-191-1/+4
* iptables: always print mask in iptables-saveJan Engelhardt2007-11-251-3/+15
* Don't silenty exit on failure to open /proc/net/{ip,ip6}_tables_namesVictor Stinner2007-10-181-1/+3
* Fix missing newlines in iptables-save/restore output (Pavol Rusnak <prusnak@s...Pavel Rusnak2007-05-101-1/+1
* Fix iptables-save not printing -s !0/0 and -d !0/0 as well as ip6tablesPatrick McHardy2006-12-021-1/+1
* fix compilation of iptables on [old] systems that don't have IPT_F_GOTOHarald Welte2005-11-241-0/+4
* add 'goto' support (Henrik Nordstrom <hno@marasystems.com>)Henrik Nordstrom2005-11-051-1/+1
* poll goto specific changes out of trunkHarald WeltePablo Neira2005-04-151-1/+1
* fix iptables-save/restore of goto (Jonas Berlin)Jonas Berlin2005-04-151-1/+1
* Fix setting lib_dir in ip*tables-{save,restore}Martin Josefsson2004-12-271-0/+4
* Bastiaan Bakker's patch to combine iptables, iptables-save and iptables-restoreBastiaan Bakker2004-06-251-1/+7
* Get rid of some warnings when compiling 64bit.Martin Josefsson2004-05-261-2/+2
* include netdb.h if we use getprotobynumberHarald Welte2004-04-151-0/+1
* use /etc/protocols when printing protocol names (Pedro Lamarão)Pedro Lamarão2007-11-301-0/+6
* add userspace part of SCTP matchHarald Welte2004-02-211-0/+1
* Make sure to use matches in the order they are given when calling do_command(...Martin Josefsson2004-02-021-1/+1
* fix memory leak(s) in libiptc. Reverts the previous (wrong) patch. (Martin J...Martin Josefsson2003-05-021-0/+2
* copyright / GPL noticeHarald Welte2002-08-071-2/+5
* globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent n...Harald Welte2002-05-291-2/+2
* Added -d and -t short options to getopt_long() call.Marc Boucher2001-12-061-1/+1
* make sure we print the "+" at the end of ppp+ stype interface namesHarald Welte2001-11-081-1/+3
* fix bug in iptables-save, ocurring with targets without save() function.Harald Welte2001-10-161-6/+14
* - added patch to support statically linking of iptablesHarald Welte2001-08-061-0/+4
* Fix speling of own name.Rusty Russell2001-07-101-1/+1
* ip6tables-save without target fix, scoreboardHarald Welte2001-07-051-1/+1
* A. van Schie: bug report "iptables-save doesn't save fall-through rules corre...Harald Welte2001-05-241-1/+4
* hopefully fixed the multiple-interface iptables-save problemHarald Welte2001-05-231-1/+1
* fixes '_' in interface names bug (iptables)Harald Welte2001-05-121-1/+1
* fixing a lot of bugs / cleaning upHarald Welte2001-03-151-5/+15