From: Jan Engelhardt <jengelh@medozas.de>
To: kaber@trash.net
Cc: netfilter-devel@vger.kernel.org
Subject: Guided option parser
Date: Wed, 6 Apr 2011 13:31:07 +0200 [thread overview]
Message-ID: <1302089478-15022-1-git-send-email-jengelh@medozas.de> (raw)
This is a staggered submit, with 10 patches in the first submission.
See 01/10 for a description.
Currently, the entire set of 64 has a diffstat of
74 files changed, 2845 insertions(+), 4062 deletions(-)
this is roughly a third of the entire work, and it is expected this
to linearly continue until ~200 patches. But I felt I needed to flush
the queue now.
===
The following changes since commit a239728ec064666025de2723997d87b176d57fd6:
mark newly opened fds as FD_CLOEXEC (close on exec) (2011-04-04 15:30:32 +0200)
are available in the git repository at:
git://dev.medozas.de/iptables opts
Jan Engelhardt (10):
extensions: add missing checks for specific flags (2)
libxtables: guided option parser
libxt_CHECKSUM: use guided option parser
libxt_socket: use guided option parser
libxtables: provide better final_check
libxt_CONNSECMARK: use guided option parser
libxtables: XTTYPE_UINT32 support
libxt_cpu: use guided option parser
libxtables: min-max option support
libxt_cluster: use guided option parser
Makefile.am | 2 +-
extensions/libip6t_ipv6header.c | 4 +-
extensions/libxt_CHECKSUM.c | 46 ++----
extensions/libxt_CONNSECMARK.c | 59 +++----
extensions/libxt_cluster.c | 187 +++++---------------
extensions/libxt_cpu.c | 65 ++-----
extensions/libxt_socket.c | 29 ++--
include/xtables.h.in | 111 ++++++++++++
ip6tables.c | 56 ++++--
iptables.c | 58 ++++---
xshared.h | 20 ++
xtables.c | 25 +--
xtoptions.c | 366 +++++++++++++++++++++++++++++++++++++++
13 files changed, 695 insertions(+), 333 deletions(-)
create mode 100644 xtoptions.c
next reply other threads:[~2011-04-06 11:31 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-06 11:31 Jan Engelhardt [this message]
2011-04-06 11:31 ` [PATCH 01/10] extensions: add missing checks for specific flags (2) Jan Engelhardt
2011-04-06 11:31 ` [PATCH 02/10] libxtables: guided option parser Jan Engelhardt
2011-04-06 11:31 ` [PATCH 03/10] libxt_CHECKSUM: use " Jan Engelhardt
2011-04-06 11:31 ` [PATCH 04/10] libxt_socket: " Jan Engelhardt
2011-04-06 11:31 ` [PATCH 05/10] libxtables: provide better final_check Jan Engelhardt
2011-04-06 11:31 ` [PATCH 06/10] libxt_CONNSECMARK: use guided option parser Jan Engelhardt
2011-04-06 11:31 ` [PATCH 07/10] libxtables: XTTYPE_UINT32 support Jan Engelhardt
2011-04-06 11:31 ` [PATCH 08/10] libxt_cpu: use guided option parser Jan Engelhardt
2011-04-06 11:31 ` [PATCH 09/10] libxtables: min-max option support Jan Engelhardt
2011-04-06 11:31 ` [PATCH 10/10] libxt_cluster: use guided option parser Jan Engelhardt
2011-04-12 14:11 ` Guided " Patrick McHardy
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=1302089478-15022-1-git-send-email-jengelh@medozas.de \
--to=jengelh@medozas.de \
--cc=kaber@trash.net \
--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).