Lines Matching defs:password
154 /* if password is unspecified, set it to the fixed string "password" to
158 pass = "password";
174 "Could not parse fake password expression '%s': %s", pass,
209 "username and password, 'off' to disable. Password defaults "
210 "to 'password' if missing."),
361 char *password;
370 /* We expect the password to be hash of user:realm:password */
372 &password);
374 auth_result = strcmp(digest, password) ? AUTH_DENIED
471 "AuthBasicFake: could not evaluate password expression for URI '%s': %s", r->uri, err);
476 "AuthBasicFake: empty password expression for URI '%s', ignoring", r->uri);