projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5077ced
)
add flag for 2nd ticket matching
author
John Kohl
<jtkohl@mit.edu>
Fri, 26 Apr 1991 13:57:08 +0000
(13:57 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Fri, 26 Apr 1991 13:57:08 +0000
(13:57 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2040
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/krb5/ccache.h
patch
|
blob
|
history
diff --git
a/src/include/krb5/ccache.h
b/src/include/krb5/ccache.h
index 18935b8d9b944df383283f0d7f2c580c76028a1a..fa97ae71143d5d8280f6f1cee130f272e8736a80 100644
(file)
--- a/
src/include/krb5/ccache.h
+++ b/
src/include/krb5/ccache.h
@@
-54,6
+54,7
@@
typedef struct _krb5_cc_ops {
#define KRB5_TC_MATCH_FLAGS_EXACT 0x00000010
#define KRB5_TC_MATCH_AUTHDATA 0x00000020
#define KRB5_TC_MATCH_SRV_NAMEONLY 0x00000040
+#define KRB5_TC_MATCH_2ND_TKT 0x00000080
/* for set_flags and other functions */
#define KRB5_TC_OPENCLOSE 0x00000001