From 3b37b6b7008f5eeb8c56d5495f8dc2374650a9d3 Mon Sep 17 00:00:00 2001 From: laforge Date: Fri, 22 Sep 2000 06:57:16 +0000 Subject: email address change --- README | 4 ++-- TODO | 3 --- iptables/libipt_ULOG.c | 4 ++-- kernel/ipt_ULOG.c | 7 +++++-- ulogd/libipulog/libipulog.c | 6 +++--- ulogd/libipulog/ulog_test.c | 6 +++--- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README b/README index a2b8b99..7ec3394 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ Userspace logging facility for netfilter / linux 2.4 -$Id$ +$Id: README,v 1.1 2000/08/02 12:37:58 laforge Exp $ ===> IDEA @@ -73,7 +73,7 @@ Setting --ulog-cprange to 0 does always copy the whole packet. Default is 0 ===> COPYRIGHT + CREDITS -The code is (C) 2000 by Harald Welte +The code is (C) 2000 by Harald Welte Credits to Rusty Russel, James Morris, Marc Boucher and all the other netfilter hackers. diff --git a/TODO b/TODO index 803462f..c71f3b0 100644 --- a/TODO +++ b/TODO @@ -9,9 +9,6 @@ kernel: ulogd: - commandline option for "to fork or not to fork" -- configfile - add output target for sql server -- add interpreter plugin for ftp/pop3/etc passwords - add a compatibility output target for syslog (really?) -- prefix ulogd.log with timestamp - add support for capabilities to run as non-root diff --git a/iptables/libipt_ULOG.c b/iptables/libipt_ULOG.c index bb4e182..d47e506 100644 --- a/iptables/libipt_ULOG.c +++ b/iptables/libipt_ULOG.c @@ -1,10 +1,10 @@ /* Shared library add-on to iptables to add ULOG support. * - * (C) 2000 by Harald Welte + * (C) 2000 by Harald Welte * * This software is released under the terms of GNU GPL * - * $Id: libipt_ULOG.c,v 1.2 2000/07/31 11:50:12 laforge Exp laforge $ + * $Id: libipt_ULOG.c,v 1.3 2000/07/31 11:51:50 laforge Exp $ */ #include #include diff --git a/kernel/ipt_ULOG.c b/kernel/ipt_ULOG.c index 8c0ae20..b2b7655 100644 --- a/kernel/ipt_ULOG.c +++ b/kernel/ipt_ULOG.c @@ -1,11 +1,11 @@ /* * netfilter module for userspace packet logging daemons * - * (C) 2000 by Harald Welte + * (C) 2000 by Harald Welte * * Released under the terms of the GPL * - * $Id: ipt_ULOG.c,v 1.4 2000/07/31 11:41:06 laforge Exp $ + * $Id: ipt_ULOG.c,v 1.5 2000/08/11 09:56:42 laforge Exp $ */ #include @@ -30,6 +30,9 @@ #define DEBUGP(format, args...) #endif +MODULE_AUTHOR("Harald Welte "); +MODULE_DESCRIPTION("IP tables userspace logging module"); + static struct sock *nflognl; static void nflog_rcv(struct sock *sk, int len) diff --git a/ulogd/libipulog/libipulog.c b/ulogd/libipulog/libipulog.c index dac2115..d7838b6 100644 --- a/ulogd/libipulog/libipulog.c +++ b/ulogd/libipulog/libipulog.c @@ -1,15 +1,15 @@ /* - * libipulog.c, $Revision: 1.3 $ + * libipulog.c, $Revision: 1.4 $ * * netfilter ULOG userspace library. * - * (C) 2000 by Harald Welte + * (C) 2000 by Harald Welte * released under the terms of GNU GPL * * This library is still under development, so be aware of sudden interface * changes * - * $Id: libipulog.c,v 1.3 2000/08/11 09:56:45 laforge Exp $ + * $Id: libipulog.c,v 1.4 2000/08/12 07:11:29 laforge Exp $ */ #include diff --git a/ulogd/libipulog/ulog_test.c b/ulogd/libipulog/ulog_test.c index d387d1f..71238b6 100644 --- a/ulogd/libipulog/ulog_test.c +++ b/ulogd/libipulog/ulog_test.c @@ -1,13 +1,13 @@ -/* ulog_test, $Revision$ +/* ulog_test, $Revision: 1.2 $ * * small testing program for libipulog, part of the netfilter ULOG target * for the linux 2.4 netfilter subsystem. * - * (C) 2000 by Harald Welte + * (C) 2000 by Harald Welte * * this code is released under the terms of GNU GPL * - * $Id: ulog_test.c,v 1.1 2000/07/30 19:34:05 laforge Exp laforge $ + * $Id: ulog_test.c,v 1.2 2000/07/31 15:02:33 laforge Exp $ */ #include -- cgit v1.2.3