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

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/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/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 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/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 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-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-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-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-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 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/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/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/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-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 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-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-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-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 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/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/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/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-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

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

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/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/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 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_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 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/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 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: 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: 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 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/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/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/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/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 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 http_main.c

1997-06-29 Thread Ben Laurie
ben 97/06/29 08:17:49 Modified:src http_main.c Log: Check error code from accept() on Win32 correctly. Submitted by: Paul Sutton Revision ChangesPath 1.167 +1 -1 apache/src/http_main.c Index: http_main.c

cvs commit: apache/src http_log.c

1997-06-29 Thread Ben Laurie
ben 97/06/29 08:25:22 Modified:src http_log.c Log: Make assert() exit. Submitted by: Marc Slemko Revision ChangesPath 1.17 +1 -0 apache/src/http_log.c Index: http_log.c === RCS

cvs commit: apache/src util.c

1997-06-29 Thread Ben Laurie
ben 97/06/29 10:27:01 Modified:src util.c Log: Fix VC++ warnings Revision ChangesPath 1.58 +6 -5 apache/src/util.c Index: util.c === RCS file:

cvs commit: apache/src http_core.c

1997-06-29 Thread Ben Laurie
ben 97/06/29 10:29:18 Modified:src http_core.c Log: Fix warnings in VC++. Revision ChangesPath 1.88 +2 -2 apache/src/http_core.c Index: http_core.c === RCS file:

cvs commit: apache/src mod_imap.c

1997-06-29 Thread Ben Laurie
ben 97/06/29 10:34:35 Modified:src mod_imap.c Log: Fix VC++ warnings. Revision ChangesPath 1.22 +1 -1 apache/src/mod_imap.c Index: mod_imap.c === RCS file:

cvs commit: apache/src mod_cgi.c

1997-06-29 Thread Ben Laurie
ben 97/06/29 10:39:51 Modified:src mod_cgi.c Log: Fix VC++ warnings. Revision ChangesPath 1.42 +2 -0 apache/src/mod_cgi.c Index: mod_cgi.c === RCS file:

cvs commit: apache/src http_protocol.c

1997-06-29 Thread Ben Laurie
ben 97/06/29 10:43:55 Modified:src http_protocol.c Log: Fix VC++ warnings. Revision ChangesPath 1.128 +1 -1 apache/src/http_protocol.c Index: http_protocol.c === RCS file:

cvs commit: apache/src util_snprintf.c

1997-06-29 Thread Ben Laurie
ben 97/06/29 10:49:02 Modified:src util_snprintf.c Log: Fix VC++ warnings. Revision ChangesPath 1.6 +1 -1 apache/src/util_snprintf.c Index: util_snprintf.c === RCS file:

cvs commit: apache/src apache.mak http_main.c

1997-06-29 Thread Ben Laurie
ben 97/06/29 11:25:57 Modified:src apache.mak http_main.c Log: Remove unused variable. Revision ChangesPath 1.3 +50 -266 apache/src/apache.mak Index: apache.mak === RCS file:

cvs commit: apache/src/nt service.c

1997-06-29 Thread Ben Laurie
ben 97/06/29 11:32:00 Modified:src/ntservice.c Log: Make sure create_event gets defined. Revision ChangesPath 1.2 +1 -0 apache/src/nt/service.c Index: service.c === RCS file:

cvs commit: apache/src CHANGES

1997-06-16 Thread Ben Laurie
+ + *) Added NT support [Ben Laurie and Ambarish Malpani [EMAIL PROTECTED]] + Changes with Apache 1.2 Changes with Apache 1.2b11

cvs commit: apache/src/nt - New directory

1997-06-15 Thread Ben Laurie
ben 97/06/15 09:36:49 apache/src/nt - New directory

cvs commit: CVSROOT commit_prep.pl log_accum.pl

1997-06-15 Thread Ben Laurie
ben 97/06/15 12:18:26 Modified:. commit_prep.pl log_accum.pl Log: Nasty hack to get around checkin problem Revision ChangesPath 1.2 +1 -1 CVSROOT/commit_prep.pl Index: commit_prep.pl

cvs commit: apache/src conf.h

1997-06-04 Thread Ben Laurie
ben 97/06/04 00:03:12 Modified:src conf.h Log: SCO3 doesn't have writev. Revision ChangesPath 1.99 +1 -0 apache/src/conf.h Index: conf.h === RCS file:

cvs commit: apache/src/modules Makefile

