Lines Matching refs:password

60     const char *password;
97 conf->password = "httpd_password";
119 new->password = (add->password_set == 0) ? base->password : add->password;
222 static const char *set_cookie_form_password(cmd_parms * cmd, void *config, const char *password)
225 conf->password = password;
227 return check_string(cmd, password);
360 "The field of the login form carrying the password"),
431 * Set the auth username and password into the main request
469 * Get the auth username and password from the main request
516 * Set the auth username and password into the session.
518 * If either the username, or the password are NULL, the username
519 * and/or password will be removed from the session.
543 * Get the auth username and password from the main request
580 * Isolate the username and password in a POSTed form with the
581 * username in the "username" field, and the password in the
582 * "password" field.
584 * If either the username or the password is missing, this
592 const char *password,
607 /* find the username and password in the form */
634 else if (password && !strcmp(pair->name, password) && sent_pw) {
683 /* a missing username or missing password means auth denied */
695 "form parsed, but password field '%s' was missing or empty, unauthorized",
696 password);
702 * save away the username, password, mimetype and method, so that they
754 * Given a username and password (extracted externally from a cookie), run
826 "password Mismatch",
921 /* try get the username and password from the notes, if present */
925 /* otherwise try get the username and password from a session, if present */
942 /* otherwise test for a normal password match */
956 * for a username and a password, and the username and password are correct,
993 rv = get_form_auth(rr, conf->username, conf->password, conf->location,
1134 rv = get_form_auth(r, conf->username, conf->password, conf->location,
1185 * If an attempt is made to access this URL, any username and password
1204 /* remove the username and password, effectively logging the user out */