Skip Menu |
 

Download (untitled) / with headers
text/plain 2.2KiB
From schwim@whatmore.Stanford.EDU Mon Apr 13 14:27:06 1998
Received: from MIT.EDU (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.69.0.28]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id OAA01903 for <bugs@RT-11.MIT.EDU>; Mon, 13 Apr 1998 14:27:05 -0400
Received: from whatmore.Stanford.EDU by MIT.EDU with SMTP
id AA02255; Mon, 13 Apr 98 14:27:44 EDT
Received: (from schwim@localhost)
by whatmore.Stanford.EDU (8.8.8/8.8.8) id LAA17248;
Mon, 13 Apr 1998 11:26:56 -0700 (PDT)
Message-Id: <199804131826.LAA17248@whatmore.Stanford.EDU>
Date: Mon, 13 Apr 1998 11:26:56 -0700 (PDT)
From: Larry Schwimmer <schwim@whatmore.Stanford.EDU>
To: krb5-bugs@MIT.EDU
Cc: schwim@leland.Stanford.EDU
Subject: PATCH: typo in apps/telnet/telnet/telnet.c

Show quoted text
>Number: 580
>Category: krb5-appl
>Synopsis: PATCH: typo in apps/telnet/telnet/telnet.c
>Confidential: yes
>Severity: serious
>Priority: medium
>Responsible: tlyu
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Mon Apr 13 14:28:00 EDT 1998
>Last-Modified: Mon Jul 26 17:52:23 EDT 1999
>Originator:
>Organization:
>Release:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
>Audit-Trail:

Responsible-Changed-From-To: gnats-admin->tlyu
Responsible-Changed-By: tlyu
Responsible-Changed-When: Mon Jul 26 17:51:46 1999
Responsible-Changed-Why:

refiled

State-Changed-From-To: open-closed
State-Changed-By: tlyu
State-Changed-When: Mon Jul 26 17:52:08 1999
State-Changed-Why:

applied. thanks.

Show quoted text
>Unformatted:
Submitter-Id: net
Originator: Larry Schwimmer
Confidential: no
Synopsis: apps/telnet/telnet/telnet.c
Severity: non-critical
Priority: low
Category: krb5-clients
Class: doc-bug
Release: 1.0.5
Environment: all
Description:

telnet contains a small grammatical error.

yours,
Larry Schwimmer
schwim@leland.stanford.edu
Leland Systems Group

--- telnet.c.orig Fri Feb 6 19:41:45 1998
+++ telnet.c Fri Apr 10 17:41:22 1998
@@ -2312,7 +2312,7 @@
send_will(TELOPT_ENCRYPT, 1);
while (1) {
if (my_want_state_is_wont(TELOPT_AUTHENTICATION)) {
- printf("\nServer refused to negotiation authentication, which is required\n");
+ printf("\nServer refused to negotiate authentication, which is required\n");
printf("for encryption. Good bye.\n\r");
Exit(1);
}