summaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd/syslogd.c
AgeCommit message (Expand)Author
2021-09-03Use a define for the iov array size in syslogd. This is betterAlexander Bluhm
2021-07-14Remove unneeded calls to tls_init(3)kn
2021-03-09Early daemons like dhcpleased(8), slaacd(8), unwind(8), resolvd(8)Alexander Bluhm
2020-09-14Established TCP and TLS sockets of syslogd did stay open foreverAlexander Bluhm
2020-05-25When DNS lookup of an UDP loghost failed, syslogd(8) did close theAlexander Bluhm
2019-07-05When syslogd(8) parent process terminates, the file cleanup codeAlexander Bluhm
2019-07-02React properly to the very unlikely cases where snprintf(3) mayAlexander Bluhm
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-01-18Increase the socket buffer size for sendsyslog(2) to 1 MB. DuringAlexander Bluhm
2019-01-13When parsing log lines in order to select syslog.conf(5) line blocks, supportIngo Schwarze
2018-11-29Honor SIGINT/QUIT when running in foregroundkn
2018-08-31Unsetting Initialized during syslogd die() is a relic from the timeAlexander Bluhm
2018-07-17allow shell globs to match program and hostname selector tags viaDamien Miller
2017-11-24Revert my change to ignore EIO errors when writing to log files.Alexander Bluhm
2017-10-23When the partition of /var/log was full, syslogd(8) stopped writingAlexander Bluhm
2017-10-05When syslogd writes some startup errors to stderr or console, theyAlexander Bluhm
2017-10-05I have touched more than half the source code lines of syslogd(8).Alexander Bluhm
2017-10-02Also ignore "Can't assign requested address" error when sendto(2)Alexander Bluhm
2017-09-27Document how ioctl(2) LIOCSFD on /dev/klog registers a socket pairAlexander Bluhm
2017-09-17syslogd has special code to report errors before it has beenAlexander Bluhm
2017-09-17When writing local output, syslogd ignores EAGAIN. UnfortunatelyAlexander Bluhm
2017-09-12In the default configuration syslogd(8) kept two *:514 UDP socketsAlexander Bluhm
2017-08-08Kernel sendsyslog(2), libc syslog(3), and syslogd(8) restrict andAlexander 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-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-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-14KNF spacing is more important than long linesTheo de Raadt
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