[PRE-PATCH] move ip subnet details from mod_access to APR

2001-03-14 Thread Jeff Trawick
(and handle IPv4-mapped IPv6 addresses as well as normal IPv6 addresses properly) Various programs which communicate over an IP network must evaluate an incoming connection against a configured IP subnet to determine whether or not the client can access data. mod_access and TCP wrappers are

Re: apr_realpath

2001-03-14 Thread Kevin Pilch-Bisson
Here are some things I got from this. On Tue, Mar 13, 2001 at 01:40:02AM -0600, William A. Rowe, Jr. wrote: Here is what I've worked up thus far for Unix... n'er mind the _more_ complicated Win32 beast [all I could do to get the _root_ parsing finished tonight!] So feel free to look at the

builconf APR and httpd2.0

2001-03-14 Thread jean-frederic clere
Hi, I have noted that buildconf of httpd2.0 creates links for the libtool needed elements and the APR one copies them in the build subdirectory: +++ $ ls -lt srclib/apr/build/ltconfig -rwxr-xr-x 1 VTX3 Spain 97913 Mar 14 16:26

Re: builconf APR and httpd2.0

2001-03-14 Thread rbb
This is most definately a bug. APR should have a copy of the libtool files, and ANY APR application should just use those files. There is no reason for httpd-2.0 to create links anyplace, it should just use APR's version. Ryan On Wed, 14 Mar 2001, jean-frederic clere wrote: Hi, I have

Re: apr_realpath

2001-03-14 Thread Kevin Pilch-Bisson
On Wed, Mar 14, 2001 at 09:38:21AM -0600, William A. Rowe, Jr. wrote: From: Kevin Pilch-Bisson [EMAIL PROTECTED] Sent: Wednesday, March 14, 2001 7:48 AM Attachment Huge favor, if you would, look into why all your posts are going in as text file attachments? At least they appear so on

Re: apr_realpath

2001-03-14 Thread cmpilato
Kevin Pilch-Bisson [EMAIL PROTECTED] writes: Sorry, I think it has to do with the way mutt handles pgp signing messages. I'm not going to sign this one, so hopefully it won't do so. Offhand, which pathetic win32 client. X-Mailer: Microsoft Outlook Express 5.50.4133.2400 Just a guess. :-)

Re: apr_realpath

2001-03-14 Thread Kevin Pilch-Bisson
On Wed, Mar 14, 2001 at 12:34:39PM -0600, [EMAIL PROTECTED] wrote: Kevin Pilch-Bisson [EMAIL PROTECTED] writes: Sorry, I think it has to do with the way mutt handles pgp signing messages. I'm not going to sign this one, so hopefully it won't do so. Offhand, which pathetic win32

Re: apr_realpath

2001-03-14 Thread William A. Rowe, Jr.
From: Kevin Pilch-Bisson [EMAIL PROTECTED] Sent: Wednesday, March 14, 2001 11:39 AM Sorry, I think it has to do with the way mutt handles pgp signing messages. I'm not going to sign this one, so hopefully it won't do so. Offhand, which pathetic win32 client. Message is fine, I'm using

Re: apr_realpath

2001-03-14 Thread William A. Rowe, Jr.
From: Kevin Pilch-Bisson [EMAIL PROTECTED] Sent: Wednesday, March 14, 2001 3:08 PM Would there be a way to convert an incomplete path to a complete path? (change drive to c:, getpwd, append foo, in the above example) That is what apr_filepath_merge does for you. You can pass a