Age | Commit message (Expand) | Author |
2017-03-03 | Internally libssl uses 16k buffer, the libevent TLS wrapper uses | Alexander Bluhm |
2017-01-02 | Syslogd accepted network input only for either IPv4 or IPv6. To | 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-12-23 | When the kernel message buffer overflows, a message is printed by | Alexander Bluhm |
2016-11-30 | Wrap lines earlier on tls_config_set_protocols(3) | Ricardo Mestre |
2016-11-21 | Check return value of tls_config_set_protocols(3) and log if it fails | Ricardo Mestre |
2016-10-17 | Remove the artificial maximum number of unix domain sockets in | 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-10-06 | Syslog RFC 5424 says you should add 1 to 6 digits with fractions | Alexander Bluhm |
2016-10-04 | When doing global remote logging and archiving, it is inconvenient | Alexander Bluhm |
2016-09-24 | sort FILES; | Jason McIntyre |
2016-09-24 | improve DESCRIPTION; | Jason McIntyre |
2016-09-23 | Revert a wording change. Requested by jmc@ | Alexander Bluhm |
2016-09-23 | Add some more improvements from jmc@ to syslogd(8). | Alexander Bluhm |
2016-09-23 | Document certificate handling in syslogd(8) man page. | Alexander Bluhm |
2016-09-23 | With the new large socket buffer sizes, syslogd could use more mbufs | Alexander Bluhm |
2016-09-23 | Improve syslogd(8) man page. | Alexander Bluhm |
2016-09-21 | tweak previous; | Jason McIntyre |
2016-09-21 | Add an option to give syslogd a server CA that is used to validate | Alexander Bluhm |
2016-08-29 | Add more information to syslogd tls config error messages. | Alexander Bluhm |
2016-08-17 | By using the new tls_config_load_file() feature, syslogd(8) certificate | Alexander Bluhm |
2016-08-16 | stop including sys/param.h for nitems. define locally as needed. | Ted Unangst |
2016-07-13 | Adjust existing tls_config_set_cipher() callers for TLS cipher group | Joel Sing |
2016-07-12 | Document that the syslogd options -c and -k must be used together. | Alexander Bluhm |
2016-07-12 | Add support for TLS client certificates in syslogd. This allows a | Alexander Bluhm |
2016-07-06 | Allow space-deliminated fields in syslog.conf in addition to | Todd C. Miller |
2016-07-01 | Avoid printing f->f_lasttime and/or f->f_prevhost if they are empty. | Todd C. Miller |
2016-07-01 | Include errno string in log message when we fail to open a file. | Todd C. Miller |
2016-06-28 | whitespace nit | Jeremie Courreges-Anglas |
2016-04-02 | Eliminate superfluous 3rd params in fcntl(F_GETFL) calls. | Kenneth R Westerback |
2016-03-31 | Don't use .Aq for syntax elements that require ASCII "<>". | Ingo Schwarze |
2016-02-17 | Prevent an integer overflow in syslogd when parsing the priority. | Alexander Bluhm |
2015-12-29 | When running syslogd in debug mode, use a callback to print the | Alexander Bluhm |
2015-12-16 | Adding mark messages to log files was broken since OpenBSD 5.7. | Alexander Bluhm |
2015-10-24 | If loading the CA certificates at startup had failed, the syslogd | Alexander Bluhm |
2015-10-23 | If writing to a tty blocks, syslogd forked and tried to write again | Alexander Bluhm |
2015-10-21 | Do some cleanup in syslogd ttymsg(). Add a debug message when the | Alexander Bluhm |
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-11 | Pass unsigned char to isdigit(3). | Alexander Bluhm |
2015-10-11 | Userspace doesn't need to use SUN_LEN(): connect() and bind() must accept | Philip Guenther |
2015-10-10 | normalize a few more tame request orderings, to help review | Theo de Raadt |
2015-10-09 | If syslogd is started with -S, it accepts TLS connections to receive | Alexander Bluhm |
2015-10-09 | If syslogd is started with -S, it accepts TLS connections to receive | Alexander Bluhm |
2015-10-09 | A fork(2) is used in ttymsg() to delay the message to a tty if it | Alexander Bluhm |