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
2014-10-12
do not allow header to termine with pending flags
Gilles Chehade
2014-10-12
to rewrite domain on incoming mails, we need to be able to extract
Gilles Chehade
2014-10-12
simple message parser to be used in smtp incoming sessions, not plugged yet
Gilles Chehade
2014-10-12
local host is not "localhost", local host is env->sc_hostname
Gilles Chehade
2014-10-08
obvious reallocarray() use
Theo de Raadt
2014-10-08
restrict address lookups to configured address families.
Eric Faurot
2014-10-04
some MUA will bypass the local enqueuer and send an empty BCC header in the
Gilles Chehade
2014-10-04
Use getlogin() to determine real user name where possible.
Todd C. Miller
2014-10-02
when no domain is specified in MAIL FROM or RCPT TO, assume local user
Gilles Chehade
2014-10-02
no need to set the same field NULL twice ;-)
Gilles Chehade
2014-10-02
avoid a double free
Theo de Raadt
2014-09-29
lightly document mailq; ok gilles
Jason McIntyre
2014-09-29
during a small refactor, we broke table_passwd.
Gilles Chehade
2014-09-16
there is no editmap;
Jason McIntyre
2014-09-15
install sendmail.8 from smtpd now that sendmail is gone.
Matthieu Herrb
2014-09-03
if crypt(3) fails return an authentication error
Giovanni Bechis
2014-09-01
Close fd if fdopen fails
Doug Hogan
2014-08-25
Delete secret or secret-derived data with explicit_bzero.
Doug Hogan
2014-08-11
missing memset in table_api.c (currently only used by pluggable tables)
Gilles Chehade
2014-07-28
Last (known) msgbuf_write() vs EOF fix.
Kenneth R Westerback
2014-07-20
Make sure the correct errno is reported by warn* or err* and not
Philip Guenther
2014-07-11
we wont ship this table in base anymore
Gilles Chehade
2014-07-11
a failed socket is -1. from Doug Hogan
Ted Unangst
2014-07-10
add additional includes required to build with -DOPENSSL_NO_DEPRECATED
Jonathan Gray
2014-07-10
make the control process broadcast verbose/profile admin requests directly,
Eric Faurot
2014-07-10
Improve the scheduler, better and simpler.
Eric Faurot
2014-07-09
add a "no-dsn" listener option to disable DSN extension.
Eric Faurot
2014-07-09
config parser improvements:
Eric Faurot
2014-07-09
various fixes in experimental ldap backend and add support for mailaddr service.
Eric Faurot
2014-07-08
update filter configuration parsing (not plugged yet)
Eric Faurot
2014-07-08
send correct imsg when enabling profiling at runtime
Eric Faurot
2014-07-08
partially revert bogus commit
Eric Faurot
2014-07-08
get rid of mfa leftovers
Eric Faurot
2014-07-08
various queue improvements:
Eric Faurot
2014-07-08
remove dead code. these imsgs are handled in pony.c.
Eric Faurot
2014-07-08
make the filter API move forward (still not plugged).
Eric Faurot
2014-07-08
zap trailing tab
Eric Faurot
2014-07-08
Update the table API: lookup functions can take an optional parameters
Eric Faurot
2014-07-08
make sure to clear the WAIT flag when cancelling the connector timeout.
Eric Faurot
2014-07-08
fatalx(errorstr) -> fatalx("%s", errorstr)
Eric Faurot
2014-07-08
Change fatal/fatalx to use a format string. Expand in a static buffer
Eric Faurot
2014-07-08
no need to send a stat update message when {inc,dec}rementing by 0.
Eric Faurot
2014-07-08
fix typos.
Igor Sobrado
2014-07-08
improve indentation.
Igor Sobrado
2014-07-07
Allow to enable profiling at runtime and fix timings output.
Eric Faurot
2014-07-04
It makes much more sense to do the loop checking on incoming mails rather
Eric Faurot
2014-07-04
always attempt to use tls for relaying to the primary server when
Eric Faurot
2014-07-01
Fix snprintf() return value tests. ok gilles@
Matthieu Herrb
2014-06-10
we should really zero a buffer we strlcat to otherwise aliases resolution
Gilles Chehade
2014-06-07
Clint Pachl points out "authtable" is optional;
Jason McIntyre
[next]