summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorlaforge <laforge>2002-07-30 07:04:11 +0000
committerlaforge <laforge>2002-07-30 07:04:11 +0000
commit769e901f54f034c1de21323602afa38c5c1214b1 (patch)
tree1e2f3a714a2d990e43aac5bcdf0357b04f2f5e35 /TODO
parentfe947459813bfa0b0c19ea64aa3db00dfaf3494d (diff)
- if ipulog_read fails, print errno and ulog_errno
- close stdin and call setsid() when we daemonize - make logfile rotate work - add comment about log levels to ulogd.conf
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO
index 55b3632..c11e2cb 100644
--- a/TODO
+++ b/TODO
@@ -16,13 +16,13 @@ X syslog compatibility output plugin
- autoconf-detection of ipt_ULOG.h
- _fini() support for plugin destructors (needed for clean shutdown and
SIGHUP configfile reload
-- commandline option for "to fork or not to fork"
-- various command line options (we don't even have --version)
+X commandline option for "to fork or not to fork"
+X various command line options (we don't even have --version)
- add support for capabilities to run as non-root
- big endian fixes
- man pages
- IPv6 support (core and extensions)
-- pcap output plugin (to use ethereal/tcpdump/... for the logs)
+X pcap output plugin (to use ethereal/tcpdump/... for the logs)
conffile:
- rewrite. This stuff is a real mess.