projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e823be
)
add TGS_REQ proto #
author
John Kohl
<jtkohl@mit.edu>
Wed, 3 Jan 1990 16:59:33 +0000
(16:59 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Wed, 3 Jan 1990 16:59:33 +0000
(16:59 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@67
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/krb5/proto.h
patch
|
blob
|
history
diff --git
a/src/include/krb5/proto.h
b/src/include/krb5/proto.h
index 065aba28973e11b66601231fb24395e442d28b41..81225fa74180e98160fcd2ad203efc6c2791dc09 100644
(file)
--- a/
src/include/krb5/proto.h
+++ b/
src/include/krb5/proto.h
@@
-24,6
+24,7
@@
#define KRB5_AS_REQ 2 /* Req for initial authentication */
#define KRB5_AS_REP 4 /* Response to KRB_AS_REQ request */
#define KRB5_AP_REQ 6 /* application request to server */
+#define KRB5_TGS_REQ 8 /* TGS request to server */
#define KRB5_AP_REP 10 /* Response to KRB_AP_REQ_MUTUAL */
#define KRB5_PRIV 12 /* Private application message */
#define KRB5_SAFE 14 /* Safe application message */