secur32: Add stubs for schannel QueryContextAttributesA() and QueryContextAttributesW().
[wine] / dlls / secur32 / ntlm.c
2008-05-13  Andrew Talbotsecur32: Memory allocation size fix.
2008-04-25  Andrew Talbotsecur32: Remove unused variables.
2008-03-10  Rob Shearmansecur32: Fix ntlm_GetCachedCredential to not call strle...
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-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: Give a hint where to find ntlm_auth.
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-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-04-16  Kai Blinsecur32: Move NTLM debug output to a seperate "ntlm...
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-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-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...
2006-12-24  Patrik Stridvallsecur32: Use constants instead of hardcoded values.
2006-12-14  Dmitry Timoshkovsecur32: Make some data const.
2006-11-29  Kai Blinsecur32: Improve version detection, move all the versio...
2006-11-14  Kai Blinsecur32: Fix handling of ISC_REQ* flags in InitializeSe...
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-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-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: Avoid double HeapFree() of password and sessio...
2006-11-02  Rob Shearmansecur32: Make the path to ntlm_auth easier to change...
2006-10-16  Hans Leidekkersecur32: Win64 printf format warning fixes.
2006-10-13  Francois Gougetsecur32: Add missing '\n' in a Wine trace.
2006-10-06  Kai Blinsecur32: Add support for cached client credentials.
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
2006-09-21  Kai Blinsecur32: Tell the user if ntlm_auth is not found or...
2006-09-08  Kai Blinsecur32: Fix DecryptMessage for the dummy case.
2006-09-08  Kai Blinsecur32: Fix generation of the session key.
2006-08-21  Kai Blinsecur32: Initial working implementation of EncryptMessa...
2006-08-18  Kai Blinsecur32: Gracefully handle ntlm_auth versions that...
2006-08-17  Kai Blinsecur32: Add real signing / verifying to NTLM provider.
2006-08-17  Kai Blinsecur32: Mask away NTLMv2 and key exchange flags so...
2006-08-15  Kai Blinsecur32: Add handling of feature flags and session...
2006-08-15  Kai Blinsecur32: Copy helper buffer to output buffer before...
2006-08-14  Kai Blinsecur32: Clean up AcceptSecurityContext (reduce indent...
2006-08-14  Kai Blinsecur32: Fix heap error.
2006-08-14  Kai Blinsecur32: Add handling for SECPKG_CONTEXT_FLAGS to Query...
2006-08-14  Kai Blinsecur32: Cast helper to ULONG_PTR instead of DWORD.
2006-08-14  Kai Blinsecur32: Implement simple VerifySignature.
2006-08-14  Kai Blinsecur32: Implement simple MakeSignature.
2006-08-14  Kai Blinsecur32: Make AcceptSecurityContext behaviour consisten...
2006-08-11  Kai Blinsecur32: Implement CompleteAuthToken for NTLM.
2006-08-09  Kai Blinsecur32: Make ntlm tests run on both WinXP and Win2k.
2006-07-19  Andrew Talbotsecur32: Write-strings warnings fix.
2006-06-23  Andrew Talbotsecur32: Write-strings warnings fix.
2006-06-19  Uwe Bonnessecur32: Fix another GetProcessHeap vs GetProcessHeap().
2006-06-16  Kai Blinsecur32: Implement QueryContextAttributes. Add tests.
2006-06-03  Kai Blinsecur32: Don't fail on SECURITY_NETWORK_DREP, ntlm_auth...
2006-06-02  Kai Blinsecur32: Add EncryptMessage and DecryptMessage stubs.
2006-05-26  Mike McCormacksecur32: Avoid some code duplication.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-20  Mike McCormacksecur32: Cleanup InitializeSecurityContext (reduce...
2006-05-20  Mike McCormacksecur32: Tidy up the initialization code a little.
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-01-23  Kai Blinsecur32: Added DeleteSecurityContext.
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-08-17  Kai BlinAdd NTLM security provider dummy.