log src/mail/ngx_mail_auth_http_module.c @ 5987:62c098eb4509

age author description
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
Mon, 02 Nov 2009 13:51:10 +0000 Igor Sysoev replace inet_addr() with ngx_inet_addr()
Tue, 02 Jun 2009 16:09:44 +0000 Igor Sysoev return NULL instead of NGX_CONF_ERROR on a create conf failure
Mon, 18 May 2009 15:58:46 +0000 Igor Sysoev r2496, r2749 merge: stable-0.6
Mon, 18 May 2009 12:20:22 +0000 Igor Sysoev mail proxy listen IPv6 support