Remove $LOG$, including "unprofessional" comment which OV requested
authorTheodore Tso <tytso@mit.edu>
Wed, 4 Sep 1996 03:14:49 +0000 (03:14 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 4 Sep 1996 03:14:49 +0000 (03:14 +0000)
that we lose....

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9024 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/rpc/ChangeLog
src/lib/rpc/auth_gssapi.c

index e23c9b0009ec203e3a32531906e8b259062182f0..0cdc9e1c2b6834a33e2b94e8a710ca1cf9d20344 100644 (file)
@@ -1,3 +1,8 @@
+Tue Sep  3 23:10:58 1996  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * auth_gssapi.c: Remove $LOG$, including "unprofessional" comment
+               which OV requested that we lose....
+
 Sat Aug 31 01:46:45 1996  Ken Raeburn  <raeburn@cygnus.com>
 
        * pmap_rmt.c (getbroadcastnets): Tweak conditional layout to make
index fd04ec83efa5f66af4f63550b4d4b03c7d039d25..7d4e77aa7ff2207435692e4e92e931e7640f8b12 100644 (file)
@@ -2,125 +2,6 @@
  * Copyright 1993 OpenVision Technologies, Inc., All Rights Reserved.
  *
  * $Header$
- * 
- * $Log$
- * Revision 1.24  1996/08/14 00:01:30  tlyu
- *     * getrpcent.c: Add PROTOTYPE and conditionalize function
- *             prototypes.
- *
- *     * xdr.h: Add PROTOTYPE and conditionalize function prototypes.
- *
- *     * svc_auth_gssapi.c: Remove ANSI string concatenation, de-ANSI-fy
- *             function definitions.
- *
- *     * auth_gssapi_misc.c (auth_gssapi_display_status_1): Remove ANSI
- *             string concatenation, de-ANSI-fy function definitions.
- *
- *     * auth_gssapi.h: Add PROTOTYPE and conditionalize function
- *             prototypes.
- *
- *     * auth_gssapi.c (auth_gssapi_create): remove ANSI-ish string
- *             concatenation, de-ANSI-fy function definitions.
- *
- * Revision 1.23  1996/07/22 20:39:39  marc
- * this commit includes all the changes on the OV_9510_INTEGRATION and
- * OV_MERGE branches.  This includes, but is not limited to, the new openvision
- * admin system, and major changes to gssapi to add functionality, and bring
- * the implementation in line with rfc1964.  before committing, the
- * code was built and tested for netbsd and solaris.
- *
- * Revision 1.22.4.1  1996/07/18 04:18:29  marc
- * merged in changes from OV_9510_BP to OV_9510_FINAL1
- *
- * Revision 1.22.2.1  1996/06/20  23:35:31  marc
- * File added to the repository on a branch
- *
- * Revision 1.22  1996/06/05  20:56:16  bjaspan
- * memset bindings to zero before use
- *
- * Revision 1.21  1996/05/12 06:11:38  marc
- * renamed lots of types: u_foo to unsigned foo, and foo32 to rpc_foo32.  This is to make autoconfiscation less painful.
- *
- * Revision 1.20  1995/12/13  14:02:45  grier
- * Longs to ints for Alpha
- *
- * Revision 1.19  1995/10/31  16:36:00  bjaspan
- * GS reported this bug.  When talking to a 1.1 server, the server will
- * not fail indicating the version is wrong because it never checks the
- * version; it just responds with call_res.version 1.  So we have to
- * deal.  Oops.
- *
- * It's amazing what can fall through the cracks when most of the
- * development team is fired..
- *
- * Revision 1.18  1995/10/31  16:07:06  bjaspan
- * fix from grier
- *
- * Revision 1.17  1995/08/24  21:06:26  bjaspan
- * set acceptor channel bindings
- *
- * Revision 1.16  1995/08/23  20:27:37  bjaspan
- * [secure-rpc/3392] add channel bindinds to the rpc
- *
- * Revision 1.15  1995/05/08  22:32:01  marc
- * change call_arg.version from 1 to 2 to indicate the new client is in use.
- *
- * Revision 1.14  1995/03/22  22:05:20  jik
- * Reorder the auth_ops structure, to agree with the order of the version of
- * this library in the GK source tree.  I chose to reorder this one rather
- * than reorder the GK tree because Barry says that the order in the GK tree
- * makes more sense.
- *
- * Revision 1.13  1994/10/27  12:39:02  jik
- * [secure-rpc/2808: add credential versioning]
- *
- * Sandbox:
- *
- *  [secure-rpc/2808] add version field to client creds
- *
- *  change to use GSS_ERROR &c macros; I don't think this is correct
- *  =============================================================================
- *
- * Revision 1.14  1994/10/26  20:03:46  bjaspan
- * [secure-rpc/2808] add version field to client creds
- *
- * Revision 1.13  1994/04/07  16:12:06  jik
- * The second argument to xdr_opaque_auth is struct auth *, not struct
- * auth.
- *
- * Revision 1.12  1993/12/08  21:42:43  bjaspan
- * use AUTH_GSSAPI_DISPLAY_STATUS macro, reindent
- *
- * Revision 1.11  1993/12/06  21:21:03  bjaspan
- * debugging levels
- *
- * Revision 1.10  1993/11/18  23:13:07  bjaspan
- * add some function comments
- *
- * Revision 1.9  1993/11/15  19:50:03  bjaspan
- * redefine AUTH_REFRESH to take the error message as an argument, and
- * change auth_gssapi_refresh to increment the seq_num on REJECTEDVERF
- *
- * Revision 1.8  1993/11/12  02:31:59  bjaspan
- * set rpc_createerr as appropriate
- *
- * Revision 1.7  1993/11/03  21:21:02  bjaspan
- * fix seq_num handling in cases of errors and retransmission
- *
- * Revision 1.6  1993/11/01  19:55:20  bjaspan
- * display gss_major and gss_minor, and unstatic auth_gssapi_debug
- *
- * Revision 1.5  1993/10/28  22:07:33  bjaspan
- * create_default takes char *, use seq_num in args/results
- *
- * Revision 1.4  1993/10/26  21:11:53  bjaspan
- * working
- *
- * Revision 1.3  1993/10/21  19:01:09  bjaspan
- * added auth_gssapi_destroy, cleaned up a few things
- *
- * Revision 1.2  1993/10/19  03:10:58  bjaspan
- * snapshot: GSS-API working in hacked up state, not seal/unseal
  *
  */