All of lore.kernel.org
 help / color / mirror / Atom feed
* iptables: libiptc, cleanups
@ 2011-09-11 15:35 Jan Engelhardt
  2011-09-11 15:35 ` [PATCH 1/9] libiptc: resolve compile failure Jan Engelhardt
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: Jan Engelhardt @ 2011-09-11 15:35 UTC (permalink / raw)
  To: netfilter-devel


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

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2011-09-12 18:52 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-11 15:35 iptables: libiptc, cleanups Jan Engelhardt
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.