Andrew Talbot
|
4a03558e8f
|
advapi32: Remove unused variable.
|
2008-07-28 12:16:21 +02:00 |
Rob Shearman
|
d245e7978d
|
advapi32: Make sure not to return a credential with a NULL UserName field when a Mac Keychain doesn't have an account name attribute.
|
2008-05-01 11:13:27 +02:00 |
Andrew Talbot
|
5c8473ba78
|
advapi32: Array parameters are passed to function as pointers so lose size information.
|
2008-04-09 11:43:41 +02:00 |
Francois Gouget
|
ddab29b7d1
|
advapi32: Add a rudimentary implementation of CredGetSessionTypes().
|
2008-02-15 12:05:20 +01:00 |
Andrew Talbot
|
263cb72e13
|
advapi32: Remove unneeded casts.
|
2007-12-03 13:10:21 +01:00 |
Rob Shearman
|
f96ff7d46e
|
advapi32: Make the credential registry key stay around if a persist value longer than session is specified.
|
2007-11-28 11:23:56 +01:00 |
Rob Shearman
|
c251100685
|
advapi32: Use the open_for_write parameter to open_cred_mgr_key and fix get_cred_mgr_encryption_key to not need KEY_WRITE access to the key passed in.
|
2007-11-28 11:23:54 +01:00 |
Rob Shearman
|
312a1db3ec
|
advapi32: Add support for using the Mac Keychain services as a backend for the credential functions instead of the registry.
|
2007-11-27 12:29:34 +01:00 |
Rob Shearman
|
50532d8b4d
|
advapi32: Fix a typo in CredEnumerateW.
|
2007-11-27 11:38:28 +01:00 |
Rob Shearman
|
ca83f61d2e
|
advapi32: Move credential registry reading code to separate functions.
|
2007-11-27 11:38:22 +01:00 |
Rob Shearman
|
e8d7af2d43
|
advapi32: Implement filter matching for CredEnumerate.
|
2007-10-31 12:39:54 +01:00 |
Rob Shearman
|
e3fae172f1
|
advapi32: Implement ANSI credential management functions.
|
2007-10-31 12:39:54 +01:00 |
Rob Shearman
|
61e836b947
|
advapi32: Implement CredEnumerateW.
|
2007-10-31 12:39:53 +01:00 |
Rob Shearman
|
72bd876599
|
advapi32: Implement CredDeleteW.
|
2007-10-31 12:39:53 +01:00 |
Rob Shearman
|
7689fad310
|
advapi32: Implement CredReadW and CredFree.
|
2007-10-31 12:39:53 +01:00 |
Rob Shearman
|
7583130908
|
advapi32: Implement CredWriteW.
|
2007-10-31 12:39:53 +01:00 |