+Tue Feb 28 01:41:04 1995 John Gilmore (gnu at toad.com)
+
+ * forward.c, kcmd.c, krcp.c, krlogin.c, krlogind.c, krsh.c,
+ krshd.c: Avoid <krb5/...> and <com_err.h> includes.
+
Tue Feb 14 15:30:55 1995 Chris Provenzano (proven@mit.edu)
* kcmd.c Call krb5_sendauth() and krb5_get_credentials() with
#include <pwd.h>
#include <netdb.h>
-#include <krb5/krb5.h>
-#include <krb5/asn1.h>
-#include <krb5/los-proto.h>
-#include <krb5/ext-proto.h>
+#include "krb5.h"
/* Decode, decrypt and store the forwarded creds in the local ccache. */
krb5_error_code
#include <netdb.h>
#include <errno.h>
-#include <krb5/krb5.h>
-#include <krb5/asn1.h>
-#include <krb5/ext-proto.h>
+#include "krb5.h"
#include "defines.h"
#endif
#ifdef KERBEROS
-#include <krb5/krb5.h>
-#include <krb5/asn1.h>
-#include <krb5/mit-des.h>
-#include <krb5/los-proto.h>
-
-#include <com_err.h>
+#include "krb5.h"
+#include "com_err.h"
#ifdef BUFSIZ
#undef BUFSIZ
#endif
#ifdef KERBEROS
-#include <krb5/krb5.h>
-#include <krb5/asn1.h>
-#include <krb5/mit-des.h>
-#include <krb5/los-proto.h>
-#include <com_err.h>
+#include "krb5.h"
+#include "com_err.h"
#include "defines.h"
#ifdef BUFSIZ
#ifdef KERBEROS
-#include <krb5/krb5.h>
-#include <krb5/osconf.h>
-#include <krb5/asn1.h>
-#include <krb5/mit-des.h>
-#include <krb5/los-proto.h>
+#include "krb5.h"
#include <kerberosIV/krb.h>
#ifdef BUFSIZ
int v5_des_read(), v5_des_write();
-#include <com_err.h>
+#include "com_err.h"
#define SECURE_MESSAGE "This rlogin session is using DES encryption for all data transmissions.\r\n"
#endif
#ifdef KERBEROS
-#include <krb5/krb5.h>
-#include <krb5/asn1.h>
-#include <krb5/mit-des.h>
-#include <krb5/osconf.h>
-#include <com_err.h>
+#include "krb5.h"
+#include "com_err.h"
#include "defines.h"
#endif /* KERBEROS */
#endif
#ifdef KERBEROS
-#include <krb5/krb5.h>
-#include <krb5/asn1.h>
-#include <krb5/mit-des.h>
-#include <krb5/ext-proto.h>
-
-#include <com_err.h>
+#include "krb5.h"
+#include "com_err.h"
#include "loginpaths.h"
#define ARGSTR "rRxXeEkKD:?"