log src/mail/ngx_mail_auth_http_module.c @ 9277:4a0cd107c0f1 default tip

age author description
Wed, 15 May 2024 10:06:00 +0300 Rob Mueller Mail: reset imap tag to empty after authentication attempt.
Fri, 13 Aug 2021 03:57:47 -0400 Rob Mueller Mail: Auth-SSL-Protocol and Auth-SSL-Cipher headers (ticket #2134).
Thu, 11 Mar 2021 04:46:26 +0300 Maxim Dounin Mail: fixed build without SSL.
Fri, 05 Mar 2021 17:16:24 +0300 Maxim Dounin Mail: parsing of the PROXY protocol from clients.
Fri, 05 Mar 2021 17:16:23 +0300 Maxim Dounin Mail: made auth http creating request easier to extend.
Sat, 08 Oct 2016 18:05:00 +1100 Rob N ★ Mail: support SASL EXTERNAL (RFC 4422).
Mon, 20 Jun 2016 15:11:50 +0300 Roman Arutyunyan Fixed build on MSVC.
Mon, 20 Jun 2016 11:50:39 +0300 Roman Arutyunyan Introduced ngx_inet_get_port() and ngx_inet_set_port() functions.
Thu, 31 Mar 2016 02:33:57 +0300 Sergey Kandaurov Fixed logging.
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.