cvs commit: apache-1.2/src CHANGES

1998-03-05 Thread marc
marc98/03/05 14:54:32 Modified:src Tag: APACHE_1_2_X CHANGES Log: Add UserDir bug to CHANGES. Revision ChangesPath No revision No revision 1.286.2.77 +5 -0 apache-1.2/src/CHANGES Index: CHANGES =

cvs commit: apache-site/contributors index.html

1998-03-05 Thread dgaudet
dgaudet 98/03/05 13:39:15 Modified:contributors index.html Log: Uh, something split a line in the middle of my name. I hope it wasn't one of the html mangling scripts. Revision ChangesPath 1.29 +1 -2 apache-site/contributors/index.html Index: index.html

cvs commit: apache-site/contributors index.html

1998-03-05 Thread dgaudet
dgaudet 98/03/05 13:37:53 Modified:contributors index.html Log: I don't have access to IRIX any longer... and I don't feel like being listed as a solaris expert. Revision ChangesPath 1.28 +3 -2 apache-site/contributors/index.html Index: index.html =

cvs commit: apache-1.3/src/os/unix os.h

1998-03-05 Thread rasmus
rasmus 98/03/05 11:40:37 Modified:src/os/unix os.h Log: Due to the order of inclusion, it isn't feasible to move this check to conf.h. So, reverse this part of my last patch. The whole DLFCN thing could be moved to conf.h, but I will leave that for another battle. Revisio

cvs commit: apache-devsite mmn.txt

1998-03-05 Thread rasmus
of the STANDARD_MODULE_STUFF header 19980304 (1.3b6-dev) - abstraction of SERVER_BUILT and SERVER_VERSION +19980305 (1.3b6-dev) - ap_config.h added for use by external modules

cvs commit: apache-1.3/src/os/unix os.h

1998-03-05 Thread rasmus
== RCS file: /export/home/cvs/apache-1.3/src/include/http_config.h,v retrieving revision 1.69 retrieving revision 1.70 diff -u -r1.69 -r1.70 --- http_config.h 1998/03/05 13:27:14 1.69 +++ http_config.h 1998/03/05 18:58:34 1.70 @@ -262,7 +262,7 @

cvs commit: apache-1.3/src/os/unix os.h

1998-03-05 Thread rasmus
rasmus 98/03/05 07:50:47 Modified:src/os/unix os.h Log: Fix a typo (and a test to see if I can commit without getting slammed ;) Reviewed by: Ralf Revision ChangesPath 1.9 +1 -1 apache-1.3/src/os/unix/os.h Index: os.h ==

cvs commit: apache-devsite how-to-release.html

1998-03-05 Thread Ralf S. Engelschall
rse 98/03/05 07:33:58 Modified:.how-to-release.html Log: The stuff in src/modules/test/ is of the same type as the stuff in src/test, so better to leave it out in the distribution tarball... Revision ChangesPath 1.30 +3 -2 apache-devsite/how-to-r

cvs commit: apache-1.3 STATUS

1998-03-05 Thread Ralf S. Engelschall
rse 98/03/05 07:31:27 Modified:.STATUS Log: Yeah, 1.2.6 has to go out. This is the best way to start. Revision ChangesPath 1.179 +1 -1 apache-1.3/STATUS Index: STATUS === RCS fil

cvs commit: apache-devsite mmn.txt

1998-03-05 Thread coar
coar98/03/05 05:28:13 Modified:.mmn.txt Log: Bump MMN for the SERVER_* symbol abstraction. Revision ChangesPath 1.11 +1 -0 apache-devsite/mmn.txt Index: mmn.txt === RCS fi

cvs commit: apache-1.3/src/include http_config.h httpd.h

1998-03-05 Thread coar
coar98/03/05 05:27:16 Modified:src/include http_config.h httpd.h Log: Update the MODULE_MAGIC_NUMBER for the SERVER_{BUILT,VERSION} abstraction, and remove a now-bogus definition referring to the old method. Still to do: moving the SERVER_VERSION de

cvs commit: apache-1.3/src/modules/standard mod_auth_db.module mod_auth_dbm.c mod_rewrite.c

1998-03-05 Thread dgaudet
dgaudet 98/03/05 04:42:39 Modified:src/helpers TestCompile src/modules/standard mod_auth_db.module mod_auth_dbm.c mod_rewrite.c Added: src/helpers find-dbm-lib Log: It seems foolish for two standard distribution modules to disagree about

cvs commit: apache-1.3 STATUS

1998-03-05 Thread coar
coar98/03/05 04:40:57 Modified:.STATUS Log: Minor rewording and a vote. Soggy here, with light overcast. Revision ChangesPath 1.178 +6 -5 apache-1.3/STATUS Index: STATUS ===

cvs commit: apache-1.3/conf httpd.conf-dist

1998-03-05 Thread Ralf S. Engelschall
rse 98/03/05 04:28:34 Modified:conf httpd.conf-dist Log: The example config should match the defaults in httpd.h also for the Scoreboard filename, even if we mmap() it on most platforms... Revision ChangesPath 1.21 +1 -1 apache-1.3/conf/httpd.conf-dist

cvs commit: apache-devsite how-to-release.html

1998-03-05 Thread Ralf S. Engelschall
rse 98/03/05 03:58:35 Modified:.how-to-release.html Log: Make sure the src/test/ dir is not distributed, because first the src/test/README says... "This directory contains useful test code for testing various bits of Apache functionality. This stuff is for t

cvs commit: apache-1.3 STATUS

1998-03-05 Thread dgaudet
dgaudet 98/03/05 03:37:09 Modified:.STATUS Log: Please vote and/or modify the announcement! I really really want to get 1.2.6 out there. Revision ChangesPath 1.177 +35 -0 apache-1.3/STATUS Index: STATUS ===

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

1998-03-05 Thread Ralf S. Engelschall
rse 98/03/05 02:48:07 Modified:src/modules/standard mod_rewrite.c Log: Add missing MODULE_VAR_EXPORT for mod_rewrite's module structure as requested by Marc. Thanks to him for discovering this. Revision ChangesPath 1.85 +1 -1 apache-1.3/src/modules/standar

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

1998-03-05 Thread Ralf S. Engelschall
rse 98/03/05 02:45:25 Modified:src/include conf.h src/modules/standard mod_rewrite.h Log: Situation: The function getpwnam() is used in main/util.c main/util_script.c modules/standard/mod_userdir.c modules/standard/mod_rewrite.c

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

1998-03-05 Thread Ralf S. Engelschall
rse 98/03/05 02:21:27 Modified:src/modules/standard mod_rewrite.c mod_rewrite.h Log: Shuffle #includes and #defines into private header file to have all this stuff at a single point for clear layout. Revision ChangesPath 1.84 +0 -33 apache-1.3/src/modules/s

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

1998-03-05 Thread Ralf S. Engelschall
rse 98/03/04 23:54:01 Modified:src/modules/standard mod_rewrite.c Log: Just cosmetic issues I stumpled over... Revision ChangesPath 1.83 +4 -4 apache-1.3/src/modules/standard/mod_rewrite.c Index: mod_rewrite.c =

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

1998-03-05 Thread Ralf S. Engelschall
rse 98/03/04 23:50:33 Modified:src/modules/standard mod_rewrite.c Log: Make sure the returned value of rand() is not greater then RAND_MAX on systems like SunOS where we guessed the RAND_MAX value. This the way Ben requested but without the "+1" because this actually leaded t