Sign in
goma
/
wine
/
208e4ea231a9cd82eecb405bf11b61be88e373ef
/
dlls
/
secur32
24592a7
secur32: Avoid using long.
by Michael Stefaniuc
· 15 years ago
9dd206d
secur32: Use NTLM2 instead of NTLMv2.
by Kai Blin
· 15 years ago
43a98ec
secur32: Avoid using a pointer difference in a trace.
by Alexandre Julliard
· 15 years ago
bef5645
makefiles: Remove the no longer needed explicit separators for dependencies.
by Alexandre Julliard
· 15 years ago
6164ce2
makefiles: Use the standard C_SRCS variable as the list of test files.
by Alexandre Julliard
· 15 years ago
7c3b9a1
secur32: Report an error if libgnutls isn't found.
by Juan Lang
· 15 years ago
697955c
secur32: Don't allocate context handle in wrapper InitializeSecurityContextA/W if it is the same as the handle passed into the function.
by Rob Shearman
· 15 years ago
1346834
secur32: Fix memory leaks in ntlm_InitializeSecurityContextW.
by Rob Shearman
· 15 years ago
693433a
secur32: Simplify memory management by not allocating memory for the CredHandle and CtxtHandle pointers.
by Rob Shearman
· 15 years ago
5f01280
secur32: Fix memory leaks in tests.
by Rob Shearman
· 15 years ago
9a81b03
secur32: Pretend the NTLM provider also does Negotiate.
by Kai Blin
· 15 years ago
44f9595
secur32/tests: Fix a couple of memory leaks.
by Hans Leidekker
· 15 years ago
c892113
secur32: Fix memory leak in SECUR32_addPackages.
by Lei Zhang
· 15 years ago
3cd88cf
secur32: Fix memory leak in NTLM's FreeCredentialsHandle.
by Rob Shearman
· 15 years ago
aeb161f
secur32: Handle EOF from gnutls_record_recv.
by Hans Leidekker
· 15 years ago
f6c9c72
secur32: Output extra data in NTLM sign & seal test to diagnose failures seen on some Windows machines.
by Rob Shearman
· 15 years ago
e987ec4
secur32: Use empty credentials when cached creds fail.
by Kai Blin
· 15 years ago
3e96881
secur32: Don't bother zeroing the handle table in SECUR32_initSchannelSP().
by Henri Verbeet
· 15 years ago
226519e
secur32: Don't try to cleanup uninitialized handles in SECUR32_deinitSchannelSP().
by Henri Verbeet
· 15 years ago
5b47904
secur32: Recognize the ARC4 cipher in schannel_get_cipher_algid().
by Henri Verbeet
· 15 years ago
43a2864
secur32/tests: Add acceptable error code for Win7 ntlm test.
by Ge van Geldorp
· 24 years ago
8bb6893
secur32: Test passing null authentication data to AcquireCredentialsHandle.
by Hans Leidekker
· 15 years ago
7b3213f
secur32/tests: Skip some tests on WinMe to avoid a crash.
by Paul Vriens
· 16 years ago
fd3c833
secur32: Free schannel handle table.
by Dylan Smith
· 16 years ago
fdcfbe2
secur32: Remove redendant call to gnutls_certificate_get_peers.
by Dylan Smith
· 16 years ago
e6ac20e
secur32: Revert "secur32: Work around ntlm_auth in Samba 3.0.28a being broken for cached credentials".
by Kai Blin
· 16 years ago
dfb2b42
secur32: Load Negotiate provider again.
by Kai Blin
· 16 years ago
1551245
secur32: Implement QueryContextAttributes for SECPKG_ATTR_CONNECTION_INFO.
by Juan Lang
· 16 years ago
570c57a
secur32: Trace values of SCHANNEL_CRED structure.
by Juan Lang
· 16 years ago
5ee34ea
secur32: Implement QueryContextAttributes for SECPKG_ATTR_REMOTE_CERT_CONTEXT.
by Juan Lang
· 16 years ago
3a493d7
secur32: Sanity check handle index before indexing table.
by Juan Lang
· 16 years ago
a6b05ea
secur32: Avoid the close-on-exec race with pipe() on kernels that support pipe2().
by Alexandre Julliard
· 16 years ago
66b6415
secur32: Don't return STATUS_SUCCESS from LsaGetLogonSessionData stub.
by Kai Blin
· 16 years ago
a1465ba
secur32: Initialize cbBuffer to 0 for NULL buffers.
by Henri Verbeet
· 16 years ago
ec443be
secur32: Don't try to use ntlm_auth --use-cred-cache.
by Kai Blin
· 16 years ago
07c2141
secur32/tests: Sign compare fixes.
by Austin English
· 16 years ago
74dba4e
secur32/tests: Fix GetUserNameEx() tests.
by Ge van Geldorp
· 16 years ago
d31bb3f
secur32: Implement more GetUserNameEx() formats.
by Ge van Geldorp
· 16 years ago
7788c8e
secur32: Work around ntlm_auth in Samba 3.0.28a being broken for cached credentials.
by Kai Blin
· 16 years ago
825354a
secur32/tests: Document some crashes on Windows.
by Paul Vriens
· 16 years ago
c98513f
secur32/tests: Add simple tests for GetUserNameExA/W().
by Ge van Geldorp
· 16 years ago
dcb3e52
secur32: Implement GetUserNameEx(NameSamCompatible).
by Ge van Geldorp
· 16 years ago
c3aa03d
secur32/tests: Use win_skip() to skip over unimplemented functionality.
by Francois Gouget
· 16 years ago
21a7b21
secur32: Properly initialize the helper structure when fork support is missing.
by Alexandre Julliard
· 16 years ago
b9ae777
secur32: Fix a handful of test failures on Win9x.
by Juan Lang
· 16 years ago
247b7c5
secur32: Declare a function static.
by Andrew Talbot
· 16 years ago
e01ae46
secur32: Remove superfluous pointer casts.
by Michael Stefaniuc
· 16 years ago
230fb06
include: Change the rest of sspi.h to use LONG/ULONG for Win64 compatibility.
by Michael Stefaniuc
· 16 years ago
57ab0cd
include: sspi.h: Use the Win types as per MSDN.
by Michael Stefaniuc
· 16 years ago
e450538
secur32: Implement schannel DecryptMessage().
by Henri Verbeet
· 16 years ago
3954c4e
secur32: Implement schannel EncryptMessage().
by Henri Verbeet
· 16 years ago
95fd876
secur32: Handle SECPKG_ATTR_STREAM_SIZES in schan_QueryContextAttributesW().
by Henri Verbeet
· 16 years ago
3c114a8
secur32: Add stubs for schannel QueryContextAttributesA() and QueryContextAttributesW().
by Henri Verbeet
· 16 years ago
24c5e6e
secur32: Dump the buffer descs in schan_InitializeSecurityContextW().
by Henri Verbeet
· 16 years ago
7bf2676
secur32: Try an EMPTY buffer if we can't find one of type TOKEN.
by Henri Verbeet
· 16 years ago
866240d
secur32: Check for lack of fork() support.
by Alexandre Julliard
· 16 years ago
f397252
secur32: Sign-compare warning fix.
by Andrew Talbot
· 16 years ago
e00e5a3
secur32: Implement schannel InitializeSecurityContextW.
by Henri Verbeet
· 16 years ago
e0e9195
secur32: Improve error handling for gnutls_global_init().
by Henri Verbeet
· 16 years ago
6043513
secur32: Don't leak the credentials handle when pgnutls_certificate_allocate_credentials() fails.
by Henri Verbeet
· 16 years ago
f6129d7
secur32: Don't make the pBuffer parameter to schan_QueryCredentialsAttributes() const.
by Henri Verbeet
· 16 years ago
420cb67
secur32: Forward schannel InitializeSecurityContextA to InitializeSecurityContextW.
by Henri Verbeet
· 16 years ago
937488c
secur32: Improve error handling for gnutls_certificate_allocate_credentials().
by Henri Verbeet
· 16 years ago
79d88ff
secur32: Use ~0UL instead of -1 for invalid schannel handles.
by Henri Verbeet
· 16 years ago
ab05d35
secur32: Make GetComputerObjectName(A|W) tests work on win2k3 domains.
by Kai Blin
· 17 years ago
b95e146
secur32: Fix test failure with neither gnutls nor ntlm_auth available.
by Juan Lang
· 17 years ago
975b582
secur32: Fix compilation with GNU TLS 1.0.16.
by Francois Gouget
· 17 years ago
4a0b67d
secur32: Fix a failing test in win95.
by James Hawkins
· 17 years ago
7453972
secur32: Allow gnutls debug output to be shown.
by Henri Verbeet
· 17 years ago
fde1e00
secur32: Allocate schannel client credentials.
by Henri Verbeet
· 17 years ago
7176dc2
secur32: Basic implementation of schannel AcquireCredentialsHandle/FreeCredentialsHandle.
by Henri Verbeet
· 17 years ago
874c9ef
secur32: Require gnutls for schannel.
by Henri Verbeet
· 17 years ago
4ac3fe7
secur32: Skip schannel tests if schannel is unavailable.
by Henri Verbeet
· 17 years ago
73b16d4
secur32: Fixed size passed to GetComputerNameExW.
by Marcus Meissner
· 17 years ago
852b367
secur32: Fix two failing tests in win2k.
by James Hawkins
· 17 years ago
f14fe76
secur32: Fixed the logic on some of the schannel tests.
by Reece Dunn
· 17 years ago
c718981
secur32: Fixed the schannel tests on Vista.
by Reece Dunn
· 17 years ago
af96a43
secur32: Reserved3 / Reserved4 are actually EncryptMessage / DecryptMessage.
by H. Verbeet
· 17 years ago
922414b
secur32: Fix the schannel tests crashing on Vista.
by Reece Dunn
· 17 years ago
e413bbe
secur32: Fix the ntlm tests crashing on Vista.
by Reece Dunn
· 17 years ago
84935f5
secur32: Fix GetComputerObjectName tests for domain members.
by Kai Blin
· 17 years ago
dbaec0a
Assorted spelling fixes.
by Francois Gouget
· 17 years ago
d42a601
secur32: Allow loading external schannel.dll.
by Zhangrong Huang
· 17 years ago
e53e82b
secur32: Fix crash under win98.
by Alistair Leslie-Hughes
· 17 years ago
06abaaf
secur32/tests: Don't free if not allocated.
by Dan Kegel
· 17 years ago
6848da7
secur32: Fix a few tests that fail in win2k3.
by James Hawkins
· 17 years ago
140c042
secur32: Memory allocation size fix.
by Andrew Talbot
· 17 years ago
3da466a
secur32: Fix ntlm tests on Vista.
by Kai Blin
· 17 years ago
2e04c18
secur32: Remove test for sft->Reserved8 field.
by Kai Blin
· 17 years ago
bee29a6
secur32: Don't call waitpid() in dispatcher.
by Kai Blin
· 17 years ago
49939ed
secur32: Remove unused variables.
by Andrew Talbot
· 17 years ago
599f58c
secur32: Assign to structs instead of using memcpy.
by Andrew Talbot
· 17 years ago
87368bb
secur32: Improve SECPKG_ATTR_CIPHER_STRENGTHS stub.
by Jacek Caban
· 17 years ago
d11e30e
secur32: Fixed dynamic loading in schannel test.
by Jacek Caban
· 17 years ago
088ae3b
secur32: Fix ntlm_GetCachedCredential to not call strlenW on a NULL pointer.
by Rob Shearman
· 17 years ago
4800089
makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
by Rob Shearman
· 17 years ago
0d2a623
secur32: Initialise more pointers in helper to NULL.
by Rob Shearman
· 17 years ago
8a2125f
secur32: Try to retrive credentials by using the credential manager to retrieve credentials saved for the target server in InitializeContextHandleW, if possible.
by Rob Shearman
· 17 years ago
506ba70
secur32: If using cached credentials failed in InitializeSecurityContext then fail with SEC_E_NO_CREDENTIALS instead of carrying on with a blank password.
by Rob Shearman
· 17 years ago
72ffc3f
secur32: Move the detection of NULL credentials from AcquireCredentialsHandle to InitializeSecurityContext.
by Rob Shearman
· 17 years ago
Next »