From: Jeffrey Altman Date: Thu, 16 Dec 2004 19:57:17 +0000 (+0000) Subject: 2004-12-16 Jeffrey Altman X-Git-Tag: ms-bug-test-20060525~425 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3d8f63ed17ad7c1ba0a04c611bd08788653dc895;p=krb5.git 2004-12-16 Jeffrey Altman * 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 --- diff --git a/src/lib/krb5/ccache/ChangeLog b/src/lib/krb5/ccache/ChangeLog index 4df878553..05e041c8b 100644 --- a/src/lib/krb5/ccache/ChangeLog +++ b/src/lib/krb5/ccache/ChangeLog @@ -1,3 +1,9 @@ +2004-12-16 Jeffrey Altman + * cc_mslsa.c: + Temporarily deactivate support for KerbSubmitTicketMessage + and KerbQueryTicketCacheEx2Message until the new Platform SDK + becomes publicly available. + 2004-12-15 Jeffrey Altman * cc_mslsa.c: diff --git a/src/lib/krb5/ccache/cc_mslsa.c b/src/lib/krb5/ccache/cc_mslsa.c index be990ea4e..87d7b8bc3 100644 --- a/src/lib/krb5/ccache/cc_mslsa.c +++ b/src/lib/krb5/ccache/cc_mslsa.c @@ -65,8 +65,14 @@ #include #include +#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