summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorRichard Basch <probe@mit.edu>1995-12-05 03:41:31 +0000
committerRichard Basch <probe@mit.edu>1995-12-05 03:41:31 +0000
commitd2e5b53f5e2592368182189fc560f531cc168a21 (patch)
treedf89301d1a0f84fd040909b4ab50ab24e107c73e /src/include
parent6de7ca61bb43b0b083892fdd16724b656c189191 (diff)
downloadkrb5-d2e5b53f5e2592368182189fc560f531cc168a21.tar.gz
krb5-d2e5b53f5e2592368182189fc560f531cc168a21.tar.xz
krb5-d2e5b53f5e2592368182189fc560f531cc168a21.zip
Added prototypes for two new routines:
krb5_set_default_tgs_ktypes - sets default app. session key types. krb5_get_tgs_ktypes - gets app. session key types. Also added a new flag for testing credential matches (match supported keytype) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7167 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5.hin9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/krb5.hin b/src/include/krb5.hin
index 59df309e0..b59886138 100644
--- a/src/include/krb5.hin
+++ b/src/include/krb5.hin
@@ -1052,6 +1052,7 @@ typedef struct _krb5_cc_ops {
#define KRB5_TC_MATCH_AUTHDATA 0x00000020
#define KRB5_TC_MATCH_SRV_NAMEONLY 0x00000040
#define KRB5_TC_MATCH_2ND_TKT 0x00000080
+#define KRB5_TC_MATCH_KTYPE 0x00000100
/* for set_flags and other functions */
#define KRB5_TC_OPENCLOSE 0x00000001
@@ -1258,6 +1259,14 @@ krb5_error_code krb5_get_default_in_tkt_ktypes
KRB5_PROTOTYPE((krb5_context,
krb5_enctype **));
+krb5_error_code krb5_set_default_tgs_ktypes
+ KRB5_PROTOTYPE((krb5_context,
+ krb5_const krb5_enctype *));
+krb5_error_code krb5_get_tgs_ktypes
+ KRB5_PROTOTYPE((krb5_context,
+ krb5_const_principal,
+ krb5_enctype **));
+
/* libkrb.spec */
krb5_error_code krb5_kdc_rep_decrypt_proc
KRB5_PROTOTYPE((krb5_context,