summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorlaforge <laforge>2004-04-24 22:50:55 +0000
committerlaforge <laforge>2004-04-24 22:50:55 +0000
commit8a5b02b30e67d47b354ecaef0e93b76ad425785d (patch)
treed4a75f962cfe2600e660a588dc9907c211508517 /TODO
parent9fa19bdb804fac35050823a6a80e4859531f663b (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 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index 919d31b..3ab6194 100644
--- a/TODO
+++ b/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?