-*- text -*-
1.0 items

o pre-exec logging as well as post-exit
o further error and sanity checks in initialization process. improve
reporting of errors back to user.

random other stuff

o make the tcp_wrappers stuff a module
o ipv6 (should be easy with getaddrinfo(3))
o rfc1918 module - kinda done with the tcp_wrappers stuff
o environment % substitutions
o linux socket filter
o audit code paths from signal handler, ensure no malloc/freeing done
until and unless we use a reentrant allocator
o timers for maximum process life and periodic events (stat generation)
o groups other than 'default' in config (macros, effectively)
o is there any way of deducing the protocol in use given the socket
type? ie, having called socket(x, y, 0), how can you find out the
protocol number to pass to pmap_set()? this will be useful in allowing
people to only specify a sockettype of "stream" without needing to
specify "tcp" as well...
o signal-triggered actions (logging, killing services,...?)
