Tree @release-1.17.2 (Download .tar.gz)
- ..
- ngx_mail.c
- ngx_mail.h
- ngx_mail_auth_http_module.c
- ngx_mail_core_module.c
- ngx_mail_handler.c
- ngx_mail_imap_handler.c
- ngx_mail_imap_module.c
- ngx_mail_imap_module.h
- ngx_mail_parse.c
- ngx_mail_pop3_handler.c
- ngx_mail_pop3_module.c
- ngx_mail_pop3_module.h
- ngx_mail_proxy_module.c
- ngx_mail_smtp_handler.c
- ngx_mail_smtp_module.c
- ngx_mail_smtp_module.h
- ngx_mail_ssl_module.c
- ngx_mail_ssl_module.h
History of src / mail @release-1.17.2
- Multiple addresses in "listen". Roman Arutyunyan 3 years ago
- SSL: fixed potential leak on memory allocation errors. Maxim Dounin 3 years ago
- SSL: adjusted session id context with dynamic certificates. Maxim Dounin 3 years ago
- SSL: deprecated the "ssl" directive. Ruslan Ermilov 4 years ago
- SSL: detect "listen ... ssl" without certificates (ticket #178). Maxim Dounin 4 years ago
- Mail: fixed error message about missing ssl_certificate_key. Maxim Dounin 4 years ago
- SSL: using default server context in session remove (closes #1464). Sergey Kandaurov 4 years ago
- Fixed worker_shutdown_timeout in various cases. Maxim Dounin 4 years ago
- Style: changed checks of ngx_ssl_create_connection() to != NGX_OK. Maxim Dounin 5 years ago
- SSL: added support for TLSv1.3 in ssl_protocols directive. Sergey Kandaurov 5 years ago
- Mail: configurable socket buffer sizes. Vladimir Homutov 5 years ago
- Mail: don't emit separator in capability lists for APOP. Sergey Kandaurov 5 years ago
- Mail: make it possible to disable SASL EXTERNAL. Sergey Kandaurov 5 years ago
- Win32: fixed some warnings reported by Borland C. Maxim Dounin 5 years ago
- Mail: support SASL EXTERNAL (RFC 4422). Rob N ★ 5 years ago
- Mail: extensible auth methods in pop3 module. Maxim Dounin 5 years ago
- Modules compatibility: removed dependencies on NGX_MAIL_SSL. Maxim Dounin 5 years ago
- Modules compatibility: removed unneeded IPV6_V6ONLY checks. Maxim Dounin 5 years ago
- Fixed log levels of configuration parsing errors. Valentin Bartenev 5 years ago
- Ensure "listen" exists in a mail or stream server (ticket #1049). Roman Arutyunyan 5 years ago
- Fixed wrong type of the "line" field. Roman Arutyunyan 5 years ago
- Fixed build on MSVC. Roman Arutyunyan 6 years ago
- Introduced ngx_inet_get_port() and ngx_inet_set_port() functions. Roman Arutyunyan 6 years ago
- SSL: ngx_ssl_ciphers() to set list of ciphers. Tim Taubert 6 years ago
- Renamed "u" to "sockaddr" in listen options types. Maxim Dounin 6 years ago
- Introduced the ngx_sockaddr_t type. Ruslan Ermilov 6 years ago
- Use ngx_cmp_sockaddr() where appropriate. Ruslan Ermilov 6 years ago
- SSL: support for multiple curves (ticket #885). Maxim Dounin 6 years ago
- SSL: support for multiple certificates (ticket #814). Maxim Dounin 6 years ago
- SSL: RSA_generate_key() is deprecated in OpenSSL 1.1.0. Maxim Dounin 6 years ago