cvs commit: apache/src mod_dir.c mod_negotiation.c

1997-07-05 Thread Ben Laurie
ben 97/07/05 14:30:25 Modified:src mod_dir.c mod_negotiation.c Log: Fix more VC++ warnings. Revision ChangesPath 1.31 +2 -2 apache/src/mod_dir.c Index: mod_dir.c === RCS file:

cvs commit: apache/src Makefile.nt CHANGES

1997-07-05 Thread Ben Laurie
+ *) Makefile.nt added - to build all the bits from the command line: + nmake -f Makefile.nt + Doesn't yet work properly. [Ben Laurie] + *) Default text of 404 error is now Not Found rather than the potentially misleading File Not Found. [Ken Coar

cvs commit: apache/src/nt readdir.c readdir.h

1997-07-12 Thread Ben Laurie
ben 97/07/12 07:20:14 Modified:src/ntreaddir.c readdir.h Log: Fix a warning. Revision ChangesPath 1.2 +1 -1 apache/src/nt/readdir.c Index: readdir.c === RCS file:

cvs commit: apache/src/regex regex.h regex.mak regexec.c

1997-07-13 Thread Ben Laurie
ApacheModuleMIME.mak mod_dll.c modules_dll.c Log: DLLify modules under Win32. Submitted by: Alexei Kosut and Ben Laurie Revision ChangesPath 1.333 +5 -0 apache/src/CHANGES Index: CHANGES === RCS file: /export

cvs commit: apache/src mod_cgi.c

1997-07-13 Thread Ben Laurie
ben 97/07/13 12:20:18 Modified:src mod_cgi.c Log: Clear up Win32 debris. Revision ChangesPath 1.46 +2 -2 apache/src/mod_cgi.c Index: mod_cgi.c === RCS file:

cvs commit: apache/src/regex regex.h

1997-07-14 Thread Ben Laurie
ben 97/07/14 03:01:38 Modified:src/regex regex.h Log: Clean up Win32 debris. Revision ChangesPath 1.3 +2 -0 apache/src/regex/regex.h Index: regex.h === RCS file:

cvs commit: apache/src/nt .cvsignore ApacheModuleAsis.mak ApacheModuleAuth.mak ApacheModuleAutoIndex.mak readdir.c readdir.h

1997-07-15 Thread Ben Laurie
ben 97/07/15 15:37:00 Modified:src .cvsignore ApacheCore.mak conf.h http_core.c http_core.h http_protocol.c mod_asis.c mod_auth.c mod_autoindex.c util.c src/ntreaddir.c readdir.h Added: src/nt

cvs commit: apache/src/nt ApacheModuleAuthAnon.mak ApacheModuleCERNMeta.mak ApacheModuleDigest.mak ApacheModuleExpires.mak ApacheModuleHeaders.mak ApacheModuleStatus.mak ApacheModuleUserTrack.mak

1997-07-18 Thread Ben Laurie
ben 97/07/18 12:49:33 Modified:src ApacheCore.mak Makefile.nt src/ntApacheModuleAuthAnon.mak ApacheModuleCERNMeta.mak ApacheModuleDigest.mak ApacheModuleExpires.mak ApacheModuleHeaders.mak

cvs commit: apache/src/modules/proxy ApacheModuleProxy.dsp .cvsignore

1997-07-20 Thread Ben Laurie
ben 97/07/20 07:59:58 Modified:src/modules/proxy .cvsignore Added: src/modules/proxy ApacheModuleProxy.dsp Log: Upgrade to VC++ 5.0 Revision ChangesPath 1.2 +5 -2 apache/src/modules/proxy/.cvsignore Index: .cvsignore

cvs commit: apache/src/nt .cvsignore

1997-07-20 Thread Ben Laurie
ben 97/07/20 08:05:12 Modified:src Apache.mak src/nt.cvsignore Log: Cleanup. Revision ChangesPath 1.2 +73 -99apache/src/Apache.mak Index: Apache.mak === RCS

cvs commit: apache/src/nt modules.c

