From 955da00e26d90a5e7433fe2110823b20aa132ae7 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Tue, 19 Dec 1989 14:54:33 +0000 Subject: [PATCH] add TC_MATCH definitions git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@49 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/ccache.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/include/krb5/ccache.h b/src/include/krb5/ccache.h index a1074502f..63f5a44fe 100644 --- a/src/include/krb5/ccache.h +++ b/src/include/krb5/ccache.h @@ -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__ */ -- 2.26.2