summaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd/syslogd.h
AgeCommit message (Expand)Author
2017-10-05I have touched more than half the source code lines of syslogd(8).Alexander Bluhm
2017-08-08Kernel sendsyslog(2), libc syslog(3), and syslogd(8) restrict andAlexander Bluhm
2017-04-05The global variable Startup is not used anymore and can be deleted.Alexander Bluhm
2017-04-05As we did not have nice log functions before, ttymsg() had to returnAlexander Bluhm
2017-04-05Replace logdebug() with generic log_debug() from log.c. ImplementAlexander Bluhm
2017-03-16Start to replace the home grown syslogd(8) internal debug and loggingAlexander Bluhm
2016-10-17Remove the artificial maximum number of unix domain sockets inAlexander Bluhm
2016-10-16Use closefrom(4) in privsep parent and avoid some global fileAlexander Bluhm
2016-10-06Do an exec on itself in the privileged syslogd(8) parent processAlexander Bluhm
2015-10-23If writing to a tty blocks, syslogd forked and tried to write againAlexander Bluhm
2015-10-21Do some cleanup in syslogd ttymsg(). Add a debug message when theAlexander Bluhm
2015-10-15In syslogd replace the dprintf() macro with a logdebug() functionAlexander Bluhm
2015-10-09If syslogd is started with -S, it accepts TLS connections to receiveAlexander Bluhm
2015-07-07When syslogd is invoked with -T listen_address, it creates a TCPAlexander Bluhm
2015-07-06Remove some unneeded includes. OK deraadt@Todd C. Miller
2015-06-30Add a -U command line switch for syslogd to specify an explict bindAlexander Bluhm
2014-10-05Switch syslogd from using poll(2) to libevent.Alexander Bluhm
2014-10-03Cleanup the reporting socket code in syslogd.Alexander Bluhm
2014-09-10Remove redundant null check and rename vars consistently in syslogdDoug Hogan
2014-09-08Fix a syslogd regression when specifying all 20 additional log pathsDoug Hogan
2014-08-25Allow to restrict syslogd to a protocol family with -4 and -6 commandAlexander Bluhm
2014-08-20Replace gethostbyaddr(3) with getnameinfo(3). Remove the sigprocmask()Alexander Bluhm
2014-08-20Add missing OpenBSD RCS id.Alexander Bluhm
2014-08-20Rename priv_gethostserv() to priv_getaddrinfo() as this is what theAlexander Bluhm
2013-08-19put do { } while (0) around the dprintf macro to make it less scaryDavid Gwynne
2010-04-30shuffle some things around to deal with incomplete typesJonathan Gray
2007-05-02- use getaddrinfo() instead of gethostbyname/getservbynameJason Wright
2005-06-06memory leak on SIGHUP for memory buffer logs, based on fix by Stephen Marley;Damien Miller
2004-07-03support @hostname:port syntax in syslog.conf, prompted by msf@ at c2k4;Damien Miller
2004-01-04Buffered logging for syslogd. Logs may be stored in memory buffers andDamien Miller
2003-12-29convert from select() to poll() for main event loop; tested millert@, deraadt@Damien Miller
2003-07-31Privilege separated syslog daemon. The child listening to log requests dropsAnil Madhavapeddy