Age | Commit message (Expand) | Author |
2015-10-16 | Implement real "flock" request and add it to userland programs that | Todd C. Miller |
2015-10-15 | iobuf_queue() should return the number of bytes it queued on success, not 0 | Gilles Chehade |
2015-10-15 | Let "all" as an argument for "resume envelope", "pause envelope" | Sunil Nimmagadda |
2015-10-14 | smtpd in tree is no longer neither 5.4.4, nor 5.4.5, bump SMTPD_VERSION | Gilles Chehade |
2015-10-14 | whitespaces | Gilles Chehade |
2015-10-14 | SMTPD_MAXPATHLEN -> PATH_MAX, this was unnoticed as file is not linked | Gilles Chehade |
2015-10-14 | imsg_read() may return EAGAIN, handle it in mproc_dispatch() | Gilles Chehade |
2015-10-14 | whitespace + only log TRACE_MPROC if not IMSG_STAT_{IN,DE}CREMENT | Gilles Chehade |
2015-10-14 | remove a handful of log_warn that we should handle at a different place to | Gilles Chehade |
2015-10-14 | whitespace | Gilles Chehade |
2015-10-14 | fix define and enhanced status code reason for 5.5.0 | Gilles Chehade |
2015-10-14 | we dump esc_code if we have an esc_class, code may be (and actually was) | Gilles Chehade |
2015-10-14 | whitespace | Gilles Chehade |
2015-10-14 | whitespace | Gilles Chehade |
2015-10-14 | pledge() privileged process | Gilles Chehade |
2015-10-14 | pledge() pony and lookup | Gilles Chehade |
2015-10-14 | Convert fgetln to getline. | Sunil Nimmagadda |
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 |