summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorMark Eichin <eichin@mit.edu>1994-08-18 22:35:24 +0000
committerMark Eichin <eichin@mit.edu>1994-08-18 22:35:24 +0000
commit6d6c7c7bb9323b4b32e2768fd2c2f62abf93dd96 (patch)
treea12f91ec59ceebfe3d63f7cb9eb64f35e26768b7 /src/tests
parent0c815d8929bee163298fae54d0ee71656c895c91 (diff)
downloadkrb5-6d6c7c7bb9323b4b32e2768fd2c2f62abf93dd96.tar.gz
krb5-6d6c7c7bb9323b4b32e2768fd2c2f62abf93dd96.tar.xz
krb5-6d6c7c7bb9323b4b32e2768fd2c2f62abf93dd96.zip
stamp out rcs keywords
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4194 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/create/kdb5_mkdums.c8
-rw-r--r--src/tests/dump.c9
-rw-r--r--src/tests/hammer/kdc5_hammer.c8
-rw-r--r--src/tests/hammer/pp.c7
-rw-r--r--src/tests/test1.c9
-rw-r--r--src/tests/verify/kdb5_verify.c8
-rw-r--r--src/tests/verify/pkey.c7
7 files changed, 7 insertions, 49 deletions
diff --git a/src/tests/create/kdb5_mkdums.c b/src/tests/create/kdb5_mkdums.c
index 405a792d37..429d39ccaf 100644
--- a/src/tests/create/kdb5_mkdums.c
+++ b/src/tests/create/kdb5_mkdums.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * tests/create/kdb5_mkdums.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,11 +24,6 @@
* Edit a KDC database.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kdb_mkdums_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
-
#include <krb5/copyright.h>
#include <krb5/krb5.h>
#include <krb5/kdb.h>
diff --git a/src/tests/dump.c b/src/tests/dump.c
index 16d85c7aca..b6bde51c8d 100644
--- a/src/tests/dump.c
+++ b/src/tests/dump.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * tests/dump.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,12 +24,6 @@
* Dump out a krb5_data to stderr (for debugging purposes).
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_dump_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
-
-
#include <stdio.h>
#include <krb5/krb5.h>
diff --git a/src/tests/hammer/kdc5_hammer.c b/src/tests/hammer/kdc5_hammer.c
index a9c3546118..bdbc75cc84 100644
--- a/src/tests/hammer/kdc5_hammer.c
+++ b/src/tests/hammer/kdc5_hammer.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * tests/hammer/kdc5_hammer.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,11 +24,6 @@
* Initialize a credentials cache.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_hammer_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
-
#include <stdio.h>
#include <krb5/copyright.h>
diff --git a/src/tests/hammer/pp.c b/src/tests/hammer/pp.c
index 288d45bb3b..4dafd2ecab 100644
--- a/src/tests/hammer/pp.c
+++ b/src/tests/hammer/pp.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * tests/hammer/pp.c
*
* Copyright 1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -10,10 +9,6 @@
*
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_pp_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <krb5/krb5.h>
void
diff --git a/src/tests/test1.c b/src/tests/test1.c
index 412dfaae02..b62808d1d0 100644
--- a/src/tests/test1.c
+++ b/src/tests/test1.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * tests/test1.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,12 +24,6 @@
* Regression tests for the kerberos library.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_test1_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
-
-
#include <krb5/krb5.h>
unsigned char key_one[8] = { 0x10, 0x23, 0x32, 0x45, 0x54, 0x67, 0x76, 0x89 };
diff --git a/src/tests/verify/kdb5_verify.c b/src/tests/verify/kdb5_verify.c
index 0f4852797d..4772c5d094 100644
--- a/src/tests/verify/kdb5_verify.c
+++ b/src/tests/verify/kdb5_verify.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * tests/verify/kdb5_verify.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,11 +24,6 @@
* Edit a KDC database.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kdb_verify_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
-
#include <krb5/copyright.h>
#include <krb5/krb5.h>
#include <krb5/kdb.h>
diff --git a/src/tests/verify/pkey.c b/src/tests/verify/pkey.c
index 52f48e58a2..a577f064f8 100644
--- a/src/tests/verify/pkey.c
+++ b/src/tests/verify/pkey.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * tests/verify/pkey.c
*
* Copyright 1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -10,10 +9,6 @@
*
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_pkey_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include <stdio.h>
void pkey(k)