| Commit message (Expand) | Author | Age | Files | Lines |
* | When syslogd(8) parent process terminates, the file cleanup code |  bluhm | 2019-07-05 | 1 | -6/+1 |
* | I have touched more than half the source code lines of syslogd(8). |  bluhm | 2017-10-05 | 1 | -1/+2 |
* | Kernel sendsyslog(2), libc syslog(3), and syslogd(8) restrict and |  bluhm | 2017-08-08 | 1 | -2/+1 |
* | The global variable Startup is not used anymore and can be deleted. |  bluhm | 2017-04-05 | 1 | -2/+1 |
* | As we did not have nice log functions before, ttymsg() had to return |  bluhm | 2017-04-05 | 1 | -2/+2 |
* | Replace logdebug() with generic log_debug() from log.c. Implement |  bluhm | 2017-04-05 | 1 | -2/+1 |
* | Start to replace the home grown syslogd(8) internal debug and logging |  bluhm | 2017-03-16 | 1 | -1/+5 |
* | Remove the artificial maximum number of unix domain sockets in |  bluhm | 2016-10-17 | 1 | -3/+2 |
* | Use closefrom(4) in privsep parent and avoid some global file |  bluhm | 2016-10-16 | 1 | -3/+1 |
* | Do an exec on itself in the privileged syslogd(8) parent process |  bluhm | 2016-10-06 | 1 | -2/+3 |
* | If writing to a tty blocks, syslogd forked and tried to write again |  bluhm | 2015-10-23 | 1 | -1/+3 |
* | Do some cleanup in syslogd ttymsg(). Add a debug message when the |  bluhm | 2015-10-21 | 1 | -2/+4 |
* | In syslogd replace the dprintf() macro with a logdebug() function |  bluhm | 2015-10-15 | 1 | -2/+2 |
* | If syslogd is started with -S, it accepts TLS connections to receive |  bluhm | 2015-10-09 | 1 | -2/+2 |
* | When syslogd is invoked with -T listen_address, it creates a TCP |  bluhm | 2015-07-07 | 1 | -2/+2 |
* | Remove some unneeded includes. OK deraadt@ |  millert | 2015-07-06 | 1 | -2/+2 |
* | Add a -U command line switch for syslogd to specify an explict bind |  bluhm | 2015-06-30 | 1 | -2/+2 |
* | Switch syslogd from using poll(2) to libevent. |  bluhm | 2014-10-05 | 1 | -12/+3 |
* | Cleanup the reporting socket code in syslogd. |  bluhm | 2014-10-03 | 1 | -2/+2 |
* | Remove redundant null check and rename vars consistently in syslogd |  doug | 2014-09-10 | 1 | -5/+5 |
* | Fix a syslogd regression when specifying all 20 additional log paths |  doug | 2014-09-08 | 1 | -2/+3 |
* | Allow to restrict syslogd to a protocol family with -4 and -6 command |  bluhm | 2014-08-25 | 1 | -2/+2 |
* | Replace gethostbyaddr(3) with getnameinfo(3). Remove the sigprocmask() |  bluhm | 2014-08-20 | 1 | -2/+2 |
* | Add missing OpenBSD RCS id. |  bluhm | 2014-08-20 | 1 | -0/+2 |
* | Rename priv_gethostserv() to priv_getaddrinfo() as this is what the |  bluhm | 2014-08-20 | 1 | -1/+1 |
* | put do { } while (0) around the dprintf macro to make it less scary |  dlg | 2013-08-19 | 1 | -1/+1 |
* | shuffle some things around to deal with incomplete types |  jsg | 2010-04-30 | 1 | -0/+1 |
* | - use getaddrinfo() instead of gethostbyname/getservbyname |  jason | 2007-05-02 | 1 | -1/+2 |
* | memory leak on SIGHUP for memory buffer logs, based on fix by Stephen Marley; |  djm | 2005-06-06 | 1 | -0/+1 |
* | support @hostname:port syntax in syslog.conf, prompted by msf@ at c2k4; |  djm | 2004-07-03 | 1 | -1/+4 |
* | Buffered logging for syslogd. Logs may be stored in memory buffers and |  djm | 2004-01-04 | 1 | -1/+16 |
* | convert from select() to poll() for main event loop; tested millert@, deraadt@ |  djm | 2003-12-29 | 1 | -4/+7 |
* | Privilege separated syslog daemon. The child listening to log requests drops |  avsm | 2003-07-31 | 1 | -0/+45 |