Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 29108 invoked by uid 500); 9 Mar 2000 16:12:28 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk X-No-Archive: yes Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Received: (qmail 29091 invoked from network); 9 Mar 2000 16:12:27 -0000 Date: Thu, 9 Mar 2000 08:15:49 -0800 (PST) From: Greg Stein To: new-httpd@apache.org Subject: Re: Apache 2.0 alpha. (again) :) In-Reply-To: <20000309004243.27496.qmail@mithrandir.innovation.ch> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N On Wed, 8 Mar 2000, Life is hard, and then you die. wrote: >... > To be specific, the changes involve moving the sha1 and base64 encoding > stuff from apache to apr, get Basic authentication working with SHA1 > passwords again, have some fixes to ap_lock (type and scope are mixed > up), and should hopefully get mod_auth_digest working (the random seed > stuff still needs adding to apr, but I'll wait with that). > > Side question: ap_validate_password() is currently in apr - should it > move back to apache (src/ap/) again? It seems somewhat too Apache > specific for apr. Does any of that really make sense in APR? It doesn't seem to have any portability issues? (well, the random seed stuff does) It seems like the SHA1 and base64 encoding would simply be Apache routines. Of course, we do have tables and arrays in APR, but it seems that if we continue to follow this route, then we'll end up putting all "general utility" functions into APR. It wouldn't be just a portable runtime anymore. Cheers, -g -- Greg Stein, http://www.lyra.org/