Re: apr_ldap macro fooness is gone

2004-08-04 Thread Graham Leggett
Graham Leggett wrote: I'm busy giving apr_ldap_url the full APR treatment - allocate memory from pools, etc. There'll be no need to use the native ldap URL parse routines any more. It's in and compiles against openldap v2. Please can someone check that the Windows and Netware builds also work.

Re: [RESEND] [PATCH] Add apr_uid_shell_get

2004-08-04 Thread Cliff Woolley
On Tue, 3 Aug 2004, Andrew Stribblehill wrote: I'm trying to improve httpd's mod_userdir so that it knows it shouldn't serve ~fool when user 'fool' has an administratively prohibited shell, so: UserDir DisableShell /bin/badlad To this end, I need a function to query the user's shell. It

Re: apr_ldap macro fooness is gone

2004-08-04 Thread Brad Nicholes
Are all platforms suppose to be using apr_ldap_url_parse() from apr_ldap_url.c rather than the native call to ldap_url_parse()? If so then then I'm not sure how you got apr_ldap_url.c to compile. APU_DECLARE(int) apr_ldap_url_parse(apr_pool_t *pool, const

Re: apr_ldap macro fooness is gone

2004-08-04 Thread Graham Leggett
Brad Nicholes wrote: Are all platforms suppose to be using apr_ldap_url_parse() from apr_ldap_url.c rather than the native call to ldap_url_parse()? If so then then I'm not sure how you got apr_ldap_url.c to compile. int rc = ldap_url_parse_ext(pool, url_in, ludpp, result_err); This is

Re: RC5 is available

2004-08-04 Thread Graham Leggett
David Reid wrote: Well, after what seems an eternity, RC5 is finally available. Can you post an URL for me? I am being an airhead and not finding it. Regards, Graham -- smime.p7s Description: S/MIME Cryptographic Signature

APR_FIND_APR warnings in httpd v2.1 build

2004-08-04 Thread Graham Leggett
Hi all, While running ./buildconf in httpd v2.1 (HEAD), I get this: rebuilding include/ap_config_auto.h.in configure.in:64: warning: APR_FIND_APR: missing argument 4 ^ (acceptable-majors): Defaulting to APR 0.x then APR 1.x

Re: 1.0.0 RC5

2004-08-04 Thread Graham Leggett
William A. Rowe, Jr. wrote: No - the most important bit is to start hiding the details in apu_private.h and quit publicizing the sdk versions, define mapping wrappers, etc. Once everything that aprutil-1 elects to do is hidden inside aprutil-1.so, and the interface is always the same (no matter

Re: [RESEND] [PATCH] Add apr_uid_shell_get

2004-08-04 Thread Andrew Stribblehill
Quoting Cliff Woolley [EMAIL PROTECTED] (2004-08-04 00:14:28 BST): On Tue, 3 Aug 2004, Andrew Stribblehill wrote: snip justification and usage case To this end, I need a function to query the user's shell. It seems sensible to me (though I am new to apr) that it should go into apr. The

Autoconf breakage

2004-08-04 Thread Brian Havard
I just tried buildconf'ing apr-util and got this Looking for apr source in ../apr Creating include/private/apu_config.h ... Creating configure ... autoconf: Undefined macros: ***BUG in Autoconf--please report*** AC_WARNING autoconf failed Is AC_WARNING a 2.5x macro? I can only find one occurance

Re: apr_file_open: APR_CREATE without APR_WRITE?

2004-08-04 Thread Brian Havard
On Sun, 01 Aug 2004 10:38:13 -0700, Justin Erenkrantz wrote: --On Saturday, July 31, 2004 11:55 AM +1000 Brian Havard [EMAIL PROTECTED] wrote: While porting Subversion to OS/2 I came across a failure where it tries to open a file using only APR_READ | APR_CREATE. This results in an error on

Re: 1.0.0 RC5

2004-08-04 Thread Brad Nicholes
The prototype for apr_ldap_info() in apr_ldap_init.c is missing. It needs to be added to apr_ldap_init.h Brad Brad Nicholes Senior Software Engineer Novell, Inc., the leading provider of Net business solutions http://www.novell.com Graham Leggett [EMAIL PROTECTED] Tuesday, August 03, 2004

Re: APR_FIND_APR warnings in httpd v2.1 build

2004-08-04 Thread Justin Erenkrantz
--On Wednesday, August 4, 2004 2:44 AM +0200 Graham Leggett [EMAIL PROTECTED] wrote: rebuilding include/ap_config_auto.h.in configure.in:64: warning: APR_FIND_APR: missing argument 4 ^ (acceptable-majors): Defaulting to APR 0.x then APR

Re: Autoconf breakage

2004-08-04 Thread Justin Erenkrantz
--On Wednesday, August 4, 2004 10:36 PM +1000 Brian Havard [EMAIL PROTECTED] wrote: I just tried buildconf'ing apr-util and got this Looking for apr source in ../apr Creating include/private/apu_config.h ... Creating configure ... autoconf: Undefined macros: ***BUG in Autoconf--please report***