Ok found the problem; turns out that if openssl does not have the extension hardcoded in its objects.c (from objects.txt in crypto/objects; compiled by a...
Dirk-Willem van Gulik
dirkx@...
Aug 1, 2005 9:33 am
54694
... The fix for the lack of NUL-termination is to use apr_pstrmemdup, that part of ssl_ext_lookup() wasn't successfully copy'n'pasted though. But if OpenSSL...
Joe Orton
jorton@...
Aug 1, 2005 10:41 am
54695
Hi, In the last thread about mod_mbox (js speed and mbox_size, July 13th), we settled on a paged browsing for mod_mbox message list because of the size of a...
Maxime Petazzoni
maxime.petazzoni@...
Aug 1, 2005 11:03 am
54696
... Actually - my guess is that _ext_print in openssl needs some fix as well as I am not sure if the length is correct either. ... Agreed - a format string...
Dirk-Willem van Gulik
dirkx@...
Aug 1, 2005 11:34 am
54697
David, Martin, The code below may be of help while thesting the CA code. It simply extracts any OID listed in the config - and when not recognized/in the...
Dirk-Willem van Gulik
dirkx@...
Aug 1, 2005 1:43 pm
54698
Hi, I recently implemented MIME structure and header parsing into mod_mbox (http://blog.bulix.org/index.php/blog/494) and I'm facing a charset problem :...
Maxime Petazzoni
maxime.petazzoni@...
Aug 1, 2005 1:43 pm
54699
... apr_xlate in apr-util; mod_charset_lite in httpd source tree is one user of this; further questions on dev@apr mailing list...
Jeff Trawick
trawick@...
Aug 1, 2005 2:43 pm
54700
... Ok, this is not in the autogenerated doc provided by Ian Holsman (http://docx.webperf.org/group__APR__Util.html). Any pointers to the relevant...
Maxime Petazzoni
maxime.petazzoni@...
Aug 1, 2005 3:00 pm
54701
... Ok, forget about that, the doc is filed under APR, not APR-Util. I'll find out how to use that by myself. Thread closed. - Sam -- Maxime Petazzoni...
Maxime Petazzoni
maxime.petazzoni@...
Aug 1, 2005 3:09 pm
54702
... good observation. these cases are common and simpler to deal with in event than the pipelined input data present case. ... <nitpick> what's wrong with...
Greg Ames
gregames@...
Aug 1, 2005 9:17 pm
54703
... C-T-R is a good way to accumulate a codebase full of unfinished changes if the R bit is ignored by the committer. Ping Martin. ...
Joe Orton
jorton@...
Aug 2, 2005 11:00 am
54704
... Oops, sorry. Thanks for pinging. ... The problem with the OID() "function" is that it where file() (or another file() like function) return a single value,...
Martin Kraemer
martin@...
Aug 2, 2005 1:24 pm
54705
... I brought this up before (logging referrer controls the access, not the error log). A possible solution was proposed to allow some sort of formatting for...
William A. Rowe, Jr.
wrowe@...
Aug 2, 2005 1:32 pm
54706
... and of course the rest of the output needs to be written. perhaps the piece of core_output_filter that controls the writing could be broken out into a...
Greg Ames
gregames@...
Aug 2, 2005 1:41 pm
54707
... No, OK, that makes sense. Perhaps a more general implementation would be to have a "peerextlist()" which evalutes to a "wordlist" array like the current...
Joe Orton
jorton@...
Aug 2, 2005 2:04 pm
54708
+1 to this fix. Folks, either agree the code is correct, disagree that it should be some other way, identify it's bugs, or hush up. Plenty of people ARE using...
William A. Rowe, Jr.
wrowe@...
Aug 2, 2005 2:22 pm
54709
Hello!. I wonder what is the estimated release date for 2.0.55? Thanks in advance. -- Regards // Oden Eriksson Mandriva: http://www.mandriva.com NUX:...
Oden Eriksson
oeriksson@...
Aug 2, 2005 2:27 pm
54710
... I'm not sure where the impression was gained that anybody is standing in the way of fixing bugs in v2.0? I gave it a +1, Joe a +1 by submitting it, and you...
Graham Leggett
minfrin@...
Aug 2, 2005 2:53 pm
54711
... s/2.2/2.0/ of course :) <runs off for more Coffee>...
William A. Rowe, Jr.
wrowe@...
Aug 2, 2005 4:02 pm
54712
I'm not seeing the votes in the STATUS file. If we are +1 to the patch then lets get the votes recorded and get the patch backported. Do I smell a 2.0.55? ...
Brad Nicholes
BNICHOLES@...
Aug 2, 2005 4:56 pm
54713
... Hm. I'm not totally happy with this, or maybe I misunderstand what you want to achieve. I wanted something like SSLRequire "committers" in...
Voting on dev@ is equivilant to voting in STATUS. There is an open Veto on the current 2.0.55 - would appreciate some reviewers. I'll back out the improper...
William A. Rowe, Jr.
wrowe@...
Aug 2, 2005 7:14 pm
54716
... 2005 1:12:58 PM >>> ... True, but it makes it easier to track. Brad...
Brad Nicholes
BNICHOLES@...
Aug 2, 2005 7:54 pm
54717
Has anyone seen any problems in apr_rmm.c on systems with shared memory and ldap enabled? When I stop Apache via Crtl-C, I'm getting the Windows error saying...
Fenlason, Josh
jfenlason@...
Aug 2, 2005 8:25 pm
54718
I suspect (somewhat strongly) that this issue is in util_ldap, not in APR, but Josh's question is a good one -- is this a known util_ldap issue? We had for...
Jess Holle
jessh@...
Aug 2, 2005 8:37 pm
54719
I decided to do some informal benchmark comparisons between using windows SMBFS and apache/webdav for file transfers. I ended up finding that apache is...
Phillip Susi
psusi@...
Aug 2, 2005 8:51 pm
54720
... Did you restart Apache too, to clear the memory cache of the OS? Joost...
Joost de Heer
joost@...
Aug 2, 2005 8:59 pm
54721
Try setting EnableSendfile off in your apache config file and rerunning the tests. There have been other reports of surprisingly slow transfer speeds with...
Rici Lake
rici@...
Aug 2, 2005 9:04 pm
54722
That's what it was, thanks. Say, the name says 'Sendfile' but that doesn't exist on win32. Does apache call TransmitFile() instead or does it use some very...