Henri Verbeet
|
874c9ef6c7
|
secur32: Require gnutls for schannel.
|
2008-09-23 14:03:11 +02:00 |
Rob Shearman
|
48000893f9
|
makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
Only specify the root to keep platform-specifics out of the individual
DLL makefiles.
|
2008-03-04 20:55:01 +01:00 |
Alexandre Julliard
|
ad9396302d
|
Removed some unneeded imports.
|
2007-12-06 21:24:24 +01:00 |
Kai Blin
|
ae06588d9b
|
secur32: Implement LsaLookupAuthenticationPackage stub.
|
2007-08-30 11:57:18 +02:00 |
Kai Blin
|
b629b6defd
|
secur32: Implement RFC2104 (HMAC) with MD5 for NTLMv2.
|
2006-10-16 11:27:15 +02:00 |
Hans Leidekker
|
2638e9d467
|
secur32: Win64 printf format warning fixes.
|
2006-10-16 10:54:33 +02:00 |
Michael Stefaniuc
|
85ce5117c5
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
Alexandre Julliard
|
5cf75e615a
|
makefiles: Only run test and documentation targets in directories that need them.
|
2006-08-28 13:37:44 +02:00 |
Kai Blin
|
c4d5becd6f
|
secur32: Add real signing / verifying to NTLM provider.
|
2006-08-17 11:38:05 +02:00 |
Juan Lang
|
866969ed2b
|
secur32: Improve schannel's AcquireCredentialsHandle, with tests.
|
2006-07-28 12:36:39 +02:00 |
Kai Blin
|
79aff338a3
|
secur32: Implementing AcquireCredentialsHandle(A|W) for the NTLM
security provider.
|
2005-12-06 21:22:57 +01:00 |
Kai Blin
|
2b5ade97ce
|
A dispatcher for running ntlm_auth.
|
2005-10-30 19:06:24 +00:00 |
Kai Blin
|
c532c866c6
|
Added base64 codec for communication with ntlm_auth.
|
2005-09-21 11:43:52 +00:00 |
Kai Blin
|
4fd3f40952
|
Add NTLM security provider dummy.
|
2005-08-17 09:52:30 +00:00 |
Kai Blin
|
ece9de5aaa
|
Added Negotiate security provider dummy. Removed todos from the test.
|
2005-08-15 20:52:18 +00:00 |
Kai Blin
|
84fb7913f9
|
Set up tests for secur32.
|
2005-08-03 13:08:49 +00:00 |
Juan Lang
|
bc0f448774
|
Begin stubs of built-in schannel provider.
|
2005-05-13 17:44:47 +00:00 |
Alexandre Julliard
|
34fa35dc99
|
Added rules for building import libraries in the individual dll
makefiles, and added support for building a .def.a static import
library too.
|
2005-05-09 14:42:30 +00:00 |
Juan Lang
|
3ed89c33b0
|
Added a secur32.dll that loads other SSP DLLs and forwards calls to
them.
|
2004-03-02 04:57:35 +00:00 |