Michael Stefaniuc
|
d3e26f74ff
|
secur32: Remove comment referencing an old macro.
Leftover from d117938f7a .
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-03-06 15:46:10 -06:00 |
Hans Leidekker
|
f0db56775e
|
secur32: Use the global memory allocation helpers.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-02-14 20:37:54 +01:00 |
Hans Leidekker
|
4467fd6d23
|
secur32: Don't allocate a context handle in AcceptSecurityContext if new and passed in context are the same.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-10-16 15:26:32 +02:00 |
Nikolay Sivov
|
754013a84a
|
secur32: Trace flags in hex in InitializeSecurityContextW().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-12-16 20:07:39 +01:00 |
Frédéric Delanoy
|
982e7f96b1
|
secur32: Remove dead code (Clang).
|
2011-07-05 14:42:53 +02:00 |
Juan Lang
|
30435a5951
|
secur32: Trace flags as hex values.
|
2010-10-22 12:03:45 +02:00 |
Rob Shearman
|
697955c922
|
secur32: Don't allocate context handle in wrapper InitializeSecurityContextA/W if it is the same as the handle passed into the function.
|
2009-12-30 13:40:35 +01:00 |
Andrew Talbot
|
599f58cc7c
|
secur32: Assign to structs instead of using memcpy.
|
2008-03-17 11:41:23 +01:00 |
Michael Stefaniuc
|
d117938f7a
|
secur32: Remove the SECUR32_ALLOC() macro around HeapAlloc().
|
2007-12-06 12:07:12 +01:00 |
Rob Shearman
|
ee47c5a23a
|
secur32: Fix the wrapper InitializeSecurityContextA/W functions to handle phContext and phNewContext parameters being optional for some SSPs.
|
2007-05-25 20:16:38 +02:00 |
Hans Leidekker
|
2638e9d467
|
secur32: Win64 printf format warning fixes.
|
2006-10-16 10:54:33 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Kai Blin
|
2cc40bac7d
|
Fixed a couple of bugs in InitializeSecurityContext(A/W) and
AcceptSecurityContext.
|
2005-08-22 10:05:45 +00:00 |
Patrik Stridvall
|
070db4e5de
|
Fixed some issues found by winapi_check.
|
2004-05-17 21:08:31 +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 |