Re: cvs commit: modperl-2.0/xs/maps apr_functions.map

2002-01-30 Thread Stas Bekman
Doug MacEachern wrote: > On Thu, 31 Jan 2002, Stas Bekman wrote: > > >>But why, Doug? If APR has it wrong, why cannot we fix it Perl? We do >>adjust APIs to be Perlish, why cannot we set the function into a proper >>namespace? >> > > ok, now we're on a totally different subject. my response

Re: cvs commit: modperl-2.0/xs/maps apr_functions.map

2002-01-30 Thread Doug MacEachern
On Thu, 31 Jan 2002, Stas Bekman wrote: > But why, Doug? If APR has it wrong, why cannot we fix it Perl? We do > adjust APIs to be Perlish, why cannot we set the function into a proper > namespace? ok, now we're on a totally different subject. my response to your commit was that the guessing

Re: cvs commit: modperl-2.0/xs/maps apr_functions.map

2002-01-30 Thread Stas Bekman
>>But what about other functions? password_validate, >>generate_random_bytes, etc... >> >>So it should be APR::password_validate? >> > > yes. they should all be the way they were before. those c functions > don't have _util in their names, so the perl function shouldn't have > ::Util in their

Re: Problems changing the realm with auth_name

2002-01-30 Thread Stas Bekman
John Kelly wrote: > Hi, > > After looking through http://perl.apache.org/dist/mod_perl-1.26/Changes > it seems that the problem I am having may well be fixed in 1.26 > > Being a simple windows programmer, I'd appreciate it if someone could > point me to a win32 binary distribution of mod_perl

Re: cvs commit: modperl-2.0/xs/maps apr_functions.map

2002-01-30 Thread Doug MacEachern
On Wed, 30 Jan 2002, Stas Bekman wrote: > But what about other functions? password_validate, > generate_random_bytes, etc... > > So it should be APR::password_validate? yes. they should all be the way they were before. those c functions don't have _util in their names, so the perl function

Problems changing the realm with auth_name

2002-01-30 Thread John Kelly
Hi, After looking through http://perl.apache.org/dist/mod_perl-1.26/Changes it seems that the problem I am having may well be fixed in 1.26 Being a simple windows programmer, I'd appreciate it if someone could point me to a win32 binary distribution of mod_perl for 1.26 regards & thanks in adv

Apache::RegistryNG fix

2002-01-30 Thread Geoffrey Young
hi guys... sorry for keeping down the 1.3 path - I'll get with the program eventually... I was playing around with Apache::RegistryNG and found what seems to be a bug. Apache::Registry and Apache::RegistryNG do not behave the same wrt redirects. with Apache::RegistryNG, the simple redirect scr

Problems changing the realm with auth_name

2002-01-30 Thread John Kelly
Hi, I'm running Apache/1.3.20 (Win32) mod_perl/1.25_01-dev and am having problem using auth_name to dynamically set the realm. The call seems to be ignored, using the AuthName directive from http.conf. Looking around I saw anote from someone which implied they also had a problem with this on N