1997-08-09 Thread Ben Laurie
ben 97/08/09 04:52:09 Modified:src ApacheCore.dsp ApacheCore.mak http_request.c mod_cgi.c src/nt modules.c Log: Make things compile under Win32 once more. Fix some warnings. Revision ChangesPath 1.4 +8 -4

cvs commit: apachen/src Makefile.nt

1997-08-16 Thread Ben Laurie
ben 97/08/16 07:24:03 Modified:src Makefile.nt Log: Something Bad happened to this file during the reshuffle. Made Good again. Revision ChangesPath 1.12 +102 -99 apachen/src/Makefile.nt Index: Makefile.nt

cvs commit: apachen/src/modules/proxy proxy_ftp.c

1997-08-16 Thread Ben Laurie
ben 97/08/16 07:38:25 Modified:src/modules/proxy proxy_ftp.c Log: Life is easier if we don't have to have a pile of include paths used for a single include. Plus, then it compiles on NT. Revision ChangesPath 1.34 +1 -1 apachen/src/modules/proxy/proxy_ftp.c

cvs commit: apachen/src/os/win32 .cvsignore

1997-08-17 Thread Ben Laurie
ben 97/08/17 06:03:32 Modified:src .cvsignore src/os/win32 .cvsignore Log: Bring ignores up to date. Revision ChangesPath 1.6 +6 -3 apachen/src/.cvsignore Index: .cvsignore

cvs commit: apachen/src/core http_protocol.c

1997-08-17 Thread Ben Laurie
ben 97/08/17 06:42:26 Modified:src/core http_protocol.c Log: Don't force lowercase on Win32. PR: 997 Revision ChangesPath 1.153 +2 -1 apachen/src/core/http_protocol.c Index: http_protocol.c

cvs commit: apachen/src/modules/proxy ApacheModuleProxy.mak mod_proxy.h proxy_cache.c proxy_connect.c proxy_ftp.c

1997-08-17 Thread Ben Laurie
ben 97/08/17 06:56:29 Modified:src/modules/proxy ApacheModuleProxy.mak mod_proxy.h proxy_cache.c proxy_connect.c proxy_ftp.c Log: Move DEF_Explain to source files. Fix header dependency. PR: 902 Revision ChangesPath 1.3 +95 -6

cvs commit: apachen/src/os/win32 util_win32.c

1997-08-18 Thread Ben Laurie
ben 97/08/18 03:59:06 Modified:src ApacheCore.dsp ApacheCore.mak src/core conf.h http_request.c httpd.h Added: src/os/win32 util_win32.c Log: First crack at Win32 filename canonicalisation. Needs work! Revision ChangesPath 1.6 +4 -0

cvs commit: apachen/src ApacheCore.dsp ApacheCore.mak

1997-08-18 Thread Ben Laurie
ben 97/08/18 04:10:20 Modified:src ApacheCore.dsp ApacheCore.mak Log: Arg! Must remember to close the workspace before checking in! Revision ChangesPath 1.7 +34 -26apachen/src/ApacheCore.dsp Index: ApacheCore.dsp

cvs commit: apachen/src/main http_main.c

1997-08-24 Thread Ben Laurie
ben 97/08/24 10:10:22 Modified:src/main http_main.c Log: Add child_{init,exit} to Win32. Revision ChangesPath 1.208 +6 -0 apachen/src/main/http_main.c Index: http_main.c === RCS file:

cvs commit: apachen/src/main http_main.c

1997-08-24 Thread Ben Laurie
ben 97/08/24 11:41:31 Modified:src/main http_main.c Log: Remove do-nothing cruft. Revision ChangesPath 1.209 +0 -30 apachen/src/main/http_main.c Index: http_main.c === RCS file:

cvs commit: apachen/src CHANGES

1997-08-24 Thread Ben Laurie
filenames are + converted to long ones. Backslashes are converted to forward + slashes. Case is converted to lower. Parts of URLs that do not + correspond to files are left completely alone. [Ben Laurie] + *) PORT: 2 new OSs added to the list of ports: Encore's UMAX

cvs commit: apachen/src .cvsignore

