Searched refs:realm (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_auth_basic_module.c | 18 ngx_http_complex_value_t *realm; member 25 ngx_str_t *passwd, ngx_str_t *realm); 27 ngx_str_t *realm); 44 offsetof(ngx_http_auth_basic_loc_conf_t, realm), 115 if (ngx_http_complex_value(r, alcf->realm, &realm) != NGX_OK) { in ngx_http_auth_basic_handler() 119 if (realm.len == 3 && ngx_strncmp(realm.data, "off", 3) == 0) { in ngx_http_auth_basic_handler() 278 ngx_str_t *realm) in ngx_http_auth_basic_crypt_handler() argument 305 return ngx_http_auth_basic_set_realm(r, realm); in ngx_http_auth_basic_crypt_handler() 330 p = ngx_cpymem(p, realm->data, realm->len); in ngx_http_auth_basic_set_realm() 371 if (conf->realm == NULL) { in ngx_http_auth_basic_merge_loc_conf() [all …]
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | trace_lib.rst | 261 a declarative language that exists only in the realm of CTF.
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES.ru | 7252 строке "WWW-Authenticate" заголовка ответа выводился realm без текста 7253 "Basic realm".
|
| H A D | CHANGES | 7124 level, then the realm in the "WWW-Authenticate" header line was 7125 without the "Basic realm" text.
|