brian       96/11/03 12:48:49

  Modified:    src       mod_alias.c mod_asis.c mod_auth.c mod_auth_anon.c 
                        mod_auth_db.c mod_auth_dbm.c mod_auth_msql.c
                        mod_cern_meta.c  mod_digest.c mod_dir.c mod_dld.c
                        mod_imap.c mod_include.c  mod_info.c
                        mod_log_agent.c mod_log_referer.c mod_negotiation.c
                         mod_usertrack.c
  Log:
  Removed $Id lines, per group consensus.  Converted references to Shambala
  (Apache prototype by rob thau) to Apache.
  
  Revision  Changes    Path
  1.9       +0 -2      apache/src/mod_alias.c
  
  Index: mod_alias.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_alias.c,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -C3 -r1.8 -r1.9
  *** mod_alias.c       1996/10/20 18:03:33     1.8
  --- mod_alias.c       1996/11/03 20:48:28     1.9
  ***************
  *** 50,57 ****
     *
     */
    
  - /* $Id: mod_alias.c,v 1.8 1996/10/20 18:03:33 ben Exp $ */
  - 
    /*
     * http_alias.c: Stuff for dealing with directory aliases
     * 
  --- 50,55 ----
  
  
  
  1.8       +0 -2      apache/src/mod_asis.c
  
  Index: mod_asis.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_asis.c,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -C3 -r1.7 -r1.8
  *** mod_asis.c        1996/10/16 23:24:34     1.7
  --- mod_asis.c        1996/11/03 20:48:29     1.8
  ***************
  *** 50,57 ****
     *
     */
    
  - /* $Id: mod_asis.c,v 1.7 1996/10/16 23:24:34 fielding Exp $ */
  - 
    #include "httpd.h"
    #include "http_config.h"
    #include "http_protocol.h"
  --- 50,55 ----
  
  
  
  1.8       +1 -1      apache/src/mod_auth.c
  
  Index: mod_auth.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_auth.c,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -C3 -r1.7 -r1.8
  *** mod_auth.c        1996/10/20 18:03:34     1.7
  --- mod_auth.c        1996/11/03 20:48:29     1.8
  ***************
  *** 55,61 ****
     * 
     * Rob McCool
     * 
  !  * Adapted to Shambhala by rst.
     */
    
    #include "httpd.h"
  --- 55,61 ----
     * 
     * Rob McCool
     * 
  !  * Adapted to Apache by rst.
     */
    
    #include "httpd.h"
  
  
  
  1.10      +2 -4      apache/src/mod_auth_anon.c
  
  Index: mod_auth_anon.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_auth_anon.c,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -C3 -r1.9 -r1.10
  *** mod_auth_anon.c   1996/10/31 00:06:42     1.9
  --- mod_auth_anon.c   1996/11/03 20:48:30     1.10
  ***************
  *** 50,67 ****
     *
     */
    
  - /* $Id: mod_auth_anon.c,v 1.9 1996/10/31 00:06:42 brian Exp $ */
  - 
    /*
     * http_auth: authentication
     * 
     * Rob McCool & Brian Behlendorf.
     * 
  !  * Adapted to Shambhala by rst.
     *
     * Version 0.5 May 1996
     *
  !  * Brutally raped by [EMAIL PROTECTED] to
     * 
     * Adapted to allow anonymous logins, just like with Anon-FTP, when
     * one gives the magic user name 'anonymous' and ones email address
  --- 50,65 ----
     *
     */
    
    /*
     * http_auth: authentication
     * 
     * Rob McCool & Brian Behlendorf.
     * 
  !  * Adapted to Apache by rst.
     *
     * Version 0.5 May 1996
     *
  !  * Modified by [EMAIL PROTECTED] to
     * 
     * Adapted to allow anonymous logins, just like with Anon-FTP, when
     * one gives the magic user name 'anonymous' and ones email address
  
  
  
  1.4       +0 -2      apache/src/mod_auth_db.c
  
  Index: mod_auth_db.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_auth_db.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -C3 -r1.3 -r1.4
  *** mod_auth_db.c     1996/10/08 22:19:23     1.3
  --- mod_auth_db.c     1996/11/03 20:48:30     1.4
  ***************
  *** 50,57 ****
     *
     */
    
  - /* $Id: mod_auth_db.c,v 1.3 1996/10/08 22:19:23 brian Exp $ */
  - 
    /*
     * mod_auth_db: authentication
     * 
  --- 50,55 ----
  
  
  
  1.9       +1 -3      apache/src/mod_auth_dbm.c
  
  Index: mod_auth_dbm.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_auth_dbm.c,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -C3 -r1.8 -r1.9
  *** mod_auth_dbm.c    1996/10/31 00:06:42     1.8
  --- mod_auth_dbm.c    1996/11/03 20:48:31     1.9
  ***************
  *** 50,63 ****
     *
     */
    
  - /* $Id: mod_auth_dbm.c,v 1.8 1996/10/31 00:06:42 brian Exp $ */
  - 
    /*
     * http_auth: authentication
     * 
     * Rob McCool & Brian Behlendorf.
     * 
  !  * Adapted to Shambhala by rst.
     */
    
    #include "httpd.h"
  --- 50,61 ----
     *
     */
    
    /*
     * http_auth: authentication
     * 
     * Rob McCool & Brian Behlendorf.
     * 
  !  * Adapted to Apache by rst.
     */
    
    #include "httpd.h"
  
  
  
  1.14      +1 -3      apache/src/mod_auth_msql.c
  
  Index: mod_auth_msql.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_auth_msql.c,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -C3 -r1.13 -r1.14
  *** mod_auth_msql.c   1996/08/20 11:51:01     1.13
  --- mod_auth_msql.c   1996/11/03 20:48:31     1.14
  ***************
  *** 50,63 ****
     *
     */
    
  - /* $Id: mod_auth_msql.c,v 1.13 1996/08/20 11:51:01 paul Exp $ */
  - 
    /*
     * mod_auth_msql: authentication
     *
     * Rob McCool & Brian Behlendorf.
     *
  !  * Adapted to Shambhala by rst.
     *
     * Addapted for use with the mSQL database
     * (see ftp:/ftp.bond.edu.au/pub/Minerva/mSQL)
  --- 50,61 ----
     *
     */
    
    /*
     * mod_auth_msql: authentication
     *
     * Rob McCool & Brian Behlendorf.
     *
  !  * Adapted to Apache by rst.
     *
     * Addapted for use with the mSQL database
     * (see ftp:/ftp.bond.edu.au/pub/Minerva/mSQL)
  
  
  
  1.7       +0 -2      apache/src/mod_cern_meta.c
  
  Index: mod_cern_meta.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_cern_meta.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -C3 -r1.6 -r1.7
  *** mod_cern_meta.c   1996/10/30 23:53:20     1.6
  --- mod_cern_meta.c   1996/11/03 20:48:32     1.7
  ***************
  *** 50,57 ****
     *
     */
    
  - /* $Id: mod_cern_meta.c,v 1.6 1996/10/30 23:53:20 brian Exp $ */
  - 
    /*
     * mod_cern_meta.c
     * version 0.0.5
  --- 50,55 ----
  
  
  
  1.10      +0 -2      apache/src/mod_digest.c
  
  Index: mod_digest.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_digest.c,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -C3 -r1.9 -r1.10
  *** mod_digest.c      1996/10/31 00:09:37     1.9
  --- mod_digest.c      1996/11/03 20:48:32     1.10
  ***************
  *** 50,57 ****
     *
     */
    
  - /* $Id: mod_digest.c,v 1.9 1996/10/31 00:09:37 brian Exp $ */
  - 
    /*
     * mod_digest: MD5 digest authentication
     * 
  --- 50,55 ----
  
  
  
  1.15      +1 -1      apache/src/mod_dir.c
  
  Index: mod_dir.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_dir.c,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -C3 -r1.14 -r1.15
  *** mod_dir.c 1996/10/20 18:03:34     1.14
  --- mod_dir.c 1996/11/03 20:48:33     1.15
  ***************
  *** 56,62 ****
     * Rob McCool
     * 3/23/93
     * 
  !  * Adapted to Shambhala by rst.
     */
    
    #include "httpd.h"
  --- 56,62 ----
     * Rob McCool
     * 3/23/93
     * 
  !  * Adapted to Apache by rst.
     */
    
    #include "httpd.h"
  
  
  
  1.4       +0 -2      apache/src/mod_dld.c
  
  Index: mod_dld.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_dld.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -C3 -r1.3 -r1.4
  *** mod_dld.c 1996/08/20 11:51:09     1.3
  --- mod_dld.c 1996/11/03 20:48:34     1.4
  ***************
  *** 50,57 ****
     *
     */
    
  - /* $Id: mod_dld.c,v 1.3 1996/08/20 11:51:09 paul Exp $ */
  - 
    /*
     * A first stab at dynamic loading, using the GNU dld library
     * (or at least, an embarassingly old version of it...).
  --- 50,55 ----
  
  
  
  1.12      +0 -1      apache/src/mod_imap.c
  
  Index: mod_imap.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_imap.c,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -C3 -r1.11 -r1.12
  *** mod_imap.c        1996/09/28 03:10:37     1.11
  --- mod_imap.c        1996/11/03 20:48:34     1.12
  ***************
  *** 50,56 ****
     *
     */
    
  - /* $Id: mod_imap.c,v 1.11 1996/09/28 03:10:37 brian Exp $ */
    /*
     * This imagemap module started as a port of the original imagemap.c
     * written by Rob McCool (11/13/93 [EMAIL PROTECTED]).
  --- 50,55 ----
  
  
  
  1.16      +1 -1      apache/src/mod_include.c
  
  Index: mod_include.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_include.c,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -C3 -r1.15 -r1.16
  *** mod_include.c     1996/10/20 18:03:35     1.15
  --- mod_include.c     1996/11/03 20:48:35     1.16
  ***************
  *** 54,60 ****
     * http_include.c: Handles the server-parsed HTML documents
     * 
     * Original by Rob McCool; substantial fixups by David Robinson;
  !  * incorporated into the Shambhala module framework by rst.
     * 
     */
    
  --- 54,60 ----
     * http_include.c: Handles the server-parsed HTML documents
     * 
     * Original by Rob McCool; substantial fixups by David Robinson;
  !  * incorporated into the Apache module framework by rst.
     * 
     */
    
  
  
  
  1.4       +0 -2      apache/src/mod_info.c
  
  Index: mod_info.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_info.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -C3 -r1.3 -r1.4
  *** mod_info.c        1996/08/20 11:51:13     1.3
  --- mod_info.c        1996/11/03 20:48:35     1.4
  ***************
  *** 50,57 ****
     *
     */
    
  - /* $Id: mod_info.c,v 1.3 1996/08/20 11:51:13 paul Exp $ */
  - 
    /* 
     * Info Module.  Display configuration information for the server and
     * all included modules.
  --- 50,55 ----
  
  
  
  1.5       +0 -2      apache/src/mod_log_agent.c
  
  Index: mod_log_agent.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_log_agent.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -C3 -r1.4 -r1.5
  *** mod_log_agent.c   1996/11/03 20:33:16     1.4
  --- mod_log_agent.c   1996/11/03 20:48:36     1.5
  ***************
  *** 50,57 ****
     *
     */
    
  - /* $Id: mod_log_agent.c,v 1.4 1996/11/03 20:33:16 brian Exp $ */
  - 
    
    #include "httpd.h"
    #include "http_config.h"
  --- 50,55 ----
  
  
  
  1.6       +0 -2      apache/src/mod_log_referer.c
  
  Index: mod_log_referer.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_log_referer.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -C3 -r1.5 -r1.6
  *** mod_log_referer.c 1996/11/03 20:33:17     1.5
  --- mod_log_referer.c 1996/11/03 20:48:37     1.6
  ***************
  *** 50,57 ****
     *
     */
    
  - /* $Id: mod_log_referer.c,v 1.5 1996/11/03 20:33:17 brian Exp $ */
  - 
    
    #include "httpd.h"
    #include "http_config.h"
  --- 50,55 ----
  
  
  
  1.24      +1 -1      apache/src/mod_negotiation.c
  
  Index: mod_negotiation.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_negotiation.c,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -C3 -r1.23 -r1.24
  *** mod_negotiation.c 1996/10/29 15:23:03     1.23
  --- mod_negotiation.c 1996/11/03 20:48:37     1.24
  ***************
  *** 1175,1181 ****
    /* Determining the content length --- if the map didn't tell us,
     * we have to do a stat() and remember for next time.
     *
  !  * Grump.  For shambhala, even the first stat here may well be
     * redundant (for multiviews) with a stat() done by the sub_req
     * machinery.  At some point, that ought to be fixed.
     */
  --- 1175,1181 ----
    /* Determining the content length --- if the map didn't tell us,
     * we have to do a stat() and remember for next time.
     *
  !  * Grump.  For Apache, even the first stat here may well be
     * redundant (for multiviews) with a stat() done by the sub_req
     * machinery.  At some point, that ought to be fixed.
     */
  
  
  
  1.4       +0 -2      apache/src/mod_usertrack.c
  
  Index: mod_usertrack.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_usertrack.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -C3 -r1.3 -r1.4
  *** mod_usertrack.c   1996/11/01 14:45:58     1.3
  --- mod_usertrack.c   1996/11/03 20:48:38     1.4
  ***************
  *** 50,57 ****
     *
     */
    
  - /* $Id: mod_usertrack.c,v 1.3 1996/11/01 14:45:58 mjc Exp $ */
  - 
    /* User Tracking Module (Was mod_cookies.c)
     *
     * This Apache module is designed to track users paths through a site.
  --- 50,55 ----
  
  
  

Reply via email to