mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
ff941299cf
This allows the 'no trivial auth' option introduced by the previous commit to be tested. Uppity has grown three new options to make it accept "none" authentication, keyboard-interactive involving no prompts, and the perverse sending of USERAUTH_SUCCESS after a signatureless public-key offer. The first of those options also enables the analogue in SSH-1; the other two have no SSH-1 analogues in the first place. (SSH-1 public key authentication has a challenge-response structure that doesn't contain any way to terminate the exchange early with success. And the TIS and CryptoCard methods, which are its closest analogue of k-i, have a fixed number of prompts, which is not 0.) |
||
---|---|---|
.. | ||
agentf.c | ||
bpp1.c | ||
bpp2.c | ||
bpp-bare.c | ||
bpp.h | ||
censor1.c | ||
censor2.c | ||
channel.h | ||
CMakeLists.txt | ||
common.c | ||
connection1-client.c | ||
connection1-server.c | ||
connection1.c | ||
connection1.h | ||
connection2-client.c | ||
connection2-server.c | ||
connection2.c | ||
connection2.h | ||
crc-attack-detector.c | ||
gss.h | ||
gssc.c | ||
gssc.h | ||
kex2-client.c | ||
kex2-server.c | ||
login1-server.c | ||
login1.c | ||
mainchan.c | ||
nogss.c | ||
nosharing.c | ||
pgssapi.c | ||
pgssapi.h | ||
portfwd.c | ||
ppl.h | ||
scpserver.c | ||
server.c | ||
server.h | ||
sesschan.c | ||
sftp.c | ||
sftp.h | ||
sftpcommon.c | ||
sftpserver.c | ||
sharing.c | ||
signal-list.h | ||
ssh.c | ||
transient-hostkey-cache.c | ||
transport2.c | ||
transport2.h | ||
ttymode-list.h | ||
userauth2-client.c | ||
userauth2-server.c | ||
verstring.c | ||
x11fwd.c | ||
zlib.c |