Symbol: DebugEvent
crypto/krb5/src/windows/kfwlogon/kfwcommon.c
1266
DebugEvent("Deleting orphaned cache file: \"%s\"", FindFileData.cFileName);
crypto/krb5/src/windows/kfwlogon/kfwcommon.c
745
DebugEvent("KFW_set_ccache_dacl - ConvertStringSidToSid GLE = 0x%x", GetLastError());
crypto/krb5/src/windows/kfwlogon/kfwcommon.c
763
DebugEvent("GetTokenInformation failed: GLE = %lX", GetLastError());
crypto/krb5/src/windows/kfwlogon/kfwcommon.c
778
DebugEvent("KFW_set_ccache_dacl - LocalAlloc GLE = 0x%x", GetLastError());
crypto/krb5/src/windows/kfwlogon/kfwcommon.c
798
DebugEvent("SetNamedSecurityInfo DACL (1) failed: GLE = 0x%lX", gle);
crypto/krb5/src/windows/kfwlogon/kfwcommon.c
809
DebugEvent("SetNamedSecurityInfo OWNER (2) failed: GLE = 0x%lX", gle);
crypto/krb5/src/windows/kfwlogon/kfwcommon.c
821
DebugEvent("SetNamedSecurityInfo DACL (3) failed: GLE = 0x%lX", gle);
crypto/krb5/src/windows/kfwlogon/kfwcommon.c
856
DebugEvent("KFW_set_ccache_dacl - ConvertStringSidToSid GLE = 0x%x", GetLastError());
crypto/krb5/src/windows/kfwlogon/kfwcommon.c
875
DebugEvent("KFW_set_ccache_dacl - LocalAlloc GLE = 0x%x", GetLastError());
crypto/krb5/src/windows/kfwlogon/kfwcommon.c
895
DebugEvent("SetNamedSecurityInfo DACL (4) failed: GLE = 0x%lX", gle);
crypto/krb5/src/windows/kfwlogon/kfwcommon.c
906
DebugEvent("SetNamedSecurityInfo OWNER (5) failed: GLE = 0x%lX", gle);
crypto/krb5/src/windows/kfwlogon/kfwcommon.c
918
DebugEvent("SetNamedSecurityInfo DACL (6) failed: GLE = 0x%lX", gle);
crypto/krb5/src/windows/kfwlogon/kfwcommon.c
970
DebugEvent("KFW_Logon_Event - ccache %s", cachename);
crypto/krb5/src/windows/kfwlogon/kfwlogon.c
163
DebugEvent("ConfigureLogonScript %s requires %d bytes gle=0x%x", lpTemp, dwLogonScriptLen, GetLastError());
crypto/krb5/src/windows/kfwlogon/kfwlogon.c
170
DebugEvent("ConfigureLogonScript - MultiByteToWideChar failed gle = 0x%x", GetLastError());
crypto/krb5/src/windows/kfwlogon/kfwlogon.c
174
DebugEvent("LocalAlloc failed gle=0x%x", GetLastError());
crypto/krb5/src/windows/kfwlogon/kfwlogon.c
233
DebugEvent("Skipping NPLogonNotify- LoginId(%d,%d) - Interactive(%d:%s) - gle %d",
crypto/krb5/src/windows/kfwlogon/kfwlogon.c
237
DebugEvent("NPLogonNotify - LoginId(%d,%d)", lpLogonId->HighPart, lpLogonId->LowPart);
crypto/krb5/src/windows/kfwlogon/kfwlogon.c
252
DebugEvent("NPLogonNotify - Unsupported Authentication Info Type: %s", msg);
crypto/krb5/src/windows/kfwlogon/kfwlogon.c
279
DebugEvent("NPLogonNotify - KFW_get_cred uname=[%s] code=[%d]",uname, code);
crypto/krb5/src/windows/kfwlogon/kfwlogon.c
341
DebugEvent("LookupAccountName obtained user %s sid in domain %s", acctname, pReferencedDomainName);
crypto/krb5/src/windows/kfwlogon/kfwlogon.c
483
DebugEvent("KFW_Logon_Event - LogonId(%d,%d)", LogonId.HighPart, LogonId.LowPart);
crypto/krb5/src/windows/kfwlogon/kfwlogon.c
534
DebugEvent("KFW_Logon_Event - MoveFileEx failed GLE = 0x%x", GetLastError());
crypto/krb5/src/windows/kfwlogon/kfwlogon.c
553
DebugEvent("KFW_Logon_Event - CommandLine %s", commandline);
crypto/krb5/src/windows/kfwlogon/kfwlogon.c
587
DebugEvent("LogonEventHandler - \"%s\" cannot be opened", lpszCmdLine);
crypto/krb5/src/windows/kfwlogon/kfwlogon.c
608
DebugEvent("KFW_Logon_Event - CommandLine %s", commandline);
crypto/krb5/src/windows/kfwlogon/kfwlogon.c
615
DebugEvent("KFW_Logon_Event - CreateProcessFailed \"%s\" GLE 0x%x",
crypto/krb5/src/windows/kfwlogon/kfwlogon.c
617
DebugEvent("KFW_Logon_Event PATH %s", getenv("PATH"));
crypto/krb5/src/windows/kfwlogon/kfwlogon.h
196
void DebugEvent(char *b,...);