summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
AgeCommit message (Expand)Author
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
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-18support mailaddr lookup in table_dbGilles Chehade
2014-04-15Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ isMiod Vallat
2014-04-15reply with correct imsg when using non-system auth.Eric Faurot
2014-04-11fix a use after free in an error pathJonathan Gray
2014-04-09display correct imsg when profiling is on and if the type was changedEric Faurot
2014-04-09Zap the mfa process. It is not currently doing anything, and content filteringEric Faurot
2014-04-09need to change imsg type before forwarding.Eric Faurot
2014-04-09remove useless define for bannerEric Faurot
2014-04-08use correct imsgEric Faurot
2014-04-08zero-fill static buffer before use in DSN codeGilles Chehade
2014-04-05fix writing of multiline To and Cc headersGilles Chehade
2014-04-04fix header parsing issue in enqueuer leading to From: header being strippedGilles Chehade
2014-04-04Merge the mda, mta and smtp processes into a single unprivilegedEric Faurot
2014-04-04start the purge task after events are set, or we can miss SIGCHLDEric Faurot
2014-04-03use asr helpers after libevent update.Eric Faurot
2014-04-01Remove -ggdb -g3, this shouldn't be hereFederico G. Schwindt
2014-04-01cleanup forkmda() and get rid of a useless seteuid()-based danceGilles Chehade
2014-03-26asr API is now publicEric Faurot
2014-03-25update after asr API updateEric Faurot
2014-03-25reword error message when a table has an invalid configuration file, it hasGilles Chehade