1. 81b8ee8 makefiles: Add a standard header for all makefiles to replace the common variable initializations. by Alexandre Julliard · 15 years ago
  2. ab52186 secur32: Prevent schannel tests from crashing on Windows NT. by Piotr Caban · 15 years ago
  3. cdf8d45 secur32: Handle extra data in schan_InitializeSecurityContextW. by Piotr Caban · 15 years ago
  4. f2377e8 secur32: Add some more schannel tests. by Mikko Rasa · 15 years ago
  5. 506af92 secur32: Fill a SECBUFFER_MISSING buffer if the message is not complete. by Mikko Rasa · 15 years ago
  6. b335e94 secur32: Only process full TLS frames in schan_DecryptMessage. by Mikko Rasa · 15 years ago
  7. 149ffe1 secur32: Fill header and trailer buffers in schan_DecryptMessage. by Mikko Rasa · 15 years ago
  8. b424b34 secur32: Validate buffers passed to schan_DecryptMessage. by Mikko Rasa · 15 years ago
  9. b86d515 dlls: Remove explicit imports of kernel32 and ntdll. by Alexandre Julliard · 15 years ago
  10. 24592a7 secur32: Avoid using long. by Michael Stefaniuc · 15 years ago
  11. 9dd206d secur32: Use NTLM2 instead of NTLMv2. by Kai Blin · 15 years ago
  12. 43a98ec secur32: Avoid using a pointer difference in a trace. by Alexandre Julliard · 15 years ago
  13. bef5645 makefiles: Remove the no longer needed explicit separators for dependencies. by Alexandre Julliard · 15 years ago
  14. 6164ce2 makefiles: Use the standard C_SRCS variable as the list of test files. by Alexandre Julliard · 15 years ago
  15. 7c3b9a1 secur32: Report an error if libgnutls isn't found. by Juan Lang · 15 years ago
  16. 697955c secur32: Don't allocate context handle in wrapper InitializeSecurityContextA/W if it is the same as the handle passed into the function. by Rob Shearman · 15 years ago
  17. 1346834 secur32: Fix memory leaks in ntlm_InitializeSecurityContextW. by Rob Shearman · 15 years ago
  18. 693433a secur32: Simplify memory management by not allocating memory for the CredHandle and CtxtHandle pointers. by Rob Shearman · 15 years ago
  19. 5f01280 secur32: Fix memory leaks in tests. by Rob Shearman · 15 years ago
  20. 9a81b03 secur32: Pretend the NTLM provider also does Negotiate. by Kai Blin · 15 years ago
  21. 44f9595 secur32/tests: Fix a couple of memory leaks. by Hans Leidekker · 15 years ago
  22. c892113 secur32: Fix memory leak in SECUR32_addPackages. by Lei Zhang · 15 years ago
  23. 3cd88cf secur32: Fix memory leak in NTLM's FreeCredentialsHandle. by Rob Shearman · 15 years ago
  24. aeb161f secur32: Handle EOF from gnutls_record_recv. by Hans Leidekker · 15 years ago
  25. f6c9c72 secur32: Output extra data in NTLM sign & seal test to diagnose failures seen on some Windows machines. by Rob Shearman · 15 years ago
  26. e987ec4 secur32: Use empty credentials when cached creds fail. by Kai Blin · 15 years ago
  27. 3e96881 secur32: Don't bother zeroing the handle table in SECUR32_initSchannelSP(). by Henri Verbeet · 15 years ago
  28. 226519e secur32: Don't try to cleanup uninitialized handles in SECUR32_deinitSchannelSP(). by Henri Verbeet · 15 years ago
  29. 5b47904 secur32: Recognize the ARC4 cipher in schannel_get_cipher_algid(). by Henri Verbeet · 15 years ago
  30. 43a2864 secur32/tests: Add acceptable error code for Win7 ntlm test. by Ge van Geldorp · 24 years ago
  31. 8bb6893 secur32: Test passing null authentication data to AcquireCredentialsHandle. by Hans Leidekker · 15 years ago
  32. 7b3213f secur32/tests: Skip some tests on WinMe to avoid a crash. by Paul Vriens · 16 years ago
  33. fd3c833 secur32: Free schannel handle table. by Dylan Smith · 16 years ago
  34. fdcfbe2 secur32: Remove redendant call to gnutls_certificate_get_peers. by Dylan Smith · 16 years ago
  35. e6ac20e secur32: Revert "secur32: Work around ntlm_auth in Samba 3.0.28a being broken for cached credentials". by Kai Blin · 16 years ago
  36. dfb2b42 secur32: Load Negotiate provider again. by Kai Blin · 16 years ago
  37. 1551245 secur32: Implement QueryContextAttributes for SECPKG_ATTR_CONNECTION_INFO. by Juan Lang · 16 years ago
  38. 570c57a secur32: Trace values of SCHANNEL_CRED structure. by Juan Lang · 16 years ago
  39. 5ee34ea secur32: Implement QueryContextAttributes for SECPKG_ATTR_REMOTE_CERT_CONTEXT. by Juan Lang · 16 years ago
  40. 3a493d7 secur32: Sanity check handle index before indexing table. by Juan Lang · 16 years ago
  41. a6b05ea secur32: Avoid the close-on-exec race with pipe() on kernels that support pipe2(). by Alexandre Julliard · 16 years ago
  42. 66b6415 secur32: Don't return STATUS_SUCCESS from LsaGetLogonSessionData stub. by Kai Blin · 16 years ago
  43. a1465ba secur32: Initialize cbBuffer to 0 for NULL buffers. by Henri Verbeet · 16 years ago
  44. ec443be secur32: Don't try to use ntlm_auth --use-cred-cache. by Kai Blin · 16 years ago
  45. 07c2141 secur32/tests: Sign compare fixes. by Austin English · 16 years ago
  46. 74dba4e secur32/tests: Fix GetUserNameEx() tests. by Ge van Geldorp · 16 years ago
  47. d31bb3f secur32: Implement more GetUserNameEx() formats. by Ge van Geldorp · 16 years ago
  48. 7788c8e secur32: Work around ntlm_auth in Samba 3.0.28a being broken for cached credentials. by Kai Blin · 16 years ago
  49. 825354a secur32/tests: Document some crashes on Windows. by Paul Vriens · 16 years ago
  50. c98513f secur32/tests: Add simple tests for GetUserNameExA/W(). by Ge van Geldorp · 16 years ago
  51. dcb3e52 secur32: Implement GetUserNameEx(NameSamCompatible). by Ge van Geldorp · 16 years ago
  52. c3aa03d secur32/tests: Use win_skip() to skip over unimplemented functionality. by Francois Gouget · 16 years ago
  53. 21a7b21 secur32: Properly initialize the helper structure when fork support is missing. by Alexandre Julliard · 16 years ago
  54. b9ae777 secur32: Fix a handful of test failures on Win9x. by Juan Lang · 16 years ago
  55. 247b7c5 secur32: Declare a function static. by Andrew Talbot · 16 years ago
  56. e01ae46 secur32: Remove superfluous pointer casts. by Michael Stefaniuc · 16 years ago
  57. 230fb06 include: Change the rest of sspi.h to use LONG/ULONG for Win64 compatibility. by Michael Stefaniuc · 16 years ago
  58. 57ab0cd include: sspi.h: Use the Win types as per MSDN. by Michael Stefaniuc · 16 years ago
  59. e450538 secur32: Implement schannel DecryptMessage(). by Henri Verbeet · 16 years ago
  60. 3954c4e secur32: Implement schannel EncryptMessage(). by Henri Verbeet · 16 years ago
  61. 95fd876 secur32: Handle SECPKG_ATTR_STREAM_SIZES in schan_QueryContextAttributesW(). by Henri Verbeet · 16 years ago
  62. 3c114a8 secur32: Add stubs for schannel QueryContextAttributesA() and QueryContextAttributesW(). by Henri Verbeet · 16 years ago
  63. 24c5e6e secur32: Dump the buffer descs in schan_InitializeSecurityContextW(). by Henri Verbeet · 16 years ago
  64. 7bf2676 secur32: Try an EMPTY buffer if we can't find one of type TOKEN. by Henri Verbeet · 16 years ago
  65. 866240d secur32: Check for lack of fork() support. by Alexandre Julliard · 16 years ago
  66. f397252 secur32: Sign-compare warning fix. by Andrew Talbot · 16 years ago
  67. e00e5a3 secur32: Implement schannel InitializeSecurityContextW. by Henri Verbeet · 16 years ago
  68. e0e9195 secur32: Improve error handling for gnutls_global_init(). by Henri Verbeet · 16 years ago
  69. 6043513 secur32: Don't leak the credentials handle when pgnutls_certificate_allocate_credentials() fails. by Henri Verbeet · 16 years ago
  70. f6129d7 secur32: Don't make the pBuffer parameter to schan_QueryCredentialsAttributes() const. by Henri Verbeet · 16 years ago
  71. 420cb67 secur32: Forward schannel InitializeSecurityContextA to InitializeSecurityContextW. by Henri Verbeet · 16 years ago
  72. 937488c secur32: Improve error handling for gnutls_certificate_allocate_credentials(). by Henri Verbeet · 16 years ago
  73. 79d88ff secur32: Use ~0UL instead of -1 for invalid schannel handles. by Henri Verbeet · 16 years ago
  74. ab05d35 secur32: Make GetComputerObjectName(A|W) tests work on win2k3 domains. by Kai Blin · 17 years ago
  75. b95e146 secur32: Fix test failure with neither gnutls nor ntlm_auth available. by Juan Lang · 17 years ago
  76. 975b582 secur32: Fix compilation with GNU TLS 1.0.16. by Francois Gouget · 17 years ago
  77. 4a0b67d secur32: Fix a failing test in win95. by James Hawkins · 17 years ago
  78. 7453972 secur32: Allow gnutls debug output to be shown. by Henri Verbeet · 17 years ago
  79. fde1e00 secur32: Allocate schannel client credentials. by Henri Verbeet · 17 years ago
  80. 7176dc2 secur32: Basic implementation of schannel AcquireCredentialsHandle/FreeCredentialsHandle. by Henri Verbeet · 17 years ago
  81. 874c9ef secur32: Require gnutls for schannel. by Henri Verbeet · 17 years ago
  82. 4ac3fe7 secur32: Skip schannel tests if schannel is unavailable. by Henri Verbeet · 17 years ago
  83. 73b16d4 secur32: Fixed size passed to GetComputerNameExW. by Marcus Meissner · 17 years ago
  84. 852b367 secur32: Fix two failing tests in win2k. by James Hawkins · 17 years ago
  85. f14fe76 secur32: Fixed the logic on some of the schannel tests. by Reece Dunn · 17 years ago
  86. c718981 secur32: Fixed the schannel tests on Vista. by Reece Dunn · 17 years ago
  87. af96a43 secur32: Reserved3 / Reserved4 are actually EncryptMessage / DecryptMessage. by H. Verbeet · 17 years ago
  88. 922414b secur32: Fix the schannel tests crashing on Vista. by Reece Dunn · 17 years ago
  89. e413bbe secur32: Fix the ntlm tests crashing on Vista. by Reece Dunn · 17 years ago
  90. 84935f5 secur32: Fix GetComputerObjectName tests for domain members. by Kai Blin · 17 years ago
  91. dbaec0a Assorted spelling fixes. by Francois Gouget · 17 years ago
  92. d42a601 secur32: Allow loading external schannel.dll. by Zhangrong Huang · 17 years ago
  93. e53e82b secur32: Fix crash under win98. by Alistair Leslie-Hughes · 17 years ago
  94. 06abaaf secur32/tests: Don't free if not allocated. by Dan Kegel · 17 years ago
  95. 6848da7 secur32: Fix a few tests that fail in win2k3. by James Hawkins · 17 years ago
  96. 140c042 secur32: Memory allocation size fix. by Andrew Talbot · 17 years ago
  97. 3da466a secur32: Fix ntlm tests on Vista. by Kai Blin · 17 years ago
  98. 2e04c18 secur32: Remove test for sft->Reserved8 field. by Kai Blin · 17 years ago
  99. bee29a6 secur32: Don't call waitpid() in dispatcher. by Kai Blin · 17 years ago
  100. 49939ed secur32: Remove unused variables. by Andrew Talbot · 17 years ago