lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 17 Aug 2010 11:36:50 +0300
From:	Luciano Coelho <luciano.coelho@...ia.com>
To:	kaber@...sh.net
Cc:	netfilter-devel@...r.kernel.org, netdev@...r.kernel.org,
	jengelh@...ozas.de, sameo@...ux.intel.com, janne.ylalehto@...ia.com
Subject: [PATCH RESEND 0/3] netfilter: xtables: inclusion of condition match and target

Hi,

I'm resending these three patches now that the net-next is open for development
again.  These patches include the xt_condition match and target.

Please integrate if everything is okay.

Cheers,
Luca.

Luciano Coelho (3):
  netfilter: xtables: inclusion of xt_condition
  netfilter: xt_condition: change the value from boolean to u32
  netfilter: xt_condition: add condition target support

 include/linux/netfilter/Kbuild         |    1 +
 include/linux/netfilter/xt_condition.h |   26 +++
 net/netfilter/Kconfig                  |   11 +
 net/netfilter/Makefile                 |    1 +
 net/netfilter/xt_condition.c           |  357 ++++++++++++++++++++++++++++++++
 5 files changed, 396 insertions(+), 0 deletions(-)
 create mode 100644 include/linux/netfilter/xt_condition.h
 create mode 100644 net/netfilter/xt_condition.c

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