Module: wine Branch: refs/heads/master Commit: 866969ed2ba3afd1f7db35da2964892b898f9c4e URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=866969ed2ba3afd1f7db35da...
Author: Juan Lang juan_lang@yahoo.com Date: Thu Jul 27 23:39:56 2006 -0700
secur32: Improve schannel's AcquireCredentialsHandle, with tests.
---
dlls/secur32/Makefile.in | 1 dlls/secur32/schannel.c | 118 +++++++++++++-- dlls/secur32/tests/Makefile.in | 5 - dlls/secur32/tests/schannel.c | 318 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 422 insertions(+), 20 deletions(-) create mode 100644 dlls/secur32/tests/schannel.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=866969ed2ba3afd1f7db...