Age | Commit message (Expand) | Author |
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 |
2010-01-11 | Fix wrong logic in error checking of buf_dynamic, found by pcc. | Jacek Masiulaniec |
2009-12-23 | Implementation of RFC 2920 PIPELINING extension, client side only for now. | Jacek Masiulaniec |
2009-12-13 | Use safe fd limits in smtp, lka, queue, and control. Removes a | Jacek Masiulaniec |
2009-12-12 | When acting as a client do content reads from the disk progressively | Jacek Masiulaniec |
2009-12-12 | Simplify client_* api, mainly by making fatal conditions result in immediate | Jacek Masiulaniec |
2009-12-12 | Don't qualify empty sender address with the domain, eg. in sendmail -f "<>". | Jacek Masiulaniec |
2009-11-13 | add missing headers needed by time() | Charles Longeau |
2009-11-08 | - make aliases expansion use a rb tree instead of a tail queue, the code | Gilles Chehade |
2009-09-21 | Expand "&" in the name part of gecos similarly to how sendmail and finger | Jacek Masiulaniec |
2009-09-18 | Remove useless Received line added at the /usr/sbin/sendmail stage, it | Jacek Masiulaniec |
2009-09-16 | Ignore sendmail's -L, -A, and -q switches: makes clientmqueue cron | Jacek Masiulaniec |
2009-09-15 | Extend SMTP client_* API to support SSL+AUTH, and use it in the mta | Jacek Masiulaniec |
2009-08-27 | Implement client side of the SMTP protocol in a library-like module. | Jacek Masiulaniec |
2009-08-08 | fix a small typo with no consequence in the generation of message id when | Gilles Chehade |
2009-06-07 | Change the way fds passed over a socket are retreived on the receiving side. | Eric Faurot |
2009-06-05 | make smtpd's imsg lib ready, just like relayd and ospfd. | Pierre-Yves Ritschard |
2009-05-25 | Disallow submission using /usr/sbin/sendmail while the server is | Jacek Masiulaniec |
2009-05-14 | use the nitems() macro where appropriate | Eric Faurot |
2009-04-21 | Make /usr/sbin/sendmail not fail due to smtpd being down. | Jacek Masiulaniec |
2009-04-17 | handle case when no input is provided, fixes confusing error: | Jacek Masiulaniec |
2009-04-16 | Total rewrite of the sendmail interface. Adds support for -t, -v, | Jacek Masiulaniec |
2009-04-05 | ignore -o option (for now at least) when working in enqueue mode, this | Gilles Chehade |
2009-03-01 | ss_len was set to sizeof pointer, should be sizeof structure; ok gilles@ | Jacek Masiulaniec |
2009-02-22 | replace MAX* constants by sizeof where possible | Oleg Safiullin |
2009-01-29 | Received header line was incomplete for mail submitted through the enqueuer | Gilles Chehade |
2009-01-29 | - remove a very annoying debug printf() | Gilles Chehade |
2009-01-28 | cleanup; ok gilles@ | Jacek Masiulaniec |