netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ulogd2 patches
@ 2012-01-15 15:04 Jozsef Kadlecsik
  2012-01-15 15:04 ` [PATCH 1/2] Support stored mysql procedures besides stored functions Jozsef Kadlecsik
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jozsef Kadlecsik @ 2012-01-15 15:04 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Pablo Neira Ayuso, marty, Jozsef Kadlecsik

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


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

end of thread, other threads:[~2012-01-16 15:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-15 15:04 [PATCH 0/2] ulogd2 patches Jozsef Kadlecsik
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

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