Age | Commit message (Expand) | Author |
2015-12-12 | rename enum value | Gilles Chehade |
2015-12-12 | remove whitespaces | Gilles Chehade |
2015-12-12 | do not limit smtp session username to LOGIN_NAME_MAX it could be a virtual | Gilles Chehade |
2015-12-12 | remove redundant check | Gilles Chehade |
2015-12-12 | Implement senders map. | Sunil Nimmagadda |
2015-12-12 | add a log_trace() for debugging purposes | Gilles Chehade |
2015-12-12 | prepare struct smtp_session for handling of filters | Gilles Chehade |
2015-12-12 | add watermark define which will be needed for filters | Gilles Chehade |
2015-12-12 | if ca name not specified, pass hint to lka that a wildcard can match | Gilles Chehade |
2015-12-12 | declare and init filter wait queues (unused yet) | Gilles Chehade |
2015-12-12 | add filter_dataline prototype + empty function | Gilles Chehade |
2015-12-12 | fix prototypes | Gilles Chehade |
2015-12-11 | rename field member + whitespaces | Gilles Chehade |
2015-12-11 | rename header_masquerade_callback() to header_domain_append_callback(), the | Gilles Chehade |
2015-12-03 | introduce limit session keyword replacing fixed values | Joerg Jung |
2015-12-01 | add received-auth parameter to listener to identify authenticated sessions | Gilles Chehade |
2015-11-30 | mechanical rename of some IMSG constants | Gilles Chehade |
2015-11-05 | when a message consists solely of headers and does not end them with an | Gilles Chehade |
2015-10-21 | Only enable SSL_VERIFY_PEER when the verify option is set on a listener. | Joel Sing |
2015-10-16 | Use SSL_get_version() not SSL_get_cipher_version(); the former gives the TLS | Stuart Henderson |
2015-10-13 | Add a helper for writing the message to simplify the code. | Eric Faurot |
2015-10-12 | add Date header when a session iniated locally doesn't add one | Gilles Chehade |
2015-10-02 | detect that a certificate chain will not fit in imsg calls before passing | Gilles Chehade |
2015-09-07 | when bypassing the enqueuer, insert Message-Id header if none was found and | Gilles Chehade |
2015-09-03 | the session kicking mechanism has an accounting bug leading to some legit | Gilles Chehade |
2015-08-15 | assume messages use 8bit bytes by default, not just when 8BITMIME extension | Gilles Chehade |
2015-05-15 | the code to prevent AUTH PLAIN from logging credentials upon authentication | 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-01-20 | use <limits.h> comprehensively. For now try to push <> includes to | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2015-01-14 | bring back reverted commits, the crash was unrelated | Gilles Chehade |
2015-01-11 | revert two latest commits until a crash is fixed | Gilles Chehade |
2015-01-07 | fix ctype casting bug spotted by Jonas 'Sortie' Termansen | Gilles Chehade |
2015-01-06 | move the message parser init earlier to avoid a possible use after free in | Gilles Chehade |
2014-12-17 | Use log_warnx() not log_warn() for mail loop warning since errno | Todd C. Miller |
2014-11-02 | increment s->datalen counter in append domain code to correctly account for | Gilles Chehade |
2014-11-02 | rework domain append by locating either the brackets or the last component | Gilles Chehade |
2014-10-15 | when From, To and Cc headers present users without domains, append the | Gilles Chehade |
2014-10-04 | some MUA will bypass the local enqueuer and send an empty BCC header in the | Gilles Chehade |
2014-10-02 | when no domain is specified in MAIL FROM or RCPT TO, assume local user | Gilles Chehade |
2014-07-09 | add a "no-dsn" listener option to disable DSN extension. | Eric Faurot |
2014-07-08 | get rid of mfa leftovers | Eric Faurot |
2014-07-08 | fix typos. | Igor Sobrado |
2014-07-04 | It makes much more sense to do the loop checking on incoming mails rather | Eric Faurot |
2014-05-17 | add missing header needed by str* and mem* functions | Charles Longeau |
2014-04-29 | Implement RSA privilege separation for OpenSMTPD, based on my previous | Reyk Floeter |
2014-04-29 | Remove unused arguments from ssl_smtp_init() | Reyk Floeter |
2014-04-29 | use explicit_bzero() instead of memset() to clear out sensitive data. | Reyk Floeter |
2014-04-19 | knf | Gilles Chehade |