send a new request with the new padata returned by krb5_do_preauth_tryagain()
authorKevin Coffman <kwc@citi.umich.edu>
Fri, 1 Dec 2006 19:36:38 +0000 (19:36 +0000)
committerKevin Coffman <kwc@citi.umich.edu>
Fri, 1 Dec 2006 19:36:38 +0000 (19:36 +0000)
commit4e4b77279e9fdccc20a6871c68f6bf053df7a1f6
tree69287da46864348d1bbf108d199510de6a7c1acc
parent49d68d9e8a2fed75040872ae1d8e250c39b58acd
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
src/include/k5-int.h
src/lib/krb5/krb/get_in_tkt.c
src/lib/krb5/krb/preauth2.c