Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

Improve password change API docs and behavior

For krb5_change_password(), krb5_set_password(), and
krb5_set_password_using_ccache(), document that result_code_string may
be NULL and that the caller should free result_code_string and
result_string with krb5_free_data_contents(). Also ensure that
result_code_string and result_string are initialized along all exit
paths. Reported by Joonas Tuomisto.

https://github.com/krb5/krb5/commit/8dc8d1919c06cae692c6f4207183f327542ed4b2
Author: Greg Hudson <ghudson@mit.edu>
Commit: 8dc8d1919c06cae692c6f4207183f327542ed4b2
Branch: master
src/include/krb5/krb5.hin | 19 +++++++++++++++++--
src/lib/krb5/os/changepw.c | 8 ++++++++
2 files changed, 25 insertions(+), 2 deletions(-)