Age | Commit message (Expand) | Author |
2015-10-13 | Add a helper for writing the message to simplify the code. | Eric Faurot |
2015-10-13 | pledge() queue process | Gilles Chehade |
2015-10-13 | pledge() control process | Gilles Chehade |
2015-10-13 | pledge("stdio") the scheduler process | Gilles Chehade |
2015-10-13 | pledge("stdio") the RSA-privsep process | Gilles Chehade |
2015-10-13 | let the enqueuer pledge() in both online and offline modes | Gilles Chehade |
2015-10-13 | offline queue is no longer user-writable, do not attempt resetting fchflags | Gilles Chehade |
2015-10-12 | do not call sync() when committing a message, it's not helping in any way | Gilles Chehade |
2015-10-12 | Add missing checks for write errors; OK eric@ | Todd C. Miller |
2015-10-12 | add Date header when a session iniated locally doesn't add one | Gilles Chehade |
2015-10-12 | do not umask() [with the wrong umask] around mkstemp() calls, no matter | Theo de Raadt |
2015-10-11 | Convert some fgetln to getline. | Sunil Nimmagadda |
2015-10-11 | Convert some fgetln to getline. | Sunil Nimmagadda |
2015-10-10 | three conversions of fgetln() to getline() | Joerg Jung |
2015-10-09 | upon smtpd restart, when scanning the offline queue, unlink 0-sized offline | Gilles Chehade |
2015-10-09 | Convert fgetln(3) to getline(3). | Sunil Nimmagadda |
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-09 | if enhanced status class is not set, enhanced status code is never dumped | Gilles Chehade |
2015-10-07 | Use getline(3) rather than fgetln(3). OK gilles@ | Todd C. Miller |
2015-10-06 | Fix buf leak in error path. ok gilles@ eric@ | Stefan Sperling |
2015-10-06 | we don't need this temporary buffer since we're going to strdup() it right | Gilles Chehade |
2015-10-06 | fix snprintf() error checking in token expansion code, these can't possibly | Gilles Chehade |
2015-10-06 | fix chdir() call for the sake of correctness | Gilles Chehade |
2015-10-06 | fix values passed to umask(), they should be octal. | Gilles Chehade |
2015-10-06 | fix reallocarray() constructs to always use temporary variable | Gilles Chehade |
2015-10-06 | The performance hit for -fstack-protector-all is worth it here. | Theo de Raadt |
2015-10-05 | actually use lbuf in getmailname() | Stefan Sperling |
2015-10-02 | detect that a certificate chain will not fit in imsg calls before passing | Gilles Chehade |
2015-10-02 | in secure_file(), make uid checking on .forward files more strict to avoid | Gilles Chehade |
2015-10-02 | prevent users from playing hardlink/symlink/mkfifo games with their offline | Gilles Chehade |
2015-10-02 | introduce imsg_read_nofd() to allow reading imsg while discarding fd's when | Gilles Chehade |
2015-10-02 | fix a stack-based buffer overflow in the token expansion code of the lookup | Gilles Chehade |
2015-10-02 | reset static pointer to NULL after we free it, just in case another bug | Gilles Chehade |
2015-10-02 | do not allow connid to wrap and collide with another active connection id. | Gilles Chehade |
2015-09-29 | makemap(8) should Xr table(5); OK gilles@ | Todd C. Miller |
2015-09-10 | reduce .Nd to one line and kill .Tn while here | Ingo Schwarze |
2015-09-07 | when bypassing the enqueuer, insert Message-Id header if none was found and | Gilles Chehade |
2015-09-03 | Document spool dir in smtpd's FILES section and be consistent with | Todd C. Miller |
2015-09-03 | move paren to correctly return a negative error value instead of the | Jonathan Gray |
2015-09-03 | the session kicking mechanism has an accounting bug leading to some legit | Gilles Chehade |
2015-08-19 | do not cast result from xcalloc(); it is in scope | Theo de Raadt |
2015-08-16 | use a less ambiguous example; from larry hynes | Jason McIntyre |
2015-08-16 | when we switch valid_domainpart() from our own logic to using res_hnok() we | Gilles Chehade |
2015-08-15 | assume messages use 8bit bytes by default, not just when 8BITMIME extension | Gilles Chehade |
2015-08-15 | bump size of acceptable headers lines, there is no need to be too strict | Gilles Chehade |
2015-08-15 | change "priorly" to "previously", it reads better | Gilles Chehade |
2015-08-11 | tls and verify are not mutually exclusive; | Jason McIntyre |
2015-07-27 | use file system path (.Pa) semantic markup macros where appropriate. | Igor Sobrado |
2015-06-11 | local user can cause smtpd to fail by sending invalid imsg to control sock | Gilles Chehade |