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
/
ca.c
Age
Commit message (
Expand
)
Author
2016-05-28
Implement the fork+exec pattern in smtpd.
Eric Faurot
2016-02-02
in RSA privsep engine, do not provide methods for rsa_sign / rsa_verify,
Gilles Chehade
2015-12-28
remove spaces after '!'
Joerg Jung
2015-12-05
EAGAIN handling for imsg_read. OK henning@ benno@
Claudio Jeker
2015-11-05
replace u_char and u_int* with standard stdint.h types to ease portable version
Joerg Jung
2015-10-17
KNF
Gilles Chehade
2015-10-14
remove a handful of log_warn that we should handle at a different place to
Gilles Chehade
2015-10-13
pledge("stdio") the RSA-privsep process
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-12-24
missing include
Eric Faurot
2014-10-02
no need to set the same field NULL twice ;-)
Gilles Chehade
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-08
fatalx(errorstr) -> fatalx("%s", errorstr)
Eric Faurot
2014-05-04
Create a new default RSA engine instead of patching the existing one
Reyk Floeter
2014-05-01
Move RSA keys from "lka" to a new dedicated "ca" process because lka
Reyk Floeter
2014-04-30
The RSA engine (used by pony) has to wait for a response from the
Reyk Floeter
2014-04-29
Implement RSA privilege separation for OpenSMTPD, based on my previous
Reyk Floeter
2013-11-21
fail if lka can't load cert file
Eric Faurot
2013-10-28
Report the ssl certificate verification status in the mail header.
Eric Faurot
2013-01-26
Sync with our smtpd repo:
Gilles Chehade