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_5_8


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.5   8 years  bluhm   As libtls previously did not set SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER, syslogd ha...
[TXT] evbuffer_tls.h  1.3   8 years  bluhm   As libtls previously did not set SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER, syslogd ha...
[TXT] privsep.c  1.54   8 years  bluhm   When syslogd is invoked with -T listen_address, it creates a TCP socket and acce...
[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.32   8 years  bluhm   Add the possiblity to store all syslog messages received from a specific host in...
[TXT] syslogd.8  1.38   8 years  bluhm   Do not explain multiple times how to put brackets around IPv6 addresses in syslo...
[TXT] syslogd.c  1.177   8 years  bluhm   Do not reconnect outgoing TCP connections too aggressively. In case the receive...
[TXT] syslogd.h  1.19   8 years  bluhm   When syslogd is invoked with -T listen_address, it creates a TCP socket and acce...
[TXT] ttymsg.c  1.7   8 years  millert   Remove some unneeded includes. OK deraadt@