cebec1202b
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
773 B
773 B
- sysklogd v2.0
- Document, and add examle of, how to use libsyslog
- Check for memory/descriptor leaks, valgrind
- Separate libsylog.{a,so} and syslog/syslog.h with NetBSD API
- Add syslogp() and vsyslogp() to libsyslog
- Add support for
/etc/syslog.d/*.conf
to syslogd - Test support of
/etc/syslog.d/*.conf
to syslogd - Test SIGHUP of syslogd
- Custom facilities!
- Fix option parsing in syslog.conf, e.g. ;RFC5424 and log rotation
- Test with/without openlog()
- Test custom facilities
- Test setlogmask()
- Test levels?
- Test v1 API, syslogp()
- Add RFC5424 parsing of incoming msgs to syslogd
- Local `stdout | stdin` unit testing
- Rewrite man pages do mandoc format