netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* iptables pull: osf and misc
@ 2010-04-06 10:52 Jan Engelhardt
  2010-04-06 10:52 ` [PATCH 1/5] doc: libxt_MARK: no longer restricted to mangle table Jan Engelhardt
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Jan Engelhardt @ 2010-04-06 10:52 UTC (permalink / raw)
  To: kaber; +Cc: netfilter-devel


The following changes since commit 21d1283750d9c4df7ca80165d2b9dc0b9bd214eb:
  Jan Engelhardt (1):
        iptables: correctly check for too-long chain/target/match names

are available in the git repository at:

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

Jan Engelhardt (5):
      doc: libxt_MARK: no longer restricted to mangle table
      doc: remove claim that TCPMSS is limited to mangle
      libxt_recent: add a missing space in output
      doc: add manpage for libxt_osf
      libxt_osf: import nfnl_osf program

 Makefile.am                 |    2 +-
 configure.ac                |    6 +-
 extensions/libxt_MARK.man   |    7 +-
 extensions/libxt_TCPMSS.man |    5 +-
 extensions/libxt_osf.c      |    4 +-
 extensions/libxt_osf.man    |   45 +++
 extensions/libxt_recent.c   |    2 +-
 utils/.gitignore            |    1 +
 utils/Makefile.am           |    6 +
 utils/nfnl_osf.c            |  485 ++++++++++++++++++++++++++++++
 utils/pf.os                 |  687 +++++++++++++++++++++++++++++++++++++++++++
 11 files changed, 1238 insertions(+), 12 deletions(-)
 create mode 100644 extensions/libxt_osf.man
 create mode 100644 utils/.gitignore
 create mode 100644 utils/Makefile.am
 create mode 100644 utils/nfnl_osf.c
 create mode 100644 utils/pf.os

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

end of thread, other threads:[~2010-04-06 18:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-06 10:52 iptables pull: osf and misc Jan Engelhardt
2010-04-06 10:52 ` [PATCH 1/5] doc: libxt_MARK: no longer restricted to mangle table Jan Engelhardt
2010-04-06 10:52 ` [PATCH 2/5] doc: remove claim that TCPMSS is limited to mangle Jan Engelhardt
2010-04-06 10:52 ` [PATCH 3/5] libxt_recent: add a missing space in output Jan Engelhardt
2010-04-06 10:52 ` [PATCH 4/5] doc: add manpage for libxt_osf Jan Engelhardt
2010-04-06 10:52 ` [PATCH 5/5] libxt_osf: import nfnl_osf program Jan Engelhardt
2010-04-06 14:15 ` iptables pull: osf and misc Patrick McHardy
2010-04-06 18:21   ` Jan Engelhardt
2010-04-06 18:26     ` Patrick McHardy

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