| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Document certificate handling in syslogd(8) man page. |  bluhm | 2016-09-23 | 1 | -4/+4 |
| * | With the new large socket buffer sizes, syslogd could use more mbufs |  bluhm | 2016-09-23 | 1 | -3/+18 |
| * | Add an option to give syslogd a server CA that is used to validate |  bluhm | 2016-09-21 | 1 | -7/+22 |
| * | Add more information to syslogd tls config error messages. |  bluhm | 2016-08-29 | 1 | -9/+23 |
| * | By using the new tls_config_load_file() feature, syslogd(8) certificate |  bluhm | 2016-08-17 | 1 | -111/+38 |
| * | Adjust existing tls_config_set_cipher() callers for TLS cipher group |  jsing | 2016-07-13 | 1 | -2/+2 |
| * | Add support for TLS client certificates in syslogd. This allows a |  bluhm | 2016-07-12 | 1 | -5/+40 |
| * | Allow space-deliminated fields in syslog.conf in addition to |  millert | 2016-07-06 | 1 | -8/+8 |
| * | Avoid printing f->f_lasttime and/or f->f_prevhost if they are empty. |  millert | 2016-07-01 | 1 | -8/+24 |
| * | Include errno string in log message when we fail to open a file. |  millert | 2016-07-01 | 1 | -5/+5 |
| * | Eliminate superfluous 3rd params in fcntl(F_GETFL) calls. |  krw | 2016-04-02 | 1 | -5/+7 |
| * | Prevent an integer overflow in syslogd when parsing the priority. |  bluhm | 2016-02-17 | 1 | -15/+34 |
| * | When running syslogd in debug mode, use a callback to print the |  bluhm | 2015-12-29 | 1 | -1/+10 |
| * | Adding mark messages to log files was broken since OpenBSD 5.7. |  bluhm | 2015-12-16 | 1 | -1/+8 |
| * | If loading the CA certificates at startup had failed, the syslogd |  bluhm | 2015-10-24 | 1 | -2/+7 |
| * | If writing to a tty blocks, syslogd forked and tried to write again |  bluhm | 2015-10-23 | 1 | -5/+3 |
| * | Do some cleanup in syslogd ttymsg(). Add a debug message when the |  bluhm | 2015-10-21 | 1 | -9/+6 |
| * | In syslogd replace the dprintf() macro with a logdebug() function |  bluhm | 2015-10-15 | 1 | -73/+84 |
| * | Pass unsigned char to isdigit(3). |  bluhm | 2015-10-11 | 1 | -3/+3 |
| * | Userspace doesn't need to use SUN_LEN(): connect() and bind() must accept |  guenther | 2015-10-11 | 1 | -5/+2 |
| * | normalize a few more tame request orderings, to help review |  deraadt | 2015-10-10 | 1 | -2/+2 |
| * | If syslogd is started with -S, it accepts TLS connections to receive |  bluhm | 2015-10-09 | 1 | -43/+181 |
| * | A fork(2) is used in ttymsg() to delay the message to a tty if it |  bluhm | 2015-10-09 | 1 | -2/+2 |
| * | catch up to tame() -> pledge() rename |  deraadt | 2015-10-09 | 1 | -3/+3 |
| * | Tame syslogd privsep child with "stdio rpath unix inet recvfd". |  bluhm | 2015-10-09 | 1 | -1/+4 |
| * | Delete the final, inscrutable NOSTRICT and VARARGS lint comments |  guenther | 2015-09-29 | 1 | -3/+2 |
| * | It is not necessary to reset errno to 0 since we use logerrorx(). |  bluhm | 2015-09-12 | 1 | -5/+1 |
| * | Instead of printing errno strings here and there, add a logerrorx() |  bluhm | 2015-09-11 | 1 | -52/+66 |
| * | Syslog does not need the global list of TCP clients, libevent handles |  bluhm | 2015-09-11 | 1 | -8/+1 |
| * | Instead of having global variables containing the libevent structures, |  bluhm | 2015-09-10 | 1 | -46/+64 |
| * | Convert syslogd TLS connect to use handshake callback. The bt_hostname |  bluhm | 2015-09-10 | 1 | -37/+36 |
| * | To double the receive buffer of a socketpair does not help as sending |  bluhm | 2015-09-09 | 1 | -14/+25 |
| * | In sendsyslog(2) I got the plural s of messages right. The messages |  bluhm | 2015-09-03 | 1 | -7/+9 |
| * | Instead of creating a line buffer on the stack, tcp_readcb() can |  bluhm | 2015-09-03 | 1 | -7/+5 |
| * | Bind the *:514 UDP socket of syslogd with SO_REUSEADDR. This avoids |  bluhm | 2015-09-01 | 1 | -7/+8 |
| * | The !prog and +host features allow to select log messages from a |  bluhm | 2015-08-31 | 1 | -27/+9 |
| * | When syslogd is reloading a modified config, it does a reexec on |  bluhm | 2015-08-27 | 1 | -4/+8 |
| * | strlcpy() accesses the source string until it finds NUL, even if |  bluhm | 2015-08-25 | 1 | -3/+5 |
| * | Do not reconnect outgoing TCP connections too aggressively. In |  bluhm | 2015-07-20 | 1 | -18/+19 |
| * | Do not accept sockets when syslogd reaches the file descriptor |  bluhm | 2015-07-20 | 1 | -19/+58 |
| * | For incoming TCP message streams autodetect wether the method is |  bluhm | 2015-07-19 | 1 | -28/+114 |
| * | As libtls previously did not set SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER, |  bluhm | 2015-07-18 | 1 | -16/+2 |
| * | When incrementing msg, decrement msglen. Otherwise too much data |  bluhm | 2015-07-16 | 1 | -2/+4 |