summaryrefslogtreecommitdiffstats
path: root/ulogd/TODO
diff options
context:
space:
mode:
authorlaforge <laforge>2004-04-24 22:50:55 +0000
committerlaforge <laforge>2004-04-24 22:50:55 +0000
commit7b452633ae269422d8e4460d145b6eb93724a4ca (patch)
tree61909597c3382c65ae1502d45eca6ab3dbd7a96b /ulogd/TODO
parentab32a1519424cdb54bfb690ee20e0c05fba38a83 (diff)
- add .init and .fini member to output plugin
- defer file opens + other initialization until after setuid() was called - cosmetic cleanup (no _ in static functions, use 'static' whenever possible)
Diffstat (limited to 'ulogd/TODO')
-rw-r--r--ulogd/TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/ulogd/TODO b/ulogd/TODO
index 919d31b..3ab6194 100644
--- a/ulogd/TODO
+++ b/ulogd/TODO
@@ -31,6 +31,7 @@ X pcap output plugin (to use ethereal/tcpdump/... for the logs)
used by any of the running output plugins
- issues with ulogd_BASE and partially copied packets (--ulog-cprange)
- problem wrt. ulogd_BASE and fragments
+- implement extension SIGHUP handlers (including config re-parse)
conffile:
- rewrite parser. This stuff is a real mess. Anybody interested?