summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
AgeCommit message (Expand)Author
2019-07-26add IMSG_REPORT_SMTP_TX_RESET to imsg_to_strGilles Chehade
2019-07-26even though RSET can be issued outside a tx, RFC states it's noop outside aGilles Chehade
2019-07-24Make SMTPS default to port 465 in relay-hostkn
2019-07-24Two problems:Gilles Chehade
2019-07-24Stop using reserved words in the smtpd.conf configuration exampleskmos
2019-07-23include grp.h for setgroups()Gilles Chehade
2019-07-23errstr may be uninitialized in error code pathGilles Chehade
2019-07-22Use mnemonic IPPORT_HILASTAUTOkn
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-10obfuscate auth parameters in smtp reportingGilles Chehade
2019-07-09rework link-connect output so that messages enqueued over the unix socketGilles Chehade
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2019-07-02Replace mkstemp/fdopen/unlink dances with tmpfile.Martijn van Duren
2019-07-01The proceed reply doesn't have a parameter, resulting in subsequent filtersMartijn van Duren
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-28switch timestamps to use timevals in filters like we do in reportingGilles Chehade
2019-06-28mkstemp() returns -1 on failureTheo de Raadt
2019-06-27Move the check wether line is NULL above further accesses of it.Matthias Kilian
2019-06-27Allow filters to log information through stderr. This simplifies andMartijn van Duren
2019-06-26reject DATA containing <CR> that's not part of <CRLF> line terminatorsGilles Chehade
2019-06-24rename wait queuesGilles Chehade
2019-06-14simplify the runq interface:Eric Faurot
2019-06-13extend the resolver interface to delegate res_query() calls to the lka.Eric Faurot
2019-06-12change "ssl" to "tls" in various identifiers.Eric Faurot
2019-06-05assume RSA_METHOD is opaque and only access members through setters/gettersGilles Chehade
2019-06-05a long long time ago, in a galaxy quite close actually, reyk@ introduced anGilles Chehade
2019-05-24switch from having automatic EVP_CIPHER_CTX variables to allocating themGilles Chehade
2019-05-24ERR_R_SSL_LIB is defined to ERR_LIB_SSL which works for both LibreSSL andGilles Chehade
2019-05-24assume X509_STORE_CTX is opaque, don't access ->error but use theGilles Chehade
2019-05-24mechanical change to dynamically allocate rsae_methodGilles Chehade
2019-05-24fix typo in fatal message to -> tooGilles Chehade
2019-05-24remove useless check, it's never been and will never be hitGilles Chehade
2019-05-21Use malloc_ and calloc_conceal() to allocate memory for sensitive,Otto Moerbeek
2019-05-20rev 1.219 of the file was a fix to an LMTP issue that was misunderstood. weGilles Chehade
2019-05-15do not use CRLF when passing data lines to filters.Eric Faurot
2019-05-15normalize newlines when reading the messageEric Faurot
2019-05-14fix typos in log messagesEric Faurot
2019-05-02Give filter programmers a more friendlier error message when returning aMartijn van Duren
2019-04-08remove unused declarationsEric Faurot
2019-04-08fix parsing of datalines before passing them to filters, the | splitting isGilles Chehade
2019-03-31Avoid calling dup2(oldd, newd) when oldd == newd. In that case theYASUOKA Masahiko
2019-02-28bump smtpd versionEric Faurot
2019-02-20fix a regression in the 'hostnames' mapping to select hostname based on theGilles Chehade
2019-02-13(unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherTheo de Raadt
2019-02-06in SMTP status, display rcpt address in errors happening at RCPT levelGilles Chehade
2019-01-30missed in previous revert, function not called anymoreGilles Chehade
2019-01-30revert previous commit, i wasn't happy with it and it probably came from aGilles Chehade