2004-12-16 Jeffrey Altman <jaltman@mit.edu>
authorJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 16 Dec 2004 19:57:17 +0000 (19:57 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 16 Dec 2004 19:57:17 +0000 (19:57 +0000)
        * cc_mslsa.c:
          Temporarily deactivate support for KerbSubmitTicketMessage
          and KerbQueryTicketCacheEx2Message until the new Platform SDK
          becomes publicly available.

ticket: new
tags: pullup
target_version: 1.4

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16945 dc483132-0cff-0310-8789-dd5450dbe970

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

index 4df87855393158a03bdc5039194f7a493ce2b2dd..05e041c8bea74fa1e435ce8eaaa5b7dc70c2dc9f 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 be990ea4e2ba0a6c38bf72ba2e3cb8cbbaef8da2..87d7b8bc342892cc299ab3153edc033760f267ef 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