Igor Sysoev
|
4065d9b81e
|
delete OpenSSL pre-0.9.7 compatibility: the sources were not actually
compatible with OpenSSL 0.9.6 since ssl_session_cache introduction
|
2009-07-23 12:54:20 +00:00 |
|
Igor Sysoev
|
ac926cf9d1
|
ignore ngx_atomic_fetch_add() result
this fixes building at least by gcc 4.2.1 on Mac OS X 10.6
|
2009-06-18 13:14:51 +00:00 |
|
Igor Sysoev
|
4caaeef170
|
return NULL instead of NGX_CONF_ERROR on a create conf failure
|
2009-06-02 16:09:44 +00:00 |
|
Igor Sysoev
|
9751eea0ee
|
mail proxy listen IPv6 support
|
2009-05-18 12:20:22 +00:00 |
|
Igor Sysoev
|
35b414bc3f
|
ngx_create_listening()
|
2009-05-05 17:33:26 +00:00 |
|
Igor Sysoev
|
145c338011
|
delete ngx_listening_inet_stream_socket()
|
2009-05-04 19:51:09 +00:00 |
|
Igor Sysoev
|
2f3014e62f
|
axe imap module artifacts
|
2009-05-04 19:34:59 +00:00 |
|
Igor Sysoev
|
4709d5d80f
|
*) refactor error_log processing: listen socket log might inherit built-in
error_log with zero level, and r2447, r2466, r2467 were not enough
*) remove bogus "stderr" level
*) some functions and fields renames
|
2009-04-30 13:53:42 +00:00 |
|
Igor Sysoev
|
fb2dc513f9
|
fix building by MSVC8
|
2009-04-27 11:33:34 +00:00 |
|
Igor Sysoev
|
f73b68f96b
|
fix Auth-Method, the bug has been introduced in r2496
|
2009-04-24 09:54:40 +00:00 |
|
Igor Sysoev
|
e2dc4550af
|
a prelimiary IPv6 support, HTTP listen
|
2009-02-21 07:02:02 +00:00 |
|
Igor Sysoev
|
d92328b870
|
send HELO/EHLO after XCLIENT
patch by Maxim Dounin
|
2009-02-10 15:19:45 +00:00 |
|
Igor Sysoev
|
8eefe85677
|
compatibility with Microsoft's
AUTH LOGIN [base64 encoded user name ]
patch by Maxim Dounin
|
2009-02-09 12:03:55 +00:00 |
|
Igor Sysoev
|
d38b0613cb
|
avoid deep nested calls, flatten call tree
|
2009-01-31 20:34:26 +00:00 |
|
Igor Sysoev
|
f1156d66ac
|
update r2439: make clear name
|
2009-01-13 06:47:29 +00:00 |
|
Igor Sysoev
|
f4f6326b8d
|
fix r2312
|
2009-01-12 15:40:26 +00:00 |
|
Igor Sysoev
|
8e7faf90f4
|
use "!= NGX_OK" instead of "== NGX_ERROR"
|
2008-12-09 17:27:48 +00:00 |
|
Igor Sysoev
|
64ef84df90
|
do not close session if SMTP backend returned an error on RCPT TO
patch by Maxim Dounin
|
2008-11-13 14:20:54 +00:00 |
|
Igor Sysoev
|
6035577742
|
remove unused field
|
2008-11-13 13:30:34 +00:00 |
|
Igor Sysoev
|
91e1deb99d
|
smtp_auth none
patch by Maxim Dounin
|
2008-11-13 13:25:34 +00:00 |
|
Igor Sysoev
|
85951d5d72
|
*) listen ssl
*) no default ssl_cetificate and ssl_cetificate_key
|
2008-09-01 14:19:01 +00:00 |
|
Igor Sysoev
|
92a5ac81cf
|
*) refactor ngx_parse_inet_url()
*) refactor ngx_parse_unix_domain_url()
*) delete unused ngx_url_t fields
|
2008-08-26 14:24:14 +00:00 |
|
Igor Sysoev
|
95cf37a78f
|
*) remove zero termination in ngx_inet_ntop() and ngx_sock_ntop()
*) use ngx_snprintf() in ngx_inet_ntop() and ngx_sock_ntop()
as they are called just once per connection
*) NGX_INET_ADDRSTRLEN
|
2008-08-21 18:47:23 +00:00 |
|
Igor Sysoev
|
b0dc32eec3
|
backout both r2162 and r2128 and implement a new fix
|
2008-08-12 12:04:49 +00:00 |
|
Igor Sysoev
|
958a82efdd
|
fix typo
|
2008-07-29 14:31:03 +00:00 |
|
Igor Sysoev
|
3556721e2e
|
change useless ngx_pcalloc() to ngx_pnalloc()
|
2008-06-23 12:27:03 +00:00 |
|
Igor Sysoev
|
0ebc285aa0
|
*) back out r2040
*) refactor ngx_palloc()
*) introduce ngx_pnalloc()
*) additional pool blocks have smaller header
|
2008-06-17 15:00:30 +00:00 |
|
Igor Sysoev
|
d512987c1e
|
DH parameters, ssl_dhparam
|
2008-06-16 05:51:32 +00:00 |
|
Igor Sysoev
|
f4e540c64d
|
ssl_session_cache none
|
2008-05-26 07:14:13 +00:00 |
|
Igor Sysoev
|
4b020d55bd
|
$hostname variable
|
2008-05-16 14:39:06 +00:00 |
|
Igor Sysoev
|
7356cf9295
|
reset message
|
2008-04-29 09:35:06 +00:00 |
|
Igor Sysoev
|
24da7352fd
|
use ngx_int_t in ngx_sort() callback
|
2008-03-24 13:04:02 +00:00 |
|
Igor Sysoev
|
923ff42e46
|
check duplicate resolver
|
2008-03-06 08:48:25 +00:00 |
|
Igor Sysoev
|
f0590d13b0
|
use cf->cycle->new_log because at merge stage cf->pool->log is old log
|
2008-03-04 10:42:05 +00:00 |
|
Igor Sysoev
|
8e773cdc3b
|
cleanup resolver
|
2008-02-28 20:38:34 +00:00 |
|
Igor Sysoev
|
0301dca171
|
do not resolve SMTP clients by default
|
2008-02-16 13:46:33 +00:00 |
|
Igor Sysoev
|
2209d9e17e
|
resolver in smtp proxy module
|
2008-02-13 13:50:04 +00:00 |
|
Igor Sysoev
|
efcf5c7468
|
ssl_session_cache off
|
2007-12-26 20:27:22 +00:00 |
|
Igor Sysoev
|
d7712faae2
|
fix STARTTLS prompt in SMTP
|
2007-12-21 10:24:59 +00:00 |
|
Igor Sysoev
|
1e973c6d87
|
move condition declarations inside blocks where they are used
|
2007-12-10 12:09:51 +00:00 |
|
Igor Sysoev
|
fe325a719e
|
fix typo
|
2007-11-30 22:07:05 +00:00 |
|
Igor Sysoev
|
f1dfba6181
|
64-bit time_t compatibility
|
2007-11-15 14:26:36 +00:00 |
|
Igor Sysoev
|
1b528b45da
|
use pool instead of ngx_conf_t
|
2007-10-08 08:55:12 +00:00 |
|
Igor Sysoev
|
b65a6a826c
|
fix "AUTH PLAIN [initial-response]" bug introduced in r1477
|
2007-09-21 14:08:50 +00:00 |
|
Igor Sysoev
|
9679e39c59
|
use "_" instead of " " as new line substitute, do not delete trailing new line
|
2007-09-21 13:47:33 +00:00 |
|
Igor Sysoev
|
327a39aaf6
|
log starttls
|
2007-09-20 11:08:14 +00:00 |
|
Igor Sysoev
|
fb598fe906
|
ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_module
|
2007-09-15 16:51:16 +00:00 |
|
Igor Sysoev
|
4cb8d374bf
|
style fix: remove trailing spaces
|
2007-09-14 15:04:45 +00:00 |
|
Igor Sysoev
|
a3b995f5b2
|
create salt just before it will be used
|
2007-09-14 15:00:19 +00:00 |
|
Igor Sysoev
|
d3fdc28bc3
|
fix r1482
|
2007-09-14 14:56:46 +00:00 |
|