Lines Matching refs:username
912 * we need to postpone setting the username until later.
993 const char *auth_line, *username, *password;
1016 * ("/XX=YYY/XX=YYY/..") as the username and "password" as the
1026 username = ap_getword_nulls(r->pool, &auth_line, ':');
1029 if ((username[0] == '/') && strEQ(password, "password")) {
1031 "Encountered FakeBasicAuth spoof: %s", username);
1064 APLOG_MARK, APLOG_WARNING, 0, r, APLOGNO(02434) "Failed to set FakeBasicAuth username to '%s', did not exist in certificate", dc->szUserName);
2406 char *username = SSL_get_srp_username(ssl);
2409 if (username == NULL
2410 || (u = SRP_VBASE_get_by_user(mctx->srp_vbase, username)) == NULL) {