pullup from trunk
authorTom Yu <tlyu@mit.edu>
Thu, 16 Dec 2004 21:33:09 +0000 (21:33 +0000)
committerTom Yu <tlyu@mit.edu>
Thu, 16 Dec 2004 21:33:09 +0000 (21:33 +0000)
ticket: 2816
version_fixed: 1.4

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-4@16948 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ccache/ChangeLog
src/lib/krb5/ccache/cc_mslsa.c

index 10c5bca51e11aec847ee2f259f8b316fcd4cc173..e2929ea65a617263b9b0aa7e2540d72d1849f283 100644 (file)
@@ -1,3 +1,9 @@
+2004-12-16  Jeffrey Altman <jaltman@mit.edu>
+        * cc_mslsa.c:
+          Temporarily deactivate support for KerbSubmitTicketMessage   
+          and KerbQueryTicketCacheEx2Message until the new Platform SDK
+          becomes publicly available.
+
 2004-12-15  Jeffrey Altman <jaltman@mit.edu>
 
         * cc_mslsa.c: 
index b0aa4d0ad18d967a906bd5b212ddb96aab8cb013..4e40f3f78731dcf92dc149532331ad21bb5ed880 100644 (file)
 #include <ntsecapi.h>
 #include <ntstatus.h>
 
+#ifdef COMMENT
+/* The following two features can only be built using a version of the
+ * Microsoft Windows Platform SDK which is not currently public.  These
+ * features will be disabled until the SDK is made publicly available.
+ */
 #define KERB_SUBMIT_TICKET 1
 #define HAVE_CACHE_INFO_EX2 1
+#endif
 
 #define MAX_MSG_SIZE 256
 #define MAX_MSPRINC_SIZE 1024