Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/usr.bin/login Pull up revision 1.83 (requested by tron in...



details:   https://anonhg.NetBSD.org/src/rev/75223aed58df
branches:  netbsd-3
changeset: 574962:75223aed58df
user:      jwise <jwise%NetBSD.org@localhost>
date:      Mon Mar 21 21:19:55 2005 +0000

description:
Pull up revision 1.83 (requested by tron in [pullup-3 #28]):

Make S/Key prompt compliant with RFC 2289. Patch supplied by Dave Huang
in PR bin/23167.

diffstat:

 usr.bin/login/login.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b2e829c7bd42 -r 75223aed58df usr.bin/login/login.c
--- a/usr.bin/login/login.c     Mon Mar 21 09:30:04 2005 +0000
+++ b/usr.bin/login/login.c     Mon Mar 21 21:19:55 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: login.c,v 1.82 2005/02/28 16:13:02 christos Exp $       */
+/*     $NetBSD: login.c,v 1.82.2.1 2005/03/21 21:19:55 jwise Exp $       */
 
 /*-
  * Copyright (c) 1980, 1987, 1988, 1991, 1993, 1994
@@ -40,7 +40,7 @@
 #if 0
 static char sccsid[] = "@(#)login.c    8.4 (Berkeley) 4/2/94";
 #endif
-__RCSID("$NetBSD: login.c,v 1.82 2005/02/28 16:13:02 christos Exp $");
+__RCSID("$NetBSD: login.c,v 1.82.2.1 2005/03/21 21:19:55 jwise Exp $");
 #endif /* not lint */
 
 /*
@@ -439,7 +439,7 @@
                        const char *skinfo = skey_keyinfo(username);
                                
                        (void)snprintf(skprompt, sizeof(skprompt),
-                           "Password [%s]:",
+                           "Password [ %s ]:",
                            skinfo ? skinfo : "error getting challenge");
                        pwprompt = skprompt;
                } else



Home | Main Index | Thread Index | Old Index