From xemacs-m  Mon Dec 30 19:53:50 1996
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with ESMTP
	  id TAA18702 for <xemacs-beta@xemacs.org>; Mon, 30 Dec 1996 19:53:49 -0600 (CST)
Received: (from steve@localhost)
          by altair.xemacs.org (8.8.4/8.8.4)
	  id SAA10199; Mon, 30 Dec 1996 18:04:17 -0800
Sender: steve@xemacs.org
To: xemacs-beta@xemacs.org
Subject: Re: telnet feature?
References: <199612301547.KAA00443@jet-sun.med.iacnet.com>
X-Url: http://www.miranova.com/%7Esteve/
Mail-Copies-To: never
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: andreas@sccon.com's message of Mon, 30 Dec 1996 10:47:54 -0500
Mime-Version: 1.0 (generated by tm-edit 7.100)
Content-Type: text/plain; charset=US-ASCII
Date: 30 Dec 1996 18:04:16 -0800
Message-ID: <m2681jii5b.fsf@altair.xemacs.org>
Lines: 37
X-Mailer: Red Gnus v0.72/XEmacs 19.15

>>>>> "andreas" == andreas  <andreas@sccon.com> writes:

andreas> hi all...

andreas> is is possible to turn off the echoing of the password when
andreas> logging in a telnet session as is done in emacs-19.34...

andreas> right now it is displayed as typed but once the enter key it is
andreas> removed... this is not very secure...

Thanks for the report Andreas.  This bug is also in 19.14, so you get
3 bug fixes for the price of 1 :-).

Index: telnet.el
===================================================================
RCS file: /usr/local/xemacs/xemacs-20.0/lisp/comint/telnet.el,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 telnet.el
--- telnet.el	1996/12/21 20:47:08	1.1.1.2
+++ telnet.el	1996/12/31 01:59:28
@@ -126,9 +126,7 @@
 	  ((string-match "its" string)
 	   (setq telnet-prompt-pattern  "^[^*>\n]*[*>] *"))
 	  ((string-match "explorer" string) ;;explorer telnet needs work
-	   (setq telnet-replace-c-g ?\n))
-	  (t
-	   (setq telnet-prompt-pattern telnet-default-prompt-pattern))))
+	   (setq telnet-replace-c-g ?\n))))
   (setq comint-prompt-regexp telnet-prompt-pattern))
 
 (defun telnet-initial-filter (proc string)

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.
"That Bill Clinton.  He probably doesn't know how to log on to the
Internet."  -- Rush Limbaugh, noted Computer Expert

