summaryrefslogtreecommitdiff
path: root/src/mail/ngx_mail_auth_http_module.c
Commit message (Expand)AuthorAgeFilesLines
* Mail: Auth-SSL-Protocol and Auth-SSL-Cipher headers (ticket #2134).Rob Mueller2021-08-131-2/+39
* Mail: fixed build without SSL.Maxim Dounin2021-03-111-2/+3
* Mail: parsing of the PROXY protocol from clients.Maxim Dounin2021-03-051-0/+31
* Mail: made auth http creating request easier to extend.Maxim Dounin2021-03-051-13/+29
* Mail: support SASL EXTERNAL (RFC 4422).Rob N ★2016-10-081-0/+1
* Fixed build on MSVC.Roman Arutyunyan2016-06-201-1/+1
* Introduced ngx_inet_get_port() and ngx_inet_set_port() functions.Roman Arutyunyan2016-06-201-23/+6
* Fixed logging.Sergey Kandaurov2016-03-311-1/+1
* Style: use %*s format, as in 68d21fd1dc64.Ruslan Ermilov2015-03-041-8/+3
* Mail: don't emit Auth-SSL-Verify with disabled ssl_verify_client.Sergey Kandaurov2015-02-271-5/+9
* Mail: client SSL certificates support.Maxim Dounin2015-02-251-1/+119
* Mail: added Auth-SSL header to indicate SSL.Maxim Dounin2015-02-251-0/+12
* Mail: fixed buffer allocation for CRLF after Auth-SMTP-* headers.Maxim Dounin2015-02-251-3/+3
* Style: use %N instead of '\n' where appropriate.Ruslan Ermilov2014-05-141-1/+1
* Mail: removed surplus ngx_close_connection() call.Filipe Da Silva2013-05-091-1/+0
* Mail: IPv6 backends (ticket #323).Ruslan Ermilov2013-03-251-24/+35
* Implemented IPv6 support for URLs specified using domain names.Ruslan Ermilov2012-12-171-1/+0
* Corrected the directive name in the ngx_mail_auth_http_module error message.Ruslan Ermilov2012-08-151-1/+1
* Copyright updated.Maxim Konovalov2012-01-181-0/+1
* Fixed port range checking.Ruslan Ermilov2011-10-251-1/+1
* ngx_str_set() and ngx_str_null()Igor Sysoev2010-05-141-4/+2
* use "localhost" in "Host" header line, if unix socket is used in "auth_http"Igor Sysoev2009-12-251-1/+8
* rename ngx_peer_addr_t to ngx_addr_tIgor Sysoev2009-11-021-3/+3
* replace inet_addr() with ngx_inet_addr()Igor Sysoev2009-11-021-2/+1
* return NULL instead of NGX_CONF_ERROR on a create conf failureIgor Sysoev2009-06-021-1/+1
* mail proxy listen IPv6 supportIgor Sysoev2009-05-181-0/+2
* fix Auth-Method, the bug has been introduced in r2496Igor Sysoev2009-04-241-0/+1
* use "!= NGX_OK" instead of "== NGX_ERROR"Igor Sysoev2008-12-091-4/+4
* remove unused fieldIgor Sysoev2008-11-131-10/+0
* smtp_auth noneIgor Sysoev2008-11-131-2/+35
* change useless ngx_pcalloc() to ngx_pnalloc()Igor Sysoev2008-06-231-1/+1
* *) back out r2040Igor Sysoev2008-06-171-8/+9
* 64-bit time_t compatibilityIgor Sysoev2007-11-151-2/+2
* use pool instead of ngx_conf_tIgor Sysoev2007-10-081-1/+1
* ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_moduleIgor Sysoev2007-09-151-24/+18
* small optimizationsIgor Sysoev2007-09-131-6/+6
* style fix and optimizationsIgor Sysoev2007-09-131-21/+19
* escape " ", "%", and %00-%1F in login and passwordIgor Sysoev2007-08-201-31/+5
* test http_auth absenceIgor Sysoev2007-08-141-0/+14
* allow "http://" in auth_http URLIgor Sysoev2007-08-141-0/+5
* stop configuration on errorIgor Sysoev2007-08-141-0/+2
* fix memory allocation for auth_http_headerIgor Sysoev2007-07-101-0/+1
* style fix: remove tabsIgor Sysoev2007-04-181-10/+10
* Many changes:Igor Sysoev2007-03-191-0/+1432