secur32/tests: Win64 printf format warning fixes.
[wine] / dlls / secur32 / secur32.c
2006-09-28  Andrew Talbotsecur32: Cast-qual warnings fix.
2006-09-25  Kai Blinsecur32: Stop loading Negotiate until it is actually...
2006-08-16  Robert Reifsecur32: Partial GetComputerObjectName implementation.
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  Michael Stefaniucsecur32: Missing LeaveCriticalSection on error paths.
2006-05-05  Dmitry Timoshkovsecur32: Fix some wrong assumptions in the NTLM test...
2006-02-10  Robert Shearmansecur32: Improve tracing.
2006-01-24  Dmitry TimoshkovMake more arrays const.
2005-11-07  Stefan HuehnerFix segfault when querying non-existent SecurityProvider.
2005-08-30  Alexandre JulliardAuthors: James Hawkins <truiken@gmail.com>, Juan Lang...
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-07-18  Hans LeidekkerStub implementations for GetUserNameEx{A,W}, TranslateN...
2005-05-13  Juan LangBegin stubs of built-in schannel provider.
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-02  Juan LangAdded a secur32.dll that loads other SSP DLLs and forwa...