Searched refs:fLogon (Results 1 - 6 of 6) sorted by relevance
/vbox/include/VBox/ |
H A D | VBoxAuth.h | 117 * 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 D | VBoxAuthSimple.cpp | 69 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 D | winlogon.cpp | 63 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 D | VBoxAuthPAM.c | 313 int fLogon, 321 int fLogon, 334 if (!fLogon)
|
/vbox/src/VBox/HostServices/auth/directoryservice/ |
H A D | directoryservice.cpp | 265 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 D | ConsoleVRDPServer.cpp | 3199 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