1997-06-04 Thread Ben Laurie
ben 97/06/04 00:03:40 Modified:src/modules Makefile Added: . KEYS Log: Add PGP public keys file. Revision ChangesPath 1.10 +2 -8 apache/src/modules/Attic/Makefile Index: Makefile

cvs commit: apache/src/modules Makefile

1997-04-26 Thread Ben Laurie
ben 97/04/26 13:20:07 Modified:src conf.h http_main.h src/modules Makefile Log: Fix multiply defined signal(). Reviewed by: Randy, Dean. Revision ChangesPath 1.94 +14 -0 apache/src/conf.h Index: conf.h

cvs commit: apache/htdocs/manual/misc FAQ.html

1997-04-09 Thread Ben Laurie
ben 97/04/09 05:53:52 Modified:htdocs/manual/misc FAQ.html Log: Just testing whether only rodent's have problems... Revision ChangesPath 1.13 +2 -2 apache/htdocs/manual/misc/FAQ.html Index: FAQ.html

cvs commit: apache/htdocs/manual env.html index.html

1997-02-22 Thread Ben Laurie
ben 97/02/22 09:22:33 Modified:htdocs/manual index.html Added: htdocs/manual env.html Log: Add documentation for nokeepalive and force-response-1.0. Revision ChangesPath 1.8 +1 -0 apache/htdocs/manual/index.html Index: index.html

cvs commit: apache/src buff.c

1997-02-21 Thread Ben Laurie
ben 97/02/21 09:12:49 Modified:src buff.c Log: Don't note -ve fds for cleanup. Reviewed by: Randy, Chuck, Marc Revision ChangesPath 1.21 +3 -2 apache/src/buff.c Index: buff.c ===

cvs commit: apache/src mod_cgi.c

1997-02-17 Thread Ben Laurie
ben 97/02/17 10:11:04 Modified:src mod_cgi.c Log: Check for NULL pointer. Reviewed by: Randy, Jim, Chuck Revision ChangesPath 1.33 +2 -2 apache/src/mod_cgi.c Index: mod_cgi.c ===

cvs commit: apache/src buff.c

1997-02-15 Thread Ben Laurie
ben 97/02/15 10:34:28 Modified:src buff.c Log: Fix warning. Revision ChangesPath 1.19 +2 -1 apache/src/buff.c Index: buff.c === RCS file: /export/home/cvs/apache/src/buff.c,v

cvs commit: apache/src/helpers PrintPath

1997-01-19 Thread Ben Laurie
ben 97/01/19 09:43:31 Modified:src Configure alloc.c http_main.c src/helpers PrintPath Log: Make use of -x or -r in [] per-platform. Revision ChangesPath 1.71 +5 -0 apache/src/Configure Index: Configure

cvs commit: apache/src http_config.c http_config.h http_request.c mod_browser.c

1997-01-04 Thread Ben Laurie
ben 97/01/04 07:10:19 Modified:src http_config.c http_config.h http_request.c mod_browser.c Log: Experimental Header Parse API. Revision ChangesPath 1.40 +4 -0 apache/src/http_config.c Index: http_config.c

cvs commit: apache/src CHANGES util_script.c

1996-12-28 Thread Ben Laurie
] *) Fix coredump triggered when sending a SIGHUP to the server caused ! by a dereference of an unitialized pointer in the listen_rec. [Ben Laurie] *) Add FILEPATH_INFO variable to CGI environment, which is equal to --- 72,79 using the -make flag

cvs commit: apache/src CHANGES

1996-12-28 Thread Ben Laurie
ben 96/12/28 10:17:16 Modified:src CHANGES Log: Spelling mistake. Revision ChangesPath 1.107 +1 -1 apache/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache/src conf.h http_main.c http_main.h http_protocol.c

1996-12-15 Thread Ben Laurie
ben 96/12/15 07:09:37 Modified:src conf.h http_main.c http_main.h http_protocol.c Log: Fix keepalive timeout and waitpid substitutes. Revision ChangesPath 1.60 +0 -1 apache/src/conf.h Index: conf.h

cvs commit: apache/htdocs/manual/mod directives.html

1996-12-14 Thread Ben Laurie
ben 96/12/14 04:32:49 Modified:htdocs/manual new_features_1_2.html htdocs/manual/mod directives.html Log: Add link for missing HostNameLookups directive. Revision ChangesPath 1.18 +4 -0 apache/htdocs/manual/new_features_1_2.html Index:

cvs commit: apache/src alloc.c

