cvs commit: apache/src mod_rewrite.c mod_rewrite.h

1997-07-26 Thread Ralf S. Engelschall
rse 97/07/26 04:33:46 Modified:src mod_rewrite.c mod_rewrite.h Log: added missing static qualifier. Revision ChangesPath 1.40 +1 -1 apache/src/mod_rewrite.c Index: mod_rewrite.c

cvs commit: apache-devsite/images apache_feather_bullet.gif

1997-07-26 Thread Ralf S. Engelschall
rse 97/07/26 04:55:13 Added: imagesapache_feather_bullet.gif Log: Make copy of feather bullet image from apache-site to apache-devsite to be able to fix voting.html in correct way. Revision ChangesPath 1.1

cvs commit: apachen/src/support Makefile.tmpl

1997-07-26 Thread Paul Sutton
pcs 97/07/26 14:08:09 Modified:src Configure Makefile.tmpl Log: Source re-organisation. Configure can get module info from source file or separet file for binary modules. Revision ChangesPath 1.123 +290 -108 apachen/src/Configure Index: Configure

cvs commit: apachen/src Configure

1997-07-26 Thread Paul Sutton
pcs 97/07/26 14:09:45 Modified:src Configure Log: Remove check for gdbm (added by mistake) Revision ChangesPath 1.124 +0 -2 apachen/src/Configure Index: Configure === RCS file:

cvs commit: apachen/src Configuration.tmpl

1997-07-26 Thread Paul Sutton
pcs 97/07/26 14:12:13 Modified:src Configuration.tmpl Log: AddModule replaces Module in new Configure Revision ChangesPath 1.68 +35 -35apachen/src/Configuration.tmpl Index: Configuration.tmpl

cvs commit: apachen/src Configuration.tmpl

1997-07-26 Thread Paul Sutton
pcs 97/07/26 14:14:54 Modified:src Configuration.tmpl Log: Bummer. Remove -lbind accidently commited Revision ChangesPath 1.69 +1 -1 apachen/src/Configuration.tmpl Index: Configuration.tmpl

cvs commit: apachen/src/modules/standard Makefile.tmpl

1997-07-26 Thread Paul Sutton
pcs 97/07/26 14:15:37 Added: src/modules/standard Makefile.tmpl Log: Add dependencies for standard modules dir, required to trigger Makefile generation Revision ChangesPath 1.1 apachen/src/modules/standard/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apachen/src/modules/standard mod_auth_db.module

1997-07-26 Thread Paul Sutton
pcs 97/07/26 14:25:15 Added: src/modules/standard mod_auth_db.module Log: Example of a module definition file - intended for use when module is distributed as a binary. Revision ChangesPath 1.1 apachen/src/modules/standard/mod_auth_db.module

cvs commit: apachen/src/modules/standard mod_auth_dbm.c

1997-07-26 Thread Paul Sutton
pcs 97/07/26 14:26:46 Modified:src/modules/standard mod_auth_dbm.c Log: Example of building information required by Configure into the module source Revision ChangesPath 1.20 +17 -0 apachen/src/modules/standard/mod_auth_dbm.c Index: mod_auth_dbm.c

cvs commit: apachen/src Configure

1997-07-26 Thread Paul Sutton
pcs 97/07/26 14:31:23 Modified:src Configure Log: Remove knowledge about module requirements from Configure. Modules now supply this information themselves. Revision ChangesPath 1.125 +0 -27 apachen/src/Configure Index: Configure

cvs commit: apachen/src/modules/standard mod_status.c

1997-07-26 Thread Paul Sutton
pcs 97/07/26 14:44:41 Modified:src/modules/standard mod_status.c Log: Add info to get Configure to add -DSTATUS Revision ChangesPath 1.55 +16 -0 apachen/src/modules/standard/mod_status.c Index: mod_status.c

cvs commit: apache/src mod_status.c util.c conf.h

1997-07-26 Thread Dean Gaudet
dgaudet 97/07/26 18:21:43 Modified:src mod_status.c util.c conf.h Log: Move difftime() defn from mod_status.c to util.c, and test NEED_DIFFTIME. Only SUNOS4 uses NEED_DIFFTIME. Revision ChangesPath 1.55 +0 -9 apache/src/mod_status.c Index:

cvs commit: apache/src/modules/proxy mod_proxy.c

1997-07-26 Thread Dean Gaudet
dgaudet 97/07/26 18:43:39 Modified:src mod_access.c mod_actions.c mod_alias.c mod_auth.c mod_auth_db.c mod_auth_dbm.c mod_auth_msql.c mod_browser.c mod_cgi.c mod_dld.c mod_env.c mod_expires.c mod_headers.c

cvs commit: apache/src http_config.c

1997-07-26 Thread Dean Gaudet
dgaudet 97/07/26 18:56:04 Modified:src http_config.c Log: Properly cast the -func parm of command_rec before calling it. This is to improve portability. Revision ChangesPath 1.66 +30 -12apache/src/http_config.c Index: http_config.c

cvs commit: apache/src util.c

1997-07-26 Thread Dean Gaudet
dgaudet 97/07/26 19:07:21 Modified:src util.c Log: chdir_file takes a const char *. It shouldn't modify its argument. Revision ChangesPath 1.66 +14 -7 apache/src/util.c Index: util.c

cvs commit: apache/src mod_rewrite.c

1997-07-26 Thread Dean Gaudet
dgaudet 97/07/26 19:10:41 Modified:src mod_rewrite.c Log: add static to cachep. (Ralf if it's exported for a reason I can't see then maybe change it to rewrite_cachep) Revision ChangesPath 1.41 +1 -1 apache/src/mod_rewrite.c Index: mod_rewrite.c

cvs commit: apache/src INSTALL

1997-07-26 Thread Marc Slemko
marc97/07/26 19:17:00 Modified:src INSTALL Log: Fix type; make -- may. Submitted by: Herbert Klei [EMAIL PROTECTED] Revision ChangesPath 1.16 +1 -1 apache/src/INSTALL Index: INSTALL

cvs commit: apache/src CHANGES mod_cern_meta.c

1997-07-26 Thread Dean Gaudet
dgaudet 97/07/26 19:38:05 Modified:src CHANGES mod_cern_meta.c Log: fix problem with trying to find meta files for a directory in some cases, but not in others. Revision ChangesPath 1.368 +4 -0 apache/src/CHANGES Index: CHANGES

cvs commit: apache/src CHANGES mod_mime_magic.c

1997-07-26 Thread Dean Gaudet
dgaudet 97/07/26 19:34:47 Modified:src CHANGES mod_mime_magic.c Log: fix seg fault if there is an error decompressing PR: 904 Submitted by: Martin Kraemer [EMAIL PROTECTED] Reviewed by: Dean Gaudet Revision ChangesPath 1.367 +3 -0

cvs commit: apache/src/modules/proxy proxy_connect.c proxy_ftp.c proxy_http.c proxy_util.c

1997-07-26 Thread Dean Gaudet
dgaudet 97/07/26 20:13:35 Modified:src conf.h http_config.c util.c src/modules/proxy proxy_connect.c proxy_ftp.c proxy_http.c proxy_util.c Log: Add ap_inet_addr. DGUX doesn't have inet_addr, and we use inet_network instead. This just