wined3d: Allow use of pixel shaders with drawStridedSlow.
[wine] / dlls / secur32 /
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...