Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: SVN Commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 743 Convert success in krb5_chpw_result_code_string Result code 0 used to be converted properly by krb5_set_password, though not krb5_change_password; this changed in 1.10 when krb5int_setpw_result_code_string was folded into krb5_chpw_result_code_string. Restore the old behavior, and make it apply to krb5_change_password as well, by making krb5_chpw_result_code_string convert result code 0. [ghudson@mit.edu: commit message] https://github.com/krb5/krb5/commit/316bf74b4696058e2b60c95c9d0fc90d6c2c2ffe Author: Jonathan Reams Committer: Greg Hudson Commit: 316bf74b4696058e2b60c95c9d0fc90d6c2c2ffe Branch: master src/lib/krb5/krb/chpw.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)