1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +00:00
putty-source/ssh
Simon Tatham a73aaf9457 Uppity: add command-line options to configure auth methods.
Now you can turn various authentication methods on and off, so that
the server won't even offer (say) k-i or publickey at all.

This subsumes the previous -allow-none-auth option; there's now a
general -{allow,deny}-auth=foo option schema, so -allow-auth=none is
the new spelling of -allow-none-auth. The former spelling is kept for
backwards compatibility, just in case.
2021-09-28 18:09:36 +01:00
..
agentf.c
bpp1.c New Seat callback, seat_sent(). 2021-06-27 13:52:48 +01:00
bpp2.c New Seat callback, seat_sent(). 2021-06-27 13:52:48 +01:00
bpp-bare.c New Seat callback, seat_sent(). 2021-06-27 13:52:48 +01:00
bpp.h
censor1.c
censor2.c
channel.h
CMakeLists.txt
common.c Localise user_input to SSH connection layers. 2021-09-14 14:05:13 +01:00
connection1-client.c Divide seat_set_trust_status into query and update. 2021-09-12 09:52:46 +01:00
connection1-server.c
connection1.c Localise user_input to SSH connection layers. 2021-09-14 14:05:13 +01:00
connection1.h Localise user_input to SSH connection layers. 2021-09-14 14:05:13 +01:00
connection2-client.c Divide seat_set_trust_status into query and update. 2021-09-12 09:52:46 +01:00
connection2-server.c
connection2.c Localise user_input to SSH connection layers. 2021-09-14 14:05:13 +01:00
connection2.h Localise user_input to SSH connection layers. 2021-09-14 14:05:13 +01:00
crc-attack-detector.c
gss.h
gssc.c
gssc.h
kex2-client.c
kex2-server.c
login1-server.c Localise user_input to SSH connection layers. 2021-09-14 14:05:13 +01:00
login1.c Localise user_input to SSH connection layers. 2021-09-14 14:05:13 +01:00
mainchan.c Localise user_input to SSH connection layers. 2021-09-14 14:05:13 +01:00
nogss.c Move the SSH implementation into its own subdirectory. 2021-04-22 18:09:13 +01:00
nosharing.c
pgssapi.c
pgssapi.h
portfwd.c Allow new_connection to take an optional Seat. (NFC) 2021-09-13 17:24:47 +01:00
ppl.h Localise user_input to SSH connection layers. 2021-09-14 14:05:13 +01:00
scpserver.c
server.c Localise user_input to SSH connection layers. 2021-09-14 14:05:13 +01:00
server.h Uppity: add command-line options to configure auth methods. 2021-09-28 18:09:36 +01:00
sesschan.c seat_output: add an output type for SSH banners. (NFC) 2021-09-16 17:24:42 +01:00
sftp.c
sftp.h
sftpcommon.c
sftpserver.c
sharing.c Make all Plugs have a log function, even if no-op. 2021-09-15 13:55:22 +01:00
signal-list.h
ssh.c Localise user_input to SSH connection layers. 2021-09-14 14:05:13 +01:00
transient-hostkey-cache.c
transport2.c Localise user_input to SSH connection layers. 2021-09-14 14:05:13 +01:00
transport2.h Spelling: standardise on "DSA", not "DSS". 2021-04-22 18:34:47 +01:00
ttymode-list.h
userauth2-client.c Promote ssh2_userauth_antispoof_msg into utils. 2021-09-16 17:49:31 +01:00
userauth2-server.c Uppity: add stunt options for trivial authentication. 2021-06-19 21:34:56 +01:00
verstring.c Bug workaround to delay sending our SSH greeting. 2021-08-14 11:46:21 +01:00
x11fwd.c Allow new_connection to take an optional Seat. (NFC) 2021-09-13 17:24:47 +01:00
zlib.c Move the SSH implementation into its own subdirectory. 2021-04-22 18:09:13 +01:00