Age | Commit message (Expand) | Author |
2019-07-02 | Replace mkstemp/fdopen/unlink dances with tmpfile. | Martijn van Duren |
2018-05-31 | remove 'where' parameter from all x*() functions in utils.c, it doesn't | Gilles Chehade |
2018-04-23 | Allow escaping quote within quotes. | Sunil Nimmagadda |
2016-07-03 | add -r option to enqueuer as compat interface for mailx | Gilles Chehade |
2016-02-03 | NULL initialize two file pointers to make it more obvious when reading that | Gilles Chehade |
2016-01-12 | Let smtpd start on machines without a FQDN as hostname. | Sunil Nimmagadda |
2015-12-29 | Change send_line() return value to be 1/0 like get_responses() and | Todd C. Miller |
2015-12-28 | remove spaces after '!' | Joerg Jung |
2015-12-14 | remove trailing whitespace | Joerg Jung |
2015-12-07 | Merge makemap(8) into smtpctl(8). | Sunil Nimmagadda |
2015-12-05 | EAGAIN handling for imsg_read. OK henning@ benno@ | Claudio Jeker |
2015-11-03 | Blank line after pledge call. | mmcc |
2015-10-27 | enqueue pledge: getmailname() needs dns, ~/dead.letter needs cpath/wpath | Gilles Chehade |
2015-10-17 | Convert some fgetln to getline. | Sunil Nimmagadda |
2015-10-14 | whitespaces | Gilles Chehade |
2015-10-14 | whitespace | Gilles Chehade |
2015-10-13 | let the enqueuer pledge() in both online and offline modes | Gilles Chehade |
2015-10-12 | Add missing checks for write errors; OK eric@ | Todd C. Miller |
2015-10-09 | if an error occurs during offline enqueuing after we've dropped group, then | Gilles Chehade |
2015-10-09 | turn our local enqueuer setgid _smtpq and restrict access to offline queue, | Gilles Chehade |
2015-10-06 | fix values passed to umask(), they should be octal. | Gilles Chehade |
2015-09-07 | when bypassing the enqueuer, insert Message-Id header if none was found and | Gilles Chehade |
2015-05-13 | The enqueuer should never encouter the "From " separator in its headers, as | Gilles Chehade |
2015-05-03 | S was misplaced in r1.89, the optarg that was removed was actually needed | Gilles Chehade |
2015-05-03 | smtpd enqueue -S does not take an argument, fix optstring accordingly | Gilles Chehade |
2015-02-27 | Do not use the name returned by getlogin() when pw_uid from | Todd C. Miller |
2015-01-20 | use <limits.h> comprehensively. For now try to push <> includes to | Theo de Raadt |
2015-01-15 | when enqueueing offline mails from within the daemon session, we should not | Gilles Chehade |
2014-11-12 | truncate dead.letter | Gilles Chehade |
2014-11-06 | since domain appending is handled at the daemon level, don't try to do it | Gilles Chehade |
2014-10-26 | when using the local enqueuer, if the internal SMTP session fails, copy the | Gilles Chehade |
2014-10-08 | obvious reallocarray() use | Theo de Raadt |
2014-10-04 | Use getlogin() to determine real user name where possible. | Todd C. Miller |
2014-07-28 | Last (known) msgbuf_write() vs EOF fix. | Kenneth R Westerback |
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 |