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
2015-11-30
While delivering to lmtp or mda, accept optional "as user" parameter
Sunil Nimmagadda
2015-11-30
remove mailaddr_to_username(), no longer needed
Gilles Chehade
2015-11-30
teach aliases expansion how to deal with user+tag
Gilles Chehade
2015-11-26
Don't dereference a route and then reference it again. In this particular case,
Tim van der Molen
2015-11-24
add filter.c plumbing, not linked to the build, not used yet
Gilles Chehade
2015-11-24
teach table_db and table_static about mailaddr maps (unused yet)
Gilles Chehade
2015-11-23
allow table API to lookup for mailaddr mappings
Gilles Chehade
2015-11-23
strings.h -> string.h
Gilles Chehade
2015-11-23
cleanup
Gilles Chehade
2015-11-23
Restructure bounce content as a multi-part MIME message.
Sunil Nimmagadda
2015-11-05
replace u_char and u_int* with standard stdint.h types to ease portable version
Joerg Jung
2015-11-05
Implement smtpctl uncorrupt <msgid>
Sunil Nimmagadda
2015-11-05
Do not terminate message walk on a corrupt envelope.
Sunil Nimmagadda
2015-11-05
when a message consists solely of headers and does not end them with an
Gilles Chehade
2015-11-03
Blank line after pledge call.
mmcc
2015-10-29
Implement smtpctl discover <evpid|msgid>.
Sunil Nimmagadda
2015-10-28
masquerade and senders map require being able to lookup mailaddr structures
Gilles Chehade
2015-10-28
various macro fixes;
Jason McIntyre
2015-10-28
remove old check on username length that simply makes no sense nowadays
Gilles Chehade
2015-10-28
dns_lookup_host() needs to remove brackets and IPv6: prefix when receiving
Gilles Chehade
2015-10-28
aliases support resolving to maildir:/path
Gilles Chehade
2015-10-28
Remove dead code.
Sunil Nimmagadda
2015-10-27
add a rcpt-to parameter to be able to use the original (probably expanded)
Joerg Jung
2015-10-27
delivery lmtp gets fed with a message file as input which is guaranted to have
Joerg Jung
2015-10-27
enqueue pledge: getmailname() needs dns, ~/dead.letter needs cpath/wpath
Gilles Chehade
2015-10-27
aliases_virtual_check() has been unneeded for a while
Gilles Chehade
2015-10-26
Fix makemap(8) for values containing a '#'.
Sunil Nimmagadda
2015-10-26
remove unneeded pidfile() from smtpd
Joerg Jung
2015-10-26
avoid a potential double free
Jonathan Gray
2015-10-24
add -h flag to SYNOPSIS as well
Joerg Jung
2015-10-23
document -h flag and add a .Xr
Joerg Jung
2015-10-22
delivery to maildir needs pledge fattr
Gilles Chehade
2015-10-21
Use SSL_CTX_set_ecdh_auto() instead of rolling our own version.
Joel Sing
2015-10-21
Only enable SSL_VERIFY_PEER when the verify option is set on a listener.
Joel Sing
2015-10-19
Kill whitespace at eol.
Sunil Nimmagadda
2015-10-18
fix lmtp delivery regressions introduced in previous:
Joerg Jung
2015-10-17
mailaddr_match() allows comparing two struct mailaddr taking into account
Gilles Chehade
2015-10-17
makemap shout strip initial and trailing whitespaces using strip()
Gilles Chehade
2015-10-17
document handling of comments in makemap
Gilles Chehade
2015-10-17
both of these are deprecated
Gilles Chehade
2015-10-17
Convert some fgetln to getline.
Sunil Nimmagadda
2015-10-17
Cleanup and simplify LMTP code.
Sunil Nimmagadda
2015-10-17
LMTP delivery requires "inet unix".
Sunil Nimmagadda
2015-10-17
this file is deprecated
Gilles Chehade
2015-10-17
remove unused variables
Gilles Chehade
2015-10-17
KNF
Gilles Chehade
2015-10-17
our strip() function should use isspace()
Gilles Chehade
2015-10-17
smtpd starts rather robustly with a gigantic pledge request group (keep
Theo de Raadt
2015-10-16
Use SSL_get_version() not SSL_get_cipher_version(); the former gives the TLS
Stuart Henderson
2015-10-16
add flock to pledge request, needed by delivery_filename
Gilles Chehade
[next]