summaryrefslogtreecommitdiffstats
path: root/usr.sbin/smtpd/smtp_client.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start porting smtpd to libtls.eric2021-03-051-8/+9
* strip trailing CRs at smtp level rather than io leveleric2020-04-241-1/+5
* Cast argument of ctype(3) macros to unsigned char, not int.millert2020-02-241-4/+5
* immediatly close the connection if the cert is not valid, rather thaneric2019-09-101-2/+2
* Request a new SSL structure for each TLS session.eric2019-09-021-3/+9
* change "ssl" to "tls" in various identifiers.eric2019-06-121-2/+2
* fix typos in log messageseric2019-05-141-4/+4
* properly handle credentials and fix auth in smtp(1)eric2018-09-201-27/+42
* sync fatalx() message between smtp_client_{state,response}; ok stsp@ gilles@miko2018-09-011-2/+2
* fix use-after-freeeric2018-08-301-3/+3
* parse SIZE advertisementeric2018-06-091-1/+9
* check the intended valueeric2018-05-241-2/+2
* Nuke unused variables. Initialize variable before use.krw2018-05-211-1/+2
* fix build for smtp(1) after log.h updateeric2018-04-261-1/+5
* add a simple SMTP clienteric2018-04-261-0/+884