Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 99336 invoked from network); 12 Jun 2009 14:02:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Jun 2009 14:02:13 -0000 Received: (qmail 8088 invoked by uid 500); 12 Jun 2009 14:02:24 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 8005 invoked by uid 500); 12 Jun 2009 14:02:24 -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 7996 invoked by uid 99); 12 Jun 2009 14:02:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jun 2009 14:02:24 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jorton@redhat.com designates 66.187.237.31 as permitted sender) Received: from [66.187.237.31] (HELO mx2.redhat.com) (66.187.237.31) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jun 2009 14:02:16 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n5CE1to6029763 for ; Fri, 12 Jun 2009 10:01:55 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n5CE1rlA018435 for ; Fri, 12 Jun 2009 10:01:53 -0400 Received: from turnip.manyfish.co.uk (vpn-13-109.rdu.redhat.com [10.11.13.109]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n5CE1qmc009304 for ; Fri, 12 Jun 2009 10:01:53 -0400 Received: from jorton by turnip.manyfish.co.uk with local (Exim 4.69) (envelope-from ) id 1MF7KK-0001OF-95 for dev@httpd.apache.org; Fri, 12 Jun 2009 15:01:52 +0100 Date: Fri, 12 Jun 2009 15:01:52 +0100 From: Joe Orton To: dev@httpd.apache.org Subject: Re: State of mod_auth_digest? Message-ID: <20090612140152.GA5254@redhat.com> Mail-Followup-To: dev@httpd.apache.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Organization: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SL4 1TE, United Kingdom. Registered in UK and Wales under Company Registration No. 03798903 Directors: Michael Cunningham (USA), Brendan Lane (Ireland), Matt Parson (USA), Charlie Peters (USA) X-Scanned-By: MIMEDefang 2.58 on 172.16.27.26 X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Jun 11, 2009 at 09:46:39AM -0400, Dan Poirier wrote: > I was looking at mod_auth_digest and bug 16057. Currently the shared > memory code in that module is disabled, and it turns out that has > effects throughout the module, such as disabling all client tracking, > nonce-count checking, MD5-sess, and probably other things. > > I wonder if this does anything useful at all in its current state? I vaguely recall that it either crashed, or the RMM segment got full up quickly and it got stuck. I've had a TODO list item to convert the #if 0'ed code to use of ap_socache.h but never found the time. > Regardless, I might take a stab at cleaning some of that up, if nobody > else is working on it already. Any and all work on the module would certainly be good! Regards, Joe