sysklogd/man
Joachim Nilsson 4ee6211277 syslogd: Refactor internals to use new socket API
This patch is inspired, in part, by FreeBSD syslogd but now diverges
onto its own path.  Special handling for AF_UNIX sockets are required
on Linux, which unlike BSD cannot use getaddrinfo() on UNIX sockets.

- Rip out old funix[] and finet support
- Add new concept of peers
- Linked list of peers can be > 20
- Temporarily open up to accept all remote conns
- Remove old logerror(), replaced with new log macros

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
2019-11-12 13:28:01 +01:00
..
klogd.8 man: Formatting fixes for readability 2019-11-08 13:56:16 +01:00
logger.1 logger: Add NetBSD -d SD for RFC5424 structured data 2019-11-07 23:21:31 +01:00
Makefile.am Import NetBSD syslog.3 v1.33 as syslogp.3 2019-10-31 11:00:15 +01:00
syslog.conf.5 Reference syslogp(3) instead of native/old syslog(3) API 2019-11-07 23:20:14 +01:00
syslogd.8 syslogd: Refactor internals to use new socket API 2019-11-12 13:28:01 +01:00
syslogp.3 Reference syslogp(3) instead of native/old syslog(3) API 2019-11-07 23:20:14 +01:00