| Commit message (Expand) | Author | Age | Files | Lines |
* | Early daemons like dhcpleased(8), slaacd(8), unwind(8), resolvd(8) |  bluhm | 2021-03-09 | 1 | -1/+5 |
* | Established TCP and TLS sockets of syslogd did stay open forever |  bluhm | 2020-09-14 | 1 | -2/+14 |
* | When DNS lookup of an UDP loghost failed, syslogd(8) did close the |  bluhm | 2020-05-25 | 1 | -19/+24 |
* | When syslogd(8) parent process terminates, the file cleanup code |  bluhm | 2019-07-05 | 1 | -5/+4 |
* | React properly to the very unlikely cases where snprintf(3) may |  bluhm | 2019-07-02 | 1 | -13/+35 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -6/+6 |
* | Increase the socket buffer size for sendsyslog(2) to 1 MB. During |  bluhm | 2019-01-18 | 1 | -8/+22 |
* | When parsing log lines in order to select syslog.conf(5) line blocks, support |  schwarze | 2019-01-13 | 1 | -2/+3 |
* | Honor SIGINT/QUIT when running in foreground |  kn | 2018-11-29 | 1 | -2/+2 |
* | Unsetting Initialized during syslogd die() is a relic from the time |  bluhm | 2018-08-31 | 1 | -4/+1 |
* | allow shell globs to match program and hostname selector tags via |  djm | 2018-07-17 | 1 | -3/+4 |
* | Revert my change to ignore EIO errors when writing to log files. |  bluhm | 2017-11-24 | 1 | -2/+2 |
* | When the partition of /var/log was full, syslogd(8) stopped writing |  bluhm | 2017-10-23 | 1 | -14/+45 |
* | When syslogd writes some startup errors to stderr or console, they |  bluhm | 2017-10-05 | 1 | -16/+27 |
* | I have touched more than half the source code lines of syslogd(8). |  bluhm | 2017-10-05 | 1 | -1/+17 |
* | Also ignore "Can't assign requested address" error when sendto(2) |  bluhm | 2017-10-02 | 1 | -1/+2 |
* | Document how ioctl(2) LIOCSFD on /dev/klog registers a socket pair |  bluhm | 2017-09-27 | 1 | -1/+2 |
* | syslogd has special code to report errors before it has been |  bluhm | 2017-09-17 | 1 | -6/+8 |
* | When writing local output, syslogd ignores EAGAIN. Unfortunately |  bluhm | 2017-09-17 | 1 | -3/+5 |
* | In the default configuration syslogd(8) kept two *:514 UDP sockets |  bluhm | 2017-09-12 | 1 | -2/+18 |
* | Kernel sendsyslog(2), libc syslog(3), and syslogd(8) restrict and |  bluhm | 2017-08-08 | 1 | -17/+19 |
* | When syslogd(8) failed to open a logfile, the error message could |  bluhm | 2017-04-28 | 1 | -4/+12 |
* | Allow syslogd(8) to listen on multiple addresses for incomming TLS |  bluhm | 2017-04-25 | 1 | -26/+47 |
* | Add syslogd(8) option -r to suppress the summary line for pipe and |  bluhm | 2017-04-17 | 1 | -8/+16 |
* | Incoming TCP connections from clients fill the files of a log server. |  bluhm | 2017-04-07 | 1 | -6/+5 |
* | The global variable Startup is not used anymore and can be deleted. |  bluhm | 2017-04-05 | 1 | -3/+1 |
* | As we did not have nice log functions before, ttymsg() had to return |  bluhm | 2017-04-05 | 1 | -6/+4 |
* | The function logmsg() was used to generate local messages and to |  bluhm | 2017-04-05 | 1 | -46/+24 |
* | Replace logerror() functions with generic log_warn() from log.c. |  bluhm | 2017-04-05 | 1 | -197/+116 |
* | Replace all combinations of logerror() and die() with log.c fatal(). |  bluhm | 2017-04-05 | 1 | -28/+16 |
* | Replace logdebug() with generic log_debug() from log.c. Implement |  bluhm | 2017-04-05 | 1 | -86/+74 |
* | Do not print a warning if closing the control socket fails. It |  bluhm | 2017-04-05 | 1 | -3/+2 |
* | fix semicolon after if statement in currently uncalled code |  jsg | 2017-03-28 | 1 | -2/+2 |
* | After my previous commit, file descriptor fd_sendsys may be -1 if |  bluhm | 2017-03-26 | 1 | -3/+4 |
* | Keep syslogd(8) running as long as possible. Regular programs |  bluhm | 2017-03-24 | 1 | -30/+17 |
* | Start to replace the home grown syslogd(8) internal debug and logging |  bluhm | 2017-03-16 | 1 | -5/+19 |
* | Convert the global variable fd_tls to a local one. Use separate |  bluhm | 2017-03-16 | 1 | -5/+19 |
* | KNF spacing is more important than long lines |  deraadt | 2017-03-14 | 1 | -4/+4 |
* | Syslogd accepted network input only for either IPv4 or IPv6. To |  bluhm | 2017-01-02 | 1 | -42/+67 |
* | When syslogd received a SIGHUP during startup, it died instead of |  bluhm | 2016-12-30 | 1 | -1/+12 |
* | If syslogd was started with a relative path, the program could not |  bluhm | 2016-12-27 | 1 | -3/+1 |
* | When the kernel message buffer overflows, a message is printed by |  bluhm | 2016-12-23 | 1 | -2/+3 |
* | Wrap lines earlier on tls_config_set_protocols(3) |  mestre | 2016-11-30 | 1 | -5/+5 |
* | Check return value of tls_config_set_protocols(3) and log if it fails |  mestre | 2016-11-21 | 1 | -3/+9 |
* | Remove the artificial maximum number of unix domain sockets in |  bluhm | 2016-10-17 | 1 | -6/+14 |
* | Fix trailing whitespace and shorten long lines. |  bluhm | 2016-10-16 | 1 | -8/+10 |
* | Use closefrom(4) in privsep parent and avoid some global file |  bluhm | 2016-10-16 | 1 | -4/+5 |
* | Do an exec on itself in the privileged syslogd(8) parent process |  bluhm | 2016-10-06 | 1 | -5/+13 |
* | Syslog RFC 5424 says you should add 1 to 6 digits with fractions |  bluhm | 2016-10-06 | 1 | -16/+25 |
* | When doing global remote logging and archiving, it is inconvenient |  bluhm | 2016-10-04 | 1 | -21/+90 |