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
2016-01-01
add grp.h for setgroups, not necessarily required on OpenBSD but reduces diff
Joerg Jung
2015-12-30
SSL_CTX_free() and SSL_free() check for null so dont do it in smtpd
Sebastian Benoit
2015-12-30
d_namlen is not portable, there is no reason to keep a delta with -portable and
Joerg Jung
2015-12-29
Change send_line() return value to be 1/0 like get_responses() and
Todd C. Miller
2015-12-28
remove spaces after '!'
Joerg Jung
2015-12-28
fprintf() may not set the error indicator on failure so just use
Todd C. Miller
2015-12-28
build smtpd and smtpctl with -Werror-implicit-function-declaration
Sebastian Benoit
2015-12-24
more e-mail -> email
mmcc
2015-12-22
fix sendmail options parsing
Gilles Chehade
2015-12-22
update examples
Gilles Chehade
2015-12-22
make it clear this needs to be run only for db files
Jason McIntyre
2015-12-22
Kill a trailing whitespace that snuck in with previous commit.
Sunil Nimmagadda
2015-12-22
Wrap long lines.
Sunil Nimmagadda
2015-12-22
Wrap long lines.
Sunil Nimmagadda
2015-12-21
Start accepting some sendmail compatible commandline arguments.
Sunil Nimmagadda
2015-12-20
remove redundant log
Gilles Chehade
2015-12-15
less macro and lines
Joerg Jung
2015-12-15
Sync the DB file once when done with fsync(), not on each write with O_SYNC.
Philip Guenther
2015-12-14
Wrap long lines.
Sunil Nimmagadda
2015-12-14
Wrap long lines and fix bad indents.
Sunil Nimmagadda
2015-12-14
Fix bad indents and whitespaces.
Sunil Nimmagadda
2015-12-14
Wrap long lines and whitespace fixes.
Sunil Nimmagadda
2015-12-14
remove trailing whitespace
Joerg Jung
2015-12-14
oops, sorry sunil, -d was in the wrong place:
Jason McIntyre
2015-12-14
Document -d option.
Sunil Nimmagadda
2015-12-14
various minor tweaks;
Jason McIntyre
2015-12-13
fix warnings; spotted by `mandoc -Tlint'
Gleydson Soares
2015-12-13
add filter api man page
Joerg Jung
2015-12-13
less macro;
Jason McIntyre
2015-12-13
Move some variables local to makemap().
Sunil Nimmagadda
2015-12-13
smtpd is no longer 5.4.6
Gilles Chehade
2015-12-13
document filter keyword
Gilles Chehade
2015-12-13
refactor smtp_session to plug into the filters infrastructure
Gilles Chehade
2015-12-13
remove prototype to now unused function + pass fallback hint to lka
Gilles Chehade
2015-12-13
document wildcard pki/ca
Gilles Chehade
2015-12-13
refactor a bit to move the SNI handling away from smtp_session into smtp
Gilles Chehade
2015-12-12
tweaks;
Jason McIntyre
2015-12-12
remove CA from pki and no longer allow specifying a CA with 'pki' keyword.
Gilles Chehade
2015-12-12
whitespaces
Gilles Chehade
2015-12-12
when using senders map to restrict email address a user may use in SMTP
Gilles Chehade
2015-12-12
add the plumbing for masquerading
Gilles Chehade
2015-12-12
do not prevent group from reading key, it prevents a certificate from
Gilles Chehade
2015-12-12
allow overriding the default cipher-suite
Gilles Chehade
2015-12-12
bump DH params to 2048, it's been part of smtpd releases for a long time
Gilles Chehade
2015-12-12
check in parse.y that pki param is a valid hostname
Gilles Chehade
2015-12-12
pki name is a hostname not a path
Gilles Chehade
2015-12-12
rename enum value
Gilles Chehade
2015-12-12
remove whitespaces
Gilles Chehade
2015-12-12
do not limit smtp session username to LOGIN_NAME_MAX it could be a virtual
Gilles Chehade
2015-12-12
if no certificate matches name AND fallback hint was given, search for a
Gilles Chehade
[prev]
[next]