summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syslogd/syslogd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* When syslogd(8) parent process terminates, the file cleanup codebluhm2019-07-051-6/+1
* I have touched more than half the source code lines of syslogd(8).bluhm2017-10-051-1/+2
* Kernel sendsyslog(2), libc syslog(3), and syslogd(8) restrict andbluhm2017-08-081-2/+1
* The global variable Startup is not used anymore and can be deleted.bluhm2017-04-051-2/+1
* As we did not have nice log functions before, ttymsg() had to returnbluhm2017-04-051-2/+2
* Replace logdebug() with generic log_debug() from log.c. Implementbluhm2017-04-051-2/+1
* Start to replace the home grown syslogd(8) internal debug and loggingbluhm2017-03-161-1/+5
* Remove the artificial maximum number of unix domain sockets inbluhm2016-10-171-3/+2
* Use closefrom(4) in privsep parent and avoid some global filebluhm2016-10-161-3/+1
* Do an exec on itself in the privileged syslogd(8) parent processbluhm2016-10-061-2/+3
* If writing to a tty blocks, syslogd forked and tried to write againbluhm2015-10-231-1/+3
* Do some cleanup in syslogd ttymsg(). Add a debug message when thebluhm2015-10-211-2/+4
* In syslogd replace the dprintf() macro with a logdebug() functionbluhm2015-10-151-2/+2
* If syslogd is started with -S, it accepts TLS connections to receivebluhm2015-10-091-2/+2
* When syslogd is invoked with -T listen_address, it creates a TCPbluhm2015-07-071-2/+2
* Remove some unneeded includes. OK deraadt@millert2015-07-061-2/+2
* Add a -U command line switch for syslogd to specify an explict bindbluhm2015-06-301-2/+2
* Switch syslogd from using poll(2) to libevent.bluhm2014-10-051-12/+3
* Cleanup the reporting socket code in syslogd.bluhm2014-10-031-2/+2
* Remove redundant null check and rename vars consistently in syslogddoug2014-09-101-5/+5
* Fix a syslogd regression when specifying all 20 additional log pathsdoug2014-09-081-2/+3
* Allow to restrict syslogd to a protocol family with -4 and -6 commandbluhm2014-08-251-2/+2
* Replace gethostbyaddr(3) with getnameinfo(3). Remove the sigprocmask()bluhm2014-08-201-2/+2
* Add missing OpenBSD RCS id.bluhm2014-08-201-0/+2
* Rename priv_gethostserv() to priv_getaddrinfo() as this is what thebluhm2014-08-201-1/+1
* put do { } while (0) around the dprintf macro to make it less scarydlg2013-08-191-1/+1
* shuffle some things around to deal with incomplete typesjsg2010-04-301-0/+1
* - use getaddrinfo() instead of gethostbyname/getservbynamejason2007-05-021-1/+2
* memory leak on SIGHUP for memory buffer logs, based on fix by Stephen Marley;djm2005-06-061-0/+1
* support @hostname:port syntax in syslog.conf, prompted by msf@ at c2k4;djm2004-07-031-1/+4
* Buffered logging for syslogd. Logs may be stored in memory buffers anddjm2004-01-041-1/+16
* convert from select() to poll() for main event loop; tested millert@, deraadt@djm2003-12-291-4/+7
* Privilege separated syslog daemon. The child listening to log requests dropsavsm2003-07-311-0/+45