cabinet: Add initial tests for FDI.
[wine] / dlls / secur32 /
2007-08-27  Alexandre Julliardsecur32: Set the close on exec flag on the ntlm_auth...
2007-08-27  Andrew Talbotsecur32: Constify some variables.
2007-08-16  Paul Vrienssecur32/tests: Run tests on win95 again.
2007-08-08  Rob Shearmansecur32: Remove valid_session_key from NegoHelper since...
2007-08-08  Rob Shearmansecur32: Split the NTLM credential and context handles...
2007-07-05  Paul Vrienssecur32/tests: Use skip when functions are not available.
2007-07-04  Rob Shearmansecur32: Add tests for multiple use of a credential...
2007-07-03  Rob Shearmansecur32: Don't free the password in InitializeSecurityC...
2007-05-29  Kai Blinsecur32: Downgrade WARN to TRACE, fix another TRACE.
2007-05-25  Rob Shearmansecur32: Fix NTLM's InitializeSecurityContextA/W to...
2007-05-25  Rob Shearmansecur32: Don't set the output buffer type in NTLM's...
2007-05-25  Rob Shearmansecur32: Make the NTLM SSP cope with a NULL phCredentia...
2007-05-25  Rob Shearmansecur32: Fix the wrapper InitializeSecurityContextA...
2007-05-25  Rob Shearmansecur32: Fix the dwVersion field in the security functi...
2007-05-21  Andrew Talbotsecur32: Exclude unused headers.
2007-04-16  Kai Blinsecur32: Move NTLM debug output to a seperate "ntlm...
2007-03-27  Andrew Talbotsecur32: Replace const pointer parameters with correct...
2007-03-12  Jan Zerebeckisecur32: Add DebugInfo to critical sections.
2007-03-12  Stefan HuehnerChange some functions arguments from () -> (void).
2007-03-08  Kai Blinsecur32: Check for actual return value on invalid Query...
2007-03-06  Rob Shearmansecur32: NTLM's AcquireCredentialHandleA/W should accep...
2007-03-06  Rob Shearmansecur32: NTLM - don't bother nul terminating the passwo...
2007-03-06  Rob Shearmansecur32: NTLM - don't copy more data from User, Domain...
2007-03-05  Kai Blinsecur32: Use skip for skipped tests, reduce indentation.
2007-03-01  Rob Shearmansecur32: SealMessage and UnsealMessage are aliases...
2007-02-06  Kai Blinsecur32: Fix ntlm_auth version number check when regist...
2007-02-06  Kai Blinsecur32: Bump minimal required samba version to 3.0...
2007-02-05  Andrew Talbotsecur32: Declare a function static.
2007-01-24  Kai Blinsecur32: Fix off-by-one error in converting the passwor...
2007-01-24  Kai Blinsecur32: Fix off-by-one error when copying the password...
2007-01-18  Francois GougetDon't put single quotes around '%s' when using the...
2007-01-18  Francois Gougetsecur32: Use '%u' to print GetLastError().
2007-01-15  Paul Vrienssecur32/tests: Fix compilation for older gcc versions...
2007-01-12  Paul Vrienssecur32/tests: Cast-qual warning fixes.
2006-12-24  Patrik Stridvallsecur32: Use constants instead of hardcoded values.
2006-12-15  Andrew Talbotsecur32/tests: Cast-qual warnings fix.
2006-12-14  Dmitry Timoshkovsecur32: Make some data const.
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-11-29  Kai Blinsecur32: Improve version detection, move all the versio...
2006-11-14  Andrew Talbotsecur32: Cast-qual warning fix.
2006-11-14  Kai Blinsecur32: Fix handling of ISC_REQ* flags in InitializeSe...
2006-11-13  Francois GougetAdd some documentation headers to make winapi_check...
2006-11-10  Kai Blinsecur32: work around a bug in ntlm_auth that breaks...
2006-11-09  Kai Blinsecur32: Implement NTLM2 encryption.
2006-11-09  Kai Blinsecur32: Implement ntlmv2 signing.
2006-11-09  Kai Blinsecur32: MD5 functions are WINAPI.
2006-11-08  Kai Blinsecur32: Use a helper function for creating the signatu...
2006-11-08  Kai Blinsecur32: Delete session key and arc4 context when the...
2006-11-08  Francois Gougetsecur32: sspi.h must not include wtypes.h.
2006-11-06  Kai Blinsecur32: Test and fix DecryptMessage for multiple data...
2006-11-04  Kai Blinsecur32: Fix handling of buffers that don't have the...
2006-11-04  Kai Blinsecur32: Get rid of some HeapAlloc() calls to make...
2006-11-04  Kai Blinsecur32: Avoid double HeapFree() of password and sessio...
2006-11-02  Rob Shearmansecur32: Make the path to ntlm_auth easier to change...
2006-10-31  Paul Vrienssecur32: Make sure crashing tests are not run.
2006-10-20  Kai Blinsecur32: Add include guard to hmac_md5.h.
2006-10-16  Kai Blinsecur32: Stop leaking the session key memory.
2006-10-16  Kai Blinsecur32: Get rid of NEGO_* helper modes, they will...
2006-10-16  Kai Blinsecur32: Implement RFC2104 (HMAC) with MD5 for NTLMv2.
2006-10-16  Hans Leidekkersecur32: Win64 printf format warning fixes.
2006-10-13  Francois Gougetsecur32: Add missing '\n' in a Wine trace.
2006-10-11  Michael Ploujnikovsecur32/tests: Win64 printf format warning fixes.
2006-10-06  Kai Blinsecur32: Add support for cached client credentials.
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-28  Andrew Talbotsecur32: Cast-qual warnings fix.
2006-09-25  Kai Blinsecur32: Stop loading Negotiate until it is actually...
2006-09-21  Kai Blinsecur32: Tell the user if ntlm_auth is not found or...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-12  Alexandre Julliardsecur32: Use _exit instead of exit in child process...
2006-09-08  Kai Blinsecur32: Fix DecryptMessage for the dummy case.
2006-09-08  Kai Blinsecur32: Fix generation of the session key.
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-26  Robert Reifsecur32: Fix secur32 test to pass on windows.
2006-08-21  Kai Blinsecur32: Initial working implementation of EncryptMessa...
2006-08-18  Kai Blinsecur32: Gracefully handle ntlm_auth versions that...
2006-08-18  Paul Vrienssecur32: Make tests loadable on NT4.
2006-08-17  Kai Blinsecur32: Add real signing / verifying to NTLM provider.
2006-08-17  Kai Blinsecur32: Mask away NTLMv2 and key exchange flags so...
2006-08-16  Robert Reifsecur32: Fix GetComputerObjectName tests based on feedb...
2006-08-16  Robert Reifsecur32: Add GetComputerObjectName tests.
2006-08-16  Robert Reifsecur32: Partial GetComputerObjectName implementation.
2006-08-15  Kai Blinsecur32: Add handling of feature flags and session...
2006-08-15  Kai Blinsecur32: Copy helper buffer to output buffer before...
2006-08-14  Kai Blinsecur32: Clean up AcceptSecurityContext (reduce indent...
2006-08-14  Kai Blinsecur32: Fix heap error.
2006-08-14  Kai Blinsecur32: Add handling for SECPKG_CONTEXT_FLAGS to Query...
2006-08-14  Kai Blinsecur32: Cast helper to ULONG_PTR instead of DWORD.
2006-08-14  Kai Blinsecur32: Implement simple VerifySignature.
2006-08-14  Kai Blinsecur32: Implement simple MakeSignature.
2006-08-14  Kai Blinsecur32: Make AcceptSecurityContext behaviour consisten...
2006-08-11  Kai Blinsecur32: Implement CompleteAuthToken for NTLM.
2006-08-09  Kai Blinsecur32: Make ntlm tests run on both WinXP and Win2k.
2006-08-09  Kai Blinsecur32: Add tests for MakeSignature, VerifySignature...
2006-08-09  Kai Blinsecur32: Move NTLM tests to ntlm.c to avoid cluttering...
2006-08-07  Andrew Talbotsecur32/tests: Write-strings warnings fix.
2006-07-28  Juan Langsecur32: Improve schannel's AcquireCredentialsHandle...
2006-07-19  Andrew Talbotsecur32: Write-strings warnings fix.
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
next