Age | Commit message (Expand) | Author |
2015-03-30 | Use getline instead of fgets to allow arbitrary line length in | Tobias Stoeckmann |
2015-02-24 | Explain in a comment that atoi() is safe here. | Alexander Bluhm |
2015-02-22 | Rename tls_config_insecure_noverifyhost() to | Joel Sing |
2015-02-22 | Set the TLS ciphers to "compat" mode, restoring the previous behaviour. | Joel Sing |
2015-02-20 | When syslogd is writing over TLS, the error "SSL3_WRITE_PENDING:bad | Alexander Bluhm |
2015-02-14 | Call tls_config_set_protocols(TLS_PROTOCOLS_ALL) also if the hostname | Alexander Bluhm |
2015-02-13 | When too many -a requests on the syslogd command line cannot be | Alexander Bluhm |
2015-02-12 | Change TLS_PROTOCOLS_DEFAULT to be TLSv1.2 only. Add a TLS_PROTOCOLS_ALL | Joel Sing |
2015-02-10 | Oops, I accidently reverted the two previous commits in syslog.conf.5. | Alexander Bluhm |
2015-02-10 | Make error check consistent in all recvfrom(2) callbacks. | Alexander Bluhm |
2015-02-10 | Fix typo in previous commit. | Alexander Bluhm |
2015-02-10 | Specifying the port is non-optional for (non-TLS) syslog over TCP, ok bluhm@ | Stuart Henderson |
2015-02-09 | Fix format string of -m error message. | Alexander Bluhm |
2015-02-08 | Implement octet counting for sending syslog over TCP and TLS streams. | Alexander Bluhm |
2015-02-08 | Use ebuf[ERRBUFSIZE] instead of ebuf[256] everywhere. | Reyk Floeter |
2015-02-07 | use strtonum() instead of atoi(); ok bluhm | Theo de Raadt |
2015-02-06 | To get reliable TCP and TLS logging, report when messages get lost. | Alexander Bluhm |
2015-02-02 | As a result of the recommendations in RFC 5424, 5425, 5426 set the | Alexander Bluhm |
2015-01-31 | The error buffer in syslogd might be too small for the TLS errors. | Alexander Bluhm |
2015-01-30 | Document the syslogd certificate validation options. | Alexander Bluhm |
2015-01-30 | Start TLS after the TCP connect has finished. Call the TLS connect | Alexander Bluhm |
2015-01-28 | If not explicitly disabled, syslogd verifies the x509 certificate | Alexander Bluhm |
2015-01-20 | Document how to send syslog messages over TCP or TLS. | Alexander Bluhm |
2015-01-19 | Replace HOST_NAME_MAX+1 with NI_MAXHOST when the hostname is used | Alexander Bluhm |
2015-01-18 | Implement sending syslog messages over TLS. | Alexander Bluhm |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2015-01-15 | When the connection to a TCP syslog server fails or the TCP connection | Alexander Bluhm |
2015-01-08 | Use the field f_file also for the forwarding file descriptor. Remove | Alexander Bluhm |
2015-01-02 | Use SIMPLEQ for syslogd filed list instead of manual list operations. | Alexander Bluhm |
2015-01-02 | When syslogd was sending via TCP, there was file descriptor leak | Alexander Bluhm |
2014-12-31 | Implement sending syslog messages over TCP streams. | Alexander Bluhm |
2014-12-10 | If default file descriptors (0, 1, 2) have to be assigned to /dev/null, | Tobias Stoeckmann |
2014-12-10 | File descriptors are of type int, not short. While at it, adjust remaining | Tobias Stoeckmann |
2014-12-07 | Fix regression for priority "none" (spotted by doug) of last commit by not | Tobias Stoeckmann |
2014-12-06 | Verify that facility and priority numbers are in valid ranges. | Tobias Stoeckmann |
2014-12-03 | Fix off by one in check for socket path too long. From Nicolas Bedos. | Todd C. Miller |
2014-11-26 | Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ | Todd C. Miller |
2014-11-01 | Replace the combination of strlen(), calloc(), strlen(), strlcpy() | Alexander Bluhm |
2014-10-06 | As libevent provides safe signal callbacks instead of signal handlers, | 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-10-01 | Map out-of-range facility values to LOG_USER to avoid array over-read. | Philip Guenther |
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-09-04 | Move the handlers for the poll events into separate functions. They | Alexander Bluhm |
2014-08-31 | The reapchild() signal handler collects all children. This can be | Alexander Bluhm |
2014-08-31 | Do not call free() on an array in the data section. Fortunately | Alexander Bluhm |
2014-08-25 | Document the IPv4/IPv6 command line switches and protocol loghost | Alexander Bluhm |
2014-08-25 | Call check_tty_name() and check_log_name() with the string size and | Alexander Bluhm |