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