Home
last modified time | relevance | path

Searched refs:http_auth_match_rules (Results 1 – 9 of 9) sorted by relevance

/lighttpd1.4/src/
H A Dmod_auth_api.h58 int http_auth_match_rules (const http_auth_require_t *require, const char *user, const char *group,…
H A Dmod_auth_api.c94 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 Dmod_authn_file.c328 && 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 Dmod_authn_pam.c169 return http_auth_match_rules(require, username->ptr, NULL, NULL) in mod_authn_pam_basic()
H A Dmod_authn_sasl.c290 return http_auth_match_rules(require, username->ptr, NULL, NULL) in mod_authn_sasl_basic()
H A Dmod_authn_gssapi.c415 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 Dmod_auth.c685 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 Dmod_authn_dbi.c576 return http_auth_match_rules(require, username->ptr, NULL, NULL) in mod_authn_dbi_basic()
H A Dmod_authn_ldap.c801 if (http_auth_match_rules(require, username->ptr, NULL, NULL)) { in mod_authn_ldap_basic()