summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/smtpc.c
AgeCommit message (Expand)Author
2024-05-13fix some leaks; ok op@Jonathan Gray
2023-05-16some fatal -> fatalx to improved loggingOmar Polo
2021-07-14Remove unneeded calls to tls_init(3)kn
2021-06-14add required headers for smtpd.h and remove unnecessary ones in other files.Eric Faurot
2021-05-23add more TLS options to smtp(1):Eric Faurot
2021-05-22allow to specify TLS ciphers and protocols in smtp(1)Eric Faurot
2021-04-10remove dead code and unused dependenciesEric Faurot
2021-03-05Start porting smtpd to libtls.Eric Faurot
2020-12-29sync usage() with SYNOPSIS; the -S option remainsJason McIntyre
2020-12-21The plumbing already allowed for smtp authentication, hook it up to the -aMartijn van Duren
2020-09-14Fix handling of user names containing '@' symbols.Todd C. Miller
2019-09-21remove dead assignment.Sebastien Marie
2019-09-18Implement server certificate validation in smtp(1).Eric Faurot
2019-09-02Request a new SSL structure for each TLS session.Eric Faurot
2019-09-02in standalone smtp client, smtps schema should use ... smtps portGilles Chehade
2019-07-02Replace mkstemp/fdopen/unlink dances with tmpfile.Martijn van Duren
2019-05-15normalize newlines when reading the messageEric Faurot
2018-09-20properly handle credentials and fix auth in smtp(1)Eric Faurot
2018-05-21Nuke unused variables. Initialize variable before use.Kenneth R Westerback
2018-04-26fix build for smtp(1) after log.h updateEric Faurot
2018-04-26add a simple SMTP clientEric Faurot