Received: (from majordom@localhost) by hyperreal.com (8.8.5/8.8.5) id NAA04338; Thu, 26 Jun 1997 13:09:22 -0700 (PDT) Received: from scanner.worldgate.com (scanner.worldgate.com [198.161.84.3]) by hyperreal.com (8.8.5/8.8.5) with ESMTP id NAA04323 for ; Thu, 26 Jun 1997 13:09:18 -0700 (PDT) Received: from znep.com (uucp@localhost) by scanner.worldgate.com (8.8.5/8.8.5) with UUCP id OAA17001 for new-httpd@hyperreal.com; Thu, 26 Jun 1997 14:09:15 -0600 (MDT) Received: from localhost (marcs@localhost) by alive.znep.com (8.7.5/8.7.3) with SMTP id OAA28232 for ; Thu, 26 Jun 1997 14:01:24 -0600 (MDT) Date: Thu, 26 Jun 1997 14:01:23 -0600 (MDT) From: Marc Slemko To: new-httpd@hyperreal.com Subject: [PATCH] let mod_auth deal with extra fields Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org Proposed for both 1.2 and HEAD. Index: mod_auth.c =================================================================== RCS file: /export/home/cvs/apache/src/mod_auth.c,v retrieving revision 1.16 diff -c -r1.16 mod_auth.c *** mod_auth.c 1997/06/17 00:09:13 1.16 --- mod_auth.c 1997/06/26 19:56:50 *************** *** 130,136 **** if(!strcmp(user,w)) { pfclose(r->pool, f); ! return pstrdup (r->pool, rpw); } } pfclose(r->pool, f); --- 130,136 ---- if(!strcmp(user,w)) { pfclose(r->pool, f); ! return getword(r->pool, &rpw, ':'); } } pfclose(r->pool, f);