Searched defs:sent_user (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/aaa/
H A Dmod_auth_basic.c299 const char *sent_user, *sent_pw, *current_auth; local
321 res = get_basic_auth(r, &sent_user, &sent_pw);
330 (unsigned char *)apr_pstrcat(r->pool, sent_user, ":",
371 auth_result = provider->get_realm_hash(r, sent_user, realm,
379 auth_result = provider->check_password(r, sent_user, sent_pw);
410 sent_user, r->uri);
415 "user %s not found: %s", sent_user, r->uri);
H A Dmod_auth_form.c597 const char **sent_user,
615 get_notes_auth(r, sent_user, sent_pw, sent_method, sent_mimetype);
616 if (*sent_user && *sent_pw) {
626 if (username && !strcmp(pair->name, username) && sent_user) {
632 *sent_user = buffer;
673 sent_user ? *sent_user : "<null>", sent_pw ? *sent_pw : "<null>",
679 if (sent_user && *sent_user) {
680 r->user = (char *) *sent_user;
590 get_form_auth(request_rec * r, const char *username, const char *password, const char *location, const char *method, const char *mimetype, const char *body, const char **sent_user, const char **sent_pw, const char **sent_loc, const char **sent_method, const char **sent_mimetype, apr_bucket_brigade **sent_body, auth_form_config_rec * conf) argument
734 check_site(request_rec * r, const char *site, const char *sent_user, const char *sent_hash) argument
759 check_authn(request_rec * r, const char *sent_user, const char *sent_pw) argument
886 const char *sent_user = NULL, *sent_pw = NULL, *sent_hash = NULL; local
1118 const char *sent_user = NULL, *sent_pw = NULL, *sent_loc = NULL; local
[all...]

Completed in 17 milliseconds