summaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd
AgeCommit message (Expand)Author
2019-11-01Pull up following revision(s) (requested by hannken in ticket #386):martin
2019-02-11add parens around defines with expressions that could expand poorlymrg
2019-02-04use -Wno-error=format-truncation for code that seems particularly annoyingmrg
2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg
2018-11-05Revert previous - local merge mishapmartin
2018-11-05Sort options.wiz
2018-11-05Make it compilable with gccmartin
2018-11-04syslogd: allow the reporting of buffer overflows to be disabled.roy
2018-11-04syslogd: allow the receiving buffer size to be set.roy
2018-05-06grow AF_UNIX receive buffer sizechristos
2018-02-09only set api compat for 1.0christos
2018-02-08define OPENSSL_API_COMPATjakllsch
2018-02-08include dh.h in the right spot.christos
2018-02-06Correct misleading indentation.maya
2018-02-06Adjust to OpenSSL-1.1christos
2017-09-10Use looked up remote host for remote message without a hostnameginsbach
2017-07-03Remove workaround for ancient HTML generation code.wiz
2017-05-21Remove MKCRYPTO option.riastradh
2017-02-21Remove duplicate word from the sentence.abhinav
2017-02-21Fix typos.abhinav
2017-01-10need <sys/stat.h>christos
2016-06-11PR/51234: Onno van der Linden: syslogd sometimes incorrectly handles iso tochristos
2016-02-03PR/50751: David Binderman: check bounds before dereferencing.christos
2016-01-05Typokhorben
2015-09-08according to C99 6.5.15 in a conditional expression, bothplunky
2015-09-05tidy/fix printing of paths from sockaddr_undholland
2015-02-15Format string annotation.joerg
2015-02-10- always set *to_buf to a timestamp, even if there was none reported/parseablechristos
2014-08-18- when checking hostname of incoming remote messages, fallback to checkingjnemeth
2013-11-27CID 1132759: Abort on dehumanize_number error on constant built-in string.christos
2013-11-11CID 1128379: Fix TOCTOU, always open the file first with non-blocking I/O,christos
2013-11-10Bump date for FIFO support.wiz
2013-11-09add support for outputting to FIFO's (Anthony Mallet)christos
2013-11-09fix two bugs related to queues (Anthony Mallet)christos
2013-05-27PR/47861: Fredrik Pettai: keep track of the address family for each socketchristos
2013-01-17ut_line does not have /dev in front of it. Add it, from dholland@christos
2013-01-15PR/47449: David Holland: Don't log to terminals with mesg n, unless it is achristos
2013-01-14fix thinkodholland
2012-10-30Remove trailing whitespace.wiz
2012-10-30Note enchancements that appeared in NetBSD 6.0.rkujawa
2012-10-05RFC 5848msaitoh
2012-06-20remove dup O_NDELAY.christos
2012-06-19- fix writev1() to pre-decrement count.christos
2012-06-18don't call isatty() to the fd before opening it.christos
2012-06-06WARNS=4christos
2012-06-05Open and write to ttys using non-blocking I/O to prevent DoS when hardwarechristos
2012-05-15improve error handling.christos
2012-04-08Remove unnecessary Bk/Ek pairs from SYNOPSIS.wiz
2012-03-28add aliases for the protocol formatchristos
2012-02-13fix resource leaks and NULL uses found by Coverity scan.spz