Age | Commit message (Expand) | Author |
2020-05-25 | When DNS lookup of an UDP loghost failed, syslogd(8) did close the | Alexander Bluhm |
2019-07-05 | When syslogd(8) parent process terminates, the file cleanup code | Alexander Bluhm |
2019-07-02 | React properly to the very unlikely cases where snprintf(3) may | Alexander Bluhm |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-01-18 | Increase the socket buffer size for sendsyslog(2) to 1 MB. During | Alexander Bluhm |
2019-01-13 | document how program names are extracted from log lines | Ingo Schwarze |
2019-01-13 | When parsing log lines in order to select syslog.conf(5) line blocks, support | Ingo Schwarze |
2018-11-29 | Honor SIGINT/QUIT when running in foreground | kn |
2018-09-27 | Document how syslogd(8) escapes characters in log lines. | Alexander Bluhm |
2018-09-02 | Document how SIGHUP and log rotation works with syslogd(8). Do not | Alexander Bluhm |
2018-08-31 | Unsetting Initialized during syslogd die() is a relic from the time | Alexander Bluhm |
2018-08-07 | Unveil fits nicely into the syslogd privsep model. Unveiled files | Theo de Raadt |
2018-07-23 | Point to glob in section 7 for the actual list of special characters instead | kn |
2018-07-17 | allow shell globs to match program and hostname selector tags via | Damien Miller |
2018-04-26 | Globally remember the passwd entry for _syslogd. The user id is | Alexander Bluhm |
2018-04-08 | AF_LOCAL was a failed attempt (by POSIX?) to seem less UNIX-specific, but | Philip Guenther |
2018-02-02 | convert the remaining examples to full sentences; | Jason McIntyre |
2018-02-01 | Add an example on how to log messages coming from a given host to a | Landry Breuil |
2018-01-27 | Add missing `l' prefix to linker flag and markup SIGHUP; ok jmc@ | anton |
2017-11-24 | Revert my change to ignore EIO errors when writing to log files. | Alexander Bluhm |
2017-10-23 | When the partition of /var/log was full, syslogd(8) stopped writing | Alexander Bluhm |
2017-10-05 | When syslogd writes some startup errors to stderr or console, they | Alexander Bluhm |
2017-10-05 | I have touched more than half the source code lines of syslogd(8). | Alexander Bluhm |
2017-10-02 | Also ignore "Can't assign requested address" error when sendto(2) | Alexander Bluhm |
2017-09-27 | Document how ioctl(2) LIOCSFD on /dev/klog registers a socket pair | Alexander Bluhm |
2017-09-17 | syslogd has special code to report errors before it has been | Alexander Bluhm |
2017-09-17 | When writing local output, syslogd ignores EAGAIN. Unfortunately | Alexander Bluhm |
2017-09-12 | In the default configuration syslogd(8) kept two *:514 UDP sockets | Alexander Bluhm |
2017-08-08 | Kernel sendsyslog(2), libc syslog(3), and syslogd(8) restrict and | Alexander Bluhm |
2017-07-05 | Some documentation improvements: | Martin Pieuchot |
2017-07-04 | It does not make sense to use ioctl(FIONREAD) with TLS as libtls | Alexander Bluhm |
2017-04-28 | When syslogd(8) failed to open a logfile, the error message could | Alexander Bluhm |
2017-04-25 | Allow syslogd(8) to listen on multiple addresses for incomming TLS | Alexander Bluhm |
2017-04-17 | Add syslogd(8) option -r to suppress the summary line for pipe and | Alexander Bluhm |
2017-04-07 | Incoming TCP connections from clients fill the files of a log server. | Alexander Bluhm |
2017-04-06 | Add the LOG_SYSLOG facility to local messages. | Alexander Bluhm |
2017-04-05 | The global variable Startup is not used anymore and can be deleted. | Alexander Bluhm |
2017-04-05 | As we did not have nice log functions before, ttymsg() had to return | Alexander Bluhm |
2017-04-05 | The function logmsg() was used to generate local messages and to | Alexander Bluhm |
2017-04-05 | Replace logerror() functions with generic log_warn() from log.c. | Alexander Bluhm |
2017-04-05 | Replace all combinations of logerror() and die() with log.c fatal(). | Alexander Bluhm |
2017-04-05 | Replace logdebug() with generic log_debug() from log.c. Implement | Alexander Bluhm |
2017-04-05 | Do not print a warning if closing the control socket fails. It | Alexander Bluhm |
2017-03-28 | fix semicolon after if statement in currently uncalled code | Jonathan Gray |
2017-03-26 | After my previous commit, file descriptor fd_sendsys may be -1 if | Alexander Bluhm |
2017-03-24 | Keep syslogd(8) running as long as possible. Regular programs | Alexander Bluhm |
2017-03-24 | Replace bcopy(3) with memmove(3) in function ttymsg(). Values of | Alexander Bluhm |
2017-03-16 | Start to replace the home grown syslogd(8) internal debug and logging | Alexander Bluhm |
2017-03-16 | Convert the global variable fd_tls to a local one. Use separate | Alexander Bluhm |
2017-03-16 | There was a file descripotor leak in the syslogd(8) ttymsg() error | Alexander Bluhm |