secur32: Fix the dwVersion field in the security function tables returned by InitSecu...
[wine] / dlls / secur32 / tests /
2007-05-25  Rob Shearmansecur32: Fix the dwVersion field in the security functi...
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-05  Kai Blinsecur32: Use skip for skipped tests, reduce indentation.
2007-01-15  Paul Vrienssecur32/tests: Fix compilation for older gcc versions...
2007-01-12  Paul Vrienssecur32/tests: Cast-qual warning fixes.
2006-12-15  Andrew Talbotsecur32/tests: Cast-qual warnings fix.
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-11-14  Kai Blinsecur32: Fix handling of ISC_REQ* flags in InitializeSe...
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-10-31  Paul Vrienssecur32: Make sure crashing tests are not run.
2006-10-11  Michael Ploujnikovsecur32/tests: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-08  Kai Blinsecur32: Fix DecryptMessage for the dummy case.
2006-09-08  Kai Blinsecur32: Fix generation of the session key.
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  Paul Vrienssecur32: Make tests loadable on NT4.
2006-08-16  Robert Reifsecur32: Fix GetComputerObjectName tests based on feedb...
2006-08-16  Robert Reifsecur32: Add GetComputerObjectName tests.
2006-08-14  Kai Blinsecur32: Implement simple VerifySignature.
2006-08-14  Kai Blinsecur32: Implement simple MakeSignature.
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-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-16  Kai Blinsecur32: Implement QueryContextAttributes. Add tests.
2006-06-03  Kai Blinsecur32: Don't fail on SECURITY_NETWORK_DREP, ntlm_auth...
2006-05-28  Kai Blinsecur32: Cleaning up the authentication tests.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-10  Michael Stefaniucjanitorial: Remove redundant NULL pointer checks before...
2006-05-05  Dmitry Timoshkovsecur32: Fix some wrong assumptions in the NTLM test...
2006-02-06  Francois GougetAdd trailing '\n's to ok() and trace() calls.
2006-01-03  Kai Blinsecur32: Rewrote NTLM tests in a more flexible way.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-10-26  Ivan Leo PuotiMake secur32.dll tests load on nt 4.0.
2005-09-26  Francois GougetAdd trailing '\n's to ok() calls.
2005-08-30  Alexandre JulliardAuthors: James Hawkins <truiken@gmail.com>, Juan Lang...
2005-08-27  Alexandre JulliardExplicitly import kernel32 in tests that use it.
2005-08-17  Francois GougetAssorted spelling fixes.
2005-08-15  Kai BlinAdded Negotiate security provider dummy. Removed todos...
2005-08-11  Kai BlinAdded more secur32.dll tests and fixed missing constants in
2005-08-03  Kai BlinSet up tests for secur32.