Age | Commit message (Expand) | Author |
2015-12-16 | Adding mark messages to log files was broken since OpenBSD 5.7. | Alexander Bluhm |
2015-10-24 | If loading the CA certificates at startup had failed, the syslogd | Alexander Bluhm |
2015-10-23 | If writing to a tty blocks, syslogd forked and tried to write again | Alexander Bluhm |
2015-10-21 | Do some cleanup in syslogd ttymsg(). Add a debug message when the | Alexander Bluhm |
2015-10-20 | After pledge "dns" has been refactored and setsockopt(SO_RCVBUF) | Alexander Bluhm |
2015-10-18 | Add "id" pledge to syslogd privsep process. Needed for logging to pipe. | Alexander Bluhm |
2015-10-16 | Pledge the syslogd privsep process with "stdio rpath wpath cpath | Alexander Bluhm |
2015-10-15 | In syslogd replace the dprintf() macro with a logdebug() function | Alexander Bluhm |
2015-10-11 | Pass unsigned char to isdigit(3). | Alexander Bluhm |
2015-10-11 | Userspace doesn't need to use SUN_LEN(): connect() and bind() must accept | Philip Guenther |
2015-10-10 | normalize a few more tame request orderings, to help review | Theo de Raadt |
2015-10-09 | If syslogd is started with -S, it accepts TLS connections to receive | Alexander Bluhm |
2015-10-09 | If syslogd is started with -S, it accepts TLS connections to receive | Alexander Bluhm |
2015-10-09 | A fork(2) is used in ttymsg() to delay the message to a tty if it | Alexander Bluhm |
2015-10-09 | catch up to tame() -> pledge() rename | Theo de Raadt |
2015-10-09 | Tame syslogd privsep child with "stdio rpath unix inet recvfd". | Alexander Bluhm |
2015-09-29 | Delete the final, inscrutable NOSTRICT and VARARGS lint comments | Philip Guenther |
2015-09-20 | Misuse of libevent in TLS read and write might have caused strange | Alexander Bluhm |
2015-09-12 | It is not necessary to reset errno to 0 since we use logerrorx(). | Alexander Bluhm |
2015-09-11 | Instead of printing errno strings here and there, add a logerrorx() | Alexander Bluhm |
2015-09-11 | Syslog does not need the global list of TCP clients, libevent handles | Alexander Bluhm |
2015-09-10 | Instead of having global variables containing the libevent structures, | Alexander Bluhm |
2015-09-10 | Convert syslogd TLS connect to use handshake callback. The bt_hostname | Alexander Bluhm |
2015-09-10 | reduce .Nd to one line and kill .Tn while here | Ingo Schwarze |
2015-09-10 | Make syslogd compile again after recent libtls changes. Adapt to | Alexander Bluhm |
2015-09-09 | To double the receive buffer of a socketpair does not help as sending | Alexander Bluhm |
2015-09-03 | In sendsyslog(2) I got the plural s of messages right. The messages | Alexander Bluhm |
2015-09-03 | Instead of creating a line buffer on the stack, tcp_readcb() can | Alexander Bluhm |
2015-09-01 | Bind the *:514 UDP socket of syslogd with SO_REUSEADDR. This avoids | Alexander Bluhm |
2015-08-31 | The !prog and +host features allow to select log messages from a | Alexander Bluhm |
2015-08-27 | When syslogd is reloading a modified config, it does a reexec on | Alexander Bluhm |
2015-08-25 | strlcpy() accesses the source string until it finds NUL, even if | Alexander Bluhm |
2015-07-20 | Do not reconnect outgoing TCP connections too aggressively. In | Alexander Bluhm |
2015-07-20 | Do not accept sockets when syslogd reaches the file descriptor | Alexander Bluhm |
2015-07-19 | For incoming TCP message streams autodetect wether the method is | Alexander Bluhm |
2015-07-18 | As libtls previously did not set SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER, | Alexander Bluhm |
2015-07-16 | When incrementing msg, decrement msglen. Otherwise too much data | Alexander Bluhm |
2015-07-09 | During fd passing, receive_fd() tries to read the result value and | Alexander Bluhm |
2015-07-09 | Set f_hostname to NULL after free() to avoid a double free when | Alexander Bluhm |
2015-07-07 | Do not explain multiple times how to put brackets around IPv6 | Alexander Bluhm |
2015-07-07 | When syslogd is invoked with -T listen_address, it creates a TCP | Alexander Bluhm |
2015-07-06 | Remove some unneeded includes. OK deraadt@ | Todd C. Miller |
2015-07-05 | Let syslogd run with non-blocking sockets. Replace the existing | Alexander Bluhm |
2015-07-02 | To avoid copying the socket creation code for upcoming TCP listen | Alexander Bluhm |
2015-06-30 | Sort the syslogd getopt string and switch cases according to the | Alexander Bluhm |
2015-06-30 | Add a -U command line switch for syslogd to specify an explict bind | Alexander Bluhm |
2015-06-29 | Add the possiblity to store all syslog messages received from a | Alexander Bluhm |
2015-06-15 | put -F before -f in the options list; | Jason McIntyre |
2015-06-15 | Implement a -F switch, that tells syslogd to stay in foreground. | Alexander Bluhm |
2015-06-12 | Close the lock pipe before dupping /dev/null to stdio. | Alexander Bluhm |