summaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd
AgeCommit message (Expand)Author
2017-03-03Internally libssl uses 16k buffer, the libevent TLS wrapper usesAlexander Bluhm
2017-01-02Syslogd accepted network input only for either IPv4 or IPv6. ToAlexander Bluhm
2016-12-30When syslogd received a SIGHUP during startup, it died instead ofAlexander Bluhm
2016-12-27If syslogd was started with a relative path, the program could notAlexander Bluhm
2016-12-23When the kernel message buffer overflows, a message is printed byAlexander Bluhm
2016-11-30Wrap lines earlier on tls_config_set_protocols(3)Ricardo Mestre
2016-11-21Check return value of tls_config_set_protocols(3) and log if it failsRicardo Mestre
2016-10-17Remove the artificial maximum number of unix domain sockets inAlexander Bluhm
2016-10-16Fix trailing whitespace and shorten long lines.Alexander Bluhm
2016-10-16Use closefrom(4) in privsep parent and avoid some global fileAlexander Bluhm
2016-10-06Do an exec on itself in the privileged syslogd(8) parent processAlexander Bluhm
2016-10-06Syslog RFC 5424 says you should add 1 to 6 digits with fractionsAlexander Bluhm
2016-10-04When doing global remote logging and archiving, it is inconvenientAlexander Bluhm
2016-09-24sort FILES;Jason McIntyre
2016-09-24improve DESCRIPTION;Jason McIntyre
2016-09-23Revert a wording change. Requested by jmc@Alexander Bluhm
2016-09-23Add some more improvements from jmc@ to syslogd(8).Alexander Bluhm
2016-09-23Document certificate handling in syslogd(8) man page.Alexander Bluhm
2016-09-23With the new large socket buffer sizes, syslogd could use more mbufsAlexander Bluhm
2016-09-23Improve syslogd(8) man page.Alexander Bluhm
2016-09-21tweak previous;Jason McIntyre
2016-09-21Add an option to give syslogd a server CA that is used to validateAlexander Bluhm
2016-08-29Add more information to syslogd tls config error messages.Alexander Bluhm
2016-08-17By using the new tls_config_load_file() feature, syslogd(8) certificateAlexander Bluhm
2016-08-16stop including sys/param.h for nitems. define locally as needed.Ted Unangst
2016-07-13Adjust existing tls_config_set_cipher() callers for TLS cipher groupJoel Sing
2016-07-12Document that the syslogd options -c and -k must be used together.Alexander Bluhm
2016-07-12Add support for TLS client certificates in syslogd. This allows aAlexander Bluhm
2016-07-06Allow space-deliminated fields in syslog.conf in addition toTodd C. Miller
2016-07-01Avoid printing f->f_lasttime and/or f->f_prevhost if they are empty.Todd C. Miller
2016-07-01Include errno string in log message when we fail to open a file.Todd C. Miller
2016-06-28whitespace nitJeremie Courreges-Anglas
2016-04-02Eliminate superfluous 3rd params in fcntl(F_GETFL) calls.Kenneth R Westerback
2016-03-31Don't use .Aq for syntax elements that require ASCII "<>".Ingo Schwarze
2016-02-17Prevent an integer overflow in syslogd when parsing the priority.Alexander Bluhm
2015-12-29When running syslogd in debug mode, use a callback to print theAlexander Bluhm
2015-12-16Adding mark messages to log files was broken since OpenBSD 5.7.Alexander Bluhm
2015-10-24If loading the CA certificates at startup had failed, the syslogdAlexander Bluhm
2015-10-23If writing to a tty blocks, syslogd forked and tried to write againAlexander Bluhm
2015-10-21Do some cleanup in syslogd ttymsg(). Add a debug message when theAlexander Bluhm
2015-10-20After pledge "dns" has been refactored and setsockopt(SO_RCVBUF)Alexander Bluhm
2015-10-18Add "id" pledge to syslogd privsep process. Needed for logging to pipe.Alexander Bluhm
2015-10-16Pledge the syslogd privsep process with "stdio rpath wpath cpathAlexander Bluhm
2015-10-15In syslogd replace the dprintf() macro with a logdebug() functionAlexander Bluhm
2015-10-11Pass unsigned char to isdigit(3).Alexander Bluhm
2015-10-11Userspace doesn't need to use SUN_LEN(): connect() and bind() must acceptPhilip Guenther
2015-10-10normalize a few more tame request orderings, to help reviewTheo de Raadt
2015-10-09If syslogd is started with -S, it accepts TLS connections to receiveAlexander Bluhm
2015-10-09If syslogd is started with -S, it accepts TLS connections to receiveAlexander Bluhm
2015-10-09A fork(2) is used in ttymsg() to delay the message to a tty if itAlexander Bluhm