Re: SatisfyOne

2007-04-30 Thread Patrick Welche
On Fri, Apr 27, 2007 at 05:22:16PM -0400, Jim Jagielski wrote: Are you sure that there are no other conflicting ACLs? Yes - it's basically the as-distributed httpd.conf file with the following addition. On Apr 27, 2007, at 1:30 PM, Patrick Welche wrote: Basically, bug or configuration

Re: SatisfyOne

2007-04-30 Thread Patrick Welche
On Fri, Apr 27, 2007 at 03:44:08PM -0600, Brad Nicholes wrote: On 4/27/2007 at 11:30 AM, in message [EMAIL PROTECTED], Patrick Welche [EMAIL PROTECTED] wrote: ... Using httpd trunk 529626, of Apr 19 2007, I tried a FAQ configuration with the new authentication framework: Directory

SatisfyOne

2007-04-27 Thread Patrick Welche
Basically, bug or configuration error? Using httpd trunk 529626, of Apr 19 2007, I tried a FAQ configuration with the new authentication framework: Directory /usr/local/share/httpd/htdocs/learn AuthType basic AuthName raven test AuthBasicProvider file AuthUserFile

Re: SatisfyOne

2007-04-27 Thread Patrick Welche
On Fri, Apr 27, 2007 at 01:55:47PM -0400, Joshua Slive wrote: Just to eliminate the obvious, have you actually checked the access_log to verify that the IP address/hostname reported there match your Require directives? Sadly yes: 192.168.200.180 - - [27/Apr/2007:17:14:42 +0100] GET /learn

Re: mod_authn_dbd and apr_password_validate

