Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 91792 invoked from network); 18 Feb 2006 22:51:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Feb 2006 22:51:14 -0000 Received: (qmail 90372 invoked by uid 500); 18 Feb 2006 22:51:14 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 90319 invoked by uid 500); 18 Feb 2006 22:51:13 -0000 Mailing-List: contact cvs-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 cvs@httpd.apache.org Received: (qmail 90308 invoked by uid 99); 18 Feb 2006 22:51:13 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Feb 2006 14:51:13 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 18 Feb 2006 14:51:13 -0800 Received: (qmail 91706 invoked by uid 65534); 18 Feb 2006 22:50:52 -0000 Message-ID: <20060218225052.91704.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r378792 - /httpd/httpd/trunk/modules/aaa/mod_auth.h Date: Sat, 18 Feb 2006 22:50:52 -0000 To: cvs@httpd.apache.org From: dreid@apache.org X-Mailer: svnmailer-1.0.6 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: dreid Date: Sat Feb 18 14:50:51 2006 New Revision: 378792 URL: http://svn.apache.org/viewcvs?rev=378792&view=rev Log: Add a note about the ap_satisfies mess we currently have. Modified: httpd/httpd/trunk/modules/aaa/mod_auth.h Modified: httpd/httpd/trunk/modules/aaa/mod_auth.h URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/modules/aaa/mod_auth.h?rev=378792&r1=378791&r2=378792&view=diff ============================================================================== --- httpd/httpd/trunk/modules/aaa/mod_auth.h (original) +++ httpd/httpd/trunk/modules/aaa/mod_auth.h Sat Feb 18 14:50:51 2006 @@ -54,7 +54,10 @@ APR_DECLARE_OPTIONAL_FN(int, ap_satisfies, (request_rec *r)); +/* If your module uses ap_satisfies then you MUST add the line + * below to your module for it to work correctly. extern APR_OPTIONAL_FN_TYPE(ap_satisfies) *ap_satisfies; + */ typedef enum { AUTH_DENIED,