summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorKevin Coffman <kwc@citi.umich.edu>2006-12-01 19:36:38 +0000
committerKevin Coffman <kwc@citi.umich.edu>2006-12-01 19:36:38 +0000
commit4e4b77279e9fdccc20a6871c68f6bf053df7a1f6 (patch)
tree69287da46864348d1bbf108d199510de6a7c1acc /src/include
parent49d68d9e8a2fed75040872ae1d8e250c39b58acd (diff)
downloadkrb5-4e4b77279e9fdccc20a6871c68f6bf053df7a1f6.tar.gz
krb5-4e4b77279e9fdccc20a6871c68f6bf053df7a1f6.tar.xz
krb5-4e4b77279e9fdccc20a6871c68f6bf053df7a1f6.zip
send a new request with the new padata returned by krb5_do_preauth_tryagain()
Send another request containing the padata obtained from tryagain. * src/include/k5-int.h Update prototype * src/lib/krb5/krb/get_in_tkt.c Send pointer to the request.padata so krb5_do_preauth_tryagain() can update the request to be sent. * src/lib/krb5/krb/preauth2.c If a module returns modified padata, add it to the return_padata and return. ticket: new Component: krb5-libs Target_Version: 1.6 Tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18896 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/k5-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index 6568ab132..1935daeeb 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -1067,7 +1067,7 @@ krb5_error_code KRB5_CALLCONV krb5_do_preauth_tryagain
krb5_kdc_req *request,
krb5_data *encoded_request_body,
krb5_data *encoded_previous_request,
- krb5_pa_data **in_padata,
+ krb5_pa_data **in_padata, krb5_pa_data ***out_padata,
krb5_error *err_reply,
krb5_data *salt, krb5_data *s2kparams,
krb5_enctype *etype, krb5_keyblock *as_key,