summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syslogd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* KNF spacing is more important than long linesderaadt2017-03-141-4/+4
* Internally libssl uses 16k buffer, the libevent TLS wrapper usesbluhm2017-03-031-2/+2
* Syslogd accepted network input only for either IPv4 or IPv6. Tobluhm2017-01-022-44/+75
* When syslogd received a SIGHUP during startup, it died instead ofbluhm2016-12-302-2/+22
* If syslogd was started with a relative path, the program could notbluhm2016-12-272-8/+14
* When the kernel message buffer overflows, a message is printed bybluhm2016-12-231-2/+3
* Wrap lines earlier on tls_config_set_protocols(3)mestre2016-11-301-5/+5
* Check return value of tls_config_set_protocols(3) and log if it failsmestre2016-11-211-3/+9
* Remove the artificial maximum number of unix domain sockets inbluhm2016-10-173-12/+18
* Fix trailing whitespace and shorten long lines.bluhm2016-10-163-12/+15
* Use closefrom(4) in privsep parent and avoid some global filebluhm2016-10-163-31/+10
* Do an exec on itself in the privileged syslogd(8) parent processbluhm2016-10-063-93/+119
* Syslog RFC 5424 says you should add 1 to 6 digits with fractionsbluhm2016-10-061-16/+25
* When doing global remote logging and archiving, it is inconvenientbluhm2016-10-042-24/+97
* sort FILES;jmc2016-09-241-6/+6
* improve DESCRIPTION;jmc2016-09-241-5/+7
* Revert a wording change. Requested by jmc@bluhm2016-09-231-2/+2
* Add some more improvements from jmc@ to syslogd(8).bluhm2016-09-231-5/+6
* Document certificate handling in syslogd(8) man page.bluhm2016-09-232-30/+49
* With the new large socket buffer sizes, syslogd could use more mbufsbluhm2016-09-231-3/+18
* Improve syslogd(8) man page.bluhm2016-09-231-37/+31
* tweak previous;jmc2016-09-211-10/+9
* Add an option to give syslogd a server CA that is used to validatebluhm2016-09-212-10/+38
* Add more information to syslogd tls config error messages.bluhm2016-08-291-9/+23
* By using the new tls_config_load_file() feature, syslogd(8) certificatebluhm2016-08-171-111/+38
* stop including sys/param.h for nitems. define locally as needed.tedu2016-08-161-2/+5
* Adjust existing tls_config_set_cipher() callers for TLS cipher groupjsing2016-07-131-2/+2
* Document that the syslogd options -c and -k must be used together.bluhm2016-07-121-1/+3
* Add support for TLS client certificates in syslogd. This allows abluhm2016-07-122-7/+54
* Allow space-deliminated fields in syslog.conf in addition tomillert2016-07-062-11/+15
* Avoid printing f->f_lasttime and/or f->f_prevhost if they are empty.millert2016-07-011-8/+24
* Include errno string in log message when we fail to open a file.millert2016-07-011-5/+5
* whitespace nitjca2016-06-281-2/+2
* Eliminate superfluous 3rd params in fcntl(F_GETFL) calls.krw2016-04-023-9/+10
* Don't use .Aq for syntax elements that require ASCII "<>".schwarze2016-03-311-3/+3
* Prevent an integer overflow in syslogd when parsing the priority.bluhm2016-02-171-15/+34
* When running syslogd in debug mode, use a callback to print thebluhm2015-12-291-1/+10
* Adding mark messages to log files was broken since OpenBSD 5.7.bluhm2015-12-161-1/+8
* If loading the CA certificates at startup had failed, the syslogdbluhm2015-10-241-2/+7
* If writing to a tty blocks, syslogd forked and tried to write againbluhm2015-10-233-35/+78
* Do some cleanup in syslogd ttymsg(). Add a debug message when thebluhm2015-10-213-37/+39
* After pledge "dns" has been refactored and setsockopt(SO_RCVBUF)bluhm2015-10-201-2/+2
* Add "id" pledge to syslogd privsep process. Needed for logging to pipe.bluhm2015-10-181-2/+2
* Pledge the syslogd privsep process with "stdio rpath wpath cpathbluhm2015-10-161-1/+5
* In syslogd replace the dprintf() macro with a logdebug() functionbluhm2015-10-153-85/+97
* Pass unsigned char to isdigit(3).bluhm2015-10-111-3/+3
* Userspace doesn't need to use SUN_LEN(): connect() and bind() must acceptguenther2015-10-111-5/+2
* normalize a few more tame request orderings, to help reviewderaadt2015-10-101-2/+2
* If syslogd is started with -S, it accepts TLS connections to receivebluhm2015-10-096-50/+224
* A fork(2) is used in ttymsg() to delay the message to a tty if itbluhm2015-10-091-2/+2