kernel32: Fix uninitialised memory read in GetPrivateProfileStringA if GetPrivateProf...
[wine] / dlls / secur32 /
2009-11-19  Hans Leidekkersecur32: Handle EOF from gnutls_record_recv.
2009-11-09  Rob Shearmansecur32: Output extra data in NTLM sign & seal test...
2009-11-09  Kai Blinsecur32: Use empty credentials when cached creds fail.
2009-10-15  Henri Verbeetsecur32: Don't bother zeroing the handle table in SECUR...
2009-10-15  Henri Verbeetsecur32: Don't try to cleanup uninitialized handles...
2009-10-15  Henri Verbeetsecur32: Recognize the ARC4 cipher in schannel_get_ciph...
2009-10-06  Ge van Geldorpsecur32/tests: Add acceptable error code for Win7 ntlm...
2009-10-06  Hans Leidekkersecur32: Test passing null authentication data to Acqui...
2009-10-02  Paul Vrienssecur32/tests: Skip some tests on WinMe to avoid a...
2009-09-28  Dylan Smithsecur32: Free schannel handle table.
2009-09-28  Dylan Smithsecur32: Remove redendant call to gnutls_certificate_ge...
2009-08-12  Kai Blinsecur32: Revert "secur32: Work around ntlm_auth in...
2009-08-12  Kai Blinsecur32: Load Negotiate provider again.
2009-08-10  Juan Langsecur32: Implement QueryContextAttributes for SECPKG_AT...
2009-08-07  Juan Langsecur32: Trace values of SCHANNEL_CRED structure.
2009-08-06  Juan Langsecur32: Implement QueryContextAttributes for SECPKG_AT...
2009-08-06  Juan Langsecur32: Sanity check handle index before indexing...
2009-07-01  Alexandre Julliardsecur32: Avoid the close-on-exec race with pipe() on...
2009-06-03  Kai Blinsecur32: Don't return STATUS_SUCCESS from LsaGetLogonSe...
2009-05-25  Henri Verbeetsecur32: Initialize cbBuffer to 0 for NULL buffers.
2009-05-20  Kai Blinsecur32: Don't try to use ntlm_auth --use-cred-cache.
2009-05-11  Austin Englishsecur32/tests: Sign compare fixes.
2009-04-14  Ge van Geldorpsecur32/tests: Fix GetUserNameEx() tests.
2009-04-14  Ge van Geldorpsecur32: Implement more GetUserNameEx() formats.
2009-04-14  Kai Blinsecur32: Work around ntlm_auth in Samba 3.0.28a being...
2009-04-09  Paul Vrienssecur32/tests: Document some crashes on Windows.
2009-04-07  Ge van Geldorpsecur32/tests: Add simple tests for GetUserNameExA...
2009-04-07  Ge van Geldorpsecur32: Implement GetUserNameEx(NameSamCompatible).
2009-02-23  Francois Gougetsecur32/tests: Use win_skip() to skip over unimplemente...
2009-02-16  Alexandre Julliardsecur32: Properly initialize the helper structure when...
2009-02-04  Juan Langsecur32: Fix a handful of test failures on Win9x.
2009-01-26  Andrew Talbotsecur32: Declare a function static.
2009-01-22  Michael Stefaniucsecur32: Remove superfluous pointer casts.
2009-01-06  Michael Stefaniucinclude: Change the rest of sspi.h to use LONG/ULONG...
2009-01-06  Michael Stefaniucinclude: sspi.h: Use the Win types as per MSDN.
2008-12-29  Henri Verbeetsecur32: Implement schannel DecryptMessage().
2008-12-29  Henri Verbeetsecur32: Implement schannel EncryptMessage().
2008-12-29  Henri Verbeetsecur32: Handle SECPKG_ATTR_STREAM_SIZES in schan_Query...
2008-12-29  Henri Verbeetsecur32: Add stubs for schannel QueryContextAttributesA...
2008-12-29  Henri Verbeetsecur32: Dump the buffer descs in schan_InitializeSecur...
2008-12-29  Henri Verbeetsecur32: Try an EMPTY buffer if we can't find one of...
2008-12-22  Alexandre Julliardsecur32: Check for lack of fork() support.
2008-11-10  Andrew Talbotsecur32: Sign-compare warning fix.
2008-10-20  Henri Verbeetsecur32: Implement schannel InitializeSecurityContextW.
2008-10-20  Henri Verbeetsecur32: Improve error handling for gnutls_global_init().
2008-10-20  Henri Verbeetsecur32: Don't leak the credentials handle when pgnutls...
2008-10-20  Henri Verbeetsecur32: Don't make the pBuffer parameter to schan_Quer...
2008-10-07  Henri Verbeetsecur32: Forward schannel InitializeSecurityContextA...
2008-10-07  Henri Verbeetsecur32: Improve error handling for gnutls_certificate_...
2008-10-07  Henri Verbeetsecur32: Use ~0UL instead of -1 for invalid schannel...
2008-09-29  Kai Blinsecur32: Make GetComputerObjectName(A|W) tests work...
2008-09-29  Juan Langsecur32: Fix test failure with neither gnutls nor ntlm_...
2008-09-24  Francois Gougetsecur32: Fix compilation with GNU TLS 1.0.16.
2008-09-24  James Hawkinssecur32: Fix a failing test in win95.
2008-09-23  Henri Verbeetsecur32: Allow gnutls debug output to be shown.
2008-09-23  Henri Verbeetsecur32: Allocate schannel client credentials.
2008-09-23  Henri Verbeetsecur32: Basic implementation of schannel AcquireCreden...
2008-09-23  Henri Verbeetsecur32: Require gnutls for schannel.
2008-09-23  Henri Verbeetsecur32: Skip schannel tests if schannel is unavailable.
2008-09-15  Marcus Meissnersecur32: Fixed size passed to GetComputerNameExW.
2008-09-11  James Hawkinssecur32: Fix two failing tests in win2k.
2008-09-08  Reece Dunnsecur32: Fixed the logic on some of the schannel tests.
2008-09-08  Reece Dunnsecur32: Fixed the schannel tests on Vista.
2008-08-20  H. Verbeetsecur32: Reserved3 / Reserved4 are actually EncryptMess...
2008-08-01  Reece Dunnsecur32: Fix the schannel tests crashing on Vista.
2008-08-01  Reece Dunnsecur32: Fix the ntlm tests crashing on Vista.
2008-07-16  Kai Blinsecur32: Fix GetComputerObjectName tests for domain...
2008-07-10  Francois GougetAssorted spelling fixes.
2008-07-03  Zhangrong Huangsecur32: Allow loading external schannel.dll.
2008-06-23  Alistair Leslie... secur32: Fix crash under win98.
2008-06-04  Dan Kegelsecur32/tests: Don't free if not allocated.
2008-05-22  James Hawkinssecur32: Fix a few tests that fail in win2k3.
2008-05-13  Andrew Talbotsecur32: Memory allocation size fix.
2008-05-07  Kai Blinsecur32: Fix ntlm tests on Vista.
2008-05-05  Kai Blinsecur32: Remove test for sft->Reserved8 field.
2008-05-02  Kai Blinsecur32: Don't call waitpid() in dispatcher.
2008-04-25  Andrew Talbotsecur32: Remove unused variables.
2008-03-17  Andrew Talbotsecur32: Assign to structs instead of using memcpy.
2008-03-12  Jacek Cabansecur32: Improve SECPKG_ATTR_CIPHER_STRENGTHS stub.
2008-03-12  Jacek Cabansecur32: Fixed dynamic loading in schannel test.
2008-03-10  Rob Shearmansecur32: Fix ntlm_GetCachedCredential to not call strle...
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-02-04  Rob Shearmansecur32: Initialise more pointers in helper to NULL.
2008-02-04  Rob Shearmansecur32: Try to retrive credentials by using the creden...
2008-02-04  Rob Shearmansecur32: If using cached credentials failed in Initiali...
2008-02-04  Rob Shearmansecur32: Move the detection of NULL credentials from...
2008-01-21  Andrew Talbotsecur32: Remove unneeded casts.
2007-12-21  Zhangrong Huangsecur32: Fix possible crash while loading SSP providers...
2007-12-19  Michael Stefaniucsecur32/tests: InitFunctionPtrs() needs to use the...
2007-12-18  Francois Gougetsecur32/tests: Dynamically load various APIs and don...
2007-12-06  Alexandre JulliardRemoved some unneeded imports.
2007-12-06  Michael Stefaniucsecur32: Remove the SECUR32_ALLOC() macro around HeapAl...
2007-10-09  Kai Blinsecur32: ntlm_auth returns BH if the connection to...
2007-10-05  Andrew Talbotsecur32: Fix some memory leaks.
2007-10-02  Kai Blinsecur32: Remove hardcoded assumption that the SECBUFFER...
2007-08-30  Kai Blinsecur32: Implement LsaRegisterLogonProcess stub.
2007-08-30  Kai Blinsecur32: Implement LsaLogonUser stub.
2007-08-30  Kai Blinsecur32: Implement LsaGetLogonSessionData stub.
2007-08-30  Kai Blinsecur32: Implement LsaFreeReturnBuffer stub.
2007-08-30  Kai Blinsecur32: Implement LsaEnumerateLogonSessions stub.
next