Age | Commit message (Expand) | Author |
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 |
2014-04-19 | these strlcpy can't truncate, the copy is from a buffer to a buffer of same | Gilles Chehade |
2014-04-19 | cast (void) this strlcpy(), it can't fail copying a small constant string | Gilles Chehade |
2014-04-19 | when copying socket path, check that we didnt truncate it which would cause | Gilles Chehade |
2014-04-19 | it's ok for strlcpy to fail here though it can't, cast void | Gilles Chehade |
2014-04-18 | support mailaddr lookup in table_db | Gilles Chehade |
2014-04-15 | Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ is | Miod Vallat |
2014-04-15 | reply with correct imsg when using non-system auth. | Eric Faurot |
2014-04-11 | fix a use after free in an error path | Jonathan Gray |
2014-04-09 | display correct imsg when profiling is on and if the type was changed | Eric Faurot |
2014-04-09 | Zap the mfa process. It is not currently doing anything, and content filtering | Eric Faurot |
2014-04-09 | need to change imsg type before forwarding. | Eric Faurot |
2014-04-09 | remove useless define for banner | Eric Faurot |
2014-04-08 | use correct imsg | Eric Faurot |
2014-04-08 | zero-fill static buffer before use in DSN code | Gilles Chehade |
2014-04-05 | fix writing of multiline To and Cc headers | Gilles Chehade |
2014-04-04 | fix header parsing issue in enqueuer leading to From: header being stripped | Gilles Chehade |
2014-04-04 | Merge the mda, mta and smtp processes into a single unprivileged | Eric Faurot |
2014-04-04 | start the purge task after events are set, or we can miss SIGCHLD | Eric Faurot |
2014-04-03 | use asr helpers after libevent update. | Eric Faurot |
2014-04-01 | Remove -ggdb -g3, this shouldn't be here | Federico G. Schwindt |
2014-04-01 | cleanup forkmda() and get rid of a useless seteuid()-based dance | Gilles Chehade |
2014-03-26 | asr API is now public | Eric Faurot |
2014-03-25 | update after asr API update | Eric Faurot |
2014-03-25 | reword error message when a table has an invalid configuration file, it has | Gilles Chehade |