remove old cvs log comment
authorKen Raeburn <raeburn@mit.edu>
Wed, 14 Jun 2006 21:42:02 +0000 (21:42 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 14 Jun 2006 21:42:02 +0000 (21:42 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18130 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/kadm5/clnt/clnt_privs.c

index 204fd90754f8f2a864440041fd62edffee6979cf..5f7ed4370387055aad03d6f950961c0eb596c11b 100644 (file)
@@ -4,71 +4,6 @@
  * $Id$
  * $Source$
  * 
- * $Log$
- * Revision 1.4  2005/08/20 09:14:59  raeburn
- * Rename all RPC functions from _1 to _2 to match current program version number;
- * likewise _1_svc to _2_svc in the kadmin server.  Delete the RPC functions from
- * the libkadm5clnt export list.
- *
- * Revision 1.3  2005/06/21 01:35:56  raeburn
- * Novell Database Abstraction Layer merge.
- * Will probably break things.
- *
- * Revision 1.2.26.1  2005/06/17 21:11:24  raeburn
- * Initial checkin of Novell Database Abstraction Layer changes.
- * Patches applied to 1.4.1 release code, updated to trunk, makefile dependencies
- * deleted when they caused cvs merge conflicts.
- *
- * Revision 1.2  1998/02/14 02:32:58  tlyu
- *     * client_init.c:
- *     * client_principal.c:
- *     * client_rpc.c:
- *     * clnt_policy.c:
- *     * clnt_privs.c: Update header locations.
- *
- *     * Makefile.in (LIBMAJOR): Bump major version to reflect change in
- *     rpc library.
- *
- * Revision 1.1  1996/07/24 22:22:48  tlyu
- *     * Makefile.in, configure.in: break out client lib into a
- *             subdirectory
- *
- * Revision 1.6  1996/07/22 20:35:57  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.5.4.1  1996/07/18 03:08:45  marc
- * merged in changes from OV_9510_BP to OV_9510_FINAL1
- *
- * Revision 1.5.2.1  1996/06/20  02:16:53  marc
- * File added to the repository on a branch
- *
- * Revision 1.5  1996/05/17  21:36:50  bjaspan
- * rename to kadm5, begin implementing version 2
- *
- * Revision 1.4  1996/05/16 21:45:51  bjaspan
- * u_int32 -> long, add krb5_context
- *
- * Revision 1.3  1994/09/20 16:25:05  bjaspan
- * [secure-admin/2436: API versioning fixes to various admin files]
- * [secure-releng/2502: audit secure-admin/2436: random API versioning fixes]
- *
- * Sandbox:
- *
- *  Unnecessary variable initialization removed.
- *
- * Revision 1.3  1994/09/12  20:26:39  jik
- * Unnecessary variable initialization removed.
- *
- * Revision 1.2  1994/08/16  18:52:02  jik
- * Versioning changes.
- *
- * Revision 1.1  1993/11/10  23:10:39  bjaspan
- * Initial revision
- *
  */
 
 #if !defined(lint) && !defined(__CODECENTER__)