Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Sep 2001 14:08:23 +0200 (CEST)
From:      Poul-Henning Kamp <phk@critter.freebsd.dk>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/30627: /usr/libexec/makekey doesn't grok modern passwords
Message-ID:  <200109171208.f8HC8Nf09864@critter.freebsd.dk>

next in thread | raw e-mail | index | archive | help

>Number:         30627
>Category:       bin
>Synopsis:       /usr/libexec/makekey doesn't grok modern passwords
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 17 05:10:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Poul-Henning Kamp
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD critter.freebsd.dk 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Wed Aug 8 13:10:20 CEST 2001 root@critter.freebsd.dk:/freebsd/src/sys/i386/compile/CRITTER i386


>Description:
	the /usr/libexec/makekey program only works with 2 char salts
	and <= 8 char passwords.  This means that the program cannot
	be used with MD5 passwords.

	The fact that nobody has noticed is probably indicative of how
	much use this program sees (ie: none) and therefore the necessary
	API/ABI changes should not give rise to trouble.

	I would suggest reading the salt and password from each their own
	line, that would solve the problem once and for all since niether
	can contain newlines.

>How-To-Repeat:
	
>Fix:

	


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109171208.f8HC8Nf09864>