mshtml: Added possibility to get node object from nsIDOMNode only if available.
[wine] / dlls / secur32 /
2008-03-17  Andrew Talbotsecur32: Assign to structs instead of using memcpy.
2008-03-12  Jacek Cabansecur32: Improve SECPKG_ATTR_CIPHER_STRENGTHS stub.
2008-03-12  Jacek Cabansecur32: Fixed dynamic loading in schannel test.
2008-03-10  Rob Shearmansecur32: Fix ntlm_GetCachedCredential to not call strle...
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-02-04  Rob Shearmansecur32: Initialise more pointers in helper to NULL.
2008-02-04  Rob Shearmansecur32: Try to retrive credentials by using the creden...
2008-02-04  Rob Shearmansecur32: If using cached credentials failed in Initiali...
2008-02-04  Rob Shearmansecur32: Move the detection of NULL credentials from...
2008-01-21  Andrew Talbotsecur32: Remove unneeded casts.
2007-12-21  Zhangrong Huangsecur32: Fix possible crash while loading SSP providers...
2007-12-19  Michael Stefaniucsecur32/tests: InitFunctionPtrs() needs to use the...
2007-12-18  Francois Gougetsecur32/tests: Dynamically load various APIs and don...
2007-12-06  Alexandre JulliardRemoved some unneeded imports.
2007-12-06  Michael Stefaniucsecur32: Remove the SECUR32_ALLOC() macro around HeapAl...
2007-10-09  Kai Blinsecur32: ntlm_auth returns BH if the connection to...
2007-10-05  Andrew Talbotsecur32: Fix some memory leaks.
2007-10-02  Kai Blinsecur32: Remove hardcoded assumption that the SECBUFFER...
2007-08-30  Kai Blinsecur32: Implement LsaRegisterLogonProcess stub.
2007-08-30  Kai Blinsecur32: Implement LsaLogonUser stub.
2007-08-30  Kai Blinsecur32: Implement LsaGetLogonSessionData stub.
2007-08-30  Kai Blinsecur32: Implement LsaFreeReturnBuffer stub.
2007-08-30  Kai Blinsecur32: Implement LsaEnumerateLogonSessions stub.
2007-08-30  Kai Blinsecur32: Implement LsaLookupAuthenticationPackage stub.
2007-08-30  Kai Blinsecur32: Give a hint where to find ntlm_auth.
2007-08-27  Alexandre Julliardsecur32: Set the close on exec flag on the ntlm_auth...
2007-08-27  Andrew Talbotsecur32: Constify some variables.
2007-08-16  Paul Vrienssecur32/tests: Run tests on win95 again.
2007-08-08  Rob Shearmansecur32: Remove valid_session_key from NegoHelper since...
2007-08-08  Rob Shearmansecur32: Split the NTLM credential and context handles...
2007-07-05  Paul Vrienssecur32/tests: Use skip when functions are not available.
2007-07-04  Rob Shearmansecur32: Add tests for multiple use of a credential...
2007-07-03  Rob Shearmansecur32: Don't free the password in InitializeSecurityC...
2007-05-29  Kai Blinsecur32: Downgrade WARN to TRACE, fix another TRACE.
2007-05-25  Rob Shearmansecur32: Fix NTLM's InitializeSecurityContextA/W to...
2007-05-25  Rob Shearmansecur32: Don't set the output buffer type in NTLM's...
2007-05-25  Rob Shearmansecur32: Make the NTLM SSP cope with a NULL phCredentia...
2007-05-25  Rob Shearmansecur32: Fix the wrapper InitializeSecurityContextA...
2007-05-25  Rob Shearmansecur32: Fix the dwVersion field in the security functi...
2007-05-21  Andrew Talbotsecur32: Exclude unused headers.
2007-04-16  Kai Blinsecur32: Move NTLM debug output to a seperate "ntlm...
2007-03-27  Andrew Talbotsecur32: Replace const pointer parameters with correct...
2007-03-12  Jan Zerebeckisecur32: Add DebugInfo to critical sections.
2007-03-12  Stefan HuehnerChange some functions arguments from () -> (void).
2007-03-08  Kai Blinsecur32: Check for actual return value on invalid Query...
2007-03-06  Rob Shearmansecur32: NTLM's AcquireCredentialHandleA/W should accep...
2007-03-06  Rob Shearmansecur32: NTLM - don't bother nul terminating the passwo...
2007-03-06  Rob Shearmansecur32: NTLM - don't copy more data from User, Domain...
2007-03-05  Kai Blinsecur32: Use skip for skipped tests, reduce indentation.
2007-03-01  Rob Shearmansecur32: SealMessage and UnsealMessage are aliases...
2007-02-06  Kai Blinsecur32: Fix ntlm_auth version number check when regist...
2007-02-06  Kai Blinsecur32: Bump minimal required samba version to 3.0...
2007-02-05  Andrew Talbotsecur32: Declare a function static.
2007-01-24  Kai Blinsecur32: Fix off-by-one error in converting the passwor...
2007-01-24  Kai Blinsecur32: Fix off-by-one error when copying the password...
2007-01-18  Francois GougetDon't put single quotes around '%s' when using the...
2007-01-18  Francois Gougetsecur32: Use '%u' to print GetLastError().
2007-01-15  Paul Vrienssecur32/tests: Fix compilation for older gcc versions...
2007-01-12  Paul Vrienssecur32/tests: Cast-qual warning fixes.
2006-12-24  Patrik Stridvallsecur32: Use constants instead of hardcoded values.
2006-12-15  Andrew Talbotsecur32/tests: Cast-qual warnings fix.
2006-12-14  Dmitry Timoshkovsecur32: Make some data const.
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-11-29  Kai Blinsecur32: Improve version detection, move all the versio...
2006-11-14  Andrew Talbotsecur32: Cast-qual warning fix.
2006-11-14  Kai Blinsecur32: Fix handling of ISC_REQ* flags in InitializeSe...
2006-11-13  Francois GougetAdd some documentation headers to make winapi_check...
2006-11-10  Kai Blinsecur32: work around a bug in ntlm_auth that breaks...
2006-11-09  Kai Blinsecur32: Implement NTLM2 encryption.
2006-11-09  Kai Blinsecur32: Implement ntlmv2 signing.
2006-11-09  Kai Blinsecur32: MD5 functions are WINAPI.
2006-11-08  Kai Blinsecur32: Use a helper function for creating the signatu...
2006-11-08  Kai Blinsecur32: Delete session key and arc4 context when the...
2006-11-08  Francois Gougetsecur32: sspi.h must not include wtypes.h.
2006-11-06  Kai Blinsecur32: Test and fix DecryptMessage for multiple data...
2006-11-04  Kai Blinsecur32: Fix handling of buffers that don't have the...
2006-11-04  Kai Blinsecur32: Get rid of some HeapAlloc() calls to make...
2006-11-04  Kai Blinsecur32: Avoid double HeapFree() of password and sessio...
2006-11-02  Rob Shearmansecur32: Make the path to ntlm_auth easier to change...
2006-10-31  Paul Vrienssecur32: Make sure crashing tests are not run.
2006-10-20  Kai Blinsecur32: Add include guard to hmac_md5.h.
2006-10-16  Kai Blinsecur32: Stop leaking the session key memory.
2006-10-16  Kai Blinsecur32: Get rid of NEGO_* helper modes, they will...
2006-10-16  Kai Blinsecur32: Implement RFC2104 (HMAC) with MD5 for NTLMv2.
2006-10-16  Hans Leidekkersecur32: Win64 printf format warning fixes.
2006-10-13  Francois Gougetsecur32: Add missing '\n' in a Wine trace.
2006-10-11  Michael Ploujnikovsecur32/tests: Win64 printf format warning fixes.
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...
next