- 3ca3f60 Mail: initialize the "signature" field of ngx_mail_session_t. by Valentin Bartenev · 11 years ago
- c7efcf6 Mail: fixed number of arguments allowed in the listen directive. by Valentin Bartenev · 11 years ago
- 8575dc3 Mail: fixed a comment. by Valentin Bartenev · 11 years ago
- 44f45a5 Mail: discard pipelined commands after SMTP STARTTLS. by Maxim Dounin · 11 years ago
- 9f8785a SSL: the "ssl_password_file" directive. by Valentin Bartenev · 11 years ago
- 7808ac0 Mail: output client port number on client connects (ticket #531). by Ruslan Ermilov · 11 years ago
- ca02a10 Mail: added a check for the number of arguments in MAIL/RCPT. by Maxim Dounin · 11 years ago
- 5a3d441 Style: use %N instead of '\n' where appropriate. by Ruslan Ermilov · 11 years ago
- e042fc9 Mail: fixed ngx_mail_send() (ticket #519). by Maxim Dounin · 11 years ago
- bd3516e Fixed format specifier in logging of "c->number". by Sergey Kandaurov · 11 years ago
- 8b7fe56 Mail: fixed passing of IPv6 client address in XCLIENT. by Ruslan Ermilov · 11 years ago
- 58a240d SSL: ssl_session_tickets directive. by Dirkjan Bussink · 11 years ago
- 769eded Resolver: implemented IPv6 name to address resolving. by Ruslan Ermilov · 11 years ago
- 3aeefbc Changed resolver API to use ngx_addr_t. by Ruslan Ermilov · 11 years ago
- 79be6a5 SSL: added ability to set keys used for Session Tickets (RFC5077). by Piotr Sikora · 11 years ago
- ef8c64a Mail: fixed segfault with ssl/starttls at mail{} level and no cert. by Maxim Dounin · 12 years ago
- aa36cc3 Mail: fixed overrun of allocated memory (ticket #411). by Maxim Dounin · 12 years ago
- f2b5192 Mail: handle smtp multiline replies. by Maxim Dounin · 12 years ago
- 4f6f653 Mail: smtp pipelining support. by Maxim Dounin · 12 years ago
- 32d6035 Mail: added session close on smtp_greeting_delay violation. by Maxim Dounin · 12 years ago
- f52a2c7 SSL: stop loading configs with invalid "ssl_ciphers" values. by Piotr Sikora · 12 years ago
- d102510 Style. by Maxim Dounin · 12 years ago
- af18946 Core: extended ngx_sock_ntop() with socklen parameter. by Vladimir Homutov · 12 years ago
- 2b356db Mail: fixed possible uninitialized memory access. by Maxim Dounin · 12 years ago
- c3d20f5 Style: remove unnecessary references to HTTP from non-HTTP modules. by Piotr Sikora · 12 years ago
- 2b1779b Mail: missing ngx_ssl_ecdh_curve() call. by F. da Silva · 12 years ago
- 8597218 Mail: removed surplus ngx_close_connection() call. by Filipe Da Silva · 12 years ago
- 4f2d651 Mail: IPv6 backends (ticket #323). by Ruslan Ermilov · 12 years ago
- b8a90c6 Implemented IPv6 support for URLs specified using domain names. by Ruslan Ermilov · 12 years ago
- 83e35f6 Whitespace fix. by Maxim Dounin · 13 years ago
- 53b8514 Mail: fixed handling of AF_UNIX addresses in "listen". by Ruslan Ermilov · 13 years ago
- ff3236e Removed a stale "AF_INET only" comment. by Ruslan Ermilov · 13 years ago
- f12c756 Mail: fixed sorting of listen addresses (ticket #187). by Ruslan Ermilov · 13 years ago
- 9aac01a mail_core: don't let the well-known port in the "listen" directive to by Ruslan Ermilov · 13 years ago
- 89ad2e9 Corrected the directive name in the ngx_mail_auth_http_module error message. by Ruslan Ermilov · 13 years ago
- deaf22d Core: ipv6only is now on by default. by Ruslan Ermilov · 13 years ago
- 1efcca3 Fixed compilation with -Wmissing-prototypes. by Ruslan Ermilov · 13 years ago
- ee18743 Whitespace fixes. by Maxim Dounin · 13 years ago
- b74f8ff Fixed spelling in single-line comments. by Ruslan Ermilov · 13 years ago
- 9f38b20 Time parsing cleanup. by Maxim Dounin · 13 years ago
- f8d59e3 Copyright updated. by Maxim Konovalov · 13 years ago
- 4efcbce Added support for TLSv1.1, TLSv1.2 in ssl_protocols directive. by Maxim Dounin · 13 years ago
- 92edf47 Added the "so_keepalive=" parameter to the "listen" directive. by Valentin Bartenev · 13 years ago
- 66a60a6 Fixed NGX_CONF_TAKE1/NGX_CONF_FLAG misuse. by Sergey Budnevitch · 13 years ago
- f12d6ce Fixed port range checking. by Ruslan Ermilov · 13 years ago
- 6207181 Support of several servers in the "resolver" directive. by Igor Sysoev · 13 years ago
- 554768d Fix for "ssl_session_cache builtin" (broken since 1.1.1, r3993). by Maxim Dounin · 14 years ago
- dfd81a2 A new fix for the case when ssl_session_cache defined, but ssl is not by Igor Sysoev · 14 years ago
- f39642a ECDHE support patch by Adrian Kotelba by Igor Sysoev · 14 years ago
- e61ba26 MSIE export versions are rare now, so RSA 512 key is generated on demand by Igor Sysoev · 14 years ago
- 8d7b1d2 use !aNULL to disable all anonymous cipher suites patch by Rob Stradling by Igor Sysoev · 14 years ago
- aa6936e style fix by Igor Sysoev · 15 years ago
- 05b1a8f ngx_str_set() and ngx_str_null() by Igor Sysoev · 15 years ago
- ab4c0d3 Zimbra IMAP server may return only 4 bytes: "+ \r\n" by Igor Sysoev · 15 years ago
- 070f0a8 delete surplus code by Igor Sysoev · 15 years ago
- 280e5e7 use "localhost" in "Host" header line, if unix socket is used in "auth_http" by Igor Sysoev · 15 years ago
- a59ba33 *) fix resolving an empty name ("."), by Igor Sysoev · 15 years ago
- 70966c1 fix "PTR ." case in address resolver by Igor Sysoev · 15 years ago
- 0c189c5 rename ngx_peer_addr_t to ngx_addr_t by Igor Sysoev · 15 years ago
- 0f25ed3 replace inet_addr() with ngx_inet_addr() by Igor Sysoev · 15 years ago
- 3bed0da use only strong ciphers by default by Igor Sysoev · 16 years ago
- cf9dd76 disable SSLv2 and low ciphers by default by Igor Sysoev · 16 years ago
- 80c3e8e delete OpenSSL pre-0.9.7 compatibility: the sources were not actually by Igor Sysoev · 16 years ago
- a5fe588 ignore ngx_atomic_fetch_add() result by Igor Sysoev · 16 years ago
- 260c432 return NULL instead of NGX_CONF_ERROR on a create conf failure by Igor Sysoev · 16 years ago
- 610cbd4 mail proxy listen IPv6 support by Igor Sysoev · 16 years ago
- ee4be03 ngx_create_listening() by Igor Sysoev · 16 years ago
- 6efa56f delete ngx_listening_inet_stream_socket() by Igor Sysoev · 16 years ago
- 4c9d367 axe imap module artifacts by Igor Sysoev · 16 years ago
- 0cd76ea *) refactor error_log processing: listen socket log might inherit built-in by Igor Sysoev · 16 years ago
- 2ac565f fix building by MSVC8 by Igor Sysoev · 16 years ago
- 7b9feda fix Auth-Method, the bug has been introduced in r2496 by Igor Sysoev · 16 years ago
- a35eacc a prelimiary IPv6 support, HTTP listen by Igor Sysoev · 16 years ago
- c43beec send HELO/EHLO after XCLIENT patch by Maxim Dounin by Igor Sysoev · 16 years ago
- 09f6cd5 compatibility with Microsoft's by Igor Sysoev · 16 years ago
- bd5c23e avoid deep nested calls, flatten call tree by Igor Sysoev · 16 years ago
- 77a7974 update r2439: make clear name by Igor Sysoev · 16 years ago
- 103fe34 fix r2312 by Igor Sysoev · 16 years ago
- c9aae14 use "!= NGX_OK" instead of "== NGX_ERROR" by Igor Sysoev · 16 years ago
- 2ab6448 do not close session if SMTP backend returned an error on RCPT TO by Igor Sysoev · 16 years ago
- d67d847 remove unused field by Igor Sysoev · 16 years ago
- d0e8e54 smtp_auth none patch by Maxim Dounin by Igor Sysoev · 16 years ago
- f100c78 *) listen ssl *) no default ssl_cetificate and ssl_cetificate_key by Igor Sysoev · 17 years ago
- c9491d1 *) refactor ngx_parse_inet_url() by Igor Sysoev · 17 years ago
- 6a75019 *) remove zero termination in ngx_inet_ntop() and ngx_sock_ntop() by Igor Sysoev · 17 years ago
- a408b2b backout both r2162 and r2128 and implement a new fix by Igor Sysoev · 17 years ago
- 4c756c4 fix typo by Igor Sysoev · 17 years ago
- f2a1484 change useless ngx_pcalloc() to ngx_pnalloc() by Igor Sysoev · 17 years ago
- 7f6b2ff *) back out r2040 by Igor Sysoev · 17 years ago
- df83e6f DH parameters, ssl_dhparam by Igor Sysoev · 17 years ago
- d6548fa ssl_session_cache none by Igor Sysoev · 17 years ago
- 3be5257 $hostname variable by Igor Sysoev · 17 years ago
- 49db9d4 reset message by Igor Sysoev · 17 years ago
- de8ec1e use ngx_int_t in ngx_sort() callback by Igor Sysoev · 17 years ago
- 73eb97f check duplicate resolver by Igor Sysoev · 17 years ago
- dfd5511 use cf->cycle->new_log because at merge stage cf->pool->log is old log by Igor Sysoev · 17 years ago
- 4491dae cleanup resolver by Igor Sysoev · 17 years ago
- 5fa1146 do not resolve SMTP clients by default by Igor Sysoev · 17 years ago
- 4545046 resolver in smtp proxy module by Igor Sysoev · 17 years ago
- 6ff850b ssl_session_cache off by Igor Sysoev · 17 years ago