Age | Commit message (Expand) | Author |
2014-07-20 | Make sure the correct errno is reported by warn* or err* and not | Philip Guenther |
2014-06-06 | when relying on the local enqueuer, fix an issue with long To and Cc lines | 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-03-25 | when locally enqueuing messages without specifying a domain for sender or | Gilles Chehade |
2014-03-13 | The enqueue utility should not add a User-Agent header to emails. | Chris Cappuccio |
2014-02-04 | Add support for DSN and Enhanced Status Code | Eric Faurot |
2013-12-26 | bcopy -> memmove | Eric Faurot |
2013-12-06 | now at 5.4.1 | Eric Faurot |
2013-11-28 | unsigned char casts for ctype | Eric Faurot |
2013-11-26 | need errno, thx sthen | Henning Brauer |
2013-11-26 | deal with msgbuf_write EAGAIN, ok gilles benno | Henning Brauer |
2013-10-25 | local enqueuer improvements: | Eric Faurot |
2013-05-24 | sync with OpenSMTPD 5.3.2 | Eric Faurot |
2013-01-31 | assorted fixes spotted by Coverity. | Eric Faurot |
2013-01-26 | Sync with our smtpd repo: | Gilles Chehade |
2012-11-23 | knf | Eric Faurot |
2012-11-12 | Cleanups and improvements: | Eric Faurot |
2012-09-27 | use xstrdup() helper | Charles Longeau |
2012-09-27 | simplify malloc() + strlcpy() dance with xstrdup() | Charles Longeau |
2012-08-23 | enhance -v mode of 'sendmail' binary | Todd T. Fries |
2012-08-23 | fix multiple recipient support, from sunil on irc | Todd T. Fries |
2012-08-23 | add -R to sendmail compat flags that do nothing (for now) | Todd T. Fries |
2012-08-23 | add -N for sendmail compat DSN support; unlimited for now | Todd T. Fries |
2012-08-19 | coding style: replace all occurences of u_int* with uint* | Charles Longeau |
2012-03-17 | llu -> PRIu64 in enqueue() to avoid warning in portable | Gilles Chehade |
2012-02-02 | Only use mime/line-split if the input message actually contains a very | Eric Faurot |
2012-01-30 | do not encode headers, it breaks the resulting message | Gilles Chehade |
2012-01-29 | fix warning | Eric Faurot |
2012-01-28 | ok, since we're already encoding =, let's just do full quoted printable | Gilles Chehade |
2012-01-28 | when enqueuing, check if a MUA did some MIME transfer encoding, otherwise | Gilles Chehade |
2011-12-15 | all leading dots must be duplicated. | Eric Faurot |
2011-11-14 | make sure that the offline directory has the right owner/perms | Eric Faurot |
2011-11-02 | simpler implementation of smtpctl local enqueuer that does not need libevent. | Eric Faurot |
2011-08-29 | cast all printed time_t to long long int, and change format string accordingly. | Charles Longeau |
2011-08-29 | add missing header needed by signal() | Charles Longeau |
2011-08-26 | add missing header needed by time() | Charles Longeau |
2011-06-09 | spacing | Theo de Raadt |
2011-04-17 | cleanups, cosmethic changes, functions that should be static are now static | Gilles Chehade |
2011-03-26 | have the client API receive a stdio stream rather than a fd to the message | Gilles Chehade |
2010-11-28 | remove all unused headers | Gilles Chehade |
2010-11-28 | a bit of .h cleanups, no functionnal change | Gilles Chehade |
2010-10-09 | backout the "new" queue code commited 4 months ago. it has many good ideas, | Gilles Chehade |
2010-08-02 | Ignore SIGPIPE, the delivery of which prevented /usr/sbin/sendmail from | Jacek Masiulaniec |
2010-06-02 | check event_dispatch() return value | Charles Longeau |
2010-06-01 | new queue, again; gcc2 compile tested by deraadt | Jacek Masiulaniec |
2010-06-01 | New queue doesn't compile on gcc2, back out. Spotted by deraadt@ | Jacek Masiulaniec |
2010-05-31 | Rewrite entire queue code. | Jacek Masiulaniec |
2010-04-21 | Fix pathetic performance when submitting large mails via /usr/sbin/sendmail, | Jacek Masiulaniec |