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

1999-11-04 Thread ronald
ronald 99/11/03 22:09:58 Modified:src/modules/standard mod_auth_digest.c Log: First cut at port to apache-2.0. Simple tests are working. Error handling is still not quite clear in some cases (especially in conjunction with ap_pcfg_openfile), and random-number generation still

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

1999-11-04 Thread manoj
manoj 99/11/03 23:26:22 Modified:src/lib/apr/file_io/unix dir.c src/lib/apr/locks/unix locks.c src/lib/apr/misc/unix start.c src/lib/apr/threadproc/unix proc.c Log: Fix memory leaks in the Unix portions of APR. Revision Changes

cvs commit: apache-2.0/src/lib/apr/threadproc/beos apr_proc_stub.c

1999-11-04 Thread dreid
dreid 99/11/04 03:21:53 Modified:src/lib/apr/threadproc/beos apr_proc_stub.c Log: Now that CGI works tidy up the files that support it. Revision ChangesPath 1.4 +7 -17 apache-2.0/src/lib/apr/threadproc/beos/apr_proc_stub.c Index: apr_proc_stub.c

cvs commit: apache-2.0 STATUS

1999-11-04 Thread stoddard
stoddard99/11/04 07:16:15 Modified:.STATUS Log: Some updates to STATUS... Revision ChangesPath 1.10 +36 -3 apache-2.0/STATUS Index: STATUS === RCS file:

cvs commit: apache-2.0 STATUS

1999-11-04 Thread stoddard
stoddard99/11/04 10:25:26 Modified:.STATUS Log: ToDo: timeout pipes to CGIs Revision ChangesPath 1.11 +5 -1 apache-2.0/STATUS Index: STATUS === RCS file:

cvs commit: apache-2.0 STATUS

1999-11-04 Thread stoddard
stoddard99/11/04 10:59:42 Modified:.STATUS Log: More stuff to do Revision ChangesPath 1.12 +17 -7 apache-2.0/STATUS Index: STATUS === RCS file: /home/cvs/apache-2.0/STATUS,v

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

1999-11-04 Thread stoddard
stoddard99/11/04 12:36:12 Modified:src/modules/mpm/winnt winnt.c Log: Get the Windows 95/98 specific code compiling. Have not tested it though... Revision ChangesPath 1.28 +89 -53apache-2.0/src/modules/mpm/winnt/winnt.c Index: winnt.c

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

1999-11-04 Thread manoj
manoj 99/11/04 13:59:23 Modified:src/lib/apr/file_io/unix open.c Log: Save a little bit of work when opening a file with default permissions. Revision ChangesPath 1.20 +1 -2 apache-2.0/src/lib/apr/file_io/unix/open.c Index: open.c