Searched refs:fLogon (Results 1 - 6 of 6) sorted by relevance

/vbox/include/VBox/
H A DVBoxAuth.h117 * fLogon Boolean flag. Indicates whether the entry point is called
132 * Note: When 'fLogon' is 0, only pUuid and clientId are valid and the return
140 int fLogon,
159 * fLogon Boolean flag. Indicates whether the entry point is called
174 * Note: When 'fLogon' is 0, only pszCaller, pUuid and clientId are valid and the return
183 int fLogon,
/vbox/src/VBox/HostServices/auth/simple/
H A DVBoxAuthSimple.cpp69 int fLogon,
76 if (!fLogon)
63 AuthEntry(const char *szCaller, PAUTHUUID pUuid, AuthGuestJudgement guestJudgement, const char *szUser, const char *szPassword, const char *szDomain, int fLogon, unsigned clientId) argument
/vbox/src/VBox/HostServices/auth/winlogon/
H A Dwinlogon.cpp63 int fLogon,
57 AuthEntry(const char *szCaller, PAUTHUUID pUuid, AuthGuestJudgement guestJudgement, const char *szUser, const char *szPassword, const char *szDomain, int fLogon, unsigned clientId) argument
/vbox/src/VBox/HostServices/auth/pam/
H A DVBoxAuthPAM.c313 int fLogon,
321 int fLogon,
334 if (!fLogon)
/vbox/src/VBox/HostServices/auth/directoryservice/
H A Ddirectoryservice.cpp265 int fLogon,
276 if (!fLogon)
259 AuthEntry(const char *szCaller, PAUTHUUID pUuid, AuthGuestJudgement guestJudgement, const char *szUser, const char *szPassword, const char *szDomain, int fLogon, unsigned clientId) argument
/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp3199 int fLogon; member in struct:AuthCtx
3211 pCtx->fLogon, pCtx->clientId);
3217 pCtx->fLogon, pCtx->clientId);
3378 ctx.fLogon = true;
3426 ctx.fLogon = false;

Completed in 232 milliseconds