From: Jan Engelhardt <jengelh@medozas.de>
To: netfilter-devel@vger.kernel.org
Subject: iptables: libiptc, cleanups
Date: Sun, 11 Sep 2011 17:35:49 +0200 [thread overview]
Message-ID: <1315755359-7012-1-git-send-email-jengelh@medozas.de> (raw)
The following changes since commit 62fc25fd1625f0f65b9eed3e15fe929dd0aff2c5:
Merge branch 'master' of git://dev.medozas.de/iptables (2011-09-08 17:00:49 +0200)
are available in the git repository at:
git://dev.medozas.de/iptables master
Jan Engelhardt (14):
build: sort file list before build
doc: fix undesired newline in ip6tables-restore(8)
ip6tables-restore: implement missing -T option
doc: document iptables-restore's -T option
Merge branch 'stable'
libiptc: resolve compile failure
iptables-save: remove binary dumping dead code
libiptc: remove unused HOOK_DROPPING thing
libiptc: combine common types
libiptc: replace ipt_chainlabel by xt_chainlabel
libiptc: combine common types: _handle
src: resolve old macro names that are indirections
libiptc: use a family-invariant xtc_ops struct for code reduction
ip6tables-restore: make code look alike with iptables-restore
extensions/GNUmakefile.in | 12 ++--
extensions/libipt_realm.c | 10 ++--
include/Makefile.am | 2 +-
include/ip6tables.h | 10 ++--
include/iptables.h | 16 +++---
include/libiptc/libip6tc.h | 110 +++++++++++++++++++-------------------
include/libiptc/libiptc.h | 110 +++++++++++++++++++-------------------
include/libiptc/xtcshared.h | 20 +++++++
iptables/ip6tables-restore.8 | 4 +-
iptables/ip6tables-restore.c | 64 ++++++++++++----------
iptables/ip6tables-save.c | 84 ++++++++++++-----------------
iptables/ip6tables-standalone.c | 2 +-
iptables/ip6tables.c | 112 +++++++++++++++++++-------------------
iptables/iptables-restore.8 | 5 ++-
iptables/iptables-restore.c | 48 ++++++++--------
iptables/iptables-save.c | 84 ++++++++++++-----------------
iptables/iptables-standalone.c | 2 +-
iptables/iptables-xml.c | 36 ++++++------
iptables/iptables.c | 110 +++++++++++++++++++-------------------
iptables/xshared.c | 2 +-
libiptc/Makefile.am | 4 +-
libiptc/libip4tc.c | 56 +++++++------------
libiptc/libip6tc.c | 38 ++++++-------
libiptc/libiptc.c | 54 ++++++++++---------
24 files changed, 495 insertions(+), 500 deletions(-)
create mode 100644 include/libiptc/xtcshared.h
next reply other threads:[~2011-09-11 15:36 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-11 15:35 Jan Engelhardt [this message]
2011-09-11 15:35 ` [PATCH 1/9] libiptc: resolve compile failure Jan Engelhardt
2011-09-11 15:35 ` [PATCH 2/9] iptables-save: remove binary dumping dead code Jan Engelhardt
2011-09-12 9:32 ` Pablo Neira Ayuso
2011-09-12 10:48 ` Jan Engelhardt
2011-09-12 18:52 ` Pablo Neira Ayuso
2011-09-11 15:35 ` [PATCH 3/9] libiptc: remove unused HOOK_DROPPING thing Jan Engelhardt
2011-09-11 15:35 ` [PATCH 4/9] libiptc: combine common types Jan Engelhardt
2011-09-12 9:36 ` Pablo Neira Ayuso
2011-09-12 10:43 ` Jan Engelhardt
2011-09-12 18:38 ` Pablo Neira Ayuso
2011-09-11 15:35 ` [PATCH 5/9] libiptc: replace ipt_chainlabel by xt_chainlabel Jan Engelhardt
2011-09-11 15:35 ` [PATCH 6/9] libiptc: combine common types: _handle Jan Engelhardt
2011-09-11 15:35 ` [PATCH 7/9] src: resolve old macro names that are indirections Jan Engelhardt
2011-09-11 15:35 ` [PATCH 8/9] libiptc: use a family-invariant xtc_ops struct for code reduction Jan Engelhardt
2011-09-11 15:35 ` [PATCH 9/9] ip6tables-restore: make code look alike with iptables-restore Jan Engelhardt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1315755359-7012-1-git-send-email-jengelh@medozas.de \
--to=jengelh@medozas.de \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).