summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache/file
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/krb5/ccache/file')
-rw-r--r--src/lib/krb5/ccache/file/fcc-proto.h4
-rw-r--r--src/lib/krb5/ccache/file/fcc.h4
-rw-r--r--src/lib/krb5/ccache/file/fcc_close.c7
-rw-r--r--src/lib/krb5/ccache/file/fcc_defnam.c7
-rw-r--r--src/lib/krb5/ccache/file/fcc_defops.c7
-rw-r--r--src/lib/krb5/ccache/file/fcc_destry.c7
-rw-r--r--src/lib/krb5/ccache/file/fcc_errs.c7
-rw-r--r--src/lib/krb5/ccache/file/fcc_eseq.c7
-rw-r--r--src/lib/krb5/ccache/file/fcc_gennew.c7
-rw-r--r--src/lib/krb5/ccache/file/fcc_getnam.c7
-rw-r--r--src/lib/krb5/ccache/file/fcc_gprin.c7
-rw-r--r--src/lib/krb5/ccache/file/fcc_init.c7
-rw-r--r--src/lib/krb5/ccache/file/fcc_maybe.c7
-rw-r--r--src/lib/krb5/ccache/file/fcc_nseq.c7
-rw-r--r--src/lib/krb5/ccache/file/fcc_ops.c7
-rw-r--r--src/lib/krb5/ccache/file/fcc_read.c7
-rw-r--r--src/lib/krb5/ccache/file/fcc_reslv.c7
-rw-r--r--src/lib/krb5/ccache/file/fcc_retrv.c9
-rw-r--r--src/lib/krb5/ccache/file/fcc_sflags.c7
-rw-r--r--src/lib/krb5/ccache/file/fcc_skip.c7
-rw-r--r--src/lib/krb5/ccache/file/fcc_sseq.c7
-rw-r--r--src/lib/krb5/ccache/file/fcc_store.c7
-rw-r--r--src/lib/krb5/ccache/file/fcc_test.c7
-rw-r--r--src/lib/krb5/ccache/file/fcc_write.c7
24 files changed, 24 insertions, 140 deletions
diff --git a/src/lib/krb5/ccache/file/fcc-proto.h b/src/lib/krb5/ccache/file/fcc-proto.h
index bc4cd0e3ab..b6a5e0041d 100644
--- a/src/lib/krb5/ccache/file/fcc-proto.h
+++ b/src/lib/krb5/ccache/file/fcc-proto.h
@@ -1,7 +1,5 @@
/*
- * $Source$
- * $Author$
- * $Id$
+ * lib/krb5/ccache/file/fcc-proto.h
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
diff --git a/src/lib/krb5/ccache/file/fcc.h b/src/lib/krb5/ccache/file/fcc.h
index ddee7f666c..f7f461cd3a 100644
--- a/src/lib/krb5/ccache/file/fcc.h
+++ b/src/lib/krb5/ccache/file/fcc.h
@@ -1,7 +1,5 @@
/*
- * $Source$
- * $Author$
- * $Id$
+ * lib/krb5/ccache/file/fcc.h
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
diff --git a/src/lib/krb5/ccache/file/fcc_close.c b/src/lib/krb5/ccache/file/fcc_close.c
index be154d3788..30961d8668 100644
--- a/src/lib/krb5/ccache/file/fcc_close.c
+++ b/src/lib/krb5/ccache/file/fcc_close.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_close.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* This file contains the source code for krb5_fcc_close.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_close_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "fcc.h"
diff --git a/src/lib/krb5/ccache/file/fcc_defnam.c b/src/lib/krb5/ccache/file/fcc_defnam.c
index 435f44fb05..f8265d5adb 100644
--- a/src/lib/krb5/ccache/file/fcc_defnam.c
+++ b/src/lib/krb5/ccache/file/fcc_defnam.c
@@ -5,8 +5,7 @@
*/
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_defnam.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -31,10 +30,6 @@
* This file contains the source code for krb5_fcc_default_name.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_defnam_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "fcc.h"
diff --git a/src/lib/krb5/ccache/file/fcc_defops.c b/src/lib/krb5/ccache/file/fcc_defops.c
index 7af354c4be..e917a2586f 100644
--- a/src/lib/krb5/ccache/file/fcc_defops.c
+++ b/src/lib/krb5/ccache/file/fcc_defops.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_defops.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* This file contains the structure krb5_cc_dfl_ops.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_defops_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "fcc.h"
diff --git a/src/lib/krb5/ccache/file/fcc_destry.c b/src/lib/krb5/ccache/file/fcc_destry.c
index b93eb34c49..be385c0af2 100644
--- a/src/lib/krb5/ccache/file/fcc_destry.c
+++ b/src/lib/krb5/ccache/file/fcc_destry.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_destry.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* This file contains the source code for krb5_fcc_destroy.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_destry_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include <errno.h>
#include "fcc.h"
diff --git a/src/lib/krb5/ccache/file/fcc_errs.c b/src/lib/krb5/ccache/file/fcc_errs.c
index e8d7e97fb3..1dd96788d9 100644
--- a/src/lib/krb5/ccache/file/fcc_errs.c
+++ b/src/lib/krb5/ccache/file/fcc_errs.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_errs.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* error code interpretation routine
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_errs_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include "fcc.h"
diff --git a/src/lib/krb5/ccache/file/fcc_eseq.c b/src/lib/krb5/ccache/file/fcc_eseq.c
index dfd73a345c..d60a5b750a 100644
--- a/src/lib/krb5/ccache/file/fcc_eseq.c
+++ b/src/lib/krb5/ccache/file/fcc_eseq.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_eseq.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* This file contains the source code for krb5_fcc_end_seq_get.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_eseq_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "fcc.h"
diff --git a/src/lib/krb5/ccache/file/fcc_gennew.c b/src/lib/krb5/ccache/file/fcc_gennew.c
index d03154ee93..71c85028b3 100644
--- a/src/lib/krb5/ccache/file/fcc_gennew.c
+++ b/src/lib/krb5/ccache/file/fcc_gennew.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_gennew.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* This file contains the source code for krb5_fcc_generate_new.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_resolve_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include <errno.h>
#include <krb5/osconf.h>
diff --git a/src/lib/krb5/ccache/file/fcc_getnam.c b/src/lib/krb5/ccache/file/fcc_getnam.c
index 4893703e41..76faf8825a 100644
--- a/src/lib/krb5/ccache/file/fcc_getnam.c
+++ b/src/lib/krb5/ccache/file/fcc_getnam.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_getnam.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* This file contains the source code for krb5_fcc_get_name.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_getnam_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "fcc.h"
diff --git a/src/lib/krb5/ccache/file/fcc_gprin.c b/src/lib/krb5/ccache/file/fcc_gprin.c
index 1372f69aaf..f239c6dbc9 100644
--- a/src/lib/krb5/ccache/file/fcc_gprin.c
+++ b/src/lib/krb5/ccache/file/fcc_gprin.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_gprin.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* This file contains the source code for krb5_fcc_get_principal.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_gprinc_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "fcc.h"
diff --git a/src/lib/krb5/ccache/file/fcc_init.c b/src/lib/krb5/ccache/file/fcc_init.c
index 8cef18add2..b187d38466 100644
--- a/src/lib/krb5/ccache/file/fcc_init.c
+++ b/src/lib/krb5/ccache/file/fcc_init.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_init.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* This file contains the source code for krb5_fcc_initialize.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_init_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include <errno.h>
#include "fcc.h"
diff --git a/src/lib/krb5/ccache/file/fcc_maybe.c b/src/lib/krb5/ccache/file/fcc_maybe.c
index c7b23651ca..0de6b206a2 100644
--- a/src/lib/krb5/ccache/file/fcc_maybe.c
+++ b/src/lib/krb5/ccache/file/fcc_maybe.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_maybe.c
*
* Copyright 1990, 1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* This file contains the source code for conditional open/close calls.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_maybe_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
#include "fcc.h"
#include <errno.h>
diff --git a/src/lib/krb5/ccache/file/fcc_nseq.c b/src/lib/krb5/ccache/file/fcc_nseq.c
index a76f07c483..febd382a02 100644
--- a/src/lib/krb5/ccache/file/fcc_nseq.c
+++ b/src/lib/krb5/ccache/file/fcc_nseq.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_nseq.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* This file contains the source code for krb5_fcc_next_cred.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_nseq_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include <errno.h>
#include "fcc.h"
diff --git a/src/lib/krb5/ccache/file/fcc_ops.c b/src/lib/krb5/ccache/file/fcc_ops.c
index 8985f0f929..d6878a4957 100644
--- a/src/lib/krb5/ccache/file/fcc_ops.c
+++ b/src/lib/krb5/ccache/file/fcc_ops.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_ops.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* This file contains the structure krb5_fcc_ops.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_ops_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "fcc.h"
diff --git a/src/lib/krb5/ccache/file/fcc_read.c b/src/lib/krb5/ccache/file/fcc_read.c
index bcfba6552b..f1b8dcf660 100644
--- a/src/lib/krb5/ccache/file/fcc_read.c
+++ b/src/lib/krb5/ccache/file/fcc_read.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_read.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -26,10 +25,6 @@
* credentials cache. These are not library-exported functions.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_read_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include <errno.h>
#include "fcc.h"
diff --git a/src/lib/krb5/ccache/file/fcc_reslv.c b/src/lib/krb5/ccache/file/fcc_reslv.c
index c42f724b13..7c61ec52d9 100644
--- a/src/lib/krb5/ccache/file/fcc_reslv.c
+++ b/src/lib/krb5/ccache/file/fcc_reslv.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_reslv.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* This file contains the source code for krb5_fcc_resolve.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_reslve_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "fcc.h"
diff --git a/src/lib/krb5/ccache/file/fcc_retrv.c b/src/lib/krb5/ccache/file/fcc_retrv.c
index dceac5d152..cf96ce0586 100644
--- a/src/lib/krb5/ccache/file/fcc_retrv.c
+++ b/src/lib/krb5/ccache/file/fcc_retrv.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_retrv.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,12 +24,6 @@
* This file contains the source code for krb5_fcc_retrieve.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_retrv_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
-
-
#include "fcc.h"
#define set(bits) (whichfields & bits)
diff --git a/src/lib/krb5/ccache/file/fcc_sflags.c b/src/lib/krb5/ccache/file/fcc_sflags.c
index de0996be53..1eb42afd4a 100644
--- a/src/lib/krb5/ccache/file/fcc_sflags.c
+++ b/src/lib/krb5/ccache/file/fcc_sflags.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_sflags.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* This file contains the source code for krb5_fcc_set_flags.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_set_flags_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "fcc.h"
diff --git a/src/lib/krb5/ccache/file/fcc_skip.c b/src/lib/krb5/ccache/file/fcc_skip.c
index 0749e6f563..2cafdb0e2a 100644
--- a/src/lib/krb5/ccache/file/fcc_skip.c
+++ b/src/lib/krb5/ccache/file/fcc_skip.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_skip.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -26,10 +25,6 @@
* credentials cache. These are not library-exported functions.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_read_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "fcc.h"
diff --git a/src/lib/krb5/ccache/file/fcc_sseq.c b/src/lib/krb5/ccache/file/fcc_sseq.c
index 0a3e131458..1cdc0136f0 100644
--- a/src/lib/krb5/ccache/file/fcc_sseq.c
+++ b/src/lib/krb5/ccache/file/fcc_sseq.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_sseq.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* This file contains the source code for krb5_fcc_start_seq_get.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_sseq_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include "fcc.h"
diff --git a/src/lib/krb5/ccache/file/fcc_store.c b/src/lib/krb5/ccache/file/fcc_store.c
index a001b8085f..d3bf326524 100644
--- a/src/lib/krb5/ccache/file/fcc_store.c
+++ b/src/lib/krb5/ccache/file/fcc_store.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_store.c
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* This file contains the source code for krb5_fcc_store.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_store_c[] =
-"$Id$";
-#endif /* !lint && !SABER */
#include <errno.h>
#include "fcc.h"
diff --git a/src/lib/krb5/ccache/file/fcc_test.c b/src/lib/krb5/ccache/file/fcc_test.c
index db79622072..497e9c529e 100644
--- a/src/lib/krb5/ccache/file/fcc_test.c
+++ b/src/lib/krb5/ccache/file/fcc_test.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_test.c
*
* Copyright 1990 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -24,10 +23,6 @@
*
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_fcc_test_c [] =
-"$Id$";
-#endif /* !lint & !SABER */
#include "fcc.h"
diff --git a/src/lib/krb5/ccache/file/fcc_write.c b/src/lib/krb5/ccache/file/fcc_write.c
index 1e138ce952..4ef473054c 100644
--- a/src/lib/krb5/ccache/file/fcc_write.c
+++ b/src/lib/krb5/ccache/file/fcc_write.c
@@ -1,6 +1,5 @@
/*
- * $Source$
- * $Author$
+ * lib/krb5/ccache/file/fcc_write.c
*
* Copyright 1990,1991,1992 by the Massachusetts Institute of Technology.
* All Rights Reserved.
@@ -25,10 +24,6 @@
* This file contains the source code for krb5_fcc_write_<type>.
*/
-#if !defined(lint) && !defined(SABER)
-static char rcsid_rcsid_fcc_write_c[] =
- "$Id$";
-#endif /* !lint && !SABER */
#include <errno.h>
#include "fcc.h"