Subject: Re: CVS commit: src/lib/libtelnet (sra.c)
To: Christos Zoulas <christos@netbsd.org>
From: Geoff Wing <gcw@pobox.com>
List: current-users
Date: 10/26/2005 17:14:03
On Wednesday 2005-10-26 08:03 +1000, Christos Zoulas output:
: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.

:cvs rdiff -r1.6 -r1.7 src/lib/libtelnet/sra.c

This fixes my PR#30149.

Thanks,
Geoff