Andrew Talbot
|
e7730a1668
|
secur32: Replace const pointer parameters with correct pointers to const.
|
2007-03-27 12:38:26 +02:00 |
Jan Zerebecki
|
e293d630ff
|
secur32: Add DebugInfo to critical sections.
|
2007-03-12 13:39:54 +01:00 |
Francois Gouget
|
933bf76b5d
|
secur32: Use '%u' to print GetLastError().
|
2007-01-18 12:55:10 +01:00 |
Francois Gouget
|
b2656633a6
|
Add some documentation headers to make winapi_check happy.
|
2006-11-13 13:01:15 +01:00 |
Hans Leidekker
|
2638e9d467
|
secur32: Win64 printf format warning fixes.
|
2006-10-16 10:54:33 +02:00 |
Andrew Talbot
|
9c78a93e96
|
secur32: Cast-qual warnings fix.
|
2006-09-28 11:56:15 +02:00 |
Kai Blin
|
35bf41bc16
|
secur32: Stop loading Negotiate until it is actually working.
|
2006-09-25 17:55:22 +02:00 |
Robert Reif
|
1771a550b8
|
secur32: Partial GetComputerObjectName implementation.
|
2006-08-16 12:42:50 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
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 |
Michael Stefaniuc
|
968ad51d2a
|
secur32: Missing LeaveCriticalSection on error paths.
|
2006-05-05 20:59:31 +02:00 |
Dmitry Timoshkov
|
d89a038287
|
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 |
Robert Shearman
|
81d9e10533
|
secur32: Improve tracing.
Improve the tracing for functions that can be called by the app, but
bypass the relay code.
|
2006-02-10 14:51:59 +01:00 |
Dmitry Timoshkov
|
57a579ffcd
|
Make more arrays const.
|
2006-01-24 14:00:32 +01:00 |
Stefan Huehner
|
e1364b02a3
|
Fix segfault when querying non-existent SecurityProvider.
|
2005-11-07 16:39:00 +00:00 |
Alexandre Julliard
|
63a643e50f
|
Authors: James Hawkins <truiken@gmail.com>, Juan Lang <juan_lang@yahoo.com>
Use a standard wine list for packages and providers.
|
2005-08-30 08:55:20 +00:00 |
Kai Blin
|
4fd3f40952
|
Add NTLM security provider dummy.
|
2005-08-17 09:52:30 +00:00 |
Francois Gouget
|
6fb12fc291
|
Declare PNTSTATUS in lmaccess.h and ntsecapi.h to match the PSDK.
Protect against multiple definitions.
Use PNTSTATUS where appropriate.
|
2005-08-16 16:01:49 +00:00 |
Juan Lang
|
2fa840b043
|
Fix uninitialized pointer in builtin providers. Reported by Kai
Blin.
|
2005-08-16 11:13:30 +00:00 |
Kai Blin
|
ece9de5aaa
|
Added Negotiate security provider dummy. Removed todos from the test.
|
2005-08-15 20:52:18 +00:00 |
Hans Leidekker
|
524251db40
|
Stub implementations for GetUserNameEx{A,W}, TranslateName{A,W},
LsaCallAuthenticationPackage, LsaConnectUntrusted and
LsaDeregisterLogonProcess.
|
2005-07-18 09:11:14 +00:00 |
Juan Lang
|
bc0f448774
|
Begin stubs of built-in schannel provider.
|
2005-05-13 17:44:47 +00:00 |
Jakob Eriksson
|
9ed61de9a2
|
Get rid of HeapAlloc casts.
|
2005-03-24 21:01:35 +00:00 |
Mike McCormack
|
e18965dfc8
|
Add stub implementation for GetComputerObjectName.
|
2004-07-12 19:52:47 +00:00 |
Patrik Stridvall
|
070db4e5de
|
Fixed some issues found by winapi_check.
|
2004-05-17 21:08:31 +00:00 |
Francois Gouget
|
ebf0eb3138
|
Make static Unicode strings const.
|
2004-04-20 00:34:52 +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 |