netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jan Engelhardt <jengelh@medozas.de>
To: pablo@netfilter.org
Cc: kaber@trash.net, netfilter-devel@vger.kernel.org
Subject: iptables: accumulated bugfixes and annotations
Date: Sat,  8 Jan 2011 16:20:01 +0100	[thread overview]
Message-ID: <1294500015-10691-1-git-send-email-jengelh@medozas.de> (raw)


Hey Pablo,


could you please pull this while Patrick is away, so that users get a
chance to benefit of these accumulated bugfixes.

==
The following changes since commit 3a84b3d5de492e40aff7bae5038b06dd6b6041c4:

  Merge branch 'master' of git://dev.medozas.de/iptables (2010-12-15 23:36:19 +0100)

are available in the git repository at:

  git://dev.medozas.de/iptables master

Jan Engelhardt (11):
      src: const annotations
      xt_comment: remove redundant cast
      src: use C99/POSIX types
      iptables: abort on empty interface specification
      xtables: reorder num_old substraction for clarity
      ip[6]tables: only call match's parse function when option char is in range
      ip[6]tables: only call target's parse function when option char is in range
      extensions: remove no longer necessary default: cases
      libxt_sctp: fix a typo
      libipt_CLUSTERIP: const annotations
      libxtables: do some option structure checking

Rob Leslie (1):
      iptables-restore: resolve confusing policy error message

