Home
last modified time | relevance | path

Searched refs:DebugEvent (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/krb5/src/windows/kfwlogon/
H A Dkfwlogon.c163DebugEvent("ConfigureLogonScript %s requires %d bytes gle=0x%x", lpTemp, dwLogonScriptLen, GetLast… in ConfigureLogonScript()
170 DebugEvent("ConfigureLogonScript - MultiByteToWideChar failed gle = 0x%x", GetLastError()); in ConfigureLogonScript()
174 DebugEvent("LocalAlloc failed gle=0x%x", GetLastError()); in ConfigureLogonScript()
233 DebugEvent("Skipping NPLogonNotify- LoginId(%d,%d) - Interactive(%d:%s) - gle %d", in NPLogonNotify()
237 DebugEvent("NPLogonNotify - LoginId(%d,%d)", lpLogonId->HighPart, lpLogonId->LowPart); in NPLogonNotify()
252 DebugEvent("NPLogonNotify - Unsupported Authentication Info Type: %s", msg); in NPLogonNotify()
279 DebugEvent("NPLogonNotify - KFW_get_cred uname=[%s] code=[%d]",uname, code); in NPLogonNotify()
341DebugEvent("LookupAccountName obtained user %s sid in domain %s", acctname, pReferencedDomainName); in NPLogonNotify()
483 DebugEvent("KFW_Logon_Event - LogonId(%d,%d)", LogonId.HighPart, LogonId.LowPart); in KFW_Logon_Event()
534 DebugEvent("KFW_Logon_Event - MoveFileEx failed GLE = 0x%x", GetLastError()); in KFW_Logon_Event()
[all …]
H A Dkfwcommon.c332 void DebugEvent(char *b,...) in DebugEvent() function
745 DebugEvent("KFW_set_ccache_dacl - ConvertStringSidToSid GLE = 0x%x", GetLastError()); in KFW_set_ccache_dacl()
763 DebugEvent("GetTokenInformation failed: GLE = %lX", GetLastError()); in KFW_set_ccache_dacl()
778 DebugEvent("KFW_set_ccache_dacl - LocalAlloc GLE = 0x%x", GetLastError()); in KFW_set_ccache_dacl()
798 DebugEvent("SetNamedSecurityInfo DACL (1) failed: GLE = 0x%lX", gle); in KFW_set_ccache_dacl()
809 DebugEvent("SetNamedSecurityInfo OWNER (2) failed: GLE = 0x%lX", gle); in KFW_set_ccache_dacl()
821 DebugEvent("SetNamedSecurityInfo DACL (3) failed: GLE = 0x%lX", gle); in KFW_set_ccache_dacl()
856 DebugEvent("KFW_set_ccache_dacl - ConvertStringSidToSid GLE = 0x%x", GetLastError()); in KFW_set_ccache_dacl_with_user_sid()
875 DebugEvent("KFW_set_ccache_dacl - LocalAlloc GLE = 0x%x", GetLastError()); in KFW_set_ccache_dacl_with_user_sid()
895 DebugEvent("SetNamedSecurityInfo DACL (4) failed: GLE = 0x%lX", gle); in KFW_set_ccache_dacl_with_user_sid()
[all …]
H A Dkfwlogon.h196 void DebugEvent(char *b,...);