Age | Commit message (Expand) | Author |
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 |
2015-06-04 | spacing, makes example fit on display. | Igor Sobrado |
2015-06-03 | Do not assume that asprintf() clears the pointer on failure, which | Todd C. Miller |
2015-05-28 | Do not try to unlink the control socket in an unprivileged child | Florian Obser |
2015-05-15 | the code to prevent AUTH PLAIN from logging credentials upon authentication | Gilles Chehade |
2015-05-13 | The enqueuer should never encouter the "From " separator in its headers, as | Gilles Chehade |
2015-05-06 | use res_hnok() to valid domain part in valid_domain() | 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-04-19 | Incorrect logic in smtpd(8) can lead to unexpected client disconnect, invalid | Gilles Chehade |
2015-04-06 | remove superfluous ';' in Received lines | Gilles Chehade |
2015-03-13 | typo | Eric Faurot |
2015-03-13 | Missing free(3) in error path | Giovanni Bechis |
2015-03-06 | Document how to use anti-spoofing rules to reject spam. | Todd C. Miller |