Stephen Beahm (1):
      libipt_REDIRECT: avoid dereference of uninitialized pointer

 extensions/libip6t_HL.c              |    4 --
 extensions/libip6t_LOG.c             |    5 +--
 extensions/libip6t_REJECT.c          |    3 --
 extensions/libip6t_ah.c              |   10 ++----
 extensions/libip6t_dst.c             |   12 +++----
 extensions/libip6t_frag.c            |    8 ++---
 extensions/libip6t_hbh.c             |   12 +++----
 extensions/libip6t_hl.c              |    4 +--
 extensions/libip6t_icmp6.c           |   13 +++-----
 extensions/libip6t_ipv6header.c      |   14 ++++-----
 extensions/libip6t_mh.c              |   13 +++-----
 extensions/libip6t_rt.c              |    8 ++---
 extensions/libipt_CLUSTERIP.c        |    8 ++---
 extensions/libipt_DNAT.c             |    4 +--
 extensions/libipt_ECN.c              |    2 -
 extensions/libipt_LOG.c              |    4 +--
 extensions/libipt_MASQUERADE.c       |    4 +--
 extensions/libipt_NETMAP.c           |   14 ++++-----
 extensions/libipt_REDIRECT.c         |    6 +--
 extensions/libipt_REJECT.c           |    2 -
 extensions/libipt_SAME.c             |    3 --
 extensions/libipt_SNAT.c             |    4 +--
 extensions/libipt_TTL.c              |    4 --
 extensions/libipt_ULOG.c             |    2 -
 extensions/libipt_addrtype.c         |   10 ++----
 extensions/libipt_ah.c               |    8 ++---
 extensions/libipt_ecn.c              |    2 -
 extensions/libipt_icmp.c             |   13 +++-----
 extensions/libipt_realm.c            |    3 --
 extensions/libipt_ttl.c              |    3 --
 extensions/libxt_CHECKSUM.c          |    2 -
 extensions/libxt_CLASSIFY.c          |    3 --
 extensions/libxt_CONNMARK.c          |    6 +--
 extensions/libxt_CONNSECMARK.c       |    3 --
 extensions/libxt_CT.c                |    2 -
 extensions/libxt_DSCP.c              |    5 +--
 extensions/libxt_IDLETIMER.c         |    3 --
 extensions/libxt_MARK.c              |   11 +-----
 extensions/libxt_NFLOG.c             |    2 -
 extensions/libxt_NFQUEUE.c           |    4 --
 extensions/libxt_RATEEST.c           |    3 --
 extensions/libxt_SECMARK.c           |    2 -
 extensions/libxt_SET.c               |    6 ----
 extensions/libxt_TCPMSS.c            |    3 --
 extensions/libxt_TOS.c               |    7 +---
 extensions/libxt_cluster.c           |    2 -
 extensions/libxt_comment.c           |    5 +--
 extensions/libxt_connbytes.c         |    2 -
 extensions/libxt_connlimit.c         |   10 ++----
 extensions/libxt_connmark.c          |    5 +--
 extensions/libxt_conntrack.c         |   10 +-----
 extensions/libxt_cpu.c               |    3 --
 extensions/libxt_dccp.c              |   18 +++++------
 extensions/libxt_dscp.c              |    3 --
 extensions/libxt_esp.c               |    8 ++---
 extensions/libxt_hashlimit.c         |   12 +++----
 extensions/libxt_helper.c            |    3 --
 extensions/libxt_iprange.c           |    7 +---
 extensions/libxt_ipvs.c              |    7 +----
 extensions/libxt_length.c            |    5 +--
 extensions/libxt_limit.c             |   13 +++-----
 extensions/libxt_mac.c               |    3 --
 extensions/libxt_mark.c              |    5 +--
 extensions/libxt_multiport.c         |   34 +++++++++------------
 extensions/libxt_osf.c               |    2 -
 extensions/libxt_owner.c             |   10 +++---
 extensions/libxt_physdev.c           |    3 --
 extensions/libxt_pkttype.c           |    3 --
 extensions/libxt_policy.c            |    6 +--
 extensions/libxt_quota.c             |    5 +--
 extensions/libxt_rateest.c           |    7 +---
 extensions/libxt_recent.c            |    3 --
 extensions/libxt_sctp.c              |   19 +++++-------
 extensions/libxt_set.c               |    6 ----
 extensions/libxt_state.c             |    3 --
 extensions/libxt_statistic.c         |    2 -
 extensions/libxt_string.c            |    3 --
 extensions/libxt_tcp.c               |   17 ++++------
 extensions/libxt_tcpmss.c            |    6 +--
 extensions/libxt_tos.c               |    4 +-
 extensions/libxt_u32.c               |    4 +-
 extensions/libxt_udp.c               |    9 ++----
 extensions/tos_values.c              |    2 +-
 include/linux/netfilter/xt_comment.h |    2 +-
 ip6tables-restore.c                  |    2 +-
 ip6tables.c                          |   54 +++++++++++++++++++++------------
 iptables-restore.c                   |    2 +-
 iptables.c                           |   50 ++++++++++++++++++++-----------
 libipq/libipq.c                      |    4 +-
 libiptc/libip4tc.c                   |    4 +-
 xshared.h                            |    4 ++
 xtables.c                            |   42 +++++++++++++++++++-------
 92 files changed, 262 insertions(+), 435 deletions(-)

             reply	other threads:[~2011-01-08 15:20 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-08 15:20 Jan Engelhardt [this message]
2011-01-08 15:20 ` [PATCH 01/13] iptables-restore: resolve confusing policy error message Jan Engelhardt
2011-01-08 15:20 ` [PATCH 02/13] src: const annotations Jan Engelhardt
2011-01-08 15:20 ` [PATCH 03/13] xt_comment: remove redundant cast Jan Engelhardt
2011-01-08 15:20 ` [PATCH 04/13] src: use C99/POSIX types Jan Engelhardt
2011-01-08 15:20 ` [PATCH 05/13] iptables: abort on empty interface specification Jan Engelhardt
2011-01-08 15:20 ` [PATCH 06/13] xtables: reorder num_old substraction for clarity Jan Engelhardt
2011-01-08 15:20 ` [PATCH 07/13] ip[6]tables: only call match's parse function when option char is in range Jan Engelhardt
2011-01-08 15:20 ` [PATCH 08/13] ip[6]tables: only call target's " Jan Engelhardt
2011-01-08 15:20 ` [PATCH 09/13] extensions: remove no longer necessary default: cases Jan Engelhardt
2011-01-08 15:20 ` [PATCH 10/13] libxt_sctp: fix a typo Jan Engelhardt
2011-01-08 15:20 ` [PATCH 11/13] libipt_CLUSTERIP: const annotations Jan Engelhardt
2011-01-08 15:20 ` [PATCH 12/13] libxtables: do some option structure checking Jan Engelhardt
2011-01-08 15:20 ` [PATCH 13/13] libipt_REDIRECT: avoid dereference of uninitialized pointer Jan Engelhardt
2011-01-09 19:16 ` iptables: accumulated bugfixes and annotations Pablo Neira Ayuso

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=1294500015-10691-1-git-send-email-jengelh@medozas.de \
    --to=jengelh@medozas.de \
    --cc=kaber@trash.net \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=pablo@netfilter.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).