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
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
2021-02-13
add some missing articles; from larry hynes
Jason McIntyre
2021-02-13
readability fix; from larry hynes
Jason McIntyre
2021-02-13
comma swap; from larry hynes
Jason McIntyre
2021-01-27
mark up fixes; from lyndon
Jason McIntyre
2021-01-27
makemap does not need a common which it does not use.
Theo de Raadt
2021-01-23
Remove unused variables found by clang. Additional unused var spotted by eric@.
rob
2021-01-19
Do the KAME embedded scope fixup in the two places where getifaddrs() is
Claudio Jeker
2020-12-31
Rename the pony process to dispatcher and klondike to crypto.
Martijn van Duren
2020-12-29
sync usage() with SYNOPSIS; the -S option remains
Jason McIntyre
2020-12-23
smtpd's filter state machine can prematurely release resources
Todd C. Miller
2020-12-23
Fix a memory leak: use a single memory allocation for struct addrinfo and
Eric Faurot
2020-12-23
Use regfree after we're done with preg.
Martijn van Duren
2020-12-21
The plumbing already allowed for smtp authentication, hook it up to the -a
Martijn van Duren
2020-12-21
Use NI_NUMERICSERV. We don't use the result and it's faster and is a
Martijn van Duren
2020-12-20
Onlly call event_del if there are events enabled, since not all libevents
Martijn van Duren
2020-12-20
Free filter_name in lka_filter_end
Martijn van Duren
2020-11-29
Sync bsnprintf() with ldapd/util.c r1.13
Theo Buehler
2020-11-20
partially revert revision 1.423 which went a bit too far
Joerg Jung
2020-09-23
Revert agentx support for now, we're too close to release.
Martijn van Duren
2020-09-23
Add support for agentx to smtpd.
Martijn van Duren
2020-09-22
Allow handling long lines in an aliases table.
Martijn van Duren
2020-09-16
Add the admd keyword. This can be used by filters interested in the
Martijn van Duren
2020-09-14
Fix handling of user names containing '@' symbols.
Todd C. Miller
2020-09-14
Document "pki" option for relay delivery too; from Nick Gasson
Todd C. Miller
2020-09-14
All buffers are in rw-memory, but lookup_record has it defined as
Martijn van Duren
2020-09-14
Make "spf walk" report if an spf-record has macro's and can't be resolved.
Martijn van Duren
2020-08-27
add missing "regex" keyword; from heddi nabbisen
Jason McIntyre
2020-06-09
set TLS SNI when relaying to host
Sebastien Marie
2020-06-01
Run lmtp deliveries as SMTPD_USER instead of the recipient user.
Christopher Zimmermann
2020-05-21
Correct getsockname(2)/getpeername(2) usage.
Todd C. Miller
2020-05-06
Only allow forkmda() to be called from a local action dispatcher.
Todd C. Miller
2020-04-28
In virtual alias context, do not try to match catchall entries for
Eric Faurot
2020-04-25
update filter documentation after protocol change
Eric Faurot
2020-04-25
point out that the "junk" filter decision adds the X-Spam header
Eric Faurot
2020-04-24
strip trailing CRs at smtp level rather than io level
Eric Faurot
2020-04-23
ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;
Jason McIntyre
2020-04-22
Check for the dispatcher name in the envelope validation function.
Eric Faurot
2020-04-17
switch email and result fields in mail-from/rcpt-to event reports
Eric Faurot
2020-04-10
When failing to validate a peer TLS certificate in the MTA due to the
Bob Beck
2020-04-08
bump smtpd version
Eric Faurot
2020-03-18
use CRLF line-ending during the SMTP dialog in the local enqueuer
Eric Faurot
2020-03-17
Exit when m_get_string() returns NULL to prevent nullptr dereference in
tobhe
2020-03-16
Initialize session.rcptto to NULL before parsing command line optinos.
Todd C. Miller
[prev]
[next]