| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-01-12 | Mail: make it possible to disable SASL EXTERNAL. | Sergey Kandaurov | 1 | -2/+6 | |
| 2016-10-08 | Mail: support SASL EXTERNAL (RFC 4422). | Rob N ★ | 1 | -0/+11 | |
| This is needed to allow TLS client certificate auth to work. With ssl_verify_client configured, the auth daemon can choose to allow the connection to proceed based on the certificate data. This has been tested with Thunderbird for IMAP only. I've not yet found a client that will do client certificate auth for POP3 or SMTP, and the method is not really documented anywhere that I can find. That said, its simple enough that the way I've done is probably right. | |||||
| 2012-01-18 | Copyright updated. | Maxim Konovalov | 1 | -0/+1 | |
| 2010-05-14 | ngx_str_set() and ngx_str_null() | Igor Sysoev | 1 | -20/+10 | |
| 2009-02-09 | compatibility with Microsoft's | Igor Sysoev | 1 | -1/+9 | |
| AUTH LOGIN [base64 encoded user name ] patch by Maxim Dounin | |||||
| 2008-12-09 | use "!= NGX_OK" instead of "== NGX_ERROR" | Igor Sysoev | 1 | -1/+1 | |
| 2008-06-17 | *) back out r2040 | Igor Sysoev | 1 | -3/+3 | |
| *) refactor ngx_palloc() *) introduce ngx_pnalloc() *) additional pool blocks have smaller header | |||||
| 2007-12-10 | move condition declarations inside blocks where they are used | Igor Sysoev | 1 | -4/+3 | |
| 2007-09-15 | ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_module | Igor Sysoev | 1 | -10/+14 | |
| 2007-09-14 | style fix: remove trailing spaces | Igor Sysoev | 1 | -1/+1 | |
| 2007-09-14 | create salt just before it will be used | Igor Sysoev | 1 | -7/+6 | |
| 2007-09-14 | optimizations | Igor Sysoev | 1 | -2/+2 | |
| 2007-09-14 | move event handling to protocol specific code, | Igor Sysoev | 1 | -2/+8 | |
| it is required to support SMTP greeting delay | |||||
| 2007-09-13 | optimizations | Igor Sysoev | 1 | -68/+26 | |
| 2007-09-13 | style fix and optimizations | Igor Sysoev | 1 | -3/+3 | |
| 2007-09-13 | split pop3, imap, and smtp handlers | Igor Sysoev | 1 | -0/+492 | |
