summaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd/syslogd.c
AgeCommit message (Expand)Author
2022-11-08syslogd: make -d accept an optional argumentuwe
2022-05-20s/auxillary/auxiliary/ in comments.andvar
2021-11-27usr.sbin: remove unnecessary CONSTCOND, lint no longer needs itrillig
2021-08-13s/bacause/because/andvar
2020-11-08syslogd: in die(), don't call die() again recursively.dholland
2020-11-07make the buffer fit any 32 bit number.christos
2020-11-07PR/55794: Jan Schaumann: Eliminate unchecked mallocchristos
2020-09-29When reporting an error before daemonizing, prefix the error messagegson
2019-12-26s/lenght/length/msaitoh
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
2017-09-10Use looked up remote host for remote message without a hostnameginsbach
2016-06-11PR/51234: Onno van der Linden: syslogd sometimes incorrectly handles iso tochristos
2015-09-05tidy/fix printing of paths from sockaddr_undholland
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-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
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-03-28add aliases for the protocol formatchristos
2011-08-31NULL does not need a castplunky
2011-06-20Now need to use own buffer for klog read due to previous change.enami
2011-06-20Defer the processing of incomplete line at the end of buffer so thatenami
2011-05-24Explicitly mark a NEWREF as unusedjoerg
2011-05-24Properly use format stringsjoerg
2010-06-09Allow syslogd to compile when MKCRYPTO=no. No promises as to whetherriz
2009-02-06PR/40563: Takahiro Hayashi: syslogd(8) refers freed pointer on exitingmschuett
2009-01-22PR/40438: Takahiro Hayashi: syslogd(8) refers freed areamschuett
2009-01-22sign-compare fixes for amd64lukem
2009-01-18fix -Wsign-compare issueslukem
2008-12-29fix suseconds_t format.christos
2008-11-27PR/40043: Geoff C. Wing: syslogd timestamping and protocol parsing deficiencieschristos
2008-11-07PR/39874: Geoff C. Wing: For compatibility trim hostname domains in bsdchristos
2008-11-07Remove trailing whitespace.minskim
2008-11-04use localtime_rchristos