summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorlaforge <laforge>2001-05-20 13:51:46 +0000
committerlaforge <laforge>2001-05-20 13:51:46 +0000
commitd923eba00cd540605f2eaae4f95ec8fbee4c39a6 (patch)
tree8778a3f4664cbdfff79edfa541faa9a22218050c /TODO
parent864fde8619ef58b1b133605b9d014ac5a417eeab (diff)
included --with-log-ip-as-string option
removed ./configure (run autoconf) autoconf now adds -I/usr/src/linux/include to CFLAGS
Diffstat (limited to 'TODO')
-rw-r--r--TODO27
1 files changed, 27 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..5dccb70
--- /dev/null
+++ b/TODO
@@ -0,0 +1,27 @@
+libipulog:
+X handle multi-part nlmsgs
+- Error checking at netlink socket
+- forward port my timeout enabled read-function from libipq to libipulog
+- man pages
+
+kernel:
+X queue the logging in the kernel and send multiple packets in one
+ multipart nlmsg
+- add timer to flush queue in user-defineable time intervals
+- IPv6 ULOG target
+
+ulogd:
+X MYSQL output plugin
+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)
+- add support for capabilities to run as non-root
+- big endian fixes
+- man pages
+- IPv6 support (core and extensions)
+
+conffile:
+- rewrite. This stuff is a real mess.