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
Age
Commit message (
Expand
)
Author
2022-12-28
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-10-20
Display the correct recipient in a Received: header with one recipient.
Todd C. Miller
2022-09-26
Fix a use after free in case mta_tls_init fails.
Martijn van Duren
2022-09-24
ascii_load_sockaddr: Remove old IPv6 address parsing for envelope files.
Todd C. Miller
2022-03-31
man pages: add missing commas between subordinate and main clauses
Christian Weisgerber
2022-02-25
Whitespace.
Rob Pierce
2022-02-18
Enable TLS verify by default for outbound "smtps://" and "smtp+tls://".
Todd C. Miller
2022-02-18
Revert changes to use the new libtls signer api
Todd C. Miller
2022-02-12
use new libtls signer api
Eric Faurot
2022-02-10
Do not verify the cert or CA for a relay using opportunistic TLS.
Todd C. Miller
2022-01-20
remove unused variable from all copies of _asr_strdname()
Christian Weisgerber
2021-12-13
including sys/cdefs.h manually started as a result of netbsd trying to
Theo de Raadt
2021-11-21
smtpd-filters.7 referred to itself internally as just filters(7): fix that,
Jason McIntyre
2021-11-20
install smtpd-filters.7;
Jason McIntyre
2021-10-15
Don't declare variables as "unsigned char *" that are passed to
Christian Weisgerber
2021-09-22
remove test traces committed by mistake
Eric Faurot
2021-09-22
bump version to 7.0.0
Eric Faurot
2021-09-22
decode srs-encoded address in the right place.
Eric Faurot
2021-09-22
sync table_db capabilities with table_static
Eric Faurot
2021-08-05
rework the "host relay-url" text block a little so it reads better,
Jason McIntyre
2021-08-02
Fix incorrect status code for expired mails resulting in a misleading
Eric Faurot
2021-07-28
add format attribute to vaararg functions.
Sebastian Benoit
2021-07-14
Remove unneeded calls to tls_init(3)
kn
2021-07-01
remove useless and confusing log message when client has no certificate
Eric Faurot
2021-06-14
add required headers for smtpd.h and remove unnecessary ones in other files.
Eric Faurot
2021-05-26
replaces calls to err(3)/errx(3) with fatal()/fatalx() from log.c
Eric Faurot
2021-05-26
remove unused code
Eric Faurot
2021-05-25
remove obsolete files
Eric Faurot
2021-05-23
add missing entry for cafile
Eric Faurot
2021-05-23
add more TLS options to smtp(1):
Eric Faurot
2021-05-22
add semantic markup as suggested by schwarze@ and jmc@
Eric Faurot
2021-05-22
reorder entries
Eric Faurot
2021-05-22
allow to specify TLS ciphers and protocols in smtp(1)
Eric Faurot
2021-05-20
Call tls_accept_socket() and tls_connect_socket() immediatly instead of
Eric Faurot
2021-04-21
unplug unused certificate verification code, now that this is done by libtls.
Eric Faurot
2021-04-11
do not build unused code and remove uneeded dependency on libm.
Eric Faurot
2021-04-10
remove dead code and unused dependencies
Eric Faurot
2021-04-10
bump smtpd version
Eric Faurot
2021-04-09
allow to specify tls ciphers and protocols on listeners
Eric Faurot
2021-04-05
Until tls_accept_socket() succeeds, the tls context bound to a session
Eric Faurot
2021-04-02
if cipher list is not specified for a relay action, use the global
Eric Faurot
2021-03-31
turn log_trace() into a macro to prevent evaluating the format string
Eric Faurot
2021-03-31
allow to specify tls protocols and ciphers on relay actions
Eric Faurot
2021-03-10
do not request client certificate unless required
Eric Faurot
2021-03-07
use the mx hostname for sni on outgoing connection, not the reverse
Eric Faurot
2021-03-05
Start porting smtpd to libtls.
Eric Faurot
2021-02-13
-h does not display version; from larry hynes
Jason McIntyre
2021-02-13
readability fixes; from larry hynes
Jason McIntyre
2021-02-13
various readability fixes; from larry hynes
Jason McIntyre
2021-02-13
various readability fixes; from larry hynes
Jason McIntyre
[next]