summaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd
AgeCommit message (Expand)Author
2017-08-08Kernel sendsyslog(2), libc syslog(3), and syslogd(8) restrict andAlexander Bluhm
2017-07-05Some documentation improvements:Martin Pieuchot
2017-07-04It does not make sense to use ioctl(FIONREAD) with TLS as libtlsAlexander Bluhm
2017-04-28When syslogd(8) failed to open a logfile, the error message couldAlexander Bluhm
2017-04-25Allow syslogd(8) to listen on multiple addresses for incomming TLSAlexander Bluhm
2017-04-17Add syslogd(8) option -r to suppress the summary line for pipe andAlexander Bluhm
2017-04-07Incoming TCP connections from clients fill the files of a log server.Alexander Bluhm
2017-04-06Add the LOG_SYSLOG facility to local messages.Alexander Bluhm
2017-04-05The global variable Startup is not used anymore and can be deleted.Alexander Bluhm
2017-04-05As we did not have nice log functions before, ttymsg() had to returnAlexander Bluhm
2017-04-05The function logmsg() was used to generate local messages and toAlexander Bluhm
2017-04-05Replace logerror() functions with generic log_warn() from log.c.Alexander Bluhm
2017-04-05Replace all combinations of logerror() and die() with log.c fatal().Alexander Bluhm
2017-04-05Replace logdebug() with generic log_debug() from log.c. ImplementAlexander Bluhm
2017-04-05Do not print a warning if closing the control socket fails. ItAlexander Bluhm
2017-03-28fix semicolon after if statement in currently uncalled codeJonathan Gray
2017-03-26After my previous commit, file descriptor fd_sendsys may be -1 ifAlexander Bluhm
2017-03-24Keep syslogd(8) running as long as possible. Regular programsAlexander Bluhm
2017-03-24Replace bcopy(3) with memmove(3) in function ttymsg(). Values ofAlexander Bluhm
2017-03-16Start to replace the home grown syslogd(8) internal debug and loggingAlexander Bluhm
2017-03-16Convert the global variable fd_tls to a local one. Use separateAlexander Bluhm
2017-03-16There was a file descripotor leak in the syslogd(8) ttymsg() errorAlexander Bluhm
2017-03-14KNF spacing is more important than long linesTheo de Raadt
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