netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* iptables: Mostly Parser Fixes
@ 2012-07-28 17:21 Jan Engelhardt
  2012-07-28 17:21 ` [PATCH 1/7] iptables-restore: warn about -t in rule lines Jan Engelhardt
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Jan Engelhardt @ 2012-07-28 17:21 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel


/*
 * Please review and if ok, merge.
 */

The following changes since commit 44191bdbd71e685fba9eab864b9df25e63905220:

  iptables-restore: move code to add_param_to_argv, cleanup (fix gcc-4.7) (2012-07-25 13:04:52 +0200)

are available in the git repository at:
  git://git.inai.de/iptables master

Jan Engelhardt (7):
      iptables-restore: warn about -t in rule lines
      doc: grammatical updates to libxt_SET
      libxt_u32: do bounds checking for @'s operands
      libxt_devgroup: consolidate devgroup specification parsing
      libxt_devgroup: guard against negative numbers
      libxt_LED: guard against negative numbers
      libxt_*limit: avoid division by zero

 extensions/libxt_LED.c       |    7 +++-
 extensions/libxt_SET.man     |   12 +++---
 extensions/libxt_devgroup.c  |   72 ++++++++++++++++++-----------------------
 extensions/libxt_hashlimit.c |   17 +++++++---
 extensions/libxt_limit.c     |   17 +++++++---
 extensions/libxt_u32.c       |   12 ++-----
 iptables/ip6tables-restore.c |    3 +-
 iptables/iptables-restore.c  |    3 +-
 8 files changed, 73 insertions(+), 70 deletions(-)

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

end of thread, other threads:[~2012-07-31 12:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-28 17:21 iptables: Mostly Parser Fixes Jan Engelhardt
2012-07-28 17:21 ` [PATCH 1/7] iptables-restore: warn about -t in rule lines Jan Engelhardt
2012-07-31 11:39   ` Pablo Neira Ayuso
2012-07-31 12:13     ` Jan Engelhardt
2012-07-28 17:21 ` [PATCH 2/7] doc: grammatical updates to libxt_SET Jan Engelhardt
2012-07-28 17:21 ` [PATCH 3/7] libxt_u32: do bounds checking for @'s operands Jan Engelhardt
2012-07-28 17:21 ` [PATCH 4/7] libxt_devgroup: consolidate devgroup specification parsing Jan Engelhardt
2012-07-28 17:21 ` [PATCH 5/7] libxt_devgroup: guard against negative numbers Jan Engelhardt
2012-07-28 17:21 ` [PATCH 6/7] libxt_LED: " Jan Engelhardt
2012-07-28 17:21 ` [PATCH 7/7] libxt_*limit: avoid division by zero Jan Engelhardt
2012-07-31 11:40 ` iptables: Mostly Parser Fixes Pablo Neira Ayuso

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).