wine-wine/dlls/secur32
Michael Stefaniuc a87520036f janitorial: Remove redundant NULL pointer checks before HeapFree'ing them.
Some HeapFree's are hidden behind macros. Found by smatch.
2006-05-10 11:31:41 +02:00
..
tests janitorial: Remove redundant NULL pointer checks before HeapFree'ing them. 2006-05-10 11:31:41 +02:00
.gitignore Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00
Makefile.in secur32: Implementing AcquireCredentialsHandle(A|W) for the NTLM 2005-12-06 21:22:57 +01:00
base64_codec.c Added base64 codec for communication with ntlm_auth. 2005-09-21 11:43:52 +00:00
dispatcher.c secur32: Update ntlm_auth version detection to detect new samba4 version numbers. 2006-03-16 16:22:11 +01:00
negotiate.c Make more arrays const. 2006-01-24 14:00:32 +01:00
ntlm.c secur32: Add partial support for ISC_REQ_ALLOCATE_MEMORY in the NTLM security provider. 2006-05-05 20:23:30 +02:00
schannel.c secur32: Add InitializeSecurityContext stub for schannel. 2006-02-14 17:37:36 +01:00
secur32.c janitorial: Remove redundant NULL pointer checks before HeapFree'ing them. 2006-05-10 11:31:41 +02:00
secur32.spec Stub implementations for GetUserNameEx{A,W}, TranslateName{A,W}, 2005-07-18 09:11:14 +00:00
secur32_priv.h secur32: Fix some wrong assumptions in the NTLM test case, make it pass in XP SP2 and Wine. 2006-05-05 20:23:17 +02:00
thunks.c janitorial: Remove redundant NULL pointer checks before HeapFree'ing them. 2006-05-10 11:31:41 +02:00
thunks.h
wrapper.c Fixed a couple of bugs in InitializeSecurityContext(A/W) and 2005-08-22 10:05:45 +00:00