diff options
| author | John Kohl <jtkohl@mit.edu> | 1989-12-19 14:54:33 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1989-12-19 14:54:33 +0000 |
| commit | 955da00e26d90a5e7433fe2110823b20aa132ae7 (patch) | |
| tree | 56f655987192e8406b06a1a22fc221fe1be47ecf /src/include | |
| parent | df44c2db4e6a4e721167afd548fb245a48270751 (diff) | |
add TC_MATCH definitions
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@49 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/ccache.h | 7 |
1 files changed, 7 insertions, 0 deletions
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__ */ |
