Age | Commit message (Expand) | Author |
2019-07-12 | According to RFC 8555 we MUST send an User-Agent. | Florian Obser |
2019-07-11 | introduce link-auth to the smtp reporting stream so that filters may know | Gilles Chehade |
2019-07-11 | modify link-identify so it reports if HELO or EHLO was used | Gilles Chehade |
2019-07-11 | introduce link-reset to let smtpd report resets happening in a session | Gilles Chehade |
2019-07-11 | there are three ways to authenticate 'AUTH PLAIN', 'AUTH PLAIN <creds>' and | Gilles Chehade |
2019-07-11 | to avoid confusion, use the IANA-registered port rather than the old made-up | Stuart Henderson |
2019-07-11 | move the display of cmd into fatal, and don't say it's a fatal error, it's | Marc Espie |
2019-07-11 | tweak the way we report bugs | Marc Espie |
2019-07-11 | sort Xr; | Jason McIntyre |
2019-07-11 | Xr ldomctl 8 | Theo de Raadt |
2019-07-10 | obfuscate auth parameters in smtp reporting | Gilles Chehade |
2019-07-10 | yet another last_error | Marc Espie |
2019-07-10 | yet another error | Marc Espie |
2019-07-10 | use last_error | Marc Espie |
2019-07-10 | make the END{} block transparent for exit | Marc Espie |
2019-07-10 | deal with temp dir creation failures. | Marc Espie |
2019-07-10 | make pkg_create fail properly (return 1 is useless there) | Marc Espie |
2019-07-10 | fix printing when the pool is specified as an IP address; reported by and | Otto Moerbeek |
2019-07-09 | rework link-connect output so that messages enqueued over the unix socket | Gilles Chehade |
2019-07-09 | knob for testing, do not even look in installurl by default | Marc Espie |
2019-07-08 | uniform error messages on temp file creation | Marc Espie |
2019-07-08 | actually use error, we can delay fatal problems | Marc Espie |
2019-07-08 | check ::Temp creation | Marc Espie |
2019-07-08 | error out if we can't create the temp file | Marc Espie |
2019-07-07 | proper level of two messages, prompted by deraadt@ | Otto Moerbeek |
2019-07-07 | Add support for version 3.0 of the "mdstore" protocol. | Mark Kettenis |
2019-07-07 | use last_error | Marc Espie |
2019-07-07 | Tell user to look at manually running /usr/libexec/reorder_kernel in case | Antoine Jacoutot |
2019-07-07 | Sometimes ntp peers are unreliable (looking at you pool.ntp.org!) | Otto Moerbeek |
2019-07-06 | Make sure we use the svc_handle for the negotiated major version of the | Mark Kettenis |
2019-07-06 | Pad message since newer firmware doesn't like it without padding. | Mark Kettenis |
2019-07-05 | zap an extra space in usage(); | Jason McIntyre |
2019-07-05 | Add a new macro called $HOST that expands to the Host header's value or falls | Robert Nagy |
2019-07-05 | When syslogd(8) parent process terminates, the file cleanup code | Alexander Bluhm |
2019-07-05 | Fix integer sizes in format strings and enable formatting warnings | Patrick Wildt |
2019-07-05 | revisit die messages: remove extra "\n", add $! if needed, don't use | Marc Espie |
2019-07-05 | add the strerror to the error message | Marc Espie |
2019-07-04 | PKG_TMPDIR now defaults to /tmp instead of /var/tmp | Theo Buehler |
2019-07-04 | get vartmp to point to /tmp | Marc Espie |
2019-07-04 | unhardcode error message, suggested by otto@ | Marc Espie |
2019-07-04 | unbreak, mkdtemp returns a scalar | Marc Espie |
2019-07-04 | gc old code (unused since it couldn't work without a state) | Marc Espie |
2019-07-04 | Use v02 let's encrypt API key as in the example file | solene |
2019-07-03 | refine the error handling | Marc Espie |
2019-07-03 | make error message more explicit, so that ppl don't get confused by the | Marc Espie |
2019-07-03 | Add a default case to subtype switch in the table v2 parser. | Claudio Jeker |
2019-07-03 | Remove unneccessary type cast | Claudio Jeker |
2019-07-03 | Forgotten va_copy/va_end; on some archs that is really needed. ok benno@ | Otto Moerbeek |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |
2018-04-27 | Import lpd, a re-implementation of the lpr daemon following the latest | Eric Faurot |