1996-12-14 Thread Ben Laurie
ben 96/12/14 12:28:47 Modified:src alloc.c Log: Fix bug in palloc() on sizes = 0. Reviewed by: Rob Hartill, Chuck Murcko, Randy Terbush Revision ChangesPath 1.20 +6 -3 apache/src/alloc.c Index: alloc.c

cvs commit: apache/src conf.h

1996-12-12 Thread Ben Laurie
ben 96/12/12 08:45:34 Modified:src conf.h Log: Fix waitpid() substiture for NeXT. Revision ChangesPath 1.59 +1 -1 apache/src/conf.h Index: conf.h === RCS file:

cvs commit: apache/src CHANGES

1996-12-12 Thread Ben Laurie
ben 96/12/12 09:02:02 Modified:src CHANGES Log: Note NeXT waitpid fix. Revision ChangesPath 1.86 +2 -1 apache/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache/src/helpers GuessOS

1996-12-05 Thread Ben Laurie
ben 96/12/05 02:29:12 Modified:src/helpers GuessOS Log: SCO5 and NCR fixes. Revision ChangesPath 1.5 +5 -1 apache/src/helpers/GuessOS Index: GuessOS === RCS file:

cvs commit: apache/src conf.h

1996-12-05 Thread Ben Laurie
ben 96/12/05 02:30:08 Modified:src conf.h Log: Correct crypt definition. Revision ChangesPath 1.54 +1 -1 apache/src/conf.h Index: conf.h === RCS file:

cvs commit: apache/src Configure

1996-12-05 Thread Ben Laurie
ben 96/12/05 02:48:30 Modified:src Configure Log: Make Irix 64 compile Apache 32-bit for now. Revision ChangesPath 1.42 +5 -1 apache/src/Configure Index: Configure === RCS file:

cvs commit: apache/src Configure

1996-12-05 Thread Ben Laurie
ben 96/12/05 03:06:07 Modified:src Configure Log: Ahem. Correct Irix 64 patch. Revision ChangesPath 1.43 +11 -0 apache/src/Configure Index: Configure === RCS file:

cvs commit: apache/src CHANGES

1996-12-05 Thread Ben Laurie
for S_IWGRP and S_IWOTH to conf.h *) Changed default group to nogroup instead of nobody --- 2,8 *) Added PORTING information file. [Jim Jagielski] ! *) Added definitions for S_IWGRP and S_IWOTH to conf.h [Ben Laurie] *) Changed default group

cvs commit: apache/src Configure

1996-12-05 Thread Ben Laurie
ben 96/12/05 03:16:10 Modified:src Configure Log: Point at the PORTING file, encourage someone to port to 64 bit Irix. Revision ChangesPath 1.44 +5 -1 apache/src/Configure Index: Configure

cvs commit: apache/src/helpers GuessOS

1996-12-05 Thread Ben Laurie
ben 96/12/05 06:07:07 Modified:src Configure util.c src/helpers GuessOS Log: More QNX patches. Submitted by: Martin Zimmerman [EMAIL PROTECTED] (adapted by Ben Laurie) Revision ChangesPath 1.45 +6 -1 apache/src/Configure Index

cvs commit: apache/src mod_expires.c

1996-12-04 Thread Ben Laurie
ben 96/12/04 14:56:26 Modified:src mod_expires.c Log: Oops. Get isdigit() change right. Revision ChangesPath 1.4 +1 -1 apache/src/mod_expires.c Index: mod_expires.c === RCS

cvs commit: apache/src/helpers GuessOS

1996-12-03 Thread Ben Laurie
ben 96/12/03 06:15:31 Modified:src Configure src/helpers GuessOS Log: Configuration fixes for Ultrix, IRIX64, Unixware. Submitted by: various Apache users Revision ChangesPath 1.39 +14 -0 apache/src/Configure Index: Configure

cvs commit: apache/src conf.h

1996-12-03 Thread Ben Laurie
ben 96/12/03 09:44:28 Modified:src conf.h Log: NeXT fix. Revision ChangesPath 1.52 +7 -0 apache/src/conf.h Index: conf.h === RCS file: /export/home/cvs/apache/src/conf.h,v

cvs commit: apache/htdocs/manual new_features_1_2.html

1996-11-26 Thread Ben Laurie
ben 96/11/26 12:09:58 Modified:htdocs/manual new_features_1_2.html Log: Numerous HTML cockups and broken links. Revision ChangesPath 1.3 +23 -23apache/htdocs/manual/new_features_1_2.html Index: new_features_1_2.html

  1   2   >