Lines Matching refs:username

58     const char *username;
96 conf->username = "httpd_username";
117 new->username = (add->username_set == 0) ? base->username : add->username;
214 static const char *set_cookie_form_username(cmd_parms * cmd, void *config, const char *username)
217 conf->username = username;
219 return check_string(cmd, username);
358 "The field of the login form carrying the username"),
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
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
584 * If either the username or the password is missing, this
591 const char *username,
607 /* find the username and password in the form */
626 if (username && !strcmp(pair->name, username) && sent_user) {
683 /* a missing username or missing password means auth denied */
687 "form parsed, but username field '%s' was missing or empty, unauthorized",
688 username);
702 * save away the username, password, mimetype and method, so that they
723 * Given a username and site passphrase hash from the session, determine
754 * Given a username and password (extracted externally from a cookie), run
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 */
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,
1029 /* check the authn in the main request, based on the username found */
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 */