summaryrefslogtreecommitdiffstats
path: root/TODO
blob: f305204fb579e610b740ef9bd66b6f92fec459dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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
X add timer to flush queue in user-defineable time intervals
- IPv6 ULOG target

ulogd:
X MYSQL output plugin
X syslog compatibility output plugin
- _fini() support for plugin destructors (needed for clean shutdown and 
  SIGHUP configfile reload
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)
- make ULOGD_RET_RAW contain information about the size of the returned object

conffile:
- rewrite. This stuff is a real mess.