netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
To: netfilter-devel@vger.kernel.org
Cc: Pablo Neira Ayuso <pablo@netfilter.org>,
	marty <martinbarrowcliff@gmail.com>,
	Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Subject: [PATCH 0/2] ulogd2 patches
Date: Sun, 15 Jan 2012 16:04:47 +0100	[thread overview]
Message-ID: <1326639889-28836-1-git-send-email-kadlec@blackhole.kfki.hu> (raw)

Hi Pablo,

Here follow two patches which address the MySQL support issues. The first
one adds the support of stored procedures (which then gives the ability
to use SQL transactions) and the second one introduces a new plugin to
provide IPv4 addresses in host order, also for MySQL tables.
Please consider applying them.

Best regards,
Jozsef

Jozsef Kadlecsik (2):
  Support stored mysql procedures besides stored functions
  A simple filter plugin called IP2HBIN added

 doc/ulogd.sgml                |    8 ++
 filter/Makefile.am            |    6 +-
 filter/ulogd_filter_IP2HBIN.c |  199 +++++++++++++++++++++++++++++++++++++++++
 ulogd.conf.in                 |    1 +
 util/db.c                     |    2 +
 5 files changed, 215 insertions(+), 1 deletions(-)
 create mode 100644 filter/ulogd_filter_IP2HBIN.c


             reply	other threads:[~2012-01-15 15:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-15 15:04 Jozsef Kadlecsik [this message]
2012-01-15 15:04 ` [PATCH 1/2] Support stored mysql procedures besides stored functions Jozsef Kadlecsik
2012-01-15 15:04 ` [PATCH 2/2] A simple filter plugin called IP2HBIN added Jozsef Kadlecsik
2012-01-16 12:46 ` [PATCH 0/2] ulogd2 patches Pablo Neira Ayuso
2012-01-16 15:58   ` Jozsef Kadlecsik

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=1326639889-28836-1-git-send-email-kadlec@blackhole.kfki.hu \
    --to=kadlec@blackhole.kfki.hu \
    --cc=martinbarrowcliff@gmail.com \
    --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).