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
+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
/* 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);