Searched defs:sent_pw (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/aaa/
H A Dmod_authn_anon.c136 const char *sent_pw)
177 && (!conf->mustemail || *sent_pw)
179 || (ap_strchr_c(sent_pw, '@') && ap_strchr_c(sent_pw, '.'))))
184 sent_pw ? sent_pw : "\'none\'");
135 check_anonymous(request_rec *r, const char *user, const char *sent_pw) argument
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);
332 sent_pw, NULL));
379 auth_result = provider->check_password(r, sent_user, sent_pw);
H A Dmod_auth_form.c598 const char **sent_pw,
615 get_notes_auth(r, sent_user, sent_pw, sent_method, sent_mimetype);
616 if (*sent_user && *sent_pw) {
634 else if (password && !strcmp(pair->name, password) && sent_pw) {
640 *sent_pw = buffer;
673 sent_user ? *sent_user : "<null>", sent_pw ? *sent_pw : "<null>",
692 if (!sent_pw || !*sent_pw) {
705 set_notes_auth(r, *sent_user, *sent_pw, sent_metho
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
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 65 milliseconds