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_7_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.3   9 years  bluhm   When syslogd is writing over TLS, the error "SSL3_WRITE_PENDING:bad write retry"...
[TXT] evbuffer_tls.h  1.2   9 years  bluhm   When syslogd is writing over TLS, the error "SSL3_WRITE_PENDING:bad write retry"...
[TXT] privsep.c  1.51   9 years  bluhm   Replace HOST_NAME_MAX+1 with NI_MAXHOST when the hostname is used with getaddrin...
[TXT] privsep_fdpass.c  1.9   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] ringbuf.c  1.8   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] syslog.conf.5  1.31   9 years  bluhm   Oops, I accidently reverted the two previous commits in syslog.conf.5. Bring bac...
[TXT] syslogd.8  1.33   9 years  bluhm   Document the syslogd certificate validation options. OK jmc@
[TXT] syslogd.c  1.160   9 years  bluhm   Explain in a comment that atoi() is safe here. OK deraadt@
[TXT] syslogd.h  1.16   9 years  bluhm   Switch syslogd from using poll(2) to libevent. test and OK nicm@; OK henning@
[TXT] ttymsg.c  1.6   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...