Age | Commit message (Expand) | Author |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2020-09-16 | close all fds > STDERR_FILENO before executing the pipe program. | Martijn van Duren |
2019-07-05 | When syslogd(8) parent process terminates, the file cleanup code | Alexander Bluhm |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2018-08-07 | Unveil fits nicely into the syslogd privsep model. Unveiled files | Theo de Raadt |
2018-04-26 | Globally remember the passwd entry for _syslogd. The user id is | Alexander Bluhm |
2017-04-05 | Replace logdebug() with generic log_debug() from log.c. Implement | Alexander Bluhm |
2016-12-30 | When syslogd received a SIGHUP during startup, it died instead of | Alexander Bluhm |
2016-12-27 | If syslogd was started with a relative path, the program could not | Alexander Bluhm |
2016-10-16 | Fix trailing whitespace and shorten long lines. | Alexander Bluhm |
2016-10-16 | Use closefrom(4) in privsep parent and avoid some global file | Alexander Bluhm |
2016-10-06 | Do an exec on itself in the privileged syslogd(8) parent process | Alexander Bluhm |
2016-06-28 | whitespace nit | Jeremie Courreges-Anglas |
2016-04-02 | Eliminate superfluous 3rd params in fcntl(F_GETFL) calls. | Kenneth R Westerback |
2015-10-20 | After pledge "dns" has been refactored and setsockopt(SO_RCVBUF) | Alexander Bluhm |
2015-10-18 | Add "id" pledge to syslogd privsep process. Needed for logging to pipe. | Alexander Bluhm |
2015-10-16 | Pledge the syslogd privsep process with "stdio rpath wpath cpath | Alexander Bluhm |
2015-10-15 | In syslogd replace the dprintf() macro with a logdebug() function | Alexander Bluhm |
2015-10-09 | If syslogd is started with -S, it accepts TLS connections to receive | Alexander Bluhm |
2015-07-07 | When syslogd is invoked with -T listen_address, it creates a TCP | Alexander Bluhm |
2015-07-06 | Remove some unneeded includes. OK deraadt@ | Todd C. Miller |
2015-06-30 | Add a -U command line switch for syslogd to specify an explict bind | Alexander Bluhm |
2015-01-19 | Replace HOST_NAME_MAX+1 with NI_MAXHOST when the hostname is used | Alexander Bluhm |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-12-31 | Implement sending syslog messages over TCP streams. | Alexander Bluhm |
2014-10-05 | Switch syslogd from using poll(2) to libevent. | Alexander Bluhm |
2014-10-03 | Cleanup the reporting socket code in syslogd. | Alexander Bluhm |
2014-09-27 | Also in debug mode, close nullfd when it is not needed anymore. | Alexander Bluhm |
2014-09-10 | Remove redundant null check and rename vars consistently in syslogd | Doug Hogan |
2014-09-08 | Fix a syslogd regression when specifying all 20 additional log paths | Doug Hogan |
2014-08-25 | Call check_tty_name() and check_log_name() with the string size and | Alexander Bluhm |
2014-08-25 | Allow to restrict syslogd to a protocol family with -4 and -6 command | Alexander Bluhm |
2014-08-25 | Fix the gcc compiler warnings "comparison between signed and | Alexander Bluhm |
2014-08-21 | Send and receive UDP syslog packets on the IPv6 socket. | Alexander Bluhm |
2014-08-21 | Parse loghost in a separate function. Allow [] around hostname, | Alexander Bluhm |
2014-08-20 | Replace gethostbyaddr(3) with getnameinfo(3). Remove the sigprocmask() | Alexander Bluhm |
2014-08-20 | Rename priv_gethostserv() to priv_getaddrinfo() as this is what the | Alexander Bluhm |
2014-08-19 | The _exit codes in syslogd privsep.c were the wrong way around. | Alexander Bluhm |
2014-08-19 | Replace manually written function names with __func__. | Alexander Bluhm |
2008-11-23 | Remove some whitespace. | Brad Smith |
2008-09-29 | do not close a random file descriptor in debug mode, PR 5938 from mickey | Theo de Raadt |
2008-03-16 | avoid errno trashing, ok mpf henning | Theo de Raadt |
2008-03-16 | syslogd leaves zombies around if multiple |/pathto/mylogprog | Marco Pfatschbacher |
2007-03-15 | use warnx and not logerror in monitor, logerror is for the slave; | Damien Miller |
2007-02-20 | implement logging to other program's stdin. | Henning Brauer |
2006-07-09 | Use sigaction() instead of signal() in the parent and use the | Todd C. Miller |
2005-12-02 | unlink() pid file on exit. ok deraadt@ | Moritz Jodeit |
2005-06-06 | fix fd leak on SIGHUP after config change, spotted by Stephen Marley; ok avsm@ | Damien Miller |
2005-05-23 | noo need for endpwent() here at all, ok theo | Henning Brauer |