| Commit message (Expand) | Author | Age | Files | Lines |
* | use CRLF line-ending during the SMTP dialog in the local enqueuer |  eric | 2020-03-18 | 1 | -17/+18 |
* | Rewrite qp_encoded_write. |  martijn | 2020-03-08 | 1 | -37/+40 |
* | Replace mkstemp/fdopen/unlink dances with tmpfile. |  martijn | 2019-07-02 | 1 | -13/+4 |
* | remove 'where' parameter from all x*() functions in utils.c, it doesn't |  gilles | 2018-05-31 | 1 | -5/+5 |
* | Allow escaping quote within quotes. |  sunil | 2018-04-23 | 1 | -3/+2 |
* | add -r option to enqueuer as compat interface for mailx |  gilles | 2016-07-03 | 1 | -2/+5 |
* | NULL initialize two file pointers to make it more obvious when reading that |  gilles | 2016-02-03 | 1 | -2/+2 |
* | Let smtpd start on machines without a FQDN as hostname. |  sunil | 2016-01-12 | 1 | -2/+2 |
* | Change send_line() return value to be 1/0 like get_responses() and |  millert | 2015-12-29 | 1 | -43/+57 |
* | remove spaces after '!' |  jung | 2015-12-28 | 1 | -9/+9 |
* | remove trailing whitespace |  jung | 2015-12-14 | 1 | -3/+3 |
* | Merge makemap(8) into smtpctl(8). |  sunil | 2015-12-07 | 1 | -5/+5 |
* | EAGAIN handling for imsg_read. OK henning@ benno@ |  claudio | 2015-12-05 | 1 | -2/+2 |
* | Blank line after pledge call. |  mmcc | 2015-11-03 | 1 | -1/+2 |
* | enqueue pledge: getmailname() needs dns, ~/dead.letter needs cpath/wpath |  gilles | 2015-10-27 | 1 | -2/+2 |
* | Convert some fgetln to getline. |  sunil | 2015-10-17 | 1 | -52/+50 |
* | whitespaces |  gilles | 2015-10-14 | 1 | -2/+2 |
* | whitespace |  gilles | 2015-10-14 | 1 | -2/+2 |
* | let the enqueuer pledge() in both online and offline modes |  gilles | 2015-10-13 | 1 | -2/+8 |
* | Add missing checks for write errors; OK eric@ |  millert | 2015-10-12 | 1 | -10/+15 |
* | if an error occurs during offline enqueuing after we've dropped group, then |  gilles | 2015-10-09 | 1 | -1/+4 |
* | turn our local enqueuer setgid _smtpq and restrict access to offline queue, |  gilles | 2015-10-09 | 1 | -41/+14 |
* | fix values passed to umask(), they should be octal. |  gilles | 2015-10-06 | 1 | -2/+2 |
* | when bypassing the enqueuer, insert Message-Id header if none was found and |  gilles | 2015-09-07 | 1 | -11/+1 |
* | The enqueuer should never encouter the "From " separator in its headers, as |  gilles | 2015-05-13 | 1 | -1/+8 |
* | S was misplaced in r1.89, the optarg that was removed was actually needed |  gilles | 2015-05-03 | 1 | -2/+2 |
* | smtpd enqueue -S does not take an argument, fix optstring accordingly |  gilles | 2015-05-03 | 1 | -2/+2 |
* | Do not use the name returned by getlogin() when pw_uid from |  millert | 2015-02-27 | 1 | -4/+9 |
* | use <limits.h> comprehensively. For now try to push <> includes to |  deraadt | 2015-01-20 | 1 | -4/+5 |
* | when enqueueing offline mails from within the daemon session, we should not |  gilles | 2015-01-15 | 1 | -7/+19 |
* | truncate dead.letter |  gilles | 2014-11-12 | 1 | -2/+2 |
* | since domain appending is handled at the daemon level, don't try to do it |  gilles | 2014-11-06 | 1 | -47/+2 |
* | when using the local enqueuer, if the internal SMTP session fails, copy the |  gilles | 2014-10-26 | 1 | -24/+122 |
* | obvious reallocarray() use |  deraadt | 2014-10-08 | 1 | -3/+3 |
* | Use getlogin() to determine real user name where possible. |  millert | 2014-10-04 | 1 | -4/+5 |
* | Last (known) msgbuf_write() vs EOF fix. |  krw | 2014-07-28 | 1 | -2/+2 |
* | Make sure the correct errno is reported by warn* or err* and not |  guenther | 2014-07-20 | 1 | -2/+3 |
* | when relying on the local enqueuer, fix an issue with long To and Cc lines |  gilles | 2014-06-06 | 1 | -3/+4 |
* | fix writing of multiline To and Cc headers |  gilles | 2014-04-05 | 1 | -2/+3 |
* | fix header parsing issue in enqueuer leading to From: header being stripped |  gilles | 2014-04-04 | 1 | -5/+9 |
* | Merge the mda, mta and smtp processes into a single unprivileged |  eric | 2014-04-04 | 1 | -2/+2 |
* | when locally enqueuing messages without specifying a domain for sender or |  gilles | 2014-03-25 | 1 | -2/+41 |
* | The enqueue utility should not add a User-Agent header to emails. |  chris | 2014-03-13 | 1 | -4/+1 |
* | Add support for DSN and Enhanced Status Code |  eric | 2014-02-04 | 1 | -7/+28 |
* | bcopy -> memmove |  eric | 2013-12-26 | 1 | -3/+3 |
* | now at 5.4.1 |  eric | 2013-12-06 | 1 | -2/+2 |
* | unsigned char casts for ctype |  eric | 2013-11-28 | 1 | -3/+3 |
* | need errno, thx sthen |  henning | 2013-11-26 | 1 | -1/+2 |
* | deal with msgbuf_write EAGAIN, ok gilles benno |  henning | 2013-11-26 | 1 | -2/+2 |
* | local enqueuer improvements: |  eric | 2013-10-25 | 1 | -42/+51 |