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