1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00
openbsd-src/usr.sbin/syslogd
bluhm 18e6fc661f Move syslogd(8) TLS handshake callback from read to write handler.
syslogd should immediately detect that the incoming TLS handshake
is complete.  The old logic detected it when the first log message
over TLS was arriving.  For now only a debug message is logged, but
the callback will be used to print the common name of the client
certificate in the future.

OK tb@
2024-11-07 10:12:18 +00:00
..
evbuffer_tls.c Move syslogd(8) TLS handshake callback from read to write handler. 2024-11-07 10:12:18 +00:00
evbuffer_tls.h
log.c
log.h including sys/cdefs.h manually started as a result of netbsd trying to 2021-12-13 18:28:39 +00:00
Makefile Move parsing of incoming syslog messages to their own section. 2022-01-13 10:34:07 +00:00
parsemsg.c Move parsing of incoming syslog messages to their own section. 2022-01-13 10:34:07 +00:00
parsemsg.h Move parsing of incoming syslog messages to their own section. 2022-01-13 10:34:07 +00:00
privsep_fdpass.c
privsep.c Retry DNS lookup for remote loghost. 2023-10-12 22:36:54 +00:00
ringbuf.c
syslog.conf.5 document how program names are extracted from log lines 2019-01-13 11:07:47 +00:00
syslogd.8 OpenBSD syslogd(8) escapes binary data with vis(3). Use the 2022-06-16 18:44:43 +00:00
syslogd.c Move syslogd(8) TLS handshake callback from read to write handler. 2024-11-07 10:12:18 +00:00
syslogd.h Retry DNS lookup for remote loghost. 2023-10-12 22:36:54 +00:00
ttymsg.c Use a define for the iov array size in syslogd. This is better 2021-09-03 16:28:33 +00:00