* gic_pwd.c (krb5_get_init_creds_password): Remove unused argument
authorEzra Peisach <epeisach@mit.edu>
Wed, 15 Jul 1998 15:49:07 +0000 (15:49 +0000)
committerEzra Peisach <epeisach@mit.edu>
Wed, 15 Jul 1998 15:49:07 +0000 (15:49 +0000)
  to sprintf().

* t_ref_kerb.out: Fix test case for zephyr principal to reflect
  addition to conv_princ.c

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10647 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/ChangeLog
src/lib/krb5/krb/gic_pwd.c
src/lib/krb5/krb/t_ref_kerb.out

index f6173e32a958e1994c3271be7be9c35552a94ce5..a95bc93416ec5b5b1603352aa661a5305c864794 100644 (file)
@@ -1,3 +1,11 @@
+Wed Jul 15 11:46:05 1998  Ezra Peisach  <epeisach@mit.edu>
+
+       * gic_pwd.c (krb5_get_init_creds_password): Remove unused argument
+               to sprintf().
+
+       * t_ref_kerb.out: Fix test case for zephyr principal to reflect
+               addition to conv_princ.c
+
 Tue Jul  7 17:06:13 1998  Theodore Y. Ts'o  <tytso@mit.edu>
 
        * conv_princ.c: Add additional commonly seen Kerberos V4 services
index 9180e956e40c8f2fd6ae2111c6cd71d578d7b425..45a076246f82155d60f1ced199bee58c9aa25843 100644 (file)
@@ -293,8 +293,7 @@ cleanup:
          (hours >= 0)) {
         if (hours < 1)
            sprintf(banner,
-                   "Warning: Your password will expire in less than one hour.",
-                   hours);
+                   "Warning: Your password will expire in less than one hour.");
         else if (hours <= 48)
            sprintf(banner, "Warning: Your password will expire in %d hour%s.",
                    hours, (hours == 1)?"":"s");
index 9423944534ff08b22ed4d4c899234fc599896cc8..576a0e0e64d1d3f1a9b6d1413836d003df066586 100644 (file)
@@ -12,6 +12,6 @@ parsed (and unparsed) principal(\/slash/\@atsign/octa\/thorpe@\/slash\@at\/sign)
 425_converted principal(rcmd, lithium, ATHENA.MIT.EDU): 'host/lithium.lcs.mit.edu@ATHENA.MIT.EDU'
 425_converted principal(rcmd, tweedledumb, CYGNUS.COM): 'host/tweedledumb.cygnus.com@CYGNUS.COM'
 425_converted principal(rcmd, uunet, UU.NET): 'host/uunet.uu.net@UU.NET'
-425_converted principal(zephyr, zephyr, ATHENA.MIT.EDU): 'zephyr/zephyr@ATHENA.MIT.EDU'
+425_converted principal(zephyr, zephyr, ATHENA.MIT.EDU): 'zephyr/zephyr.mit.edu@ATHENA.MIT.EDU'
 425_converted principal(kadmin, ATHENA.MIT.EDU, ATHENA.MIT.EDU): 'kadmin/ATHENA.MIT.EDU@ATHENA.MIT.EDU'
 old principal: marc@MIT.EDU, modified principal: marc@CYGNUS.COM