Age | Commit message (Expand) | Author |
2017-08-08 | Kernel sendsyslog(2), libc syslog(3), and syslogd(8) restrict and | Alexander Bluhm |
2017-07-05 | Some documentation improvements: | Martin Pieuchot |
2017-07-04 | It does not make sense to use ioctl(FIONREAD) with TLS as libtls | Alexander Bluhm |
2017-04-28 | When syslogd(8) failed to open a logfile, the error message could | Alexander Bluhm |
2017-04-25 | Allow syslogd(8) to listen on multiple addresses for incomming TLS | Alexander Bluhm |
2017-04-17 | Add syslogd(8) option -r to suppress the summary line for pipe and | Alexander Bluhm |
2017-04-07 | Incoming TCP connections from clients fill the files of a log server. | Alexander Bluhm |
2017-04-06 | Add the LOG_SYSLOG facility to local messages. | Alexander Bluhm |
2017-04-05 | The global variable Startup is not used anymore and can be deleted. | Alexander Bluhm |
2017-04-05 | As we did not have nice log functions before, ttymsg() had to return | Alexander Bluhm |
2017-04-05 | The function logmsg() was used to generate local messages and to | Alexander Bluhm |
2017-04-05 | Replace logerror() functions with generic log_warn() from log.c. | Alexander Bluhm |
2017-04-05 | Replace all combinations of logerror() and die() with log.c fatal(). | Alexander Bluhm |
2017-04-05 | Replace logdebug() with generic log_debug() from log.c. Implement | Alexander Bluhm |
2017-04-05 | Do not print a warning if closing the control socket fails. It | Alexander Bluhm |
2017-03-28 | fix semicolon after if statement in currently uncalled code | Jonathan Gray |
2017-03-26 | After my previous commit, file descriptor fd_sendsys may be -1 if | Alexander Bluhm |
2017-03-24 | Keep syslogd(8) running as long as possible. Regular programs | Alexander Bluhm |
2017-03-24 | Replace bcopy(3) with memmove(3) in function ttymsg(). Values of | Alexander Bluhm |
2017-03-16 | Start to replace the home grown syslogd(8) internal debug and logging | Alexander Bluhm |
2017-03-16 | Convert the global variable fd_tls to a local one. Use separate | Alexander Bluhm |
2017-03-16 | There was a file descripotor leak in the syslogd(8) ttymsg() error | Alexander Bluhm |
2017-03-14 | KNF spacing is more important than long lines | Theo de Raadt |
2017-03-03 | Internally libssl uses 16k buffer, the libevent TLS wrapper uses | Alexander Bluhm |
2017-01-02 | Syslogd accepted network input only for either IPv4 or IPv6. To | Alexander Bluhm |
2016-12-30 | When syslogd received a SIGHUP during startup, it died instead of | Alexander Bluhm |
2016-12-27 | If syslogd was started with a relative path, the program could not | Alexander Bluhm |
2016-12-23 | When the kernel message buffer overflows, a message is printed by | Alexander Bluhm |
2016-11-30 | Wrap lines earlier on tls_config_set_protocols(3) | Ricardo Mestre |
2016-11-21 | Check return value of tls_config_set_protocols(3) and log if it fails | Ricardo Mestre |
2016-10-17 | Remove the artificial maximum number of unix domain sockets in | Alexander Bluhm |
2016-10-16 | Fix trailing whitespace and shorten long lines. | Alexander Bluhm |
2016-10-16 | Use closefrom(4) in privsep parent and avoid some global file | Alexander Bluhm |
2016-10-06 | Do an exec on itself in the privileged syslogd(8) parent process | Alexander Bluhm |
2016-10-06 | Syslog RFC 5424 says you should add 1 to 6 digits with fractions | Alexander Bluhm |
2016-10-04 | When doing global remote logging and archiving, it is inconvenient | Alexander Bluhm |
2016-09-24 | sort FILES; | Jason McIntyre |
2016-09-24 | improve DESCRIPTION; | Jason McIntyre |
2016-09-23 | Revert a wording change. Requested by jmc@ | Alexander Bluhm |
2016-09-23 | Add some more improvements from jmc@ to syslogd(8). | Alexander Bluhm |
2016-09-23 | Document certificate handling in syslogd(8) man page. | Alexander Bluhm |
2016-09-23 | With the new large socket buffer sizes, syslogd could use more mbufs | Alexander Bluhm |
2016-09-23 | Improve syslogd(8) man page. | Alexander Bluhm |
2016-09-21 | tweak previous; | Jason McIntyre |
2016-09-21 | Add an option to give syslogd a server CA that is used to validate | Alexander Bluhm |
2016-08-29 | Add more information to syslogd tls config error messages. | Alexander Bluhm |
2016-08-17 | By using the new tls_config_load_file() feature, syslogd(8) certificate | Alexander Bluhm |
2016-08-16 | stop including sys/param.h for nitems. define locally as needed. | Ted Unangst |
2016-07-13 | Adjust existing tls_config_set_cipher() callers for TLS cipher group | Joel Sing |
2016-07-12 | Document that the syslogd options -c and -k must be used together. | Alexander Bluhm |