add TC_MATCH definitions
authorJohn Kohl <jtkohl@mit.edu>
Tue, 19 Dec 1989 14:54:33 +0000 (14:54 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 19 Dec 1989 14:54:33 +0000 (14:54 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@49 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/ccache.h

index a1074502fe82049d735ee160f7b226869be482bc..63f5a44fe46210e2967c600553c1903415eb4612 100644 (file)
@@ -24,4 +24,11 @@ typedef      int     krb5_tcache_magic;      /* cookie for sequential lookup */
 #define        KRB5_TC_READ    0               /* open cache for read only */
 #define        KRB5_TC_RDWR    1               /* open cache for read/write */
 
+/* for retrieve_cred */
+#define        KRB5_TC_MATCH_TIMES             0x00000001
+#define        KRB5_TC_MATCH_IS_SKEY           0x00000002
+#define        KRB5_TC_MATCH_FLAGS             0x00000004
+#define        KRB5_TC_MATCH_TIMES_EXACT       0x00000008
+#define        KRB5_TC_MATCH_FLAGS_EXACT       0x00000010
+
 #endif /* __KRB5_TCACHE__ */