include: Add xmlparser interfaces.
[wine] / dlls / secur32 /
2011-09-09  Alexandre Julliardsecur32/tests: Avoid crash on test failure.
2011-09-05  Alexandre Julliardsecur32: Avoid size_t and fix some printf formats.
2011-07-05  Frédéric Delanoysecur32: Remove dead code (Clang).
2011-04-26  Marcus Meissnersecur32: Mark internal symbols with hidden visibility.
2011-03-14  Ken Thomasessecur32: Add alternative schannel implementation for...
2011-03-14  Ken Thomasessecur32: Separate GnuTLS schannel implementation into...
2011-03-14  Ken Thomasessecur32: Make no-implementation error message non-GnuTL...
2011-03-14  Ken Thomasessecur32: Extract schan_imp_init/deinit functions.
2011-03-14  Ken Thomasessecur32: Extract schan_imp_allocate/free_certificate_cr...
2011-03-14  Ken Thomasessecur32: Use opaque type schan_imp_session in schan_imp...
2011-03-14  Ken Thomasessecur32: Set session credentials in schan_imp_create_se...
2011-03-14  Ken Thomasessecur32: Set push & pull functions in schan_imp_create_...
2011-03-14  Ken Thomasessecur32: Extract GnuTLS-isms from schan_push to schan_p...
2011-03-14  Ken Thomasessecur32: Extract GnuTLS-isms from schan_pull to schan_p...
2011-03-14  Ken Thomasessecur32: Extract schan_imp_create/dispose_session funct...
2011-03-14  Ken Thomasessecur32: Extract schan_imp_set_session_transport function.
2011-03-14  Ken Thomasessecur32: Extract schan_imp_handshake function.
2011-03-14  Ken Thomasessecur32: Use schan_imp_get_connection_info to get MAC...
2011-03-14  Ken Thomasessecur32: Extract schan_imp_get_connection_info function.
2011-03-14  Ken Thomasessecur32: Extract schan_imp_get_session_cipher_block_siz...
2011-03-14  Ken Thomasessecur32: Move some GnuTLS-specific helper functions.
2011-03-14  Ken Thomasessecur32: Extract schan_imp_get_session_peer_certificate...
2011-03-14  Ken Thomasessecur32: Extract schan_imp_recv function.
2011-03-14  Ken Thomasessecur32: Extract schan_imp_send function.
2011-03-14  Ken Thomasessecur32: Remove outdated comment that schannel is unimp...
2011-03-01  Austin Englishsecur32/tests: Remove win9x hacks.
2011-02-11  Austin Englishsecur32/tests: Make sure return values are used (LLVM...
2011-02-10  Austin Englishsecur32/tests: Don't check return values inside of...
2011-02-09  Austin Englishsecur32/tests: Make sure a return value is used (LLVM...
2011-01-21  Ken Thomasessecur32/tests: Fix copy/paste error in test message...
2010-12-02  Aric Stewartsecur32/tests: Skip test on failure to acquire cred_handle.
2010-10-22  Juan Langsecur32: Trace flags as hex values.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-18  Piotr Cabansecur32: Prevent schannel tests from crashing on Window...
2010-09-18  Piotr Cabansecur32: Handle extra data in schan_InitializeSecurityC...
2010-09-15  Mikko Rasasecur32: Add some more schannel tests.
2010-09-15  Mikko Rasasecur32: Fill a SECBUFFER_MISSING buffer if the message...
2010-09-15  Mikko Rasasecur32: Only process full TLS frames in schan_DecryptM...
2010-09-15  Mikko Rasasecur32: Fill header and trailer buffers in schan_Decry...
2010-09-15  Mikko Rasasecur32: Validate buffers passed to schan_DecryptMessage.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-05-12  Michael Stefaniucsecur32: Avoid using long.
2010-04-19  Kai Blinsecur32: Use NTLM2 instead of NTLMv2.
2010-04-09  Alexandre Julliardsecur32: Avoid using a pointer difference in a trace.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-01-11  Juan Langsecur32: Report an error if libgnutls isn't found.
2009-12-30  Rob Shearmansecur32: Don't allocate context handle in wrapper Initi...
2009-12-30  Rob Shearmansecur32: Fix memory leaks in ntlm_InitializeSecurityCon...
2009-12-30  Rob Shearmansecur32: Simplify memory management by not allocating...
2009-12-30  Rob Shearmansecur32: Fix memory leaks in tests.
2009-12-30  Kai Blinsecur32: Pretend the NTLM provider also does Negotiate.
2009-12-21  Hans Leidekkersecur32/tests: Fix a couple of memory leaks.
2009-12-17  Lei Zhangsecur32: Fix memory leak in SECUR32_addPackages.
2009-12-14  Rob Shearmansecur32: Fix memory leak in NTLM's FreeCredentialsHandle.
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().
next