2007-01-10 Thread Patrick Welche
On Mon, Jan 08, 2007 at 09:10:52PM +, Nick Kew wrote: On Mon, 8 Jan 2007 16:08:51 + Patrick Welche [EMAIL PROTECTED] wrote: so what sort of password does apr_password_validate accept? Those created with htpasswd is a simple answer. Would the following patch be acceptable? (So

Re: mod_authn_dbd and apr_password_validate

2007-01-08 Thread Patrick Welche
On Sat, Jan 06, 2007 at 02:59:47PM -0500, Brian J. France wrote: That mod_authn_dbd is assuming your database password is not plain text, but smashed (crypt, md5, sh1). I ran into the same issue and created this: http://www.brianfrance.com/software/apache/mod_authn_dbd.c.diff Apply

mod_authn_dbd and apr_password_validate

2007-01-06 Thread Patrick Welche
I was just trying 4 Jan 20:33 -head httpd, with apr/apr-util of 28 Dec, to try out mod_authn_dbd with the following configuration: DBDriver pgsql DBDParams dbname=passtest user=prlw1 IfModule mod_authn_dbd.c Directory /usr/local/share/httpd/htdocs/webfolder AuthType Basic AuthName What's this?

bdb and configure.in

2007-01-05 Thread Patrick Welche
AFAICT --enable-authn-dbd does not imply --enable-dbd. Should it? (More of a question of taste..) Cheers, Patrick

Re: Wrong libtool choice on-install (in 2.0.x)

2007-01-05 Thread Patrick Welche
On Tue, Dec 12, 2006 at 08:50:51PM -0600, William A. Rowe, Jr. wrote: It seems like config_vars.mk is imagining something, we use apr's libtool. What is special about apr's libtool? (Can't we and apr just use recent libtool?) Cheers, Patrick

Re: [semi-PATCH] Allow out-of-tree apr/apu source

2005-09-12 Thread Patrick Welche
On Mon, Sep 12, 2005 at 10:59:07AM +0100, Joe Orton wrote: On Sun, Sep 11, 2005 at 11:26:04PM -0700, Sander Temme wrote: Trying to scratch a personal itch tonight. I'd like to build my checked out tree against a checkout of {apr,apu}, which sit somewhere else on my system. As far as I

apr_src_dir and find_apr.m4

2005-04-28 Thread Patrick Welche
In the old days, apr lived in httpd/srclib. Now it can be anywhere, but ../apr is a sensible alternative, hence buildconf's good choice of: apr_src_dir=srclib/apr ../apr Let's say source directories are /zzz/httpd and /zzz/apr. buildconf will happily find the apr source in ../apr, and copy

pcre and libtool

2005-04-19 Thread Patrick Welche
Looking in srclib/pcre/configure.in I see that there is dnl Handle --enable-shared-libraries LIBTOOL=./libtool LIBSUFFIX=la AC_ARG_ENABLE(shared, [ --disable-sharedbuild PCRE as a static library], if test $enableval = no; then LIBTOOL=

Re: svn commit: r126224 - /httpd/httpd/trunk/support/check_forensic

2005-02-03 Thread Patrick Welche
On Thu, Feb 03, 2005 at 03:38:41PM +, Joe Orton wrote: On Thu, Feb 03, 2005 at 07:32:32AM -0800, Justin Erenkrantz wrote: On Thu, Feb 03, 2005 at 07:43:48AM -0500, Jeff Trawick wrote: which is not portable... z/OS doesn't have it, and I would assume that z/OS isn't the only reason

Re: autoshit addiction [WAS: [PATCH] fixing broken gnu ld (mis)detection problem]

2004-12-14 Thread Patrick Welche
On Tue, Dec 14, 2004 at 05:33:26AM +0100, Enrico Weigelt wrote: It is of these macros which are doing regex test. My build system runs the GNU grep v. 2.4.1. A short look the grep --help exposes, that the -E option has to be passed when using extendet regex. Simply calling egrep does not

Re: [PATCH] fixing broken gnu ld (mis)detection problem

2004-12-13 Thread Patrick Welche
On Mon, Dec 13, 2004 at 09:20:41AM +0100, Enrico Weigelt wrote: * Paul Querna [EMAIL PROTECTED] wrote: snip You aren't. I agree auto* sucks, but there isn't a viable alternative that works today. Well, I've tried to aquire helpers for such a project for years, in dozens of other

Re: PATCH: call aclocal for PCRE in buildconf

2004-12-13 Thread Patrick Welche
On Fri, Nov 26, 2004 at 09:44:19AM +, Joe Orton wrote: On Thu, Nov 25, 2004 at 03:19:44PM -0800, Brian Pane wrote: I found that the configure.in in recent releases of PCRE uses some autoconf macros that won't work unless aclocal is called first to produce a proper aclocal.m4:

Re: NULL Pointer in auth module (Apache 2.0.48)

2004-05-22 Thread Patrick Welche
On Sat, May 22, 2004 at 04:53:12PM +0100, Dermot Tynan wrote: ... authenticate_basic_user hook is called, the request_rec pointer is empty. ... Just been down that route.. ended up writing an authentication provider instead (mod_authn_pgsql (posted here), as mod_auth_pgsql kept getting a NULL

Re: AuthBasic/mod_auth_pgsql

2004-05-13 Thread Patrick Welche
On Wed, May 05, 2004 at 03:09:19PM +0100, Patrick Welche wrote: While trying to get mod_auth_pgsql-2.0.2b1 to work with 22 April CVS-httpd, I found that the reason I could not authenticate against a postgresql server was that mod_auth_pgsql received an empty user field in the request structure

expat libtool fun

2004-04-24 Thread Patrick Welche
Libtool is busily sprouting files.. Before just making a loop for all these files, srclib/apr-util/xml/expat/buildconf.sh has if [ -f ltsugar.m4 ]; then echo Incorporating ltsugar.m4 into aclocal.m4 ... cat ltsugar.m4 aclocal.m4 fi and I wonder why this couldn't be if [ -f

Re: functions in SSI

2004-03-12 Thread Patrick Welche
On Fri, Mar 12, 2004 at 01:53:20PM -0500, Mike Friedman wrote: On Mar 12, 2004, at 1:40 PM, Patrick Welche wrote: .. and if we are talking wish-list, I have often wanted to do something like !--#set var=dir value=/long/and/complicated/directory/path/name/ -- !--#include file=!--#echo

Re: apr/apr-util python dependence

2004-02-22 Thread Patrick Welche
On Sun, Feb 22, 2004 at 12:54:59AM +0100, Sander Striker wrote: On Sat, 2004-02-21 at 23:19, Brad Nicholes wrote: I ran the gen-build.py script to try to understand what it is doing. I don't see how it would fit into the NetWare build process. The NetWare build is completely independant

Re: apr/apr-util python dependence

2004-02-20 Thread Patrick Welche
On Fri, Feb 20, 2004 at 11:23:02AM +0100, Sascha Schumann wrote: A shell script generating build-exports.mk is attached. The implementation lacks cyclic reference detection (some header files point to each other). This can be resolved by splitting the 2-3 header files

Re: interface of the 2.1 authentication framework / behaviour of mod_digest/mod_basic

2004-02-20 Thread Patrick Welche
On Fri, Feb 13, 2004 at 06:28:34PM +0100, Axel Grossklaus wrote: i am currently working on mod_authn_dbi (part of the 2.1 Authentication Project http://mod-auth.sourceforge.net/) which uses the new authentication framework of apache 2.1. and was wondering if it was still possible to suggest

apr/apr-util python dependence

2004-02-15 Thread Patrick Welche
I see that good work has been done to clean up the twisty building maze in apr and apr-util. I suppose I want my cake and eat it - would you object to a translation of the two python scripts into ordinary sh, avoiding the need for those of us who haven't installed python to do so just for those

Re: apr buildconf libtool

2004-01-15 Thread Patrick Welche
On Wed, Jan 14, 2004 at 08:48:37PM +, Joe Orton wrote: On Wed, Jan 14, 2004 at 07:21:08PM +, Patrick Welche wrote: % sh buildconf rebuilding srclib/apr/configure buildconf: checking installation... buildconf: autoconf version 2.59 (ok) buildconf: libtool version 1.5a (ok

Re: apr buildconf libtool

2004-01-15 Thread Patrick Welche
. :-) Can you try updating to apr HEAD? The changes I just checked in should fix this issue - thanks for reporting it. It does. On Thu, Jan 15, 2004 at 12:46:31PM +, Patrick Welche wrote: As I was trying to say, there is no libtool.m4 in $prefix/share/aclocal (If you really want to know

Re: missing symbols for modules.o

2004-01-15 Thread Patrick Welche
On Thu, Jan 15, 2004 at 03:24:37PM +, Joe Orton wrote: On Thu, Jan 15, 2004 at 03:04:37PM +, Patrick Welche wrote: modules.o(.data+0x4): undefined reference to `authn_file_module' ... Have any of you seen this? My first encounter with this starts at: http://mail.gnu.org

Re: missing symbols for modules.o

2004-01-15 Thread Patrick Welche
On Thu, Jan 15, 2004 at 05:19:34PM +, Joe Orton wrote: On Thu, Jan 15, 2004 at 05:16:35PM +, Patrick Welche wrote: libtool: link: libtool library `mod_authn_file.la' must begin with `lib' Yeah, you have to switch to using static convenience libraries... Can you try the attached

Re: missing symbols for modules.o

2004-01-15 Thread Patrick Welche
On Thu, Jan 15, 2004 at 07:11:03PM +, Joe Orton wrote: On Thu, Jan 15, 2004 at 06:13:36PM +, Patrick Welche wrote: modules/aaa/.libs/libauthn_file.a(mod_authn_file.o)(.text+0xc8): In function `check_password': /usr/src/local/httpd-2.0/modules/aaa/mod_authn_file.c:129: undefined

apr buildconf libtool

2004-01-14 Thread Patrick Welche
% sh buildconf rebuilding srclib/apr/configure buildconf: checking installation... buildconf: autoconf version 2.59 (ok) buildconf: libtool version 1.5a (ok) Copying libtool helper files ... cat: aclocal.m4: No such file or directory buildconf: Using libtool.m4 at

mod_ssl.c v 1.80

2003-06-11 Thread Patrick Welche
cvs blame tells me for modules/ssl/mod_ssl.c: 1.48 (dougm 12-Mar-02): static int ssl_hook_pre_config(apr_pool_t *pconf, 1.48 (dougm 12-Mar-02):apr_pool_t *plog, 1.48 (dougm 12-Mar-02):apr_pool_t *ptemp) 1.5 (rse 05-May-01): { 1.80