From nobody@FreeBSD.org  Thu Mar 12 14:08:55 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E19CC106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 12 Mar 2009 14:08:55 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id B5DDE8FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 12 Mar 2009 14:08:55 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n2CE8sIw000965
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 12 Mar 2009 14:08:54 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n2CE8s2h000958;
	Thu, 12 Mar 2009 14:08:54 GMT
	(envelope-from nobody)
Message-Id: <200903121408.n2CE8s2h000958@www.freebsd.org>
Date: Thu, 12 Mar 2009 14:08:54 GMT
From: ilgiz <ilgiz@reid.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: not hidden password in sysinstall
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         132580
>Category:       i386
>Synopsis:       not hidden password in sysinstall
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-i386
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 12 14:10:04 UTC 2009
>Closed-Date:    Wed Mar 18 04:37:00 UTC 2009
>Last-Modified:  Wed Mar 18 04:38:05 UTC 2009
>Originator:     ilgiz
>Release:        FreeBSD 8.0-CURRENT-200902
>Organization:
reid
>Environment:
FreeBSD kegf-it.office.reid.ru 8.0-CURRENT-200902 FreeBSD 8.0-CURRENT-200902 #1: Thu Mar 12 13:01:19 YEKT 2009     root@kegf-it.office.reid.ru:/usr/obj/usr/src/sys/BSD8  i386

>Description:
Sorry for my bad english.
Sysinstall show password, entered to previous user.
>How-To-Repeat:
in sysinstall choose "Add a new user to the system.", enter data, select OK or CANCEL. Again enter to "add new user" menu. In "confirm password" string password shown as plain text.
>Fix:


>Release-Note:
>Audit-Trail:

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: i386/132580: commit references a PR
Date: Wed, 18 Mar 2009 03:56:38 +0000 (UTC)

 Author: ganbold (doc committer)
 Date: Wed Mar 18 03:56:26 2009
 New Revision: 189955
 URL: http://svn.freebsd.org/changeset/base/189955
 
 Log:
   Clear confirm password field first when adding new user.
   
   PR: i386/132580
   Reported by: 	ilgiz <ilgiz at reid.ru>
   Approved by:    kensmith
 
 Modified:
   head/usr.sbin/sysinstall/user.c
 
 Modified: head/usr.sbin/sysinstall/user.c
 ==============================================================================
 --- head/usr.sbin/sysinstall/user.c	Wed Mar 18 03:36:08 2009	(r189954)
 +++ head/usr.sbin/sysinstall/user.c	Wed Mar 18 03:56:26 2009	(r189955)
 @@ -698,6 +698,7 @@ userAddUser(dialogMenuItem *self)
      CLEAR(ugroup);
      CLEAR(gecos);
      CLEAR(passwd);
 +    CLEAR(confpasswd);
      CLEAR(umemb);
      CLEAR(homedir);
      CLEAR(shell);
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"

 
State-Changed-From-To: open->closed  
State-Changed-By: ganbold 
State-Changed-When: Wed Mar 18 04:35:11 UTC 2009 
State-Changed-Why:  
Fix is committed to HEAD.

http://www.freebsd.org/cgi/query-pr.cgi?pr=132580 
>Unformatted:
