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
/
mta.c
Age
Commit message (
Expand
)
Author
2018-12-23
remove dead code
Eric Faurot
2018-09-24
Allow to use the "tls" keyword on any relay action to force TLS, with
Eric Faurot
2018-09-19
rename the ill-named "flags" member to "as_host" in domain structure.
Eric Faurot
2018-09-17
simplify code path for backup relay and remove useless flag
Eric Faurot
2018-09-08
use symbolic integer values for the different tls options when relaying,
Eric Faurot
2018-08-22
Fix a crash when relaying with authentication but auth table is not set.
Eric Faurot
2018-07-25
Implement a generic interface to forward resolver queries to the lka
Eric Faurot
2018-07-08
remove 'event=' from logs it doesn't carry any information
Gilles Chehade
2018-06-07
use RELAY_* flags where appropriate
Eric Faurot
2018-06-07
simplify the codepath for backup relay setup
Eric Faurot
2018-06-06
code cleanup
Eric Faurot
2018-06-06
remove fields that are found in struct dispatcher from struct relayhost
Eric Faurot
2018-06-05
remove struct relayhost from struct envelope.
Eric Faurot
2018-06-01
Require a valid certificate by default when relaying through a smarthost.
Eric Faurot
2018-05-31
remove 'where' parameter from all x*() functions in utils.c, it doesn't
Gilles Chehade
2018-05-31
simplify
Eric Faurot
2018-05-29
no need to parse and dump the relayhost in the lookup process.
Eric Faurot
2018-05-28
fix mail-from in relay rules, was not propagated from grammar to mta
Gilles Chehade
2018-05-28
stop processing envelope if smarthost parsing failed
Eric Faurot
2018-05-28
missing m_close()
Eric Faurot
2018-05-24
switch smtpd to new grammar
Gilles Chehade
2017-11-21
no need to check the sending process in imsg handlers when there is no
Eric Faurot
2017-09-15
move the envelope handling code to its own function to clarify the
Eric Faurot
2017-09-11
remove dead code.
Eric Faurot
2017-01-09
smtpd joins the 7 other daemons that share the same log.c file.
Reyk Floeter
2016-09-03
log IP/hostname for all SMTP operations.
Giovanni Bechis
2016-05-22
start work on improving the log format, this is work in progress but it'll
Gilles Chehade
2016-01-14
Check whether a string from imsg is empty by dereferencing the char*
mmcc
2015-12-28
remove spaces after '!'
Joerg Jung
2015-12-14
remove trailing whitespace
Joerg Jung
2015-12-12
remove CA from pki and no longer allow specifying a CA with 'pki' keyword.
Gilles Chehade
2015-12-01
whitespace
Gilles Chehade
2015-12-01
delay between retries when operating as a secondary MX increases too much,
Gilles Chehade
2015-11-30
mechanical rename of some IMSG constants
Gilles Chehade
2015-11-26
Don't dereference a route and then reference it again. In this particular case,
Tim van der Molen
2015-10-14
whitespaces
Gilles Chehade
2015-01-20
use <limits.h> comprehensively. For now try to push <> includes to
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-07-08
make sure to clear the WAIT flag when cancelling the connector timeout.
Eric Faurot
2014-07-08
fix typos.
Igor Sobrado
2014-05-20
format string cleanup: change "%i" to "%d" and fix a few typos
Eric Faurot
2014-04-19
(void) cast strlcpy() / strlcat() / snprintf() that cannot truncate
Gilles Chehade
2014-04-04
Merge the mda, mta and smtp processes into a single unprivileged
Eric Faurot
2014-03-08
code cleanup
Eric Faurot
2014-02-20
use strcasecmp() to compare domains.
Eric Faurot
2014-02-04
Add support for DSN and Enhanced Status Code
Eric Faurot
2014-02-04
Allow the admin to pause relaying to a specific domain:
Eric Faurot
2014-02-04
internal improvements and cleanups
Eric Faurot
2014-02-04
pki code cleanup
Eric Faurot
2013-12-26
bcopy -> memmove
Eric Faurot
[next]