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-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
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
[next]