Age | Commit message (Expand) | Author |
2023-05-31 | add missing include of time.h | Omar Polo |
2023-05-10 | remove trailing whitespace | Omar Polo |
2023-02-08 | usr.sbin: missing void to appease clang 15's -Wstrict-prototype. | Theo Buehler |
2021-06-14 | add required headers for smtpd.h and remove unnecessary ones in other files. | Eric Faurot |
2021-05-26 | replaces calls to err(3)/errx(3) with fatal()/fatalx() from log.c | Eric Faurot |
2019-10-03 | no need to set n to 0 right before assigning it ret value from io_printf() | Gilles Chehade |
2019-10-03 | make it obvious we don't care about text_to_mailaddr() return values, we've | Gilles Chehade |
2019-08-10 | improve level of details when logging mda errors that happen while we're in | Gilles Chehade |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-01-05 | we assumed that there was no such thing as an "mda session" so the logs | Gilles Chehade |
2018-12-27 | extract subaddress from last resolved node, not from dest or rcpt address | Gilles Chehade |
2018-10-30 | in mda.c, when reading the last line of an mda, we should never have a \n | Gilles Chehade |
2018-09-04 | upon mda failure, smtpd would assume tempfail and retry. this is at odds | Gilles Chehade |
2018-07-08 | remove 'event=' from logs it doesn't carry any information | Gilles Chehade |
2018-05-31 | remove 'where' parameter from all x*() functions in utils.c, it doesn't | Gilles Chehade |
2018-05-24 | switch smtpd to new grammar | Gilles Chehade |
2018-04-28 | remove left-over comma from log message | Gilles Chehade |
2018-04-25 | Return-Path should be in brackets as per RFC5322 | Gilles Chehade |
2017-11-21 | no need to check the sending process in imsg handlers when there is no | Eric Faurot |
2017-07-31 | handle empty output correctly in mda_getlastline() | Gilles Chehade |
2016-11-30 | hide internal io flags and rename IO_PAUSE_{IN,OUT} to IO_{IN,OUT} | Eric Faurot |
2016-11-30 | make struct io opaque: | Eric Faurot |
2016-11-24 | add an io_error() accessor to avoid dereferencing the io struct directly. | Eric Faurot |
2016-11-21 | replace calls to iobuf_*() functions with the corresponding io_*() wrappers. | Eric Faurot |
2016-11-20 | add dedicated functions to set fd and callback on a struct io. | Eric Faurot |
2016-11-16 | pass the user pointer as parameter to the io callback instead of having | Eric Faurot |
2016-09-01 | zap dead code | Eric Faurot |
2016-05-22 | start work on improving the log format, this is work in progress but it'll | Gilles Chehade |
2016-03-25 | Nuke session_socket_blockmode() and session_socket_linger(). Use | Kenneth R Westerback |
2016-02-02 | Check imsg data size before use. | Sunil Nimmagadda |
2016-01-08 | Add missing space in "Delivered-to:%s\n" header. | Christopher Zimmermann |
2015-12-14 | Wrap long lines. | Sunil Nimmagadda |
2015-11-30 | handle "mda command too long" as a tempfail | Gilles Chehade |
2015-11-30 | While delivering to lmtp or mda, accept optional "as user" parameter | Sunil Nimmagadda |
2015-10-27 | add a rcpt-to parameter to be able to use the original (probably expanded) | Joerg Jung |
2015-10-26 | avoid a potential double free | Jonathan Gray |
2015-10-11 | Convert some fgetln to getline. | Sunil Nimmagadda |
2015-01-20 | use <limits.h> comprehensively. For now try to push <> includes to | Theo de Raadt |
2015-01-05 | some third-party mda require a prepended From separator line, so remove the | Gilles Chehade |
2014-07-08 | fix typos. | Igor Sobrado |
2014-04-30 | when using maildir, do not create automatically create folders to match tag | Gilles Chehade |
2014-04-19 | (void) cast snprintf calls that cannot truncate or for which earlier checks | Gilles Chehade |
2014-04-19 | add missing checks to strlcpy() when copying envelope "destination" buffer | Gilles Chehade |
2014-04-04 | Merge the mda, mta and smtp processes into a single unprivileged | Eric Faurot |
2014-02-04 | Add support for DSN and Enhanced Status Code | Eric Faurot |
2014-02-04 | internal improvements and cleanups | Eric Faurot |
2013-12-26 | bcopy -> memmove | Eric Faurot |
2013-11-28 | unsigned char casts for ctype | Eric Faurot |
2013-11-20 | Rework the mda and scheduler to use the holdq mechanism instead of | Eric Faurot |
2013-10-28 | bzero() some structs before using them, to be safe. | Eric Faurot |