Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 17151 invoked from network); 11 Apr 2006 17:28:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Apr 2006 17:28:26 -0000 Received: (qmail 51242 invoked by uid 500); 11 Apr 2006 17:28:03 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 50859 invoked by uid 500); 11 Apr 2006 17:28:01 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 50839 invoked by uid 99); 11 Apr 2006 17:28:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Apr 2006 10:28:00 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [207.155.248.31] (HELO ajax.cnchost.com) (207.155.248.31) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Apr 2006 10:28:00 -0700 Received: from [10.0.1.183] (69-225-174-130.covalent.net [69.225.174.130] (may be forged)) by ajax.cnchost.com id NAA29183; Tue, 11 Apr 2006 13:27:39 -0400 (EDT) [ConcentricHost SMTP Relay 1.17] Errors-To: Message-ID: <443BE70A.1090603@rowe-clan.net> Date: Tue, 11 Apr 2006 12:27:38 -0500 From: "William A. Rowe, Jr." User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: svn commit: r392948 - /httpd/httpd/branches/2.2.x/STATUS References: <20060410135838.11943.qmail@minotaur.apache.org> <443AAD3F.3090901@apache.org> <200604102123.03536.nick@webthing.com> <443AC29E.4090208@rowe-clan.net> <43e40e000604101445l286dc69co69648883eee9c75b@mail.gmail.com> In-Reply-To: <43e40e000604101445l286dc69co69648883eee9c75b@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Jorge Schrauwen wrote: > I was wondering this too while parsing htpasswd files in php. > all others have a identified in front to see what encrypt it used... > Why doesn't crypt have one? Because why would anyone have a passwd file that doesn't use crypt()? Have to remember htpasswd followed the passwd shadow file, and that was always using crypt. Nobody at the time foresaw a reason to do anything else. The identifier tags came later. Why plain didn't gain an identifier tag is beyond me. Bill