include file fix-ups
authorJohn Kohl <jtkohl@mit.edu>
Wed, 23 May 1990 11:28:49 +0000 (11:28 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 23 May 1990 11:28:49 +0000 (11:28 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@911 dc483132-0cff-0310-8789-dd5450dbe970

31 files changed:
src/lib/crypto/des/cbc_cksum.c
src/lib/crypto/des/cksum.c
src/lib/crypto/des/enc_dec.c
src/lib/crypto/des/fin_rndkey.c
src/lib/crypto/des/finish_key.c
src/lib/crypto/des/init_rkey.c
src/lib/crypto/des/key_parity.c
src/lib/crypto/des/key_sched.c
src/lib/crypto/des/make_e.c
src/lib/crypto/des/make_fp.c
src/lib/crypto/des/make_ip.c
src/lib/crypto/des/make_kp.c
src/lib/crypto/des/make_odd.c
src/lib/crypto/des/make_p.c
src/lib/crypto/des/make_pt.c
src/lib/crypto/des/make_s.c
src/lib/crypto/des/make_st.c
src/lib/crypto/des/misc.c
src/lib/crypto/des/new_rn_key.c
src/lib/crypto/des/process_ky.c
src/lib/crypto/des/random_key.c
src/lib/crypto/des/string2key.c
src/lib/crypto/des/verify.c
src/lib/crypto/des/weak_key.c
src/lib/kdb/decrypt_key.c
src/lib/kdb/encrypt_key.c
src/lib/kdb/fetch_mkey.c
src/lib/kdb/kdb_dbm.c
src/lib/kdb/setup_mkey.c
src/lib/kdb/store_mkey.c
src/lib/kdb/verify_mky.c

index 6bb8ef9eb883a7fedba1534d04edd841625e1010..fada850993097fba60868c610b26ab3d4abe416a 100644 (file)
@@ -24,11 +24,8 @@ static char des_cbc_checksum_c[] =
 
 #include <krb5/copyright.h>
 
-#include <sys/errno.h>
-
 #include <krb5/krb5.h>
 #include <krb5/ext-proto.h>
-#include <krb5/krb5_err.h>
 
 #include "des_int.h"
 
index 15952cdc09cec3bd0d05050cedeed4540d2c2c4d..1bcbab0975a99b3c76d8353b092661f66b4c4e10 100644 (file)
@@ -25,11 +25,10 @@ static char rcsid_cksum_c[] =
 "$Id$";
 #endif /* !lint & !SABER */
 
-#include <mit-copyright.h>
-#include <stdio.h>
-#include <strings.h>
-
+#include <krb5/copyright.h>
 #include <krb5/krb5.h>
+#include <krb5/ext-proto.h>
+
 #include "des_int.h"
 
 extern int mit_des_debug;
index 0036546e4f9ee65e2ba30382ee722fb6b2eaf6ff..72f19e139881d2ca42e904a3f2559c575ab5fd4d 100644 (file)
@@ -30,9 +30,6 @@ static char rcsid_enc_dec_c[] =
 
 #include <krb5/copyright.h>
 
-#include <sys/errno.h>
-#include <krb5/krb5_err.h>
-
 #include <krb5/krb5.h>
 #include <krb5/ext-proto.h>
 #include <krb5/crc-32.h>
index b70792314235395183cd736455b3844a6695fc6a..02f588c096cae8d8da3bef2dc3be12c1c694afcc 100644 (file)
@@ -15,9 +15,6 @@ static char des_fnr_key_c[] =
 #endif /* !lint & !SABER */
 
 #include <krb5/copyright.h>
-
-#include <sys/errno.h>
-
 #include <krb5/krb5.h>
 #include <krb5/mit-des.h>
 #include <krb5/ext-proto.h>
index 338688e9f4594aa6e750303a79cff7b620902f7d..39f7db22fa0ab9140c1296e105720eb697d195c0 100644 (file)
@@ -15,9 +15,6 @@ static char des_fin_key_c[] =
 #endif /* !lint & !SABER */
 
 #include <krb5/copyright.h>
-
-#include <sys/errno.h>
-
 #include <krb5/krb5.h>
 #include <krb5/ext-proto.h>
 
index 8094222b6da842ddd79a140d22f791849eddcd40..02be2234c4c83676b4890c76c37e8e27830c6a56 100644 (file)
@@ -15,12 +15,8 @@ static char des_inr_key_c[] =
 #endif /* !lint & !SABER */
 
 #include <krb5/copyright.h>
-
-#include <sys/errno.h>
-
 #include <krb5/krb5.h>
 #include <krb5/ext-proto.h>
-#include <krb5/krb5_err.h>
 
 #include "des_int.h"
 
index 62d2f497197410cb9aefa1c3f4cc4c22d1c43975..ca7c62aea978a081fd2cc8a91d33154a0bc70744 100644 (file)
 
 #if !defined(lint) && !defined(SABER)
 static char key_parity_c[] =
-"$Header$";
+"$Id$";
 #endif /* !lint & !SABER */
 
-#include <mit-copyright.h>
+#include <krb5/copyright.h>
 #include <krb5/krb5.h>
 #include "des_int.h"
 
index 3c55181330e548269178c011e2e60683908d4ddc..b396e018f00cfa7de75348fa82f786f21f29fd83 100644 (file)
 
 #if !defined(lint) && !defined(SABER)
 static char key_sched_c[] =
-"$Header$";
+"$Id$";
 #endif /* !lint & !SABER */
 
-#include <mit-copyright.h>
+#include <krb5/copyright.h>
 #include <stdio.h>
 
 #include <krb5/krb5.h>
index 032eff2910e9717f4e63ad7b584403a06fc78b33..6842f55ff9c8a054e740073188df833d70ced44c 100644 (file)
@@ -2,17 +2,18 @@
  * $Source$
  * $Author$
  *
- * Copyright 1987, 1988 by the Massachusetts Institute of Technology.
+ * Copyright 1987, 1988,1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information,
- * please see the file <mit-copyright.h>.
+ * please see the file <krb5/copyright.h>.
  *
  * This routine generates source code that implements the "E"
  * operations of the DES.
  */
 
-#include <stdio.h>
+#include <krb5/mit-copyright.h>
 #include <krb5/krb5.h>
+#include <stdio.h>
 #include "des_int.h"
 #include "tables.h"
 
index 0bfb8a56d57f9b6c26390c1b30e2b5109c3ef3dd..22bc330915aeac734723e936939c0be7b3bc2ff6 100644 (file)
@@ -2,18 +2,18 @@
  * $Source$
  * $Author$
  *
- * Copyright 1988 by the Massachusetts Institute of Technology.
+ * Copyright 1988,1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information,
- * please see the file <mit-copyright.h>.
+ * please see the file <krb5/copyright.h>.
  *
  * This file contains a generation routine for source code
  * implementing the final permutation of the DES.
  */
 
 #include <krb5/copyright.h>
-#include <stdio.h>
 #include <krb5/krb5.h>
+#include <stdio.h>
 #include <krb5/ext-proto.h>
 #include "des_int.h"
 #include "tables.h"
index 40cb7e77db4397b0fa8884c75ff7e07cabc35084..feb02f71fc4dfcfac4096455251df0f4a64d45be 100644 (file)
@@ -2,18 +2,18 @@
  * $Source$
  * $Author$
  *
- * Copyright 1987, 1988 by the Massachusetts Institute of Technology.
+ * Copyright 1987, 1988,1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * This routine generates source code implementing the initial
  * permutation of the DES.
  */
 
-#include <mit-copyright.h>
-#include <stdio.h>
+#include <krb5/copyright.h>
 #include <krb5/krb5.h>
+#include <stdio.h>
 #include "des_int.h"
 #include "tables.h"
 
index dc337fa246dec9cbd0a921cb611f0325dfda65be..8863e370b2bdadaf5c3d3499f4ff298a2f662aaf 100644 (file)
@@ -3,10 +3,10 @@
  * $Author$
  * $Locker$
  *
- * Copyright 1988 by the Massachusetts Institute of Technology.
+ * Copyright 1988,1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * This routine calculates an effective Key schedule set of
  * permutations for des.  Beginning with the pre-defined key schedule
  * subscripts starting at 0.
  */
 
-#include <mit-copyright.h>
-#include <stdio.h>
-#include <errno.h>
+#include <krb5/copyright.h>
 #include <krb5/krb5.h>
+#include <stdio.h>
 #include "des_int.h"
 
 #ifndef lint
 static char rcsid[]=
-    "$Header$";
+    "$Id$";
 #endif /* lint */
 
 char *progname;
index d44159523b21b7a25474b11be5332a298bb3e0c4..84653ea50c94c387520aebe44e9a962d6cad5146 100644 (file)
@@ -2,10 +2,10 @@
  * $Source$
  * $Author$
  *
- * Copyright 1988 by the Massachusetts Institute of Technology.
+ * Copyright 1988,1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see
- * the file <mit-copyright.h>.
+ * the file <krb5/copyright.h>.
  *
  * This routine generates an odd-parity table for use in key generation.
  */
index 65b8090000f1d52f147bb6423254c8dde6448ed3..4f2cc9bf88ce8816e2f87b44d7d0c9b6b1fb5641 100644 (file)
@@ -2,17 +2,17 @@
  * $Source$
  * $Author$
  *
- * Copyright 1985, 1988 by the Massachusetts Institute of Technology.
+ * Copyright 1985, 1988,1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please
- * see the file <mit-copyright.h>.
+ * see the file <krb5/copyright.h>.
  *
  * This routine generates the P permutation code for the DES.
  */
 
 #include <krb5/copyright.h>
-#include <stdio.h>
 #include <krb5/krb5.h>
+#include <stdio.h>
 #include "des_int.h"
 #include "tables.h"
 
index f0c2a10c3a88634a1bfbb932a4a0d214ddee8146..ffe9cb5987b0e79e095199b47030d1ff6e03e616 100644 (file)
@@ -2,16 +2,16 @@
  * $Source$
  * $Author$
  *
- * Copyright 1985, 1988 by the Massachusetts Institute of Technology.
+ * Copyright 1985, 1988,1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please
- * see the file <mit-copyright.h>.
+ * see the file <krb5/copyright.h>.
  *
  */
 
-#include <mit-copyright.h>
-#include <stdio.h>
+#include <krb5/copyright.h>
 #include <krb5/krb5.h>
+#include <stdio.h>
 #include "des_int.h"
 #include "tables.h"
 
index e4c42cacab0d22acfe246849b9fe5f5abb39fcda..342b4c873d27cb08e55ee47c42b8a2cc0c447dcf 100644 (file)
@@ -2,15 +2,15 @@
  * $Source$
  * $Author$
  *
- * Copyright 1985, 1988 by the Massachusetts Institute of Technology.
+ * Copyright 1985, 1988, 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please
- * see the file <mit-copyright.h>.
+ * see the file <krb5/copyright.h>.
  */
 
-#include <mit-copyright.h>
-#include <stdio.h>
+#include <krb5/copyright.h>
 #include <krb5/krb5.h>
+#include <stdio.h>
 #include "des_int.h"
 #include "s_table.h"
 
index f267e0607ff49f3a758016dd22c41c1c61f82347..144f20f0dec4921be230cadcd2af71bebbc671bd 100644 (file)
@@ -2,15 +2,15 @@
  * $Source$
  * $Author$
  *
- * Copyright 1985, 1988 by the Massachusetts Institute of Technology.
+ * Copyright 1985, 1988, 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please
- * see the file <mit-copyright.h>.
+ * see the file <krb5/copyright.h>.
  */
 
-#include <mit-copyright.h>
-#include <stdio.h>
+#include <krb5/copyright.h>
 #include <krb5/krb5.h>
+#include <stdio.h>
 #include "des_int.h"
 #include "tables.h"
 
index c596f82ebcbcbc4716976b0795be2805cf72c4cd..65d8c17dad766bd2a2d3a47aaf4291f10f9944a6 100644 (file)
@@ -2,10 +2,10 @@
  * $Source$
  * $Author$
  *
- * Copyright 1988 by the Massachusetts Institute of Technology.
+ * Copyright 1988,1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information,
- * please seethe file <mit-copyright.h>.
+ * please seethe file <krb5/copyright.h>.
  *
  * This file contains most of the routines needed by the various
  * make_foo programs, to account for bit- and byte-ordering on
  */
 
 #include <krb5/copyright.h>
-#include <stdio.h>
-#include <sys/errno.h>
 #include <krb5/krb5.h>
 #include <krb5/ext-proto.h>
+#include <stdio.h>
 
 #include "des_int.h"
 
index 58f98fe72fdfc581c8e31ea909ee358a8d8e14f0..2f663b53f932a7c0dfe4319e3544ab462d2a7358 100644 (file)
@@ -2,10 +2,10 @@
  * $Source$
  * $Author$
  *
- * Copyright 1988 by the Massachusetts Institute of Technology.
+ * Copyright 1988,1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * New pseudo-random key generator, using DES encryption to make the
  * pseudo-random cycle as hard to break as DES.
 
 #if !defined(lint) && !defined(SABER)
 static char new_rnd_key_c[] =
-"$Header$";
+"$Id$";
 #endif /* !lint & !SABER */
 
-#include <mit-copyright.h>
+#include <krb5/copyright.h>
 
 #include <krb5/krb5.h>
 #include "des_int.h"
index 5060911f929909fd72a9cadef9f346404e571a29..b21228c5ff4291696d462e7a07604154eb9656ea 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  */
 
@@ -16,11 +16,8 @@ static char des_prc_key_c[] =
 
 #include <krb5/copyright.h>
 
-#include <sys/errno.h>
-
 #include <krb5/krb5.h>
 #include <krb5/ext-proto.h>
-#include <krb5/krb5_err.h>
 
 #include "des_int.h"
 
index 84930d79a954ebc7d79b388427e03aa0264963ec..468610fe116107358f40491221e89e00cd8bf028 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  */
 
@@ -16,8 +16,6 @@ static char des_ran_key_c[] =
 
 #include <krb5/copyright.h>
 
-#include <sys/errno.h>
-
 #include <krb5/krb5.h>
 #include <krb5/ext-proto.h>
 
index d3732fd1587caa291f185026d3524792215f2617..33fa0d8581075d97137c388c620c20f51220ffd9 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * Wrapper for the V4 libdes for use with kerberos V5.
  */
@@ -17,10 +17,7 @@ static char des_st2_key_c[] =
 
 #include <krb5/copyright.h>
 
-#include <sys/errno.h>
-
 #include <krb5/krb5.h>
-#include <krb5/krb5_err.h>
 #include <krb5/ext-proto.h>
 
 #include "des_int.h"
index a4e6e1b06500c25091afcc9292fbe39ab3c4663f..eab24fae13575e5e0ddc5ecbc7fd43fc11bb9f36 100644 (file)
@@ -19,14 +19,11 @@ static char rcsid_verify_c[] =
 "$Id$";
 #endif /*lint*/
 
-#include <mit-copyright.h>
-#include <stdio.h>
-#include <string.h>
-#include <errno.h>
+#include <krb5/copyright.h>
 #include <krb5/krb5.h>
-#include <krb5/mit-des.h>
-#include <krb5/krb5_err.h>
 #include <krb5/ext-proto.h>
+#include <krb5/mit-des.h>
+#include <stdio.h>
 #include <com_err.h>
 
 extern int errno;
index 5aa19d1038769cffc1e83c1c5fbb8c75cb9bcac9..e46490af3b36f0e29a383f5917e320f3ed2933ce 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1989 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * Under U.S. law, this software may not be exported outside the US
  * without license from the U.S. Commerce department.
 
 #if !defined(lint) && !defined(SABER)
 static char weak_key_c[] =
-"$Header$";
+"$Id$";
 #endif /* !lint & !SABER */
 
+#include <krb5/copyright.h>
 #include <krb5/krb5.h>
 #include <krb5/ext-proto.h>
 #include "des_int.h"
index 683c34bedb065fb8cf6994962f7157323d30e0fc..95c92d9f5c5fe789efc96991c08831cfde391829 100644 (file)
@@ -17,9 +17,7 @@ static char rcsid_decrypt_key_c [] =
 
 #include <krb5/copyright.h>
 #include <krb5/krb5.h>
-#include <krb5/kdb5_err.h>
 #include <krb5/ext-proto.h>
-#include <errno.h>
 
 
 /*
index b60752433528e81d6aec26d358c0d3a635be7e00..f2c2c5e1b8d733f62d74f82c9506c151cea0a0af 100644 (file)
@@ -17,9 +17,7 @@ static char rcsid_encrypt_key_c [] =
 
 #include <krb5/copyright.h>
 #include <krb5/krb5.h>
-#include <krb5/kdb5_err.h>
 #include <krb5/ext-proto.h>
-#include <errno.h>
 
 /*
  * Encrypt a key for storage in the database.  "eblock" is used
index 809f417f31ee6227155684840d0e5504c76e6cca..43e28f303c06dd68b89a9fa29e7107e145280a33 100644 (file)
@@ -18,15 +18,11 @@ static char rcsid_fetch_mkey_c[] =
 
 #include <krb5/copyright.h>
 #include <krb5/krb5.h>
-#include <krb5/krb5_err.h>
-#include <krb5/kdb5_err.h>
 #include <krb5/kdb.h>
-#include <errno.h>
-#include <stdio.h>
 #include <krb5/libos-proto.h>
 #include <krb5/ext-proto.h>
+#include <krb5/sysincl.h>              /* for MAXPATHLEN */
 #include "kdbint.h"
-#include <sys/param.h>                 /* XXX for MAXPATHLEN */
 
 /* these are available to other funcs, and the pointers may be reassigned */
 
index af0182040ca8245e1afb1126c31d6f0660aeb2d3..355e1c7eb2867af1f3ea69a66a2021e30d48e12e 100644 (file)
@@ -14,24 +14,12 @@ static char rcsid_krb_dbm_c[] =
 #endif /* lint */
 
 #include <krb5/copyright.h>
-
-#include <krb5/dbm.h>
-
-#include <stdio.h>
-
-/* XXX these should go into a central system include file */
-#include <sys/types.h>
-#include <sys/time.h>
-#include <sys/stat.h>
-#include <sys/file.h>
-#include <errno.h>
-
 #include <krb5/krb5.h>
+#include <krb5/dbm.h>
 #include <krb5/kdb.h>
 #include <krb5/kdb_dbm.h>
-#include <krb5/kdb5_err.h>
-
 #include <krb5/ext-proto.h>
+#include <krb5/sysincl.h>
 
 #define KRB5_DBM_MAX_RETRY 5
 
index 451221a9c7bff7fc3b2ebea6154fc7cfb52d97c4..182a6ede3dfe8fff24adc67337eb41e7bc20c058 100644 (file)
@@ -19,7 +19,6 @@ static char rcsid_setup_mkey_c[] =
 #include <krb5/krb5.h>
 #include <krb5/kdb.h>
 #include <krb5/ext-proto.h>
-#include <errno.h>
 
 /*
  * Given a key name and a realm name, construct a principal which can be used
index f3f99a4b3e4ea7f819ed5fcf7ae812f517111223..70eb35cc8dd1601667e589c8aea170d71b142336 100644 (file)
@@ -19,15 +19,10 @@ static char rcsid_store_mkey_c[] =
 #include <krb5/copyright.h>
 #include <krb5/krb5.h>
 #include <krb5/kdb.h>
-#include <errno.h>
-#include <stdio.h>
 #include <krb5/libos-proto.h>
 #include <krb5/ext-proto.h>
 #include "kdbint.h"
-#include <sys/param.h>                 /* XXX for MAXPATHLEN */
-#ifdef unix
-#include <sys/file.h>                  /* XX for umask prototype */
-#endif
+#include <krb5/sysincl.h>              /* for MAXPATHLEN */
 
 /*
  * Put the KDC database master key into a file.  If keyfile is NULL,
index 912e99f1fb273d50dd396f972b45f4463127da7e..5b0872bd56eb1078ee9586b8cf7e959b4417839c 100644 (file)
@@ -18,9 +18,6 @@ static char rcsid_verify_mky_c[] =
 #include <krb5/copyright.h>
 #include <krb5/krb5.h>
 #include <krb5/kdb.h>
-#include <krb5/krb5_err.h>
-#include <krb5/kdb5_err.h>
-#include <errno.h>
 #include <krb5/ext-proto.h>
 
 /*