[2339] in Kerberos-V5-bugs

home help back first fref pref prev next nref lref last post

pending/94: krb5b7: Add a "forward" command to telnet (more changes)

daemon@ATHENA.MIT.EDU (Jonathan I. Kamens)
Thu Oct 10 12:59:37 1996

Resent-From: gnats@rt-11.MIT.EDU (GNATS Management)
Resent-To: gnats-admin@rt-11.MIT.EDU
Resent-Reply-To: krb5-bugs@MIT.EDU, "Jonathan I. Kamens" <jik@jik.tiac.net>
Date: Tue, 17 Sep 1996 17:04:37 -0400
From: "Jonathan I. Kamens" <jik@jik.tiac.net>
To: krb5-bugs@MIT.EDU, kerberos@MIT.EDU


>Number:         94
>Category:       pending
>Synopsis:       krb5b7: Add a "forward" command to telnet (more changes)
>Confidential:   yes
>Severity:       serious
>Priority:       medium
>Responsible:    gnats-admin
>State:          open
>Class:          sw-bug
>Submitter-Id:   unknown
>Arrival-Date:   Thu Oct e 12:57:00 EDT 1996
>Last-Modified:
>Originator:
>Organization:
>Release:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
>Audit-Trail:
>Unformatted:
I forgot a couple of the patches in my last message.  Here they are:

--- telnet/externs.h	1996/09/17 19:59:32	1.1
+++ telnet/externs.h	1996/09/17 20:59:35	1.2.1.1
@@ -248,6 +248,15 @@
 extern void
     SetNetTrace P((char *));	/* Function to change where debugging goes */
 
+#ifdef FORWARD
+/* These values need to be the same as defined in libtelnet/kerberos5.c */
+/* Either define them in both places, or put in some common header file. */
+#define OPTS_FORWARD_CREDS           0x00000002
+#define OPTS_FORWARDABLE_CREDS       0x00000001
+
+
+#endif
+
 extern jmp_buf
     peerdied,
     toplevel;		/* For error conditions. */
--- telnet/main.c	1996/09/17 20:01:49	1.1
+++ telnet/main.c	1996/09/17 21:02:40	1.2.1.1
@@ -45,15 +45,6 @@
 #include "externs.h"
 #include "defines.h"
 
-/* These values need to be the same as defined in libtelnet/kerberos5.c */
-/* Either define them in both places, or put in some common header file. */
-#define OPTS_FORWARD_CREDS           0x00000002
-#define OPTS_FORWARDABLE_CREDS       0x00000001
-
-#if 0
-#define FORWARD
-#endif
-
 /*
  * Initialize variables.
  */

home help back first fref pref prev next nref lref last post