Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

Accept new passwords as const char pointers

In krb5_change_password(), krb5_set_password(), and
krb5_set_password_using_ccache(), accept the new password as a const
char * instead of a char *. Propagate this change to the necessary
internal functions.

[ghudson@mit.edu: commit message rewrite]

https://github.com/krb5/krb5/commit/03c5058f2a1315aa718f0a083f5568bedaf187e8
Author: Andreas Schneider <asn@samba.org>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: 03c5058f2a1315aa718f0a083f5568bedaf187e8
Branch: master
src/include/krb5/krb5.hin | 11 ++++++-----
src/lib/krb5/krb/chpw.c | 4 ++--
src/lib/krb5/krb/int-proto.h | 4 ++--
src/lib/krb5/os/changepw.c | 10 +++++-----
4 files changed, 15 insertions(+), 14 deletions(-)
From: tlyu@mit.edu
Subject: git commit

Accept new passwords as const char pointers

In krb5_change_password(), krb5_set_password(), and
krb5_set_password_using_ccache(), accept the new password as a const
char * instead of a char *. Propagate this change to the necessary
internal functions.

[ghudson@mit.edu: commit message rewrite]

(cherry picked from commit 03c5058f2a1315aa718f0a083f5568bedaf187e8)

https://github.com/krb5/krb5/commit/fca6f1095bd8a3bc5a5013dcf7e346a3220b9218
Author: Andreas Schneider <asn@samba.org>
Committer: Tom Yu <tlyu@mit.edu>
Commit: fca6f1095bd8a3bc5a5013dcf7e346a3220b9218
Branch: krb5-1.14
src/include/krb5/krb5.hin | 11 ++++++-----
src/lib/krb5/krb/chpw.c | 4 ++--
src/lib/krb5/krb/int-proto.h | 4 ++--
src/lib/krb5/os/changepw.c | 10 +++++-----
4 files changed, 15 insertions(+), 14 deletions(-)