dsound/tests: Win64 printf format warning fixes.
[wine] / dlls / secur32 /
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...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-23  Andrew Talbotsecur32: Write-strings warnings fix.
2006-06-19  Thomas Weidenmuellerinclude: Fix definition of SECURITY_INTEGER.
2006-06-19  Uwe Bonnessecur32: Fix another GetProcessHeap vs GetProcessHeap().
2006-06-19  Kai Blinsecur32: Remove unneeded function from the Negotiate...
2006-06-16  Kai Blinsecur32: Implement QueryContextAttributes. Add tests.
2006-06-03  Kai Blinsecur32: Don't fail on SECURITY_NETWORK_DREP, ntlm_auth...
2006-06-02  Kai Blinsecur32: Add EncryptMessage and DecryptMessage stubs.
2006-05-28  Kai Blinsecur32: Cleaning up the authentication tests.
2006-05-27  Kai Blinsecur32: Fix wrong bit shift in the base64 encoder.
2006-05-26  Mike McCormacksecur32: Avoid some code duplication.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-20  Mike McCormacksecur32: Cleanup InitializeSecurityContext (reduce...
2006-05-20  Mike McCormacksecur32: Tidy up the initialization code a little.
2006-05-10  Michael Stefaniucjanitorial: Remove redundant NULL pointer checks before...
2006-05-05  Michael Stefaniucsecur32: Missing LeaveCriticalSection on error paths.
2006-05-05  Dmitry Timoshkovsecur32: Add partial support for ISC_REQ_ALLOCATE_MEMOR...
2006-05-05  Dmitry Timoshkovsecur32: Fix some wrong assumptions in the NTLM test...
2006-03-16  Kai Blinsecur32: Update ntlm_auth version detection to detect...
2006-02-14  Vijay Kiran Kamujusecur32: Add InitializeSecurityContext stub for schannel.
2006-02-10  Robert Shearmansecur32: Improve tracing.
2006-02-06  Francois GougetAdd trailing '\n's to ok() and trace() calls.
2006-01-24  Dmitry TimoshkovMake more arrays const.
2006-01-23  Kai Blinsecur32: Added DeleteSecurityContext.
2006-01-03  Kai Blinsecur32: Rewrote NTLM tests in a more flexible way.
2005-12-19  Kai Blinsecur32: Adding AcceptSecurityContext to the NTLM secur...
2005-12-09  Kai Blinsecur32: Fix conversion of password in NTLM AcquireCred...
2005-12-07  Kai Blinsecur32: Implement InitializeSecurityContext(A|W) for...
2005-12-06  Kai Blinsecur32: Implementing AcquireCredentialsHandle(A|W...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-10  Francois GougetAssorted spelling and case fixes.
2005-11-07  Stefan HuehnerFix segfault when querying non-existent SecurityProvider.
2005-10-30  Kai BlinA dispatcher for running ntlm_auth.
2005-10-26  Ivan Leo PuotiMake secur32.dll tests load on nt 4.0.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-26  Francois GougetAdd trailing '\n's to ok() calls.
2005-09-21  Kai BlinAdded base64 codec for communication with ntlm_auth.
2005-09-12  Marcus MeissnerThe last argument to MultiByteToWideChar is wide charac...
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-22  Kai BlinFixed a couple of bugs in InitializeSecurityContext...
2005-08-17  Francois GougetAssorted spelling fixes.
2005-08-17  Kai BlinAdd NTLM security provider dummy.
2005-08-16  Francois GougetDeclare PNTSTATUS in lmaccess.h and ntsecapi.h to match...
2005-08-16  Juan LangFix uninitialized pointer in builtin providers. Report...
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.
2005-07-18  Hans LeidekkerStub implementations for GetUserNameEx{A,W}, TranslateN...
2005-05-13  Juan LangBegin stubs of built-in schannel provider.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2004-07-12  Mike McCormackAdd stub implementation for GetComputerObjectName.
2004-05-17  Patrik StridvallFixed some issues found by winapi_check.
2004-04-20  Francois GougetMake static Unicode strings const.
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-02  Juan LangAdded a secur32.dll that loads other SSP DLLs and forwa...