Age | Commit message (Expand) | Author |
2019-11-04 | fix a possible crash when combining "from rdns", nested virtual aliases and | Gilles Chehade |
2019-11-03 | 6.6.0 -> 6.6.1 | Gilles Chehade |
2019-11-02 | switch ASN1_STRING_data() with constified ASN1_STRING_get0_data() | Gilles Chehade |
2019-10-04 | remove strict \r check, the downside overweights the advantages, we'll | Gilles Chehade |
2019-10-03 | no need to increment argv and decrement argc, we're not using them later | Gilles Chehade |
2019-10-03 | no need to set n to 0 right before assigning it ret value from io_printf() | Gilles Chehade |
2019-10-03 | remove useless check and dead code | Gilles Chehade |
2019-10-03 | check imsg_flush() return value and fatal() if == -1 | Gilles Chehade |
2019-10-03 | make it obvious we don't care about text_to_mailaddr() return values, we've | Gilles Chehade |
2019-10-03 | free() destination server copy, not a real leak since the program is short | Gilles Chehade |
2019-10-03 | fix wrong sizeof in lka reporters init | Gilles Chehade |
2019-10-03 | we should never hit the smtp reports with an s->tx set to NULL but better | Gilles Chehade |
2019-10-03 | fix possible use-after-free in error code path | Gilles Chehade |
2019-10-03 | fatal() if imsg_flush() call fails in table proc | Gilles Chehade |
2019-10-03 | fix memory leak in error code path | Gilles Chehade |
2019-09-30 | add smtpd-version config key in filters handshake | Gilles Chehade |
2019-09-30 | Allow maildir and mbox MDAs to tempfail on situations that might be | Martijn van Duren |
2019-09-29 | - remove specific cases for +a and +mx as the + prefix is handled earlier | Gilles Chehade |
2019-09-29 | SRS uses base64 encoding for the checksum, however while this is ok when we | Gilles Chehade |
2019-09-22 | few corrections on srs grammar | Sebastien Marie |
2019-09-21 | remove dead assignment. | Sebastien Marie |
2019-09-21 | remove dead assignment | Sebastien Marie |
2019-09-21 | in report_smtp_broadcast(), the direction is expected to be "smtp-in" or | Sebastien Marie |
2019-09-21 | properly initialize errstr before going to fail label. | Sebastien Marie |
2019-09-21 | there is no need to compute timestamp for SRS1: remove dead assignments. | Sebastien Marie |
2019-09-20 | tweak previous; | Jason McIntyre |
2019-09-20 | teach smtpd how to do SRS so hosts that act as forwarders don't break SPF. | Gilles Chehade |
2019-09-19 | second attempt at fixing how we display inet6 addresses in smtpd. this diff | Gilles Chehade |
2019-09-19 | in tx-mail / tx-rcpt reports, do not pass the brackets <> and remove any | Gilles Chehade |
2019-09-19 | unescape / and ^ in the general delivery case, they only need to be for | Gilles Chehade |
2019-09-18 | Implement server certificate validation in smtp(1). | Eric Faurot |
2019-09-14 | in mta_relay_cmp() properly check that authlabel or backupname are not NULL | Gilles Chehade |
2019-09-11 | when replace tree_xget() with tree_get() ... actually use tree_get() so the | Gilles Chehade |
2019-09-11 | Sprinkle around some __attribute__((__format__ (printf(...))). | Martijn van Duren |
2019-09-10 | do not use tree_xget() between filters resume as a session may legitimately | Gilles Chehade |
2019-09-10 | immediatly close the connection if the cert is not valid, rather than | Eric Faurot |
2019-09-10 | simplify lka reporting functions by moving the reqid inside the broadcast | Gilles Chehade |
2019-09-06 | Add support for filter-reports. These allow filters to send freetext | Martijn van Duren |
2019-09-04 | bump version | Gilles Chehade |
2019-09-04 | disallow proc filters from responding with junk action at commit | Gilles Chehade |
2019-09-04 | introduce the 'junk' builtin filter action which marks a session or | Gilles Chehade |
2019-09-03 | Exectute procs and filters from /usr/local/libexec/smtpd/ if no absolute | Martijn van Duren |
2019-09-02 | the rule_to_text() function which is used to display rules when debug | Gilles Chehade |
2019-09-02 | Request a new SSL structure for each TLS session. | Eric Faurot |
2019-09-02 | in standalone smtp client, smtps schema should use ... smtps port | Gilles Chehade |
2019-08-29 | the latest commit introduced a regression in DATA filters | Gilles Chehade |
2019-08-29 | the builtin filters matching used to be reversed, as in "function must not | Gilles Chehade |
2019-08-29 | Comment out the registration of smtp-out events. | Martijn van Duren |
2019-08-28 | change valid_domainname() to accept a trailing dot. | Eric Faurot |
2019-08-28 | Add a link-greeting report. This allows us to get the active domain name | Martijn van Duren |