Debugged version of patch worked up with Luke
authorKen Raeburn <raeburn@mit.edu>
Fri, 27 Jul 2007 04:39:21 +0000 (04:39 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 27 Jul 2007 04:39:21 +0000 (04:39 +0000)
commit76fdc16a95093e399c43e8597275a5cc95ff4925
treed6234c9d4ea2a7fe0acf2e3b4bc384176e0ac517
parent7cedd31c584a59626a749ea609a23c237a82b3ea
Debugged version of patch worked up with Luke

Adds a callback to krb5int_sendto to examine the response and indicate
whether to quit the loop or not.  For sendto_kdc, keep going if the
returned error is "service unavailable".  Updated all other callers to
pass a null function pointer, which means to always break out of the
loop on any response (the old behavior).

ticket: 3334

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19738 dc483132-0cff-0310-8789-dd5450dbe970
src/include/k5-int.h
src/lib/krb4/send_to_kdc.c
src/lib/krb5/error_tables/krb5_err.et
src/lib/krb5/os/changepw.c
src/lib/krb5/os/send524.c
src/lib/krb5/os/sendto_kdc.c