Home | History | Annotate | Download | only in plugins

Lines Matching refs:username

241 unsigned int run_ntlm_auth(const char *username, 
325 if (username) {
326 char *b64_username = base64_encode(username);
327 fprintf(pipe_in, "Username:: %s\n", b64_username);
339 fprintf(pipe_in, "Full-Username:: %s\n", b64_full_username);
520 char *username;
528 /* remove domain from "domain\username" */
529 if ((username = strrchr(user, '\\')) != NULL)
530 ++username;
532 username = user;
536 /* remove domain from "domain\username" */
576 if (run_ntlm_auth(username,
615 if (run_ntlm_auth(username,