summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/int-proto.h
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2010-04-14 14:36:32 +0000
committerGreg Hudson <ghudson@mit.edu>2010-04-14 14:36:32 +0000
commit4472eed040cf442a504f24158f80242d6fbd94c2 (patch)
tree419b967a28ac29f0291346004363f732ba836447 /src/lib/krb5/krb/int-proto.h
parent4b04db51943944c1651dfba4abafad6fb6cbbc65 (diff)
downloadkrb5-4472eed040cf442a504f24158f80242d6fbd94c2.tar.gz
krb5-4472eed040cf442a504f24158f80242d6fbd94c2.tar.xz
krb5-4472eed040cf442a504f24158f80242d6fbd94c2.zip
Introduce new krb5_tkt_creds API
Merged from branches/iakerb: add new asynchronous krb5_tkt_creds APIs, which allow a caller to take responsibility for transporting requests to the KDC and getting responses back. Rewrite the existing krb5_get_credentials API in terms of the new functions. Get rid of krb5_get_cred_from_kdc and friends, since they are no longer used. ticket: 6700 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23900 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/krb/int-proto.h')
-rw-r--r--src/lib/krb5/krb/int-proto.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/krb5/krb/int-proto.h b/src/lib/krb5/krb/int-proto.h
index f7126e3f0e..babfeb0a2c 100644
--- a/src/lib/krb5/krb/int-proto.h
+++ b/src/lib/krb5/krb/int-proto.h
@@ -59,11 +59,6 @@ krb5_preauth_supply_preauth_data(krb5_context context,
const char *value);
krb5_error_code
-krb5_get_cred_from_kdc_opt(krb5_context context, krb5_ccache ccache,
- krb5_creds *in_cred, krb5_creds **out_cred,
- krb5_creds ***tgts, int kdcopt);
-
-krb5_error_code
krb5int_construct_matching_creds(krb5_context context, krb5_flags options,
krb5_creds *in_creds, krb5_creds *mcreds,
krb5_flags *fields);