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_3_7_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.5   20 years  djm   Buffered logging for syslogd. Logs may be stored in memory buffers and extracted...
[TXT] privsep.c  1.23   19 years  deraadt   portable code should not use that gcc __func__ specific junk when it is not need...
[TXT] privsep_fdpass.c  1.4   19 years  deraadt   portable code should not use that gcc __func__ specific junk when it is not need...
[TXT] ringbuf.c  1.3   19 years  djm   extend memory buffer control protocol to support transmission of flags, starting...
[TXT] syslog.conf.5  1.19   19 years  djm   support @hostname:port syntax in syslog.conf, prompted by msf@ at c2k4; ok henni...
[TXT] syslogd.8  1.21   19 years  jmc   group paragraphs more logically; suggested by michael knudsen;
[TXT] syslogd.c  1.89   19 years  markus   shutdown the inetd socket for reading if secure; ok deraadt
[TXT] syslogd.h  1.4   19 years  djm   support @hostname:port syntax in syslog.conf, prompted by msf@ at c2k4; ok henni...
[TXT] ttymsg.c  1.3   19 years  djm   -Wall,-Wshadow cleanup with avsm@; ok henning@ krw@