Re: Why is r-handler a garbled string?

2008-12-30 Thread John David Duncan
You may be looking at something getting clobbered, and somehow that manifests itself on OpenSolaris but not on the other platform(s). Perhaps that has to do with the way data structures are aligned, endianness (are you on Sparc or Intel?) etc. Perhaps set some breakpoints and see if the

Re: Why is r-handler a garbled string?

2008-12-30 Thread Sander Temme
On Dec 30, 2008, at 9:10 AM, John David Duncan wrote: You may be looking at something getting clobbered, and somehow that manifests itself on OpenSolaris but not on the other platform(s). Perhaps that has to do with the way data structures are aligned, endianness (are you on Sparc or

[Fwd: cvs commit: ports/archivers/gtar Makefile distinfo ports/archivers/gtar/files extra-patch-tests_gzip.at patch-configure patch-tests_gzip.at patch-tests_pipe.at patch-tests_shortr

2008-12-30 Thread Philip M. Gollucci
gtar in freebsd ports now has this support as of today :) since its in gtar, that means that any linux should have it once they update to a new enough version of gtar. Philip M. Gollucci (pgollu...@p6m7g8.com) c:

Re: svn commit: r730181 - in /httpd/httpd/trunk/modules/mem: mod_slotmem.h providers/mod_plainmem.c providers/mod_sharedmem.c

2008-12-30 Thread Ruediger Pluem
On 12/30/2008 06:08 PM, j...@apache.org wrote: Author: jim Date: Tue Dec 30 09:08:24 2008 New Revision: 730181 URL: http://svn.apache.org/viewvc?rev=730181view=rev Log: And complete the API changes... Modified: httpd/httpd/trunk/modules/mem/mod_slotmem.h

Re: svn commit: r730180 - in /httpd/httpd/trunk/modules/mem: config5.m4 mod_plainmem.c mod_sharedmem.c mod_slotmem.c mod_slotmem.h providers/ providers/Makefile.in providers/config6.m4 providers/mod_p

2008-12-30 Thread Ruediger Pluem
On 12/30/2008 06:07 PM, j...@apache.org wrote: Author: jim Date: Tue Dec 30 09:07:25 2008 New Revision: 730180 URL: http://svn.apache.org/viewvc?rev=730180view=rev Log: Start of further refactoring Added: httpd/httpd/trunk/modules/mem/mod_slotmem.c (with props)

Re: Why is r-handler a garbled string?

2008-12-30 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 John David Duncan wrote: if(strcmp(r-handler,my_name)) return DECLINED; why aren't you using strncmp?! Sorry, couldn't help it. I've seen (and exploited) way too many vulns like this. - -- Arturo Buanzo Busleiman Independent Linux and

Re: svn commit: r729641 - /httpd/mod_mbox/trunk/scripts/site-sitemap.py

2008-12-30 Thread Justin Erenkrantz
On Sat, Dec 27, 2008 at 8:51 AM, pque...@apache.org wrote: Author: pquerna Date: Sat Dec 27 08:51:31 2008 New Revision: 729641 URL: http://svn.apache.org/viewvc?rev=729641view=rev Log: Change the sitemap index generator to split the sitemap indexes every 500 entries, as the great GOOG

Re: mod_fcgid license questions

2008-12-30 Thread Chris Darroch
pqf wrote: version 1.10 ( Jul 3rd 2006 ) 1. Use poll() instead of select() in UNIX. It becomes problematic on apache2 with large number of logfiles. Apache2 calls poll() (when OS supports it), and in that case it doesn't need to be recompiled with larger FD_SETSIZE. select() is still

Re: svn commit: r726113 - /httpd/httpd/trunk/server/mpm/worker/fdqueue.c

2008-12-30 Thread Chris Darroch
Hi -- I wrote: What we had before was: if (apr_atomic_casptr((volatile void**)(queue_info-recycled_pools), new_recycle, next) == next) { but also: if (apr_atomic_cas32((queue_info-idlers), prev_idlers + 1, prev_idlers) ==

Re: mod_fcgid license questions

2008-12-30 Thread Roy T. Fielding
On Dec 31, 2008, at 6:31 PM, Chris Darroch wrote: pqf wrote: version 1.10 ( Jul 3rd 2006 ) 1. Use poll() instead of select() in UNIX. It becomes problematic on apache2 with large number of logfiles. Apache2 calls poll() (when OS supports it), and in that case it doesn't need to be

Re: mod_fcgid license questions

2008-12-30 Thread pqf
Hi, guys Thanks Chris first :) Please take a look at the attachments, I got it from my mail archive. The errorlog patch is a minor patch. the poll patch change not much lines of code, but it did come with original idea.If Piotr Gackiewicz think his job is simple repairs, I think