wbemprox: Handle NULL operands in eval_strcmp.
[wine] / dlls / secur32 / secur32.c
2012-08-15  Michael Stefaniucsecur32: Avoid a FALSE:TRUE conditional expression.
2011-11-15  Francois Gougetsecur32: Make the cs critical section static.
2010-05-12  Michael Stefaniucsecur32: Avoid using long.
2009-12-17  Lei Zhangsecur32: Fix memory leak in SECUR32_addPackages.
2009-08-12  Kai Blinsecur32: Load Negotiate provider again.
2009-04-14  Ge van Geldorpsecur32: Implement more GetUserNameEx() formats.
2009-04-07  Ge van Geldorpsecur32: Implement GetUserNameEx(NameSamCompatible).
2009-01-26  Andrew Talbotsecur32: Declare a function static.
2008-11-10  Andrew Talbotsecur32: Sign-compare warning fix.
2008-09-23  Henri Verbeetsecur32: Allocate schannel client credentials.
2008-09-15  Marcus Meissnersecur32: Fixed size passed to GetComputerNameExW.
2008-08-20  H. Verbeetsecur32: Reserved3 / Reserved4 are actually EncryptMess...
2008-07-10  Francois GougetAssorted spelling fixes.
2008-07-03  Zhangrong Huangsecur32: Allow loading external schannel.dll.
2008-03-17  Andrew Talbotsecur32: Assign to structs instead of using memcpy.
2007-12-21  Zhangrong Huangsecur32: Fix possible crash while loading SSP providers...
2007-12-06  Michael Stefaniucsecur32: Remove the SECUR32_ALLOC() macro around HeapAl...
2007-08-30  Kai Blinsecur32: Implement LsaLookupAuthenticationPackage stub.
2007-08-27  Andrew Talbotsecur32: Constify some variables.
2007-05-25  Rob Shearmansecur32: Fix the dwVersion field in the security functi...
2007-03-27  Andrew Talbotsecur32: Replace const pointer parameters with correct...
2007-03-12  Jan Zerebeckisecur32: Add DebugInfo to critical sections.
2007-01-18  Francois Gougetsecur32: Use '%u' to print GetLastError().
2006-11-13  Francois GougetAdd some documentation headers to make winapi_check...
2006-10-16  Hans Leidekkersecur32: Win64 printf format warning fixes.
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...