summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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-19Try to be clear why struct mrt_config nodes are allocated andClaudio Jeker
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-19Fix display of destination IP when host is an IP address.Florian Obser
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
2014-04-19these strlcpy can't truncate, the copy is from a buffer to a buffer of sameGilles Chehade
2014-04-19cast (void) this strlcpy(), it can't fail copying a small constant stringGilles Chehade
2014-04-19when copying socket path, check that we didnt truncate it which would causeGilles Chehade
2014-04-19it's ok for strlcpy to fail here though it can't, cast voidGilles Chehade
2014-04-18remove references to rshd;Jason McIntyre
2014-04-18round up some enemy sympathizers found calling RAND_seed().Ted Unangst
2014-04-18raise file limit to something more web scale, but lower connections soTed Unangst