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_6_0_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.7   9 years  bluhm   Implement sending syslog messages over TLS. OK reyk@
[TXT] evbuffer_tls.c  1.9   8 years  bluhm   If syslogd is started with -S, it accepts TLS connections to receive encrypted m...
[TXT] evbuffer_tls.h  1.5   8 years  bluhm   If syslogd is started with -S, it accepts TLS connections to receive encrypted m...
[TXT] privsep.c  1.61   7 years  jca   whitespace nit
[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.9   8 years  millert   Remove some unneeded includes. OK deraadt@
[TXT] syslog.conf.5  1.34   7 years  millert   Allow space-deliminated fields in syslog.conf in addition to traditional tabs-de...
[TXT] syslogd.8  1.42   7 years  bluhm   Document that the syslogd options -c and -k must be used together. OK jmc@
[TXT] syslogd.c  1.210   7 years  jsing   Adjust existing tls_config_set_cipher() callers for TLS cipher group changes - m...
[TXT] syslogd.h  1.23   8 years  bluhm   If writing to a tty blocks, syslogd forked and tried to write again in a backgro...
[TXT] ttymsg.c  1.10   8 years  krw   Eliminate superfluous 3rd params in fcntl(F_GETFL) calls. ttymsg.c doesn't need...