aboutsummaryrefslogtreecommitdiff
path: root/src/mail/ngx_mail_auth_http_module.c
Commit message (Collapse)AuthorAge
* Copyright updated.Maxim Konovalov2012-01-18
|
* Fixed port range checking.Ruslan Ermilov2011-10-25
|
* ngx_str_set() and ngx_str_null()Igor Sysoev2010-05-14
|
* use "localhost" in "Host" header line, if unix socket is used in "auth_http"Igor Sysoev2009-12-25
|
* rename ngx_peer_addr_t to ngx_addr_tIgor Sysoev2009-11-02
|
* replace inet_addr() with ngx_inet_addr()Igor Sysoev2009-11-02
|
* return NULL instead of NGX_CONF_ERROR on a create conf failureIgor Sysoev2009-06-02
|
* mail proxy listen IPv6 supportIgor Sysoev2009-05-18
|
* fix Auth-Method, the bug has been introduced in r2496Igor Sysoev2009-04-24
|
* use "!= NGX_OK" instead of "== NGX_ERROR"Igor Sysoev2008-12-09
|
* remove unused fieldIgor Sysoev2008-11-13
|
* smtp_auth noneIgor Sysoev2008-11-13
| | | | patch by Maxim Dounin
* change useless ngx_pcalloc() to ngx_pnalloc()Igor Sysoev2008-06-23
|
* *) back out r2040Igor Sysoev2008-06-17
| | | | | | *) refactor ngx_palloc() *) introduce ngx_pnalloc() *) additional pool blocks have smaller header
* 64-bit time_t compatibilityIgor Sysoev2007-11-15
|
* use pool instead of ngx_conf_tIgor Sysoev2007-10-08
|
* ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_moduleIgor Sysoev2007-09-15
|
* small optimizationsIgor Sysoev2007-09-13
|
* style fix and optimizationsIgor Sysoev2007-09-13
|
* escape " ", "%", and %00-%1F in login and passwordIgor Sysoev2007-08-20
|
* test http_auth absenceIgor Sysoev2007-08-14
|
* allow "http://" in auth_http URLIgor Sysoev2007-08-14
|
* stop configuration on errorIgor Sysoev2007-08-14
|
* fix memory allocation for auth_http_headerIgor Sysoev2007-07-10
|
* style fix: remove tabsIgor Sysoev2007-04-18
|
* Many changes:Igor Sysoev2007-03-19
*) rename imap to mail, sort pop3/imap functions *) smtp auth support *) pop3 starttls only *) fix segfault if cram-md5 was used without apop