Age | Commit message (Expand) | Author |
2024-11-07 | Move syslogd(8) TLS handshake callback from read to write handler. | Alexander Bluhm |
2024-07-01 | Explicit TLS handshake with syslog client. | Alexander Bluhm |
2024-06-29 | remove unused var | Jonathan Gray |
2024-01-06 | Prevent use after free of TLS context at syslogd(8) shutdown. | Alexander Bluhm |
2023-10-19 | syslogd(8) counts dropped UDP packets. | Alexander Bluhm |
2023-10-12 | Retry DNS lookup for remote loghost. | Alexander Bluhm |
2023-08-11 | Replace use of the old BSD st_*timespec members in struct stat with | Philip Guenther |
2023-03-16 | When syslogd is sending messages via UDP to a remote loghost, it | Alexander Bluhm |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2022-12-28 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-06-16 | OpenBSD syslogd(8) escapes binary data with vis(3). Use the | Alexander Bluhm |
2022-05-04 | Variable pri is uninitialized, use msg.m_pri instead. This affects | Alexander Bluhm |
2022-03-22 | Call tls_close() in libevent TLS wrapper of syslogd when the other | Alexander Bluhm |
2022-01-13 | Move parsing of incoming syslog messages to their own section. | Martijn van Duren |
2021-12-13 | including sys/cdefs.h manually started as a result of netbsd trying to | Theo de Raadt |
2021-11-10 | When sending via UDP, syslogd(8) can use iovec with sendmsg(2) | Alexander Bluhm |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-09-19 | The LocalDomain in syslogd(8) is not used, remove variable. | Alexander Bluhm |
2021-09-10 | When writing a message, syslogd did a combination of putting | Alexander Bluhm |
2021-09-03 | Make sure that strings passed to printline() are always NUL terminated. | Alexander Bluhm |
2021-09-03 | Use a define for the iov array size in syslogd. This is better | Alexander Bluhm |
2021-07-14 | Remove unneeded calls to tls_init(3) | kn |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2021-03-09 | Early daemons like dhcpleased(8), slaacd(8), unwind(8), resolvd(8) | Alexander Bluhm |
2020-09-16 | close all fds > STDERR_FILENO before executing the pipe program. | Martijn van Duren |
2020-09-14 | Established TCP and TLS sockets of syslogd did stay open forever | Alexander Bluhm |
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 |