Age | Commit message (Expand) | Author |
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 |
2009-01-28 | if recipient was provided as a username, append the local hostname, this | Gilles Chehade |
2009-01-28 | add a struct path to struct message so that we can keep track of the RCPT | Gilles Chehade |
2009-01-28 | a bit of enqueue cleanup, and while at it set the sender local address to | Gilles Chehade |
2009-01-28 | - remove debug messages | Gilles Chehade |
2009-01-27 | first bricks of enqueue code which allows smtpctl to submit mail to queue | Gilles Chehade |