aboutsummaryrefslogtreecommitdiff
path: root/src/mail
Commit message (Expand)AuthorAge
* Overhauled some diagnostic messages akin to 1b05b9bbcebf.Sergey Kandaurov2024-03-22
* SSL: removed the "ssl" directive.Roman Arutyunyan2023-06-08
* SSL: enabled TLSv1.3 by default.Maxim Dounin2023-03-24
* Mail: fixed handling of blocked client read events in proxy.Maxim Dounin2023-03-24
* Fixed port ranges support in the listen directive.Valentin Bartenev2022-12-18
* Filtering duplicate addresses in listen (ticket #2400).Maxim Dounin2022-11-23
* Increased maximum read PROXY protocol header size.Roman Arutyunyan2022-11-02
* SSL: improved validation of ssl_session_cache and ssl_ocsp_cache.Sergey Kandaurov2022-10-17
* Mail: connections with wrong ALPN protocols are now rejected.Vladimir Homutov2021-10-20
* Mail: Auth-SSL-Protocol and Auth-SSL-Cipher headers (ticket #2134).Rob Mueller2021-08-13
* SSL: ciphers now set before loading certificates (ticket #2035).Maxim Dounin2021-08-16
* Mail: max_errors directive.Maxim Dounin2021-05-19
* Mail: IMAP pipelining support.Maxim Dounin2021-05-19
* Mail: stricter checking of IMAP tags.Maxim Dounin2021-05-19
* Mail: fixed backslash handling in IMAP literals.Maxim Dounin2021-05-19
* Mail: removed dead s->arg_start handling.Maxim Dounin2021-05-19
* Mail: fixed s->arg_start clearing on invalid IMAP commands.Maxim Dounin2021-05-19
* Mail: POP3 pipelining support.Maxim Dounin2021-05-19
* Mail: optimized discarding invalid SMTP commands.Maxim Dounin2021-05-19
* Mail: fixed handling of invalid SMTP commands split between reads.Maxim Dounin2021-05-19
* Mail: fixed SMTP pipelining to send the response immediately.Maxim Dounin2021-05-19
* Mail: fixed reading with fully filled buffer (ticket #2159).Maxim Dounin2021-04-21
* Mail: fixed build without SSL.Maxim Dounin2021-03-11
* Mail: sending of the PROXY protocol to backends.Maxim Dounin2021-03-05
* Mail: realip module.Maxim Dounin2021-03-05
* Mail: parsing of the PROXY protocol from clients.Maxim Dounin2021-03-05
* Mail: made auth http creating request easier to extend.Maxim Dounin2021-03-05
* Mail: fixed log action after SSL handshake.Maxim Dounin2021-03-05
* Mail: postponed session initialization under accept mutex.Maxim Dounin2021-03-05
* Mail: added missing event handling after reading data.Maxim Dounin2021-03-05
* Mail: added missing event handling after blocking events.Maxim Dounin2021-03-05
* SSL: fixed build by Sun C with old OpenSSL versions.Maxim Dounin2021-03-05
* SSL: ssl_conf_command directive.Maxim Dounin2020-10-22
* Mail: proxy_smtp_auth directive.Maxim Dounin2020-10-03
* SSL: fixed ssl_verify_client error message.Sergey Kandaurov2019-09-16
* Mail: fixed duplicate resolving.Maxim Dounin2019-08-01
* Multiple addresses in "listen".Roman Arutyunyan2019-03-15
* SSL: fixed potential leak on memory allocation errors.Maxim Dounin2019-03-03
* SSL: adjusted session id context with dynamic certificates.Maxim Dounin2019-02-25
* SSL: deprecated the "ssl" directive.Ruslan Ermilov2018-04-25
* SSL: detect "listen ... ssl" without certificates (ticket #178).Maxim Dounin2018-04-24
* Mail: fixed error message about missing ssl_certificate_key.Maxim Dounin2018-04-24
* SSL: using default server context in session remove (closes #1464).Sergey Kandaurov2018-01-30
* Fixed worker_shutdown_timeout in various cases.Maxim Dounin2017-11-20
* Style: changed checks of ngx_ssl_create_connection() to != NGX_OK.Maxim Dounin2017-05-29
* SSL: added support for TLSv1.3 in ssl_protocols directive.Sergey Kandaurov2017-04-18
* Mail: configurable socket buffer sizes.Vladimir Homutov2017-04-03
* Mail: don't emit separator in capability lists for APOP.Sergey Kandaurov2017-03-06
* Mail: make it possible to disable SASL EXTERNAL.Sergey Kandaurov2017-01-12
* Win32: fixed some warnings reported by Borland C.Maxim Dounin2016-12-24