1997-08-24 Thread Ben Laurie
ben 97/08/24 11:47:00 Modified:src .cvsignore Log: A couple more bits of Win32 gubbins. Revision ChangesPath 1.8 +1 -0 apachen/src/.cvsignore Index: .cvsignore === RCS file:

cvs commit: apachen/src/os/win32 ApacheModuleAuthAnon.mak ApacheModuleCERNMeta.mak ApacheModuleDigest.mak ApacheModuleExpires.mak ApacheModuleHeaders.mak ApacheModuleStatus.mak ApacheModuleUserTrack.mak

1997-08-30 Thread Ben Laurie
ben 97/08/30 07:27:32 Modified:src/os/win32 ApacheModuleAuthAnon.mak ApacheModuleCERNMeta.mak ApacheModuleDigest.mak ApacheModuleExpires.mak ApacheModuleHeaders.mak ApacheModuleStatus.mak

cvs commit: apachen/src/main http_request.c

1997-08-31 Thread Ben Laurie
ben 97/08/31 09:28:52 Modified:src/main http_request.c Log: Temporary(?) fix for Win32 Auth not working. Revision ChangesPath 1.80 +3 -0 apachen/src/main/http_request.c Index: http_request.c

cvs commit: apachen/src/os/win32 ApacheModuleRewrite.dsp

1997-09-05 Thread Ben Laurie
ben 97/09/05 12:38:42 Modified:src/modules/proxy mod_proxy.h proxy_cache.c proxy_connect.c proxy_ftp.c proxy_http.c proxy_util.c src/os/win32 ApacheModuleRewrite.dsp Log: Fix warnings. Revision ChangesPath 1.21 +4 -4

cvs commit: apachen/src/modules/proxy ApacheModuleProxy.mak

1997-09-05 Thread Ben Laurie
ben 97/09/05 12:39:22 Modified:src/modules/proxy ApacheModuleProxy.mak Log: Why has this changed? Revision ChangesPath 1.5 +149 -25 apachen/src/modules/proxy/ApacheModuleProxy.mak Index: ApacheModuleProxy.mak

cvs commit: apachen/src/modules/proxy mod_proxy.h proxy_cache.c proxy_connect.c proxy_ftp.c proxy_http.c proxy_util.c

1997-09-06 Thread Ben Laurie
ben 97/09/06 07:17:02 Modified:src/modules/proxy mod_proxy.h proxy_cache.c proxy_connect.c proxy_ftp.c proxy_http.c proxy_util.c Log: Unfix warnings. Revision ChangesPath 1.22 +4 -4 apachen/src/modules/proxy/mod_proxy.h Index:

cvs commit: apachen/src/modules/proxy ApacheModuleProxy.dsp

1997-09-13 Thread Ben Laurie
ben 97/09/13 16:10:53 Modified:src ApacheCore.mak src/main http_main.c scoreboard.h src/modules/proxy ApacheModuleProxy.dsp Log: Make things compile under Win32 again. Revision ChangesPath 1.16 +113 -289

cvs commit: apachen/src/os/win32 ApacheOS.dsp ApacheOS.mak

1997-09-13 Thread Ben Laurie
ben 97/09/13 16:46:31 Modified:src ApacheCore.dsp ApacheCore.mak src/main conf.h src/os/win32 ApacheOS.dsp ApacheOS.mak Log: Use os.h in its original place. Revision ChangesPath 1.10 +4 -0 apachen/src/ApacheCore.dsp

Re: cvs commit: apache-2.0/docs stacked_io

1998-03-08 Thread Ben Laurie
. -- Ben Laurie|Phone: +44 (181) 735 0686| Apache Group member Freelance Consultant |Fax: +44 (181) 735 0689|http://www.apache.org and Technical Director|Email: [EMAIL PROTECTED] | A.L. Digital Ltd, |Apache-SSL authorhttp://www.apache-ssl.org/ London, England. |Apache

Re: cvs commit: apache-1.3/src/include hide.h

1998-03-13 Thread Ben Laurie
) +static const char *set_server_string_slot (cmd_parms *cmd, void *dummy, +char *arg) { /* This one's pretty generic... */ This one should be part of the API (even if no-one does use it - they should!) Cheers, Ben. -- Ben Laurie

Re: cvs commit: apache-1.3/src/main util.c

1998-03-14 Thread Ben Laurie
no warnings. Might be an idea to comment it so some smartass doesn't notice that it should be unsigned char... Cheers, Ben. -- Ben Laurie|Phone: +44 (181) 735 0686| Apache Group member Freelance Consultant |Fax: +44 (181) 735 0689|http://www.apache.org and Technical Director

Re: cvs commit: apache-1.3/src/modules/standard mod_include.c mod_log_agent.c mod_log_referer.c mod_mime_magic.c

1998-05-20 Thread Ben Laurie
[EMAIL PROTECTED] wrote: +cls-agent_fd = ap_piped_log_write_fd(pl); Not so sure about this ... surely it can't be an fd if it works for Win32? Cheers, Ben. -- Ben Laurie|Phone: +44 (181) 735 0686| Apache Group member Freelance Consultant |Fax: +44 (181) 735 0689

Re: cvs commit: apache-1.3/src CHANGES

1998-06-28 Thread Ben Laurie
for it, only Alexei did (and, even though I didn't actually use Alexei's code, I still credited him). c) You've added Bill for the all dot directories problem, but I thought it was Manoj that contributed the code I didn't use? Cheers, Ben. -- Ben Laurie|Phone: +44 (181) 735 0686| Apache

Re: cvs commit: apache-1.3/src/os/win32 util_win32.c

1998-09-05 Thread Ben Laurie
the if() is damaging the meaning - it is only true if the if is true. Cheers, Ben. -- Ben Laurie|Phone: +44 (181) 735 0686| Apache Group member Freelance Consultant |Fax: +44 (181) 735 0689|http://www.apache.org/ and Technical Director|Email: [EMAIL PROTECTED] | A.L. Digital Ltd

Re: cvs commit: apache-1.3/src/main util.c

1999-06-18 Thread Ben Laurie
[EMAIL PROTECTED] wrote: coar99/06/17 15:58:17 Modified:src/main util.c Log: Cosmetic; style fix and a nit: I object to the implicit assumption that NULL == 0, regardless of its validity. That wasn't the assumption, implicit or otherwise. The assumption

Re: cvs commit: apache-2.0/mpm/src/main iol_unix.c Makefile.tmpl buff.c http_connection.c http_protocol.c http_request.c

1999-06-19 Thread Ben Laurie
[EMAIL PROTECTED] wrote: dgaudet 99/06/18 16:35:01 Modified:mpm/src CHANGES mpm/src/include buff.h mpm/src/main Makefile.tmpl buff.c http_connection.c http_protocol.c http_request.c Added: mpm/src/docs buff.txt

Re: cvs commit: apache-2.0/mpm/src Configuration.mpm

1999-06-20 Thread Ben Laurie
[EMAIL PROTECTED] wrote: jim 99/06/19 15:16:04 Modified:mpm/src Configuration.mpm Log: FreeBSD requires this to grab the thread lib for pthreads. Uncomment when trying on that I used -lc_r - is there a difference? Cheers, Ben. -- http://www.apache-ssl.org/ben.html

Re: cvs commit: apache-1.3/src/main http_main.c

1999-07-20 Thread Ben Laurie
[EMAIL PROTECTED] wrote: coar99/07/20 10:44:21 Modified:src/main http_main.c Log: *SecurityDescriptor() should be returning an error on Win98, but sometimes doesn't -- so check the last error if it claims all went well, just in case it's fibbing.

Re: cvs commit: apache-2.0/mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c

1999-07-30 Thread Ben Laurie
[EMAIL PROTECTED] wrote: manoj 99/07/29 13:06:20 Modified:mpm/src/modules/mpm/dexter dexter.c mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c Log: Use Ben Hyde's warning fix on two other MPMs. Tch! Ben Laurie! Cheers, Ben. -- http://www.apache-ssl.org

Re: cvs commit: apache-2.0/src/modules/mpm/mpmt_pthread acceptlock.c scoreboard.c

1999-09-11 Thread Ben Laurie
[EMAIL PROTECTED] wrote: -lock_fd[i] = ap_popenf(p, lock_fname, O_WRONLY, 0600); +ap_open(p, lock_fname, APR_WRITE, APR_UREAD | APR_UWRITE, tempfile); +ap_get_os_file(tempfile, *lock_fd[i]); Que? *lock_fd[i]? Cheers, Ben. -- http://www.apache-ssl.org/ben.html

Re: cvs commit: apache-2.0/src/lib/apr/file_io/unix open.c

1999-09-13 Thread Ben Laurie
Ryan Bloom wrote: -if ((*new)-filedes 0 (*new)-filehand == NULL) { +if ((*new)-filedes 0 || (*new)-filehand == NULL) { (*new)-filedes = -1; (*new)-eof_hit = 1; return errno; This is wrong. This says that we NEVER open the file

Re: cvs commit: apache-2.0/src Configure

1999-10-09 Thread Ben Laurie
[EMAIL PROTECTED] wrote: manoj 99/10/09 13:28:41 Modified:src Configure Log: Make Configure run autoheader in the APR directory. Revision ChangesPath 1.9 +1 -1 apache-2.0/src/Configure Index: Configure

Re: cvs commit: apache-2.0/src/modules/standard mod_cgi.c

1999-10-12 Thread Ben Laurie
[EMAIL PROTECTED] wrote: stoddard99/10/12 07:45:59 Modified:src/modules/standard mod_cgi.c Log: Fix bug interpreting cgi_child return code. Do some clean-up. Revision ChangesPath 1.8 +6 -16 apache-2.0/src/modules/standard/mod_cgi.c Index: mod_cgi.c

Re: cvs commit: apache-2.0/src/lib/apr/file_io/win32 fileacc.c

1999-11-02 Thread Ben Laurie
[EMAIL PROTECTED] wrote: stoddard99/11/02 06:24:57 Modified:src/lib/apr/file_io/win32 fileacc.c Log: call ap_getfileinfo if the file has not been stat'ed Eek! Can we use statted instead of stated for the member? This is bound to lead to confusion! Cheers, Ben. --

Re: cvs commit: apache-1.3/src/modules/standard mod_rewrite.c

1999-11-26 Thread Ben Laurie
[EMAIL PROTECTED] wrote: gstein 99/11/26 11:31:23 Modified:src/modules/standard mod_rewrite.c Log: The floating point rounding performed by the ap_snprintf() was throwing off the distribution of the random value. Nah, what threw it off was that it was just plain wrong.

Re: cvs commit: apache-1.3/cgi-bin printenv

1999-11-30 Thread Ben Laurie
Marc Slemko wrote: 5. surround values with quotes to allow one to better recognize newlines (as in SERVER_SIGNATURE) and whitespaces and also print newlines as \n and as \ for a more Shell- and C-style syntax. Is it really standard to not display 's normally, but to stick

Re: cvs commit: apache-2.0/src buildconf configure.in

1999-12-20 Thread Ben Laurie
[EMAIL PROTECTED] wrote: manoj 99/12/19 17:54:40 Modified:src buildconf configure.in Log: Make Apache's configure script run APR's. OK, but the config.cache should still be removed, surely? Also, BTW, the current version completely fails to build for me (lots of

Re: cvs commit: apache-2.0/src buildconf configure.in

1999-12-20 Thread Ben Laurie
Ryan Bloom wrote: OK, but the config.cache should still be removed, surely? Also, BTW, the current version completely fails to build for me (lots of unresolved externals) - what's the current recommended build path? I'm slightly puzzled by what's going on with APR - it seems to build

Re: cvs commit: apache-2.0/src/lib/apr Makefile.in

1999-12-22 Thread Ben Laurie
[EMAIL PROTECTED] wrote: ben 99/12/22 03:46:36 Modified:src/lib/apr Makefile.in Log: We now link on FreeBSD 2.2.x. But somewhere recently we've started to require GNU make. Cheers, Ben. -- SECURE HOSTING AT THE BUNKER! http://www.thebunker.net/hosting.htm

Re: cvs commit: apache-2.0/src/lib/apr Makefile.in

1999-12-22 Thread Ben Laurie
Ryan Bloom wrote: On Wed, 22 Dec 1999, Ben Laurie wrote: [EMAIL PROTECTED] wrote: ben 99/12/22 03:46:36 Modified:src/lib/apr Makefile.in Log: We now link on FreeBSD 2.2.x. But somewhere recently we've started to require GNU make. When did

Re: cvs commit: apache-2.0/src/lib/apr Makefile.in

1999-12-22 Thread Ben Laurie
Sascha Schumann wrote: On Wed, Dec 22, 1999 at 05:52:05PM +, Ben Laurie wrote: Ryan Bloom wrote: On Wed, 22 Dec 1999, Ben Laurie wrote: [EMAIL PROTECTED] wrote: ben 99/12/22 03:46:36 Modified:src/lib/apr Makefile.in Log: We now

Re: cvs commit: apache-2.0/src/lib/apr Makefile.in

1999-12-22 Thread Ben Laurie
Sascha Schumann wrote: On Wed, Dec 22, 1999 at 05:52:05PM +, Ben Laurie wrote: Ryan Bloom wrote: On Wed, 22 Dec 1999, Ben Laurie wrote: [EMAIL PROTECTED] wrote: ben 99/12/22 03:46:36 Modified:src/lib/apr Makefile.in Log: We now

Re: cvs commit: apache-2.0/src/lib/apr Makefile.in

1999-12-23 Thread Ben Laurie
Sascha Schumann wrote: On Wed, Dec 22, 1999 at 06:27:18PM +, Ben Laurie wrote: Sascha Schumann wrote: On Wed, Dec 22, 1999 at 05:52:05PM +, Ben Laurie wrote: Ryan Bloom wrote: On Wed, 22 Dec 1999, Ben Laurie wrote: [EMAIL PROTECTED] wrote

Re: cvs commit: apache-2.0/src/modules/standard mod_digest.c mod_vhost_alias.c

1999-12-31 Thread Ben Laurie
[EMAIL PROTECTED] wrote: rbb 99/12/31 09:06:16 Modified:src/modules/standard mod_digest.c mod_vhost_alias.c Log: Update these modules to Apache 2.0. Not tested, but they compile again. On that note ... how do you actually get a module into Apache 2.0? I tried to add

Re: cvs commit: apache-2.0/src/lib/apr/time/unix timestr.c

2000-01-23 Thread Ben Laurie
[EMAIL PROTECTED] wrote: src/lib/apr/include apr_portable.h src/lib/apr/locks/unix crossproc.c locks.h src/lib/apr/time/unix timestr.c Log: Make interprocess mutexes actually choose, fix semaphore mutexes. What does this mean? It

Re: cvs commit: apache-2.0/src/lib/apr/locks/unix locks.h

2000-01-24 Thread Ben Laurie
[EMAIL PROTECTED] wrote: 1.10 +1 -4 apache-2.0/src/lib/apr/locks/unix/locks.h Index: locks.h === RCS file: /home/cvs/apache-2.0/src/lib/apr/locks/unix/locks.h,v retrieving revision 1.9 retrieving revision

Re: cvs commit: apache-2.0/src/lib/apr/locks/unix locks.h

2000-01-24 Thread Ben Laurie
[EMAIL PROTECTED] wrote: -#ifdef HAVE_STRUCT_UNION_SEMUN -#include sys/sem.h -#endif #if APR_HAS_THREADS #if HAVE_PTHREAD_H @@ -99,7 +96,7 @@ #endif /* End System Headers */ -#ifndef HAVE_STRUCT_UNION_SEMUN +#if !APR_HAVE_UNION_SEMUN

Re: cvs commit: apache-2.0/src/os/unix iol_socket.c unixd.c

2000-01-29 Thread Ben Laurie
[EMAIL PROTECTED] wrote: rbb 00/01/28 10:02:32 Modified:src/ap ap_hooks.c ap_sha1.c src/helpers build-modules-c.awk src/main buff.c gen_test_char.c http_config.c http_connection.c http_core.c http_main.c

<    1   2