summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaforge <laforge>2000-09-22 06:57:16 +0000
committerlaforge <laforge>2000-09-22 06:57:16 +0000
commit3b37b6b7008f5eeb8c56d5495f8dc2374650a9d3 (patch)
treec7f3d807aa253f4f75c7d3a1b1c708e5a994f7b4
parent4ca00f3ca8b123106d6db17d883f3cca53faecfd (diff)
email address change
-rw-r--r--README4
-rw-r--r--TODO3
-rw-r--r--iptables/libipt_ULOG.c4
-rw-r--r--kernel/ipt_ULOG.c7
-rw-r--r--ulogd/libipulog/libipulog.c6
-rw-r--r--ulogd/libipulog/ulog_test.c6
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 <laforge@sunbeam.franken.de>
+The code is (C) 2000 by Harald Welte <laforge@gnumonks.org>
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 <laforge@sunbeam.franken.de>
+ * (C) 2000 by Harald Welte <laforge@gnumonks.org>
*
* 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 <stdio.h>
#include <netdb.h>
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 <laforge@sunbeam.franken.de>
+ * (C) 2000 by Harald Welte <laforge@gnumonks.org>
*
* 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 <linux/module.h>
@@ -30,6 +30,9 @@
#define DEBUGP(format, args...)
#endif
+MODULE_AUTHOR("Harald Welte <laforge@gnumonks.org>");
+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 <laforge@sunbeam.franken.de>
+ * (C) 2000 by Harald Welte <laforge@gnumonks.org>
* 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 <stdlib.h>
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 <laforge@sunbeam.franken.de>
+ * (C) 2000 by Harald Welte <laforge@gnumonks.org>
*
* 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 <stdio.h>