SYMBOL INDEX (51 symbols across 5 files) FILE: BofLdapSignCheck/ldapsigncheck.c function BOOLEAN (line 27) | BOOLEAN _cdecl ServerCertCallback (PLDAP Connection, PCCERT_CONTEXT pSer... function BOOL (line 32) | BOOL checkLDAP(PCHAR dc, wchar_t* spn, BOOL ssl) function go (line 249) | void go(char* args, int len) FILE: BofLdapSignCheck/lib/beacon.h type datap (line 11) | typedef struct { type formatp (line 25) | typedef struct { FILE: BofLdapSignCheck/lib/libc.h function mycopy (line 9) | void mycopy(char* dst, const char* src, int size) { function mylc (line 18) | char mylc(char a) { function BOOL (line 27) | BOOL mycmpi(char* a, char* b) { FILE: LdapSignCheck/Natives.cs class Natives (line 6) | internal class Natives method InitializeSecurityContext (line 9) | [DllImport("secur32.dll", SetLastError = true)] method InitializeSecurityContext (line 25) | [DllImport("secur32.dll", SetLastError = true)] method AcquireCredentialsHandle (line 41) | [DllImport("secur32.dll", CharSet = CharSet.Auto, SetLastError = true)] type SECURITY_HANDLE (line 54) | [StructLayout(LayoutKind.Sequential)] method SECURITY_HANDLE (line 60) | public SECURITY_HANDLE(int dummy) type SecBufferType (line 66) | public enum SecBufferType type SecBuffer (line 74) | [StructLayout(LayoutKind.Sequential)] method SecBuffer (line 81) | public SecBuffer(int bufferSize) method SecBuffer (line 95) | public SecBuffer(byte[] secBufferBytes) method SecBuffer (line 103) | public SecBuffer(byte[] secBufferBytes, SecBufferType bufferType) method Dispose (line 111) | public void Dispose() method GetBytes (line 120) | public byte[] GetBytes() method GetBytes2 (line 131) | public byte[] GetBytes2() method GetBytes (line 142) | public byte[] GetBytes(int bytes) type SecBufferDesc (line 154) | [StructLayout(LayoutKind.Sequential)] method SecBufferDesc (line 161) | public SecBufferDesc(int bufferSize) method SecBufferDesc (line 170) | public SecBufferDesc(byte[] secBufferBytes) method Dispose (line 179) | public void Dispose() method GetSecBuffer (line 190) | public SecBuffer GetSecBuffer() type InitializeContextReqFlags (line 199) | [Flags] type SECURITY_INTEGER (line 232) | [StructLayout(LayoutKind.Sequential)] method SECURITY_INTEGER (line 238) | public SECURITY_INTEGER(int dummy) class berval (line 245) | [StructLayout(LayoutKind.Sequential)] method berval (line 251) | public berval() type SEC_WINNT_AUTH_IDENTITY (line 255) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] method SEC_WINNT_AUTH_IDENTITY (line 258) | public SEC_WINNT_AUTH_IDENTITY(string domain, string user, string pa... class LDAP_TIMEVAL (line 280) | [StructLayout(LayoutKind.Sequential)] type LdapStatus (line 287) | public enum LdapStatus method ldap_sasl_bind (line 368) | [DllImport("wldap32", EntryPoint = "ldap_sasl_bind_sA", CharSet = Char... method ldap_get_option (line 377) | [DllImport("wldap32", EntryPoint = "ldap_get_optionW", CharSet = CharS... method ldap_connect (line 380) | [DllImport("wldap32", EntryPoint = "ldap_connect", CharSet = CharSet.A... method ldap_init (line 383) | [DllImport("wldap32", EntryPoint = "ldap_initA", CharSet = CharSet.Ans... method ldap_set_option (line 386) | [DllImport("wldap32", EntryPoint = "ldap_set_optionW", CharSet = CharS... method ldap_set_option (line 389) | [DllImport("wldap32", EntryPoint = "ldap_set_optionW", CharSet = CharS... method ldap_unbind_s (line 392) | [DllImport("wldap32", CharSet = CharSet.Unicode, CallingConvention = C... FILE: LdapSignCheck/Program.cs class Program (line 13) | internal class Program method ldapCheck (line 15) | public static bool ldapCheck(string dc, string username, string passwo... method ConvertFromIpAddressToInteger (line 231) | public static uint ConvertFromIpAddressToInteger(string ipAddress) method getDCs (line 240) | public static Dictionary getDCs(string domain, string ... method getDCs (line 274) | public static Dictionary getDCs() method showHelp (line 287) | public static void showHelp() method Main (line 298) | private static void Main(string[] args)