Subject: CVS commit: src/lib/libtelnet
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 10/25/2005 22:03:34
Module Name:	src
Committed By:	christos
Date:		Tue Oct 25 22:03:34 UTC 2005

Modified Files:
	src/lib/libtelnet: sra.c

Log Message:
XXX: SRA does not have a protocol feature to pass back a password prompt
which is needed for things like S/KEY. We abuse the SRA_CONTINUE message
passing the password prompt there. That is usually NULL, so SRA
implementations usually ignore it. While I am here, if telnet_gets() fails
[user hit <eof> for example], then we exit.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/lib/libtelnet/sra.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.