summaryrefslogtreecommitdiffhomepage
path: root/src/mail/ngx_mail_auth_http_module.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-12-12r1560 merge:Igor Sysoev1-1/+1
use pool instead of ngx_conf_t
2007-11-07r1477, r1478, r1479, r1480, r1481, r1482, r1483, r1484, r1485, r1486,Igor Sysoev1-36/+28
r1487, r1488, r1494, r1495, r1499 merge: *) ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_module *) smtp_client_buffer and smtp_greeting_delay
2007-09-22r1406 merge:Igor Sysoev1-31/+5
escape " ", "%", and %00-%1F in login and password
2007-09-22r1391, r1392, r1393 merge:Igor Sysoev1-0/+21
auth_http related changes: *) stop configuration on error *) allow "http://" in auth_http URL *) test http_auth absence
2007-07-13r1286 merge:Igor Sysoev1-0/+1
fix memory allocation for auth_http_header
2007-04-18style fix: remove tabsIgor Sysoev1-10/+10
2007-03-19Many changes:Igor Sysoev1-0/+1432
*) rename imap to mail, sort pop3/imap functions *) smtp auth support *) pop3 starttls only *) fix segfault if cram-md5 was used without apop