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

1999-10-11 Thread martin
martin 99/10/11 16:08:23 Modified:src/main http_main.c Log: Pull in httpd.h to get the prototype for ap_validate_password() for SHARED_CORE variants Revision ChangesPath 1.478 +1 -0 apache-1.3/src/main/http_main.c Index: http_main.c

cvs commit: apache-1.3/src/main http_config.c

1999-10-11 Thread martin
martin 99/10/11 16:05:16 Modified:src/main http_config.c Log: When we run out of memory, there's *no way* to continue successfully. Exit. Revision ChangesPath 1.148 +1 -0 apache-1.3/src/main/http_config.c Index: http_config.c =

cvs commit: apache-1.3/src/include ap.h

1999-10-11 Thread martin
martin 99/10/11 16:04:14 Modified:src/include ap.h Log: typo Revision ChangesPath 1.25 +1 -1 apache-1.3/src/include/ap.h Index: ap.h === RCS file: /export/home/cvs/apache-1.3/src/include/a

cvs commit: apache-2.0/src/main listen.c

1999-10-11 Thread martin
martin 99/10/11 15:54:31 Modified:src/main listen.c Log: I cannot solve this right now. But this variable sure was uninitialized Revision ChangesPath 1.14 +2 -0 apache-2.0/src/main/listen.c Index: listen.c

cvs commit: apache-2.0/src/test time-sem.c

1999-10-11 Thread martin
martin 99/10/11 15:40:20 Modified:src/ap ap_getpass.c src/lib/apr/lib apr_pools.c apr_tables.c src/lib/apr/locks/unix crossproc.c src/modules/example mod_example.c src/modules/mpm/dexter acceptlock.c src/module

cvs commit: apache-2.0/src/main http_connection.c http_core.c http_main.c http_protocol.c http_request.c util_date.c util_script.c

1999-10-11 Thread martin
martin 99/10/11 15:07:40 Modified:src/main http_connection.c http_core.c http_main.c http_protocol.c http_request.c util_date.c util_script.c Log: Fix typos Revision ChangesPath 1.20 +1 -1 apache-2.0/src/main/http

cvs commit: apache-2.0/src/main http_config.c

1999-10-11 Thread martin
martin 99/10/11 14:54:43 Modified:src/main http_config.c Log: Typo Revision ChangesPath 1.14 +2 -2 apache-2.0/src/main/http_config.c Index: http_config.c === RCS file: /export/home/cvs/apa

cvs commit: apache-1.3/src/modules/proxy mod_proxy.h mod_proxy.c

1999-10-11 Thread martin
martin 99/10/11 14:33:37 Modified:src CHANGES src/modules/proxy mod_proxy.h mod_proxy.c Log: Graham submitted a patch which fixes a problem with the proxy configuration where globally set configuration options were overridden inside virtual hosts. Also, Pro

cvs commit: apache-1.3 STATUS

1999-10-11 Thread stoddard
stoddard99/10/11 14:27:54 Modified:.STATUS Log: Thoughts? Revision ChangesPath 1.757 +12 -1 apache-1.3/STATUS Index: STATUS === RCS file: /home/cvs/apache-1.3/STATUS,v retrieving re

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

1999-10-11 Thread stoddard
stoddard99/10/11 13:44:33 Modified:src/modules/standard mod_cgi.c Log: First cut at migrating mod_cgi over to APR. Still needs some work to make it Win32 friendly (use named pipes, etc.) Submitted by: Paul Reder Reviewed by: Bill Stoddard Revision ChangesPath 1.6

cvs commit: apache-2.0/src/support ab.c htdigest.c logresolve.c

1999-10-11 Thread dreid
dreid 99/10/11 13:25:09 Modified:src/support ab.c htdigest.c logresolve.c Log: These changes allow the support programs to compile on BeOS. The biggest change is in ab.c where the functions that BeOS needs that aren't the standard format are hidden behind a new ab_* define.

cvs commit: apache-2.0/src Configure

1999-10-11 Thread rbb
rbb 99/10/11 12:45:46 Modified:src Configure Log: Make sure APRLIB is in the correct order. Without this change, we get undefined externals. The next step is to make one big APR lib file. Revision ChangesPath 1.13 +1 -1 apache-2.0/src/Configure

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

1999-10-11 Thread rbb
rbb 99/10/11 10:57:13 Modified:src/lib/apr/locks/unix locks.c Log: This avoids a seg fault when using locks on some unixes. The problem is, if we pass in a NULL for the filename when creating a lock, we will seg fault. This is not a permanent solution, but at least the serv

cvs commit: apache-2.0/src/main http_log.c

1999-10-11 Thread rbb
rbb 99/10/11 10:52:29 Modified:src/lib/apr/include apr_portable.h apr_thread_proc.h src/lib/apr/locks/unix locks.c src/lib/apr/test testproc.c testsig.c testsock.c testthread.c src/lib/apr/threadproc/beos proc.c pro

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

1999-10-11 Thread stoddard
stoddard99/10/11 10:33:25 Modified:src/modules/mpm/winnt winnt.c Log: Apply Ben H's patch to the winnt mpm... Well this was thought provoking. Drive out the use of malloc in two places. In listen.c, using the global process pool instead. That changes the API into li

cvs commit: apache-2.0/src/lib/apr/locks/win32 locks.c

1999-10-11 Thread stoddard
stoddard99/10/11 08:53:55 Modified:src/lib/apr/locks/win32 locks.c Log: Arg swap. Revision ChangesPath 1.9 +1 -1 apache-2.0/src/lib/apr/locks/win32/locks.c Index: locks.c === RCS file: /ho

cvs commit: apache-2.0/src/lib/apr aprlib.def

1999-10-11 Thread stoddard
stoddard99/10/11 08:47:47 Modified:src ApacheCore.def src/lib/apr aprlib.def Log: Update win32 exports files Revision ChangesPath 1.6 +3 -3 apache-2.0/src/ApacheCore.def Index: ApacheCore.def ==

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

1999-10-11 Thread stoddard
stoddard99/10/11 08:40:03 Modified:src/modules/mpm/winnt winnt.c Log: Yarg... more argument swaps... Revision ChangesPath 1.19 +5 -5 apache-2.0/src/modules/mpm/winnt/winnt.c Index: winnt.c ==

cvs commit: apache-2.0/src/lib/apr/lib apr_pools.c

1999-10-11 Thread stoddard
stoddard99/10/11 08:31:49 Modified:src/lib/apr/lib apr_pools.c Log: Ooops, missed an argument swap on the create_locks call. Revision ChangesPath 1.16 +4 -6 apache-2.0/src/lib/apr/lib/apr_pools.c Index: apr_pools.c

cvs commit: apache-2.0/src/lib/apr/lib apr_pools.c

1999-10-11 Thread stoddard
stoddard99/10/11 08:28:03 Modified:src/lib/apr/lib apr_pools.c Log: Migrate pool locking to use apr locks. Revision ChangesPath 1.15 +25 -18apache-2.0/src/lib/apr/lib/apr_pools.c Index: apr_pools.c ==

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

1999-10-11 Thread bjh
bjh 99/10/11 07:51:23 Modified:src/lib/apr/file_io/os2 open.c Log: OS/2: Implement ap_get_os_file()/ap_put_os_file() and fix ap_open() parameter order. Revision ChangesPath 1.4 +27 -1 apache-2.0/src/lib/apr/file_io/os2/open.c Index: open.c =

cvs commit: apache-2.0/src/lib/apr/threadproc/os2 proc.c threadproc.h

1999-10-11 Thread bjh
bjh 99/10/11 07:44:26 Modified:src/lib/apr/threadproc/os2 proc.c threadproc.h Log: OS/2: Implement detached processes & fix some parameter ordering. Revision ChangesPath 1.4 +16 -8 apache-2.0/src/lib/apr/threadproc/os2/proc.c Index: proc.c ===

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

1999-10-11 Thread rbb
rbb 99/10/11 07:20:48 Modified:src Configure src/include http_log.h src/lib/apr/file_io/unix open.c src/lib/apr/include apr_file_io.h apr_lib.h apr_thread_proc.h src/lib/apr/lib apr_cpystrn.c apr

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

1999-10-11 Thread bjh
bjh 99/10/11 07:18:57 Modified:src/lib/apr/file_io/os2 fileacc.c Log: OS/2: implement ap_get_filetype() Revision ChangesPath 1.4 +34 -0 apache-2.0/src/lib/apr/file_io/os2/fileacc.c Index: fileacc.c =

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

1999-10-11 Thread bjh
bjh 99/10/11 07:15:28 Modified:src/lib/apr configure.in Log: OS/2: Compile with multi-threaded switch so we get things like thread safe errno etc. Revision ChangesPath 1.18 +1 -1 apache-2.0/src/lib/apr/configure.in Index: configure.in ==

cvs commit: apache-2.0/src/lib/apr acconfig.h

1999-10-11 Thread bjh
bjh 99/10/11 07:13:20 Modified:src/lib/apr acconfig.h Log: Map strcasecmp to stricmp if stricmp is available but strcasecmp isn't. Revision ChangesPath 1.6 +4 -0 apache-2.0/src/lib/apr/acconfig.h Index: acconfig.h

cvs commit: apache-site/contributors index.html

1999-10-11 Thread bjh
bjh 99/10/10 21:20:39 Modified:contributors index.html Log: Add in my details. Revision ChangesPath 1.77 +12 -1 apache-site/contributors/index.html Index: index.html === RCS file: /home/

cvs commit: apache-2.0/src/lib/apr/test testsig.c

1999-10-11 Thread rbb
rbb 99/10/10 18:39:25 Modified:src/lib/apr/include apr_general.h src/lib/apr/signal/beos signal.c src/lib/apr/signal/unix signal.c src/lib/apr/signal/win32 signal.c src/lib/apr/test testsig.c Log: Bring signals up to the

cvs commit: apache-2.0/src/lib/apr APRDesign

1999-10-11 Thread rbb
rbb 99/10/10 17:51:42 Added: src/lib/apr APRDesign Log: Add an APR design document. This is not complete, but it does provide some basic rules that the current APR developers have been following. Feel free to comment on it. Reviewed by: David Reid Revision Changes