You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Brian Behlendorf <br...@hyperreal.com> on 1996/11/03 22:29:04 UTC

cvs commit: apache/src alloc.c explain.c md5c.c rfc1413.c util_md5.c

brian       96/11/03 13:29:04

  Modified:    src       alloc.c explain.c md5c.c rfc1413.c util_md5.c
  Log:
  Removal of Id lines, as per group consensus (this should be it, folks!)
  
  Revision  Changes    Path
  1.18      +0 -2      apache/src/alloc.c
  
  Index: alloc.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/alloc.c,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -C3 -r1.17 -r1.18
  *** alloc.c	1996/10/17 08:59:54	1.17
  --- alloc.c	1996/11/03 21:28:58	1.18
  ***************
  *** 50,57 ****
     *
     */
    
  - /* $Id: alloc.c,v 1.17 1996/10/17 08:59:54 ben Exp $ */
  - 
    
    /*
     * Resource allocation code... the code here is responsible for making
  --- 50,55 ----
  
  
  
  1.3       +0 -2      apache/src/explain.c
  
  Index: explain.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/explain.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -C3 -r1.2 -r1.3
  *** explain.c	1996/08/20 11:50:40	1.2
  --- explain.c	1996/11/03 21:28:59	1.3
  ***************
  *** 1,5 ****
  - /* $Id: explain.c,v 1.2 1996/08/20 11:50:40 paul Exp $ */
  - 
    #include <stdio.h>
    #include <stdarg.h>
    #include "explain.h"
  --- 1,3 ----
  
  
  
  1.3       +0 -2      apache/src/md5c.c
  
  Index: md5c.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/md5c.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -C3 -r1.2 -r1.3
  *** md5c.c	1996/08/20 11:50:53	1.2
  --- md5c.c	1996/11/03 21:29:00	1.3
  ***************
  *** 1,5 ****
  - /* $Id: md5c.c,v 1.2 1996/08/20 11:50:53 paul Exp $ */
  - 
    /*
     * This is work is derived from material Copyright RSA Data Security, Inc.
     *
  --- 1,3 ----
  
  
  
  1.6       +0 -2      apache/src/rfc1413.c
  
  Index: rfc1413.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/rfc1413.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -C3 -r1.5 -r1.6
  *** rfc1413.c	1996/11/03 20:52:11	1.5
  --- rfc1413.c	1996/11/03 21:29:01	1.6
  ***************
  *** 50,57 ****
     *
     */
    
  - /* $Id: rfc1413.c,v 1.5 1996/11/03 20:52:11 brian Exp $ */
  - 
    /*
     * rfc1413() speaks a common subset of the RFC 1413, AUTH, TAP and IDENT
     * protocols. The code queries an RFC 1413 etc. compatible daemon on a remote
  --- 50,55 ----
  
  
  
  1.5       +0 -2      apache/src/util_md5.c
  
  Index: util_md5.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/util_md5.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -C3 -r1.4 -r1.5
  *** util_md5.c	1996/08/20 11:51:24	1.4
  --- util_md5.c	1996/11/03 21:29:01	1.5
  ***************
  *** 50,57 ****
     *
     */
    
  - /* $Id: util_md5.c,v 1.4 1996/08/20 11:51:24 paul Exp $ */
  - 
    /************************************************************************
     * NCSA HTTPd Server
     * Software Development Group
  --- 50,55 ----