secur32/tests: Don't free if not allocated.
[wine] / dlls / secur32 / secur32.c
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...