Searched refs:http_auth_match_rules (Results 1 – 9 of 9) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | mod_auth_api.h | 58 int http_auth_match_rules (const http_auth_require_t *require, const char *user, const char *group,…
|
| H A D | mod_auth_api.c | 94 int http_auth_match_rules (const http_auth_require_t * const require, const char * const user, cons… in http_auth_match_rules() function
|
| H A D | mod_authn_file.c | 328 && http_auth_match_rules(require, username->ptr, NULL, NULL)); in mod_authn_file_htdigest_basic() 427 return 0 == rc && http_auth_match_rules(require, username->ptr, NULL, NULL) in mod_authn_file_plain_basic() 734 return 0 == rc && http_auth_match_rules(require, username->ptr, NULL, NULL) in mod_authn_file_htpasswd_basic()
|
| H A D | mod_authn_pam.c | 169 return http_auth_match_rules(require, username->ptr, NULL, NULL) in mod_authn_pam_basic()
|
| H A D | mod_authn_sasl.c | 290 return http_auth_match_rules(require, username->ptr, NULL, NULL) in mod_authn_sasl_basic()
|
| H A D | mod_authn_gssapi.c | 415 if (!http_auth_match_rules(require, token_out.value, NULL, NULL)) { in mod_authn_gssapi_check_spnego() 773 if (0 == ret && http_auth_match_rules(require,username->ptr,NULL,NULL)){ in mod_authn_gssapi_basic()
|
| H A D | mod_auth.c | 685 if (NULL != vb && http_auth_match_rules(dauth->require, vb->ptr, NULL, NULL)) { in mod_auth_uri_handler() 1545 if (!http_auth_match_rules(require, tb->ptr, NULL, NULL)) in mod_auth_check_digest() 1567 if (NULL != vb && http_auth_match_rules(require, vb->ptr, NULL, NULL)) { in mod_auth_check_extern()
|
| H A D | mod_authn_dbi.c | 576 return http_auth_match_rules(require, username->ptr, NULL, NULL) in mod_authn_dbi_basic()
|
| H A D | mod_authn_ldap.c | 801 if (http_auth_match_rules(require, username->ptr, NULL, NULL)) { in mod_authn_ldap_basic()
|