projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a06755
)
bjaspan: added KRB5_TC_OPENCLOSE, the first flag for credential caches
author
Barry Jaspan
<bjaspan@mit.edu>
Tue, 30 Jan 1990 16:53:44 +0000
(16:53 +0000)
committer
Barry Jaspan
<bjaspan@mit.edu>
Tue, 30 Jan 1990 16:53:44 +0000
(16:53 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@203
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 1b0fc7ba05d95a8e076debf63af5bbde170cfeae..50324ad0fb3b33ed9729795720077cbc69d2472e 100644
(file)
--- a/
src/include/krb5/ccache.h
+++ b/
src/include/krb5/ccache.h
@@
-53,4
+53,7
@@
typedef struct _krb5_cc_ops {
#define KRB5_TC_MATCH_TIMES_EXACT 0x00000008
#define KRB5_TC_MATCH_FLAGS_EXACT 0x00000010
+/* for set_flags and other functions */
+#define KRB5_TC_OPENCLOSE 0x00000001
+
#endif /* __KRB5_CCACHE__ */