krb5.hin: add new krb5_ccache flag, KRB5_TC_NOTICKET
authorJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 9 Sep 2004 23:28:50 +0000 (23:28 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 9 Sep 2004 23:28:50 +0000 (23:28 +0000)
            when set, a krb5_ccache does not have to return a ticket
            within the returned credential

ticket: new

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

src/include/ChangeLog
src/include/krb5.hin

index 495c4eca57e27cd26534adfe6ada5421d41f829b..315480b24a542f9d145a96f66cd9b35986fee05e 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-01  Jeffrey Altman <jaltman@mit.edu>
+
+        * krb5.hin: define KRB5_TC_NOTICKET for use with krb5_cc_set_flags
+
 2004-08-23  Ken Raeburn  <raeburn@mit.edu>
 
        * fake-addrinfo.h (fai_add_hosts_by_name): Handle case where
index 08f942b07388929565d0116962d7e471935c6946..58fbfaa69b1e213f917bd9ea2404a8243bf066ee 100644 (file)
@@ -1200,6 +1200,7 @@ typedef struct _krb5_cc_ops krb5_cc_ops;
 
 /* for set_flags and other functions */
 #define KRB5_TC_OPENCLOSE              0x00000001
+#define KRB5_TC_NOTICKET                0x00000002
 
 const char * KRB5_CALLCONV
 krb5_cc_get_name (krb5_context context, krb5_ccache cache);