Lines Matching defs:sent_pw

598                              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_method ? *sent_method : NULL,
759 static int check_authn(request_rec * r, const char *sent_user, const char *sent_pw)
792 if (!sent_user || !sent_pw) {
797 auth_result = provider->check_password(r, sent_user, sent_pw);
886 const char *sent_user = NULL, *sent_pw = NULL, *sent_hash = NULL;
922 get_notes_auth(r, &sent_user, &sent_pw, &sent_method, &sent_mimetype);
923 if (!sent_user || !sent_pw || !*sent_user || !*sent_pw) {
926 res = get_session_auth(r, &sent_user, &sent_pw, &sent_hash);
934 if (APR_SUCCESS == res && sent_user && sent_hash && sent_pw) {
937 fake_basic_authentication(r, conf, sent_user, sent_pw);
943 if (APR_SUCCESS == res && sent_user && sent_pw) {
944 rv = check_authn(r, sent_user, sent_pw);
946 fake_basic_authentication(r, conf, sent_user, sent_pw);
995 &sent_user, &sent_pw, &sent_loc, &sent_method,
1031 rv = check_authn(r, sent_user, sent_pw);
1033 fake_basic_authentication(r, conf, sent_user, sent_pw);
1034 set_session_auth(r, sent_user, sent_pw, conf->site);
1118 const char *sent_user = NULL, *sent_pw = NULL, *sent_loc = NULL;
1136 &sent_user, &sent_pw, &sent_loc,
1139 rv = check_authn(r, sent_user, sent_pw);
1141 set_session_auth(r, sent_user, sent_pw, conf->site);