Age | Commit message (Expand) | Author |
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 |
2013-10-27 | Create the control socket in the parent process to abort early if | Eric Faurot |
2013-10-26 | %i -> %d in format strings | Eric Faurot |
2013-07-19 | scheduler improvements: | Eric Faurot |
2013-07-19 | Get rid of env->sc_pw and env->sc_pwqueue. Early queue initialization | Eric Faurot |
2013-07-19 | Remove useless sc_pid from struct smtpd. | Eric Faurot |
2013-05-24 | sync with OpenSMTPD 5.3.2 | Eric Faurot |
2013-04-12 | replace MAX_LINE_SIZE and SMTP_LINE_MAX with SMTPD_MAXLINESIZE for | Eric Faurot |
2013-02-05 | - handle getaddrinfo() error as LKA_TEMPFAIL | Gilles Chehade |
2013-02-05 | Spelling fixes: retreive -> retrieve. ok gilles | Nicholas Marriott |
2013-01-31 | update mda to use a smaller struct mda_envelope internally. | Eric Faurot |
2013-01-28 | log sender address as "<>" when delivering bounces | Eric Faurot |
2013-01-26 | Sync with our smtpd repo: | Gilles Chehade |
2012-11-12 | Cleanups and improvements: | Eric Faurot |
2012-11-02 | Consistency and robustness improvements in mda: | Eric Faurot |
2012-10-25 | Make the mda request the message fd from the queue when needed, instead of | Eric Faurot |
2012-10-17 | rename field msg -> evp. | Eric Faurot |
2012-10-14 | As discussed with gilles@, actually impose the per-user limit regardless | Eric Faurot |
2012-10-14 | Limit the number of per-user mda (external program) deliveries that can be | Eric Faurot |