comparison src/http/modules/ngx_http_auth_basic_module.c @ 3922:9c057d5e1c27

"$apr1", "{PLAIN}", and "{SSHA}" password methods in auth basic module patch by Maxim Dounin
author Igor Sysoev <igor@sysoev.ru>
date Mon, 16 May 2011 14:54:50 +0000
parents e7798b5e990a
children d620f497c50f
comparison
equal deleted inserted replaced
3921:bab3488bd113 3922:9c057d5e1c27
5 5
6 6
7 #include <ngx_config.h> 7 #include <ngx_config.h>
8 #include <ngx_core.h> 8 #include <ngx_core.h>
9 #include <ngx_http.h> 9 #include <ngx_http.h>
10 #include <ngx_crypt.h>
10 11
11 12
12 #define NGX_HTTP_AUTH_BUF_SIZE 2048 13 #define NGX_HTTP_AUTH_BUF_SIZE 2048
13 14
14 15