1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00
putty-source/ssh
Simon Tatham ff941299cf Uppity: add stunt options for trivial authentication.
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.)
2021-06-19 21:34:56 +01:00
..
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 Uppity: add stunt options for trivial authentication. 2021-06-19 21:34:56 +01:00
login1.c New option to reject 'trivial' success of userauth. 2021-06-19 21:34:56 +01:00
mainchan.c
nogss.c
nosharing.c
pgssapi.c
pgssapi.h
portfwd.c
ppl.h New option to reject 'trivial' success of userauth. 2021-06-19 21:34:56 +01:00
scpserver.c
server.c New Seat method, notify_remote_disconnect. 2021-05-22 13:09:34 +01:00
server.h Uppity: add stunt options for trivial authentication. 2021-06-19 21:34:56 +01:00
sesschan.c New Seat method, notify_remote_disconnect. 2021-05-22 13:09:34 +01:00
sftp.c
sftp.h
sftpcommon.c
sftpserver.c
sharing.c
signal-list.h
ssh.c New option to reject 'trivial' success of userauth. 2021-06-19 21:34:56 +01:00
transient-hostkey-cache.c
transport2.c
transport2.h
ttymode-list.h
userauth2-client.c New option to reject 'trivial' success of userauth. 2021-06-19 21:34:56 +01:00
userauth2-server.c Uppity: add stunt options for trivial authentication. 2021-06-19 21:34:56 +01:00
verstring.c
x11fwd.c
zlib.c