Tartarus CVS: putty simon
tartarus-commits-admin@lists.tartarus.org
tartarus-commits-admin@lists.tartarus.org
Thu, 15 Mar 2001 17:14:31 +0000
CVSROOT: /home/cvs
Module name: putty
Changes by: simon 01/03/15 17:14:31
Modified files:
. : ssh.c
Log message:
Add support for SSH2 userauth banners. We currently can't deal with
printing them _before_ the username prompt. This apparently isn't very
serious because OpenSSH doesn't _send_ it before the username prompt,
but only in response to USERAUTH_REQUEST "none". Good job we do that!