Kai Blin
|
2164502322
|
secur32: Gracefully handle ntlm_auth versions that don't support the new commands.
|
2006-08-18 11:45:52 +02:00 |
Paul Vriens
|
e1b1fa757c
|
secur32: Make tests loadable on NT4.
|
2006-08-18 11:33:51 +02:00 |
Kai Blin
|
c4d5becd6f
|
secur32: Add real signing / verifying to NTLM provider.
|
2006-08-17 11:38:05 +02:00 |
Kai Blin
|
92a86a03e2
|
secur32: Mask away NTLMv2 and key exchange flags so we never negotiate it for now.
|
2006-08-17 11:29:22 +02:00 |
Robert Reif
|
51c7c030ee
|
secur32: Fix GetComputerObjectName tests based on feedback from Paul Vriens.
|
2006-08-16 16:43:27 +02:00 |
Robert Reif
|
e86828a072
|
secur32: Add GetComputerObjectName tests.
|
2006-08-16 12:48:08 +02:00 |
Robert Reif
|
1771a550b8
|
secur32: Partial GetComputerObjectName implementation.
|
2006-08-16 12:42:50 +02:00 |
Kai Blin
|
cc17d97d23
|
secur32: Add handling of feature flags and session key to AcceptSecurityContext.
|
2006-08-15 11:54:39 +02:00 |
Kai Blin
|
fe43d5d484
|
secur32: Copy helper buffer to output buffer before reusing helper buffer.
|
2006-08-15 11:42:55 +02:00 |
Kai Blin
|
13050ac11f
|
secur32: Clean up AcceptSecurityContext (reduce indent and duplication).
|
2006-08-14 20:17:10 +02:00 |
Kai Blin
|
c22e98fad0
|
secur32: Fix heap error.
|
2006-08-14 12:15:03 +02:00 |
Kai Blin
|
3cf9c85f83
|
secur32: Add handling for SECPKG_CONTEXT_FLAGS to QueryContextAttributes, unify indentation.
|
2006-08-14 11:58:57 +02:00 |
Kai Blin
|
9cd2f28603
|
secur32: Cast helper to ULONG_PTR instead of DWORD.
|
2006-08-14 11:58:39 +02:00 |
Kai Blin
|
8289ddb0d1
|
secur32: Implement simple VerifySignature.
|
2006-08-14 11:58:25 +02:00 |
Kai Blin
|
9b480ef06e
|
secur32: Implement simple MakeSignature.
|
2006-08-14 11:58:17 +02:00 |
Kai Blin
|
c8c7bf61ad
|
secur32: Make AcceptSecurityContext behaviour consistent with Windows.
|
2006-08-14 11:55:46 +02:00 |
Kai Blin
|
4ff2d893c3
|
secur32: Implement CompleteAuthToken for NTLM.
|
2006-08-11 11:55:17 +02:00 |
Kai Blin
|
d2989cc32d
|
secur32: Make ntlm tests run on both WinXP and Win2k.
|
2006-08-09 17:12:14 +02:00 |
Kai Blin
|
a71cf8446f
|
secur32: Add tests for MakeSignature, VerifySignature, EncryptMessage and DecryptMessage.
|
2006-08-09 17:10:37 +02:00 |
Kai Blin
|
c62193266d
|
secur32: Move NTLM tests to ntlm.c to avoid cluttering main.c with NTLM-specific tests.
|
2006-08-09 11:20:03 +02:00 |
Andrew Talbot
|
8e2d28dd25
|
secur32/tests: Write-strings warnings fix.
|
2006-08-07 13:10:25 +02:00 |
Juan Lang
|
866969ed2b
|
secur32: Improve schannel's AcquireCredentialsHandle, with tests.
|
2006-07-28 12:36:39 +02:00 |
Andrew Talbot
|
b62bbe5568
|
secur32: Write-strings warnings fix.
|
2006-07-19 09:39:54 +02:00 |
Alexandre Julliard
|
0fa8baafcb
|
make_dlls: Recursively ignore .ok files in all tests directories.
|
2006-07-10 21:26:50 +02:00 |
Alexandre Julliard
|
edd100b899
|
make_dlls: Recursively ignore testlist.c in all tests directories.
|
2006-07-10 21:19:42 +02:00 |
Alexandre Julliard
|
5258e061dc
|
make_dlls: Ignore generated import libraries from the top-level .gitignore.
|
2006-07-10 20:55:58 +02:00 |
Alexandre Julliard
|
cc2b3b48e6
|
Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
|
2006-07-10 20:47:54 +02:00 |
Andrew Talbot
|
e239953e51
|
secur32: Write-strings warnings fix.
|
2006-06-23 10:46:10 +02:00 |
Thomas Weidenmueller
|
5fb24924fb
|
include: Fix definition of SECURITY_INTEGER.
|
2006-06-19 21:22:40 +02:00 |
Uwe Bonnes
|
a8a7976bc0
|
secur32: Fix another GetProcessHeap vs GetProcessHeap().
|
2006-06-19 20:54:19 +02:00 |
Kai Blin
|
b432e11927
|
secur32: Remove unneeded function from the Negotiate provider.
|
2006-06-19 20:53:53 +02:00 |
Kai Blin
|
9d5e09d748
|
secur32: Implement QueryContextAttributes. Add tests.
|
2006-06-16 11:31:23 +02:00 |
Kai Blin
|
be4d1fea4d
|
secur32: Don't fail on SECURITY_NETWORK_DREP, ntlm_auth handles this just fine.
|
2006-06-03 11:45:41 +02:00 |
Kai Blin
|
f21983cf11
|
secur32: Add EncryptMessage and DecryptMessage stubs.
|
2006-06-02 11:22:12 +02:00 |
Kai Blin
|
b1049be48f
|
secur32: Cleaning up the authentication tests.
This should make it easier to add encryption tests later.
|
2006-05-28 18:14:05 +02:00 |
Kai Blin
|
f543aea5e3
|
secur32: Fix wrong bit shift in the base64 encoder.
Thanks to Juan Lang for catching this one.
|
2006-05-27 10:55:05 +02:00 |
Mike McCormack
|
f8dea2d803
|
secur32: Avoid some code duplication.
|
2006-05-26 20:21:05 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Mike McCormack
|
4cd377d49c
|
secur32: Cleanup InitializeSecurityContext (reduce indent and duplication).
|
2006-05-20 13:59:56 +02:00 |
Mike McCormack
|
d243b39c94
|
secur32: Tidy up the initialization code a little.
|
2006-05-20 13:59:09 +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
|
8414777cba
|
secur32: Add partial support for ISC_REQ_ALLOCATE_MEMORY in the NTLM security provider.
|
2006-05-05 20:23:30 +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 |
Kai Blin
|
e6351700bc
|
secur32: Update ntlm_auth version detection to detect new samba4 version numbers.
Samba4 changed the versioning from 3.9.X to 4.0.0tpX-preY.
|
2006-03-16 16:22:11 +01:00 |
Vijay Kiran Kamuju
|
517e310282
|
secur32: Add InitializeSecurityContext stub for schannel.
|
2006-02-14 17:37:36 +01: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 |
Francois Gouget
|
d0c5f1498c
|
Add trailing '\n's to ok() and trace() calls.
|
2006-02-06 20:58:14 +01:00 |
Dmitry Timoshkov
|
57a579ffcd
|
Make more arrays const.
|
2006-01-24 14:00:32 +01:00 |
Kai Blin
|
0605cf0113
|
secur32: Added DeleteSecurityContext.
|
2006-01-23 11:23:21 +01:00 |