OpenBSD CVS

src/usr.sbin/syslogd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / syslogd

Current tag: OPENBSD_7_3


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.9   2 years  martijn   Move parsing of incoming syslog messages to their own section. This should make ...
[TXT] evbuffer_tls.c  1.13   2 years  bluhm   Call tls_close() in libevent TLS wrapper of syslogd when the other side terminat...
[TXT] evbuffer_tls.h  1.5   8 years  bluhm   If syslogd is started with -S, it accepts TLS connections to receive encrypted m...
[TXT] log.c  1.4   7 years  bluhm   When syslogd(8) failed to open a logfile, the error message could get lost. Rem...
[TXT] log.h  1.4   2 years  deraadt   including sys/cdefs.h manually started as a result of netbsd trying to macro-bui...
[TXT] parsemsg.c  1.1   2 years  martijn   Move parsing of incoming syslog messages to their own section. This should make ...
[TXT] parsemsg.h  1.1   2 years  martijn   Move parsing of incoming syslog messages to their own section. This should make ...
[TXT] privsep.c  1.75   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] privsep_fdpass.c  1.11   8 years  bluhm   During fd passing, receive_fd() tries to read the result value and the file desc...
[TXT] ringbuf.c  1.10   7 years  bluhm   Fix trailing whitespace and shorten long lines. No binary change.
[TXT] syslog.conf.5  1.39   5 years  schwarze   document how program names are extracted from log lines in order to select syslo...
[TXT] syslogd.8  1.61   23 months  bluhm   OpenBSD syslogd(8) escapes binary data with vis(3). Use the VIS_NOSLASH option ...
[TXT] syslogd.c  1.277   14 months  bluhm   When syslogd is sending messages via UDP to a remote loghost, it stops if there ...
[TXT] syslogd.h  1.36   2 years  martijn   Move parsing of incoming syslog messages to their own section. This should make ...
[TXT] ttymsg.c  1.19   2 years  bluhm   Use a define for the iov array size in syslogd. This is better than passing the...