]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/sspi.h: Add comment for FreeCredentialsHandle.
authorEarnie Boyd <earnie@users.sf.net>
Fri, 11 Apr 2003 12:27:39 +0000 (12:27 +0000)
committerEarnie Boyd <earnie@users.sf.net>
Fri, 11 Apr 2003 12:27:39 +0000 (12:27 +0000)
winsup/w32api/ChangeLog
winsup/w32api/include/sspi.h

index 57459b3bd91199f4c52c7c3978e506f27a6b3821..c5239574c7f2fb6c18aadd8a489a88af103ee071 100644 (file)
@@ -1,4 +1,8 @@
-2003-04-07 Marcel Telka <telka@users.sourceforge.net>
+2003-04-11  Earnie Boyd  <earnie@users.sf.net>
+
+       * include/sspi.h: Add comment for FreeCredentialsHandle.
+
+2003-04-07  Marcel Telka <telka@users.sourceforge.net>
 
        * include/ddk/winddk.h (KIRQL): Typedef as UCHAR. not ULONG.
 
index 146d03e3ac0d43ab5f30b02a352378340edd7a19..7f63e1ca7be30a38f6378af3918e37e711f636fb 100644 (file)
@@ -180,6 +180,9 @@ typedef SECURITY_STATUS (WINAPI *QUERY_SECURITY_PACKAGE_INFO_FN_W)(SEC_WCHAR*,PS
 typedef SECURITY_STATUS (WINAPI *ENCRYPT_MESSAGE_FN)(PCtxtHandle,ULONG,PSecBufferDesc,ULONG);
 typedef SECURITY_STATUS (WINAPI *DECRYPT_MESSAGE_FN)(PCtxtHandle,PSecBufferDesc,ULONG,PULONG);
 
+/* No, it really is FreeCredentialsHandle, see the thread beginning 
+ * http://sourceforge.net/mailarchive/message.php?msg_id=4321080 for a
+ * discovery discussion. */
 typedef struct _SECURITY_FUNCTION_TABLEW {
        unsigned long dwVersion;
        ENUMERATE_SECURITY_PACKAGES_FN_W EnumerateSecurityPackagesW;
This page took 0.040148 seconds and 5 git commands to generate.