log src/mail/ngx_mail_auth_http_module.c @ 6157:b2899e7d0ef8

age author description
Wed, 04 Mar 2015 08:05:38 +0300 Ruslan Ermilov Style: use %*s format, as in 68d21fd1dc64.
Fri, 27 Feb 2015 16:28:31 +0300 Sergey Kandaurov Mail: don't emit Auth-SSL-Verify with disabled ssl_verify_client.
Wed, 25 Feb 2015 17:48:05 +0300 Maxim Dounin Mail: client SSL certificates support.
Wed, 25 Feb 2015 17:47:49 +0300 Maxim Dounin Mail: added Auth-SSL header to indicate SSL.
Wed, 25 Feb 2015 17:47:43 +0300 Maxim Dounin Mail: fixed buffer allocation for CRLF after Auth-SMTP-* headers.
Wed, 14 May 2014 22:26:30 +0400 Ruslan Ermilov Style: use %N instead of '\n' where appropriate.
Thu, 09 May 2013 10:54:28 +0200 Filipe Da Silva Mail: removed surplus ngx_close_connection() call.
Mon, 25 Mar 2013 13:38:59 +0000 Ruslan Ermilov Mail: IPv6 backends (ticket #323).
Mon, 17 Dec 2012 12:08:53 +0000 Ruslan Ermilov Implemented IPv6 support for URLs specified using domain names.
Wed, 15 Aug 2012 11:17:55 +0000 Ruslan Ermilov Corrected the directive name in the ngx_mail_auth_http_module error message.
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Tue, 25 Oct 2011 13:48:43 +0000 Ruslan Ermilov Fixed port range checking.
Fri, 14 May 2010 09:56:37 +0000 Igor Sysoev ngx_str_set() and ngx_str_null()
Fri, 25 Dec 2009 15:43:40 +0000 Igor Sysoev use "localhost" in "Host" header line, if unix socket is used in "auth_http"
Mon, 02 Nov 2009 15:14:17 +0000 Igor Sysoev rename ngx_peer_addr_t to ngx_addr_t