Tree @release-1.9.0 (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.9.0
- Mail: error_log support. Vladimir Homutov 7 years ago
- SSL: avoid SSL_CTX_set_tmp_rsa_callback() call with LibreSSL. Maxim Dounin 7 years ago
- Style: use %*s format, as in 68d21fd1dc64. Ruslan Ermilov 7 years ago
- Mail: don't emit Auth-SSL-Verify with disabled ssl_verify_client. Sergey Kandaurov 7 years ago
- Mail: client SSL certificates support. Maxim Dounin 7 years ago
- Mail: added Auth-SSL header to indicate SSL. Maxim Dounin 7 years ago
- Mail: fixed buffer allocation for CRLF after Auth-SMTP-* headers. Maxim Dounin 7 years ago
- Mail: fixed the duplicate listen address detection. Ruslan Ermilov 7 years ago
- Mail: fixed a comment. Ruslan Ermilov 7 years ago
- Mail: initialize the "signature" field of ngx_mail_session_t. Valentin Bartenev 7 years ago
- Mail: fixed number of arguments allowed in the listen directive. Valentin Bartenev 7 years ago
- Mail: fixed a comment. Valentin Bartenev 7 years ago
- Mail: discard pipelined commands after SMTP STARTTLS. Maxim Dounin 7 years ago
- SSL: the "ssl_password_file" directive. Valentin Bartenev 8 years ago
- Mail: output client port number on client connects (ticket #531). Ruslan Ermilov 8 years ago
- Mail: added a check for the number of arguments in MAIL/RCPT. Maxim Dounin 8 years ago
- Style: use %N instead of '\n' where appropriate. Ruslan Ermilov 8 years ago
- Mail: fixed ngx_mail_send() (ticket #519). Maxim Dounin 8 years ago
- Fixed format specifier in logging of "c->number". Sergey Kandaurov 8 years ago
- Mail: fixed passing of IPv6 client address in XCLIENT. Ruslan Ermilov 8 years ago
- SSL: ssl_session_tickets directive. Dirkjan Bussink 8 years ago
- Resolver: implemented IPv6 name to address resolving. Ruslan Ermilov 8 years ago
- Changed resolver API to use ngx_addr_t. Ruslan Ermilov 8 years ago
- SSL: added ability to set keys used for Session Tickets (RFC5077). Piotr Sikora 8 years ago
- Mail: fixed segfault with ssl/starttls at mail{} level and no cert. Maxim Dounin 8 years ago
- Mail: fixed overrun of allocated memory (ticket #411). Maxim Dounin 8 years ago
- Mail: handle smtp multiline replies. Maxim Dounin 8 years ago
- Mail: smtp pipelining support. Maxim Dounin 8 years ago
- Mail: added session close on smtp_greeting_delay violation. Maxim Dounin 8 years ago
- SSL: stop loading configs with invalid "ssl_ciphers" values. Piotr Sikora 8 years ago