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
2023-12-05
reject headers that start with a space or tab
Omar Polo
2023-12-03
add the `no-dsn' option to `listen on socket' too
Omar Polo
2023-12-03
set the socket family too to mirror the LISTEN case; no-op in practice
Omar Polo
2023-12-03
enable DSN (Delivery Status Notification) for the implicit socket too
Omar Polo
2023-12-01
allow tables and filter over multiple lines
Omar Polo
2023-11-16
consider an MX of "localhost" as it were a "Null MX"
Omar Polo
2023-11-08
RFC 7505 ("Null MX") handling
Omar Polo
2023-11-03
initialize `format' earlier
Omar Polo
2023-11-03
cast tv_usec to long for *printf
Omar Polo
2023-10-09
Add Message-Id as needed for messages received on the submission port.
Todd C. Miller
2023-09-29
bump version to 7.4.0
Omar Polo
2023-07-11
drop engine support
Omar Polo
2023-07-11
remove the useless logging methods
Omar Polo
2023-07-07
swap link-auth filter arguments
Omar Polo
2023-06-25
remove ssl_init()
Omar Polo
2023-06-23
smtpd: allow arguments on NOOP
Omar Polo
2023-06-21
clear errno before strtoull as it may already be set to ERANGE
Omar Polo
2023-06-21
avoid truncation of filtered data lines
Omar Polo
2023-06-18
remove ca_verify_cb(). was initially used for debugging, then the
Omar Polo
2023-06-18
sync imsg_to_str() with the list of imsg types in smtpd.h
Omar Polo
2023-06-18
smtpd: switch ECDSA_METHOD usage to EC_KEY_METHOD
Omar Polo
2023-06-17
bump version to 7.3.0
Omar Polo
2023-06-11
fix typo: 'hash buffer to small' -> too small
Omar Polo
2023-05-31
add missing include of time.h
Omar Polo
2023-05-25
remove two unused defines
Omar Polo
2023-05-19
fix markup for `maildir' in smtpd.conf(5)
Omar Polo
2023-05-16
some fatal -> fatalx to improved logging
Omar Polo
2023-05-15
cast to '(long long)' instead of '(long long int)'
Omar Polo
2023-05-10
constify day, month and tz
Omar Polo
2023-05-10
cast time_t to long long for printf, reduces the diff with -portable
Omar Polo
2023-05-10
add a few missing headers, reduces the diff with -portable
Omar Polo
2023-05-10
remove trailing whitespace
Omar Polo
2023-05-04
Be more economical with returning bodys in bounce messages
Christopher Zimmermann
2023-03-26
Another missing #include <openssl/err.h>
Theo Buehler
2023-03-19
mda_expand_format: simplify token name extraction for %{name}
Todd C. Miller
2023-03-19
Fix a potential NULL dereference in the unpriv child expanding %{mda}.
Todd C. Miller
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2023-03-02
improve the Nd lines such that the format is consistent for the
Jason McIntyre
2023-02-08
usr.sbin: missing void to appease clang 15's -Wstrict-prototype.
Theo Buehler
2023-02-06
smtpd(8) could abort due to a connection from a local, scoped ipv6 address.
Sebastien Marie
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
[next]