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-04-29
Remove unused arguments from ssl_smtp_init()
Reyk Floeter
2014-04-29
use explicit_bzero() instead of memset() to clear out sensitive data.
Reyk Floeter
2014-04-29
It is only required to load the keys and certs into the same SSL
Reyk Floeter
2014-04-22
malloc -> calloc
Gilles Chehade
2014-04-19
these snprintf() calls can't possibly truncate because they copy data from
Gilles Chehade
2014-04-19
(void) cast snprintf() that cannot truncate
Gilles Chehade
2014-04-19
(void) cast snprintf() call used to craft fatalx() message from within
Gilles Chehade
2014-04-19
(void) cast snprintf calls that cannot truncate or for which earlier checks
Gilles Chehade
2014-04-19
(void) cast snprintf() calls that cannot truncate (and would be harmless
Gilles Chehade
2014-04-19
remove dead code ... in code that's not plugged in yet ;-)
Gilles Chehade
2014-04-19
(void) cast snprintf that cannot truncate
Gilles Chehade
2014-04-19
(void) cast snprintf calls that cannot truncate
Gilles Chehade
2014-04-19
(void) cast snprintf call that cannot truncate
Gilles Chehade
2014-04-19
(void) cast snprintf() calls that cannot truncate
Gilles Chehade
2014-04-19
replace warnx message
Gilles Chehade
2014-04-19
add missing strlcpy() check in create_filter_chain() that would cause smtpd
Gilles Chehade
2014-04-19
add missing strlcpy() checks in create_filter() that would cause smtpd to
Gilles Chehade
2014-04-19
add missing strlcpy() check in is_if_in_group() to detect and warn about
Gilles Chehade
2014-04-19
add missing strlcpy() check when parsing "backup hostname" in smtpd.conf,
Gilles Chehade
2014-04-19
(void) cast strlcpy() calls that cannot truncate
Gilles Chehade
2014-04-19
certs are looked up by hostname, the size of the buffer should use the
Gilles Chehade
2014-04-19
knf
Gilles Chehade
2014-04-19
add a missing strlcpy() check in MAIL FROM's DSN parameters parsing, the
Gilles Chehade
2014-04-19
(void) cast strlcpy() calls that cannot truncate (copies between buffers of
Gilles Chehade
2014-04-19
(void) cast a strlcpy() that cannot truncate because lka.c ensures the
Gilles Chehade
2014-04-19
(void) cast strlcpy() that cannot truncate, dns.c ensures the reply will
Gilles Chehade
2014-04-19
(void) cast strlcpy() calls that cannot truncate or where the source data
Gilles Chehade
2014-04-19
(void) cast a snprintf() call that cannot truncate
Gilles Chehade
2014-04-19
(void) cast strlcpy() call that uses truncation as part of its parsing
Gilles Chehade
2014-04-19
(void) cast a strlcpy that cannot truncate
Gilles Chehade
2014-04-19
(void) cast strlcpy/strlcat/snprintf calls that cannot truncate
Gilles Chehade
2014-04-19
(void) cast strlcpy() calls that cannot truncate
Gilles Chehade
2014-04-19
(void) cast strlcat() and snprintf() that cannot truncate
Gilles Chehade
2014-04-19
(void) cast strlcpy() calls that cannot truncate
Gilles Chehade
2014-04-19
(void) cast a snprintf() call that can't possibly truncate unless we
Gilles Chehade
2014-04-19
(void) cast snprintf calls that cannot truncate
Gilles Chehade
2014-04-19
(void) cast a strlcpy() that cannot truncate
Gilles Chehade
2014-04-19
(cast) void two strlcpy() and a snprintf() that cannot truncate
Gilles Chehade
2014-04-19
(void) cast strlcpy/strlcat/snprintf calls that cannot truncate (and would
Gilles Chehade
2014-04-19
(void) cast strlcpy/strlcat/snprintf that cannot truncate
Gilles Chehade
2014-04-19
(void) cast strlcpy() and snprintf() that cannot truncate
Gilles Chehade
2014-04-19
(void) cast snprintf() and strlcat() calls that cannot truncate
Gilles Chehade
2014-04-19
(void) cast strlcpy() / strlcat() / snprintf() that cannot truncate
Gilles Chehade
2014-04-19
(void) cast some strlcat() calls that cannot truncate
Gilles Chehade
2014-04-19
add missing checks to strlcpy() when copying envelope "destination" buffer
Gilles Chehade
2014-04-19
when receiving mail for user+tag@ and maildir is setup, we create a .tag
Gilles Chehade
2014-04-19
(void) cast strlcat(), they can't truncate
Gilles Chehade
2014-04-19
unchecked strlcat() call in expand_to_text() may cause aliases expansion to
Gilles Chehade
2014-04-19
(void) cast strlcpy(), it cannot truncate
Gilles Chehade
2014-04-19
(void) cast this strlcpy(), it cannot truncate
Gilles Chehade
[next]