From owner-cvs-all Wed Aug 22 10:40:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4175E37B407; Wed, 22 Aug 2001 10:40:55 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7MHetR15408; Wed, 22 Aug 2001 10:40:55 -0700 (PDT) (envelope-from joerg) Message-Id: <200108221740.f7MHetR15408@freefall.freebsd.org> From: Joerg Wunsch Date: Wed, 22 Aug 2001 10:40:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pw pw_user.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joerg 2001/08/22 10:40:55 PDT Modified files: (Branch: RELENG_4) usr.sbin/pw pw_user.c Log: MFC: rev 1.47 and 1.48. One fixes a serious bug in the USE_MD5CRYPT version of pw_getpass() (which is not compiled in by default), the other one adds proper random seeding to the default version of pw_getpass() so the generated passwords are actually random. Approved by: jkh Revision Changes Path 1.34.2.9 +3 -2 src/usr.sbin/pw/pw_user.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message