Searched refs:pszUsername (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/HostServices/GuestControl/
H A Dgctrl.h36 const char *pszUsername, const char *pszPassword, RTMSINTERVAL cMillies);
/vbox/src/VBox/HostServices/auth/directoryservice/
H A Ddirectoryservice.cpp60 tDirStatus userAuthInfo(tDirReference pDirRef, tDirNodeReference pNodeRef, const char *pszUsername, tDataListPtr *ppAuthNodeListOut) argument
70 tDataListPtr pRecordName = dsBuildListFromStrings(pDirRef, pszUsername, NULL);
196 tDirStatus authWithNode(tDirReference pDirRef, tDataListPtr pAuthNodeList, const char *pszUsername, const char *pszPassword) argument
215 size_t cUserName = strlen(pszUsername) + 1;
228 memcpy(&pAuthInBuf->fBufferData[pAuthInBuf->fBufferLength], pszUsername, cUserName);
/vbox/src/VBox/Additions/common/pam/
H A Dpam_vbox.cpp331 char *pszUsername; local
335 rc = VbglR3CredentialsRetrieve(&pszUsername, &pszPassword, &pszDomain);
344 pszUsername, pszPassword, pszDomain);
348 pszUsername, pszDomain);
351 int pamrc = pam_set_item(hPAM, PAM_USER, pszUsername);
366 VbglR3CredentialsDestroy(pszUsername, pszPassword, pszDomain,
/vbox/src/VBox/Additions/linux/lightdm-greeter/
H A Dvbox-greeter.cpp373 char *pszUsername; /* User name only is kept local. */ local
375 rc = VbglR3CredentialsRetrieve(&pszUsername, &pCtx->pszPassword, &pszDomain);
383 pszUsername,
391 lightdm_greeter_authenticate(pCtx->pGreeter, pszUsername); /* Must be the real user name from host! */
394 VbglR3CredentialsDestroy(pszUsername, NULL /* pszPassword */, pszDomain,
465 VbglR3CredentialsDestroy(NULL /* pszUsername */, pCtx->pszPassword, NULL /* pszDomain */,
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp2468 * @param pszUsername The user to run the program as.
2475 const char *pszUsername, RTMSINTERVAL cMillies)
2496 if (*pszUsername)
2497 return txsReplyFailure(pPktHdr, "NOT IMPL", "Executing as a specific user is not implemented ('%s')", pszUsername);
2533 *pszUsername ? pszUsername : NULL, NULL,
2681 char *pszUsername; local
2682 if (txsIsStringValid(pPktHdr, "username", pch, &pszUsername, &pch, &rc))
2708 pszUsername,
2711 RTStrFree(pszUsername);
2471 txsDoExecHlp(PCTXSPKTHDR pPktHdr, uint32_t fFlags, const char *pszExecName, uint32_t cArgs, const char * const *papszArgs, uint32_t cEnvVars, const char * const *papszEnv, const char *pszStdIn, const char *pszStdOut, const char *pszStdErr, const char *pszTestPipe, const char *pszUsername, RTMSINTERVAL cMillies) argument
[all...]
/vbox/include/VBox/vmm/
H A Dpdmifs.h2464 * @param pszUsername User name, may be empty (UTF-8).
2469 DECLR3CALLBACKMEMBER(int, pfnSetCredentials,(PPDMIVMMDEVPORT pInterface, const char *pszUsername,
/vbox/src/VBox/Devices/VMMDev/
H A DVMMDev.cpp3244 static DECLCALLBACK(int) vmmdevIPort_SetCredentials(PPDMIVMMDEVPORT pInterface, const char *pszUsername, argument
3258 strcpy(pThis->pCredentials->Logon.szUserName, pszUsername);
3269 strcpy(pThis->pCredentials->Judge.szUserName, pszUsername);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Durlmon.h935 LPWSTR *pszUsername,
959 LPWSTR *pszUsername,
974 #define IAuthenticate_Authenticate(This,phwnd,pszUsername,pszPassword) (This)->lpVtbl->Authenticate(This,phwnd,pszUsername,pszPassword)
982 LPWSTR *pszUsername,
H A Durlmon.idl377 [out] LPWSTR *pszUsername,
H A Dwincrypt.h1418 LPSTR pszUsername; member in struct:_CRYPT_PASSWORD_CREDENTIALSA
1424 LPWSTR pszUsername; member in struct:_CRYPT_PASSWORD_CREDENTIALSW
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Durlmon.h941 LPWSTR *pszUsername,
965 LPWSTR *pszUsername,
980 #define IAuthenticate_Authenticate(This,phwnd,pszUsername,pszPassword) (This)->lpVtbl->Authenticate(This,phwnd,pszUsername,pszPassword)
988 LPWSTR *pszUsername,
H A Durlmon.idl377 [out] LPWSTR *pszUsername,
H A Dwincrypt.h1406 LPSTR pszUsername; member in struct:_CRYPT_PASSWORD_CREDENTIALSA
1412 LPWSTR pszUsername; member in struct:_CRYPT_PASSWORD_CREDENTIALSW

Completed in 1249 milliseconds