stamp out rcs keywords
authorMark Eichin <eichin@mit.edu>
Thu, 18 Aug 1994 21:37:43 +0000 (21:37 +0000)
committerMark Eichin <eichin@mit.edu>
Thu, 18 Aug 1994 21:37:43 +0000 (21:37 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4190 dc483132-0cff-0310-8789-dd5450dbe970

54 files changed:
src/kadmin/client/kadmin.c
src/kadmin/client/kadmin_add.c
src/kadmin/client/kadmin_adr.c
src/kadmin/client/kadmin_cpr.c
src/kadmin/client/kadmin_cpw.c
src/kadmin/client/kadmin_del.c
src/kadmin/client/kadmin_done.c
src/kadmin/client/kadmin_inq.c
src/kadmin/client/kadmin_mod.c
src/kadmin/client/kadmin_msnd.c
src/kadmin/kpasswd/kpasswd.c
src/kadmin/server/adm_adm_func.c
src/kadmin/server/adm_check.c
src/kadmin/server/adm_extern.c
src/kadmin/server/adm_extern.h
src/kadmin/server/adm_fmt_inq.c
src/kadmin/server/adm_funcs.c
src/kadmin/server/adm_kadmin.c
src/kadmin/server/adm_kpasswd.c
src/kadmin/server/adm_listen.c
src/kadmin/server/adm_msgs.c
src/kadmin/server/adm_nego.c
src/kadmin/server/adm_network.c
src/kadmin/server/adm_parse.c
src/kadmin/server/adm_process.c
src/kadmin/server/adm_server.c
src/kdc/.saberinit
src/kdc/dispatch.c
src/kdc/do_as_req.c
src/kdc/do_tgs_req.c
src/kdc/extern.c
src/kdc/extern.h
src/kdc/kdc_util.c
src/kdc/kdc_util.h
src/kdc/kerberos_v4.c
src/kdc/main.c
src/kdc/network.c
src/kdc/policy.c
src/kdc/policy.h
src/kdc/replay.c
src/kdc/rtest.c
src/krb524/conv_creds.c
src/krb524/conv_princ.c
src/krb524/conv_tkt.c
src/krb524/conv_tkt_skey.c
src/krb524/encode.c
src/krb524/getcred.c
src/krb524/globals.c
src/krb524/k524init.c
src/krb524/krb524.h
src/krb524/krb524d.c
src/krb524/misc.c
src/krb524/sendmsg.c
src/krb524/test.c

index c7f48fcf5131b12215843c3dd5f55bfc0cb9eb77..b2e43694d67236c657f934ea285b92f584c73a1d 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kadmin/client/kadmin.c
  *
  * Copyright 1988 by the Massachusetts Institute of Technology.
  *
  * any purpose.  It is provided "as is" without express or implied warranty.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kadmin[] =
-    "$Header$";
-#endif /* lint */
 
 /*
  * kadmin
index d6101a0de6f8943ee73769d1f8e0ca637854e2bc..90fd04db46e55abeebb0e8caad93cebd9adddbeb 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kadmin/client/kadmin_add.c
  *
  * Copyright 1988 by the Massachusetts Institute of Technology.
  *
  * any purpose.  It is provided "as is" without express or implied warranty.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kadmin_add[] =
-  "$Header$";
-#endif /* lint */
 
 /*
  * kadmin_add
index 6f93e5eadd199c2f20dfe57a76e076a773636b83..21b247a123ae6116efde124d7357f667ccc65ed5 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kadmin/client/kadmin_adr.c
  *
  * Copyright 1988 by the Massachusetts Institute of Technology.
  *
  * any purpose.  It is provided "as is" without express or implied warranty.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kadmin_adr[] =
-  "$Header$";
-#endif /* lint */
 
 /*
  * kadmin_adr
index b85daad6ee1640421c3a41f6e036d23df5e69a53..8bb0925008343550475bd9171b999e91d0a7c5fe 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kadmin/client/kadmin_cpr.c
  *
  * Copyright 1988 by the Massachusetts Institute of Technology.
  *
  * any purpose.  It is provided "as is" without express or implied warranty.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kadmin_cpr[] =
-    "$Header$";
-#endif /* lint */
 
 /*
  * kadmin_cpr
index f12480edc98b029371154e37436239b11b55e627..5d954f035884585f67f9b6da51da28ed34c22cd6 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kadmin/client/kadmin_cpw.c
  *
  * Copyright 1988 by the Massachusetts Institute of Technology.
  *
  * any purpose.  It is provided "as is" without express or implied warranty.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kadmin_cpw[] =
-    "$Header$";
-#endif /* lint */
 
 /*
  * kadmin_cpw
index a2d83673d6c25883d64dafe87f32f273ac3a6087..176d661cd389e6723ba32473235b606510844c30 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kadmin/client/kadmin_del.c
  *
  * Copyright 1988 by the Massachusetts Institute of Technology.
  *
  * any purpose.  It is provided "as is" without express or implied warranty.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kadmin_del[] =
-    "$Header$";
-#endif /* lint */
 
 /*
  * kadmin_del
index 8655f5dce29e5746a1d3475fb1a2c18a9c46bde4..0b5f9e7d0e27dec110cd6c9f1fd3e2c3bcc40ee3 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kadmin/client/kadmin_done.c
  *
  * Copyright 1988 by the Massachusetts Institute of Technology.
  *
  * any purpose.  It is provided "as is" without express or implied warranty.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kadmin_done[] =
-    "$Header$";
-#endif /* lint */
 
 /*
  * kadmin_done
index 7de7679af9974879736565bf1b4519a2cbf42328..4227e9b002f28f43253b8c063564cc1c2e9f80b5 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kadmin/client/kadmin_inq.c
  *
  * Copyright 1988 by the Massachusetts Institute of Technology.
  *
  * any purpose.  It is provided "as is" without express or implied warranty.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kadmin_inq[] =
-    "$Header$";
-#endif /* lint */
 
 /*
  * kadmin_inq
index 0d895b0bb974f47370cc840764581ae73a4dd19e..264dc084b449fb9ca78c200e9eb462cbce68d9c0 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kadmin/client/kadmin_mod.c
  *
  * Copyright 1988 by the Massachusetts Institute of Technology.
  *
  * any purpose.  It is provided "as is" without express or implied warranty.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kadmin_mod[] =
-    "$Header$";
-#endif /* lint */
 
 /*
  * kadmin_mod
index d81f1327a98025015c646676156f293808c635bb..b6d6f3eae337cfd775cf601df9cf70dc08eeab64 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kadmin/client/kadmin_msnd.c
  *
  * Copyright 1988 by the Massachusetts Institute of Technology.
  *
  * any purpose.  It is provided "as is" without express or implied warranty.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kadmin[] =
-    "$Header$";
-#endif /* lint */
 
 /*
  * kadmin_snd_mod
index 0dd48e808935e70b71a97dbe91fce9f2d6e4a0b1..4502016855245cf2b732b8dc0a0b38fdbd97e0dd 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kadmin/kpasswd/kpasswd.c
  *
  * Copyright 1988 by the Massachusetts Institute of Technology.
  *
  * any purpose.  It is provided "as is" without express or implied warranty.
  */
 
-#ifndef        lint
-static char rcsid_kpasswd_c[] =
-    "$Header$";
-#endif /* lint */
 
 /*
  * kpasswd
index 2499c51738d487ddb0ae74e85f730d70905ff18d..7d05d8af7ece026d4b7d1cb36080965ab2aabaf1 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kadmin/server/adm_adm_func.c
  *
  * Copyright 1990,1991 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
  * Modify the Kerberos Database
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_adm_adm_func[] =
-  "$Id$";
-#endif /* !lint & !SABER */
 
 #include <sys/types.h>
 #include <syslog.h>
index 297e7933e9b823c87e64d9fdc662b8c762af6bce..cb237a344d51b077d019d37663d32b9f3896e200 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kadmin/server/adm_check.c
  *
  * Copyright 1990,1991 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
  * 
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_adm_check[] =
-"$Id$";
-#endif /* !lint & !SABER */
 
 #include <sys/types.h>
 #include <ctype.h>
index 2de2dd2f9fb02194ce65208cd1770ba3d4ad6051..98b21fe8cbae62975b2f80457abd30dd238b769a 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kadmin/server/adm_extern.c
  *
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * allocations of adm_extern stuff
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_adm_extern_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
 
 #include <krb5/copyright.h>
 
index 498df1ffefc7e524ab78aa847caa2136f1534fe8..fc2bbdb73525dc32ea5ec0eacb5eb82d17441d7c 100644 (file)
@@ -1,7 +1,5 @@
 /*
- * $Source$
- * $Author$
- * $Id$
+ * kadmin/server/adm_extern.h
  *
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
index be1813258a150b3b47dbc13563ed2c20dc223f5e..8a106d343a634c5c0da750aaa06726da8d0d7652 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kadmin/server/adm_fmt_inq.c
  *
  * Copyright 1990,1991 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
  *     Administrative Display Routine
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_adm_fmt_inq[] =
-"$Id$";
-#endif /* !lint & !SABER */
 
 #include <krb5/krb5.h>
 #include <krb5/ext-proto.h>
index 482ab8964baf06385963eada0e52713648d0fa55..544f28e2730065ccc0da3c8ffdec3492c372eaf4 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kadmin/server/adm_funcs.c
  *
  * Copyright 1990,1991 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
  * Modify the Kerberos Database
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_adm_funcs[] =
-"$Id$";
-#endif /* !lint & !SABER */
 
 #include <com_err.h>
 #include <sys/types.h>
index c553839b7de2e8ee865050dab8e14418cc6337e0..f5b62e04d4597e9bfda4a7ee7b536f1f62528631 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kadmin/server/adm_kadmin.c
  *
  * Copyright 1988 by the Massachusetts Institute of Technology.
  *
  * any purpose.  It is provided "as is" without express or implied warranty.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_adm_kadmin[] =
-"$Header$";
-#endif  /* lint */
 
 /*
   adm_kadmin.c
index f01475fc41e54f14233ef56daa40fcf6222ed3b6..660d3efe612311e3406873260873f424f6e65e88 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kadmin/server/adm_kpasswd.c
  *
  * Copyright 1988 by the Massachusetts Institute of Technology.
  *
  * any purpose.  It is provided "as is" without express or implied warranty.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_adm_kpasswd[] =
-"$Header$";
-#endif  /* lint */
 
 /*
   adm_kpasswd.c
index 14adaf745545107f94d84e79d1d5cd7193c75b23..aacde37a42cb1d357efa01ff9d2b122005e067dc 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kadmin/server/adm_listen.c
  *
  * Copyright 1988 by the Massachusetts Institute of Technology.
  *
  * any purpose.  It is provided "as is" without express or implied warranty.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_adm_listen[] =
-"$Header$";
-#endif /* lint */
 
 /*
   adm_listen.c
index 658bc097e75513ade9c268a200b6cf5feee3f90d..3a350f116cc1cb570b40b21696c1aefcb93c89be 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kadmin/server/adm_msgs.c
  *
  * Copyright 1988 by the Massachusetts Institute of Technology.
  *
  * any purpose.  It is provided "as is" without express or implied warranty.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_adm_server_c[] =
-"$Header$";
-#endif /* lint */
 
 char *oper_type[] = {
        "complete",                                     /* 0 */
index 74a78cd395f833f3e21efbbc75bce97c13270373..7f31d0a5554403d396b3083d14bce72f6a1a9e8e 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kadmin/server/adm_nego.c
  *
  * Copyright 1990,1991 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
  * Modify the Kerberos Database
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_adm_nego[] =
-"$Id$";
-#endif /* !lint & !SABER */
 
 #include <com_err.h>
 #include <sys/types.h>
index 90f300a606c120de86e49a60787a831b1e530f1b..ef02864e5ee268e4ffd63ab3bc3a46a784f0d2cd 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kadmin/server/adm_network.c
  *
  * Copyright 1988 by the Massachusetts Institute of Technology.
  *
  * any purpose.  It is provided "as is" without express or implied warranty.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_adm_network[] =
-"$Header$";
-#endif /* lint */
 
 /*
  *   adm_network.c
index d7441e49b52121543e9cc3bd78d4d6cc9bec5340..aaf7b31d4521cd42690e1ffca49e4ac5fc8a24ad 100644 (file)
@@ -1,7 +1,6 @@
 #ifdef SANDIA
 /*
- * $Source$
- * $Author$
+ * kadmin/server/adm_parse.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_adm_parse[] =
-"$Id$";
-#endif  /* !lint & !SABER */
  
 #include <syslog.h>
 #include <stdio.h>
index 719fed6710643b9c821b109c8bf9920c2cb0f1b7..4e3297f63bbd922fae8bf74037ecb6e605090a8c 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kadmin/server/adm_process.c
  *
  * Copyright 1988 by the Massachusetts Institute of Technology.
  *
  * any purpose.  It is provided "as is" without express or implied warranty.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_adm_process[] =
-"$Header$";
-#endif /* lint */
 
 /*
   adm_process.c
index 6e6f2da4859001bf13654a454dd767cfd40f58bb..01b91c05f3f67cc9b9ba4a95feb936ca51d22f97 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kadmin/server/adm_server.c
  *
  * Copyright 1988 by the Massachusetts Institute of Technology.
  *
  * any purpose.  It is provided "as is" without express or implied warranty.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_adm_server_c[] =
-"$Header$";
-#endif /* lint */
 
 /*
   adm_server.c
index 2c5e56572106991cfc0571800f97d7c2d0cbf9e6..d79f57ed00fc65802d8e517159159d4ff20fda1f 100644 (file)
@@ -5,7 +5,6 @@ suppress 34 on v4_klog
 suppress 36 on sendto
 suppress 35
 suppress 287 on usage
-suppress 287 on rcsid_kerberos_c
 suppress 287 on sin
 suppress 349 on krb_err_txt
 suppress 349 on krbONE
index 7c7debd1149d92181d2491dbb8ececa6520052d4..7eb27eecf8937b0422da0af565be1e933952e32b 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kdc/dispatch.c
  *
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * Dispatch an incoming packet.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_dispatch_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
 
 #include <krb5/copyright.h>
 #include <krb5/krb5.h>
index b9901800109d9648cebaa8e03699b916dd29ee46..82a968f8d6a27cb3d5d502821c5ea0b877196ce5 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kdc/do_as_req.c
  *
  * Copyright 1990,1991 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
  * KDC Routines to deal with AS_REQ's
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_do_as_req_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
 
 #include <krb5/krb5.h>
 #include <krb5/kdb.h>
index 73dc3fcbed6405ee6a8c525df1a13399c4bc236a..1fcd41a7db673809439619b403a138bcafdd1803 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kdc/do_tgs_req.c
  *
  * Copyright 1990,1991 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
  * KDC Routines to deal with TGS_REQ's
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_do_tgs_req_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
 
 #include <krb5/krb5.h>
 #include <krb5/kdb.h>
index 1b2978e9c1aaa64c9c4e8545adffad4ce55115da..7f95524021c4c55943bc731782c8b0a1112c7e9f 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kdc/extern.c
  *
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * allocations of extern stuff
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_extern_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
 
 #include <krb5/copyright.h>
 
index c8ba44d7d0d07e44978e94f8074bd2031e4f51d1..3eb7701ac324ac4e608b20f879b6c8e0cbfac2ce 100644 (file)
@@ -1,7 +1,5 @@
 /*
- * $Source$
- * $Author$
- * $Id$
+ * kdc/extern.h
  *
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
index 3c8d9fde264fb32975370ea396a144d2ff700c9a..f3c18fa869ab0f6027dde56dcdcdc671a12c6a58 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kdc/kdc_util.c
  *
  * Copyright 1990,1991 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
  * Utility functions for the KDC implementation.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kdc_util_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
 
 #include <krb5/krb5.h>
 #include <krb5/kdb.h>
index 1015d3df3adef68998ce4d29375529cf6165dd47..25b8ffbcb8b42a1955f951388ec55ea53d55d9c5 100644 (file)
@@ -1,7 +1,5 @@
 /*
- * $Source$
- * $Author$
- * $Id$
+ * kdc/kdc_util.h
  *
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
index 6db66075fff09624658c0e6f6ff8b5d47ca77aa1..b48ad04b59077fb09d6248df7dd66f99fbb7b4b1 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kdc/kerberos_v4.c
  *
  * Copyright 1985, 1986, 1987, 1988,1991 by the Massachusetts Institute
  * of Technology.
  */
 
 #ifdef KRB4
-#if !defined(lint) && !defined(SABER)
-static char rcsid_kerberos_v4_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
 
 #include <krb5/config.h>
 #include <krb5/sysincl.h>
index e896a4533494da8c9d0b622f65390224a9916880..55106f8a63392946423ad2a0a77ba95c324656b8 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kdc/main.c
  *
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * Main procedure body for the KDC server process.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_main_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
 
 #include <stdio.h>
 #include <syslog.h>
index bb05d3d05d5ab6133e8e70bccdf0ebd553630369..8354fa0c938dacc91529fd1b0249f1b51cc7e2ca 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kdc/network.c
  *
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * Network code for Kerberos v5 KDC.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_network_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
 
 #include <krb5/copyright.h>
 #include <krb5/osconf.h>
index ee7a4107c5db0e631c0bd1add557b4507cf1d315..716f481587a7ed1bc4ebc2dc5777849ea3fe23cb 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kdc/policy.c
  *
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * Policy decision routines for KDC.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_policy_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
 
 #include <krb5/copyright.h>
 
index aa06252cbbca89c3c3d27913eaa512a73280d17b..2d90aaaf2417ec67033d2e9e89db0ce4b270d978 100644 (file)
@@ -1,7 +1,5 @@
 /*
- * $Source$
- * $Author$
- * $Id$
+ * kdc/policy.h
  *
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
index c0e8c8597c15958ade01cf2cfe2a622abcd3f9a3..b8a22ebcb9e660e588775dc3a1bfaefb5b0b2c56 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kdc/replay.c
  *
  * Copyright 1991 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
  *
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_replay_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
 
 #include <krb5/krb5.h>
 #include <krb5/ext-proto.h>
index 380d02803827fed4b0eddc7d73ea645c618566d7..a6315b87c44edf2ae28c96610d1728673cb0619a 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * $Source$
- * $Author$
+ * kdc/rtest.c
  *
  * Copyright 1991 by the Massachusetts Institute of Technology.
  * All Rights Reserved.
  *
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcsid_rtest_c[] =
-"$Id$";
-#endif /* !lint & !SABER */
 
 #include <krb5/krb5.h>
 #include <krb5/ext-proto.h>
index 1ccadf0ba1b150975e6e7c6a73c073f723ba955f..e339ca05e3cf736ec1615d8e643f533a09017324 100644 (file)
  * purpose.  It is provided "as is" without express or implied warranty.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcs_id[] = "$Id$";
-#endif
-
 #include <stdio.h>
 #include <sys/types.h>
 #include <sys/socket.h>
index 2cd5a89686e78a8ce4df00b949a99463f1e04425..b3ef572dad1a6ffdb83af31e1dd7ec657a081d3c 100644 (file)
  * purpose.  It is provided "as is" without express or implied warranty.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcs_id[] = "$Id$";
-#endif
-
 #include <stdio.h>
 #include <krb5/krb5.h>
 #include <krb.h>
index 69442545ea56315c87cc166c7270849ed4e1861b..9d038f543cae105958ae8739c52d2bd0faa2ffba 100644 (file)
  * purpose.  It is provided "as is" without express or implied warranty.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcs_id[] = "$Id$";
-#endif
-
 #include <stdio.h>
 #include <sys/types.h>
 #include <sys/socket.h>
index adc6a592f1a7e3cbd9419001aeda06fdb830951b..27d6ef10a6a337d3e566065b394ed963dbe4f554 100644 (file)
  * purpose.  It is provided "as is" without express or implied warranty.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcs_id[] = "$Id$";
-#endif
-
 #include <stdio.h>
 #include <krb5/krb5.h>
 #include <krb.h>
index 5a655433d4cb061c53ffc223cb33ca5a2bd244ce..2854f85011c37091d1ef523bf6e5cce518490695 100644 (file)
  * purpose.  It is provided "as is" without express or implied warranty.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcs_id[] = "$Id$";
-#endif
-
 #include <stdio.h>
 #include <krb5/krb5.h>
 #include <krb.h>
index c67ad60251e709a363680343167e08390983a0a3..3a864f8dddd7028915055f6793aa83b9e3c6b1ff 100644 (file)
  * purpose.  It is provided "as is" without express or implied warranty.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcs_id[] = "$Id$";
-#endif
-
 #include <stdio.h>
 #include <krb5/krb5.h>
 #include <krb.h>
index 4ef60ab05e8147185d89a109d23a2fb7b3fa2513..3ce61bcc34ad4d0bbfdf26d4f340531bcfb1ff74 100644 (file)
@@ -18,8 +18,4 @@
  * purpose.  It is provided "as is" without express or implied warranty.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcs_id[] = "$Id$";
-#endif
-
 int krb524_debug = 0;
index e11dcc2b753ad05126f8934d5c42a533f81c3920..1f00e7c3679ad68ecd451a70749b7a7f25906ad9 100644 (file)
  * purpose.  It is provided "as is" without express or implied warranty.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcs_id[] = "$Id$";
-#endif
-
 #include <stdio.h>
 #include <krb5/krb5.h>
 #include <krb.h>
@@ -29,10 +25,6 @@ static char rcs_id[] = "$Id$";
 extern int optind;
 extern char *optarg;
 
-#if !defined(lint) && !defined(SABER)
-const char rcsid[] = "$Id$";
-#endif
-
 main(int argc, char **argv)
 {
      krb5_principal client, server;
index 50cf3ef98e8f07e379a76fc4a708ffe9d93f28e4..86ca541bd2748a32de369df5bb3c1b2802f0e65e 100644 (file)
 #ifndef __KRB524_H__
 #define __KRB524_H__
 
-/*
- * $Id$
- */
-
 #define KRB524_SERVICE "krb524"
 #define KRB524_PORT 4444
 
index 3bb341936994f3befcfbe4679a59fef51e3b7689..5967e54133b6eb7e713d867b92f5590127296e2b 100644 (file)
  * purpose.  It is provided "as is" without express or implied warranty.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcs_id[] = "$Id$";
-#endif
-
 #include <stdio.h>
 #include <string.h>
 #include <sys/types.h>
index d5f41e395354ca2c1535655c21c58ce35a5c64e6..d93b79e5892d85b2aa7f0058b8cf5184d0c73fb3 100644 (file)
  * purpose.  It is provided "as is" without express or implied warranty.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcs_id[] = "$Id$";
-#endif
-
 #include <stdio.h>
 #include "krb524.h"
 
index 1e6919f9d611a26f225fb1ac073abdc6f64167f9..e4846e30f87e0842b5b5bcb7a7045fc710f7c3ef 100644 (file)
  * backoff retry algorithm.  This is based on krb5_sendto_kdc.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcs_id[] = "$Id$";
-#endif /* !lint & !SABER */
-
 #include <krb5/krb5.h>
 #include <krb5/ext-proto.h>
 
index 917d35e7248e772e00213e1f894306acd4210f84..c52295ad3ca959bf1a918faffb7bfa4faed3be93 100644 (file)
  * purpose.  It is provided "as is" without express or implied warranty.
  */
 
-#if !defined(lint) && !defined(SABER)
-static char rcs_id[] = "$Id$";
-#endif
-
 #include <stdio.h>
 #include <time.h>
 #include <sys/types.h>