0b409d0b06
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
972 B
972 B
- TODO
- sysklogd v2.0
- Add example application, test building and running it from Travis-CI
- Check for memory/descriptor leaks, valgrind/Coverity
- Drop strlcpy() from libsyslog, make built-in? (marked as weak alias)
- Document, and add examle of, how to use libsyslog
- 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 v1 API, syslogp()
- Add RFC5424 parsing of incoming msgs to syslogd
- Local `stdout | stdin` unit testing
- Rewrite man pages do mandoc format
- sysklogd v2.0