summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
AgeCommit message (Expand)Author
2014-04-29Remove unused arguments from ssl_smtp_init()Reyk Floeter
2014-04-29use explicit_bzero() instead of memset() to clear out sensitive data.Reyk Floeter
2014-04-29It is only required to load the keys and certs into the same SSLReyk Floeter
2014-04-22malloc -> callocGilles Chehade
2014-04-19these snprintf() calls can't possibly truncate because they copy data fromGilles Chehade
2014-04-19(void) cast snprintf() that cannot truncateGilles Chehade
2014-04-19(void) cast snprintf() call used to craft fatalx() message from withinGilles Chehade
2014-04-19(void) cast snprintf calls that cannot truncate or for which earlier checksGilles Chehade
2014-04-19(void) cast snprintf() calls that cannot truncate (and would be harmlessGilles Chehade
2014-04-19remove dead code ... in code that's not plugged in yet ;-)Gilles Chehade
2014-04-19(void) cast snprintf that cannot truncateGilles Chehade
2014-04-19(void) cast snprintf calls that cannot truncateGilles Chehade
2014-04-19(void) cast snprintf call that cannot truncateGilles Chehade
2014-04-19(void) cast snprintf() calls that cannot truncateGilles Chehade
2014-04-19replace warnx messageGilles Chehade
2014-04-19add missing strlcpy() check in create_filter_chain() that would cause smtpdGilles Chehade
2014-04-19add missing strlcpy() checks in create_filter() that would cause smtpd toGilles Chehade
2014-04-19add missing strlcpy() check in is_if_in_group() to detect and warn aboutGilles Chehade
2014-04-19add missing strlcpy() check when parsing "backup hostname" in smtpd.conf,Gilles Chehade
2014-04-19(void) cast strlcpy() calls that cannot truncateGilles Chehade
2014-04-19certs are looked up by hostname, the size of the buffer should use theGilles Chehade
2014-04-19knfGilles Chehade
2014-04-19add a missing strlcpy() check in MAIL FROM's DSN parameters parsing, theGilles Chehade
2014-04-19(void) cast strlcpy() calls that cannot truncate (copies between buffers ofGilles Chehade
2014-04-19(void) cast a strlcpy() that cannot truncate because lka.c ensures theGilles Chehade
2014-04-19(void) cast strlcpy() that cannot truncate, dns.c ensures the reply willGilles Chehade
2014-04-19(void) cast strlcpy() calls that cannot truncate or where the source dataGilles Chehade
2014-04-19(void) cast a snprintf() call that cannot truncateGilles Chehade
2014-04-19(void) cast strlcpy() call that uses truncation as part of its parsingGilles Chehade
2014-04-19(void) cast a strlcpy that cannot truncateGilles Chehade
2014-04-19(void) cast strlcpy/strlcat/snprintf calls that cannot truncateGilles Chehade
2014-04-19(void) cast strlcpy() calls that cannot truncateGilles Chehade
2014-04-19(void) cast strlcat() and snprintf() that cannot truncateGilles Chehade
2014-04-19(void) cast strlcpy() calls that cannot truncateGilles Chehade
2014-04-19(void) cast a snprintf() call that can't possibly truncate unless weGilles Chehade
2014-04-19(void) cast snprintf calls that cannot truncateGilles Chehade
2014-04-19(void) cast a strlcpy() that cannot truncateGilles Chehade
2014-04-19(cast) void two strlcpy() and a snprintf() that cannot truncateGilles Chehade
2014-04-19(void) cast strlcpy/strlcat/snprintf calls that cannot truncate (and wouldGilles Chehade
2014-04-19(void) cast strlcpy/strlcat/snprintf that cannot truncateGilles Chehade
2014-04-19(void) cast strlcpy() and snprintf() that cannot truncateGilles Chehade
2014-04-19(void) cast snprintf() and strlcat() calls that cannot truncateGilles Chehade
2014-04-19(void) cast strlcpy() / strlcat() / snprintf() that cannot truncateGilles Chehade
2014-04-19(void) cast some strlcat() calls that cannot truncateGilles Chehade
2014-04-19add missing checks to strlcpy() when copying envelope "destination" bufferGilles Chehade
2014-04-19when receiving mail for user+tag@ and maildir is setup, we create a .tagGilles Chehade
2014-04-19(void) cast strlcat(), they can't truncateGilles Chehade
2014-04-19unchecked strlcat() call in expand_to_text() may cause aliases expansion toGilles Chehade
2014-04-19(void) cast strlcpy(), it cannot truncateGilles Chehade
2014-04-19(void) cast this strlcpy(), it cannot truncateGilles Chehade