summaryrefslogtreecommitdiffstats
path: root/usr.sbin/smtpd/smtpc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove dead assignment.semarie2019-09-211-3/+3
* Implement server certificate validation in smtp(1).eric2019-09-181-13/+53
* Request a new SSL structure for each TLS session.eric2019-09-021-7/+11
* in standalone smtp client, smtps schema should use ... smtps portgilles2019-09-021-2/+2
* Replace mkstemp/fdopen/unlink dances with tmpfile.martijn2019-07-021-10/+3
* normalize newlines when reading the messageeric2019-05-151-2/+9
* properly handle credentials and fix auth in smtp(1)eric2018-09-201-2/+10
* Nuke unused variables. Initialize variable before use.krw2018-05-211-3/+2
* fix build for smtp(1) after log.h updateeric2018-04-261-1/+2
* add a simple SMTP clienteric2018-04-261-0/+405