summaryrefslogtreecommitdiffstats
path: root/src/kadmin
diff options
context:
space:
mode:
Diffstat (limited to 'src/kadmin')
-rw-r--r--src/kadmin/passwd/ChangeLog5
-rw-r--r--src/kadmin/passwd/tty_kpasswd.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/kadmin/passwd/ChangeLog b/src/kadmin/passwd/ChangeLog
index cb9d7382f..a638a0a32 100644
--- a/src/kadmin/passwd/ChangeLog
+++ b/src/kadmin/passwd/ChangeLog
@@ -1,3 +1,8 @@
+2000-10-17 Ezra Peisach <epeisach@mit.edu>
+
+ * tty_kpasswd.c (read_old_password): Argument pwsize changed to
+ unsigned int.
+
2000-05-08 Nalin Dahyabhai <nalin@redhat.com>
* xm_kpasswd.c (motif_com_err): Don't overflow buffer "buf".
diff --git a/src/kadmin/passwd/tty_kpasswd.c b/src/kadmin/passwd/tty_kpasswd.c
index a7321516d..3c61ecd4a 100644
--- a/src/kadmin/passwd/tty_kpasswd.c
+++ b/src/kadmin/passwd/tty_kpasswd.c
@@ -30,7 +30,7 @@ void display_intro_message(fmt_string, arg_string)
long read_old_password(context, password, pwsize)
krb5_context context;
char *password;
- int *pwsize;
+ unsigned int *pwsize;
{
long code = krb5_read_password(context,
(char *)string_text(KPW_STR_OLD_PASSWORD_PROMPT),