/*
- * $Source$
- * $Author$
+ * admin/aname/kdb5_anadd.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Program to add/delete entries to/from the aname translation database.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_anadd_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
-
#include <krb5/krb5.h>
#include <krb5/osconf.h>
#include <krb5/sysincl.h>
/*
- * $Source$
- * $Author$
+ * admin/convert/kdb5_convert.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* and this is the result.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kdb5_convert_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
-
#include <des.h>
#include <krb.h>
#include <krb_db.h>
/*
- * $Source$
- * $Author$
+ * admin/create/kdb5_create.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Generate (from scratch) a Kerberos KDC database.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kdb_create_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
-
#include <krb5/krb5.h>
#include <krb5/kdb.h>
#include <krb5/kdb_dbm.h>
/*
- * $Source$
- * $Author$
+ * admin/destroy/kdb5_destroy.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* This version knows about DBM format databases.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kdb_dest_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
-
#include <krb5/krb5.h>
#include <krb5/kdb.h>
#include <krb5/kdb_dbm.h>
/*
- * $Source$
- * $Author$
+ * admin/edit/dump.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Dump a KDC database
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kdb_edit_c[] =
-"$Id$";
-#endif /* !lint & !saber */
-
#include <krb5/krb5.h>
#include <krb5/kdb.h>
#include <krb5/kdb_dbm.h>
/*
- * $Source$
- * $Author$
+ * admin/edit/kdb5_edit.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Edit a KDC database.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kdb_edit_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
-
#include <krb5/krb5.h>
#include <krb5/kdb.h>
#include <krb5/kdb_dbm.h>
/*
- * $Source$
- * $Author$
+ * admin/edit/kdb5_edit.h
*
* Copyright 1992 by the Massachusetts Institute of Technology.
* All Rights Reserved.
/*
- * $Source$
- * $Author$
+ * admin/edit/ss_wrapper.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* ss wrapper for kdb5_edit
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_ss_wrapper_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
#include "kdb5_edit.h"
#include <ss/ss.h>
/*
- * $Source$
- * $Author$
+ * admin/edit/tcl_wrapper.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Tcl wrapper for kdb5_edit
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_tcl_wrapper_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
-
#include <krb5/krb5.h>
#include "kdb5_edit.h"
#include <tcl.h>
/*
- * $Source$
- * $Author$
+ * admin/edit/util.c
*
* Copyright 1992 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_util_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
-
#include <krb5/krb5.h>
#include <krb5/kdb.h>
#include <krb5/los-proto.h>
/*
- * $Source$
- * $Author$
+ * admin/stash/kdb5_stash.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
* Store the master database key in a file.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kdb_stash_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
-
#include <krb5/krb5.h>
#include <krb5/kdb.h>
#include <krb5/kdb_dbm.h>