Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ssh
AgeCommit message (Expand)Author
2022-04-25Support for detached certificates in userauth.Simon Tatham
2022-04-24ssh_keyalg: new method 'alternate_ssh_id'.Simon Tatham
2022-04-24Utility functions to get the algorithm from a public key.Simon Tatham
2022-04-24Utility function strbuf_dup.Simon Tatham
2022-04-22Merge ssh_sw_abort_deferred fix from 'pre-0.77'.Simon Tatham
2022-04-22mainchan.c: defer a couple of ssh_sw_abort.Simon Tatham
2022-04-21transport2: make kexlists dynamically allocated.Simon Tatham
2022-04-21kexinit_algorithm: switch to storing names as ptrlen.Simon Tatham
2022-04-21Extra utility function add_to_commasep_pl.Simon Tatham
2022-04-15Implement OpenSSH 9.x's NTRU Prime / Curve25519 kex.Simon Tatham
2022-04-15Refactor ecdh_kex into an organised vtable.Simon Tatham
2022-04-15Refactor handling of SSH kex shared secret.Simon Tatham
2022-01-22Update source file names in comments and docs.Simon Tatham
2022-01-03Fix a batch of typos in comments and docs.Simon Tatham
2021-12-28Richer data type for interactive prompt results.Simon Tatham
2021-12-27Cosmetic fix: double indentation in an if statement.Simon Tatham
2021-12-27Cosmetic fix: silly parameter name caused by copy-paste.Simon Tatham
2021-11-28Stop using short exponents for Diffie-Hellman.Simon Tatham
2021-11-19Pull out SOCKS protocol constants into a header.Simon Tatham
2021-11-19Generalise strbuf_catf() into put_fmt().Simon Tatham
2021-11-06New Seat query, has_mixed_input_stream().Simon Tatham
2021-11-06New plug_closing error type for 'user abort'.Simon Tatham
2021-11-06New API for plug_closing() with a custom type enum.Simon Tatham
2021-10-30Move TempSeat creation/destruction into Interactor.Simon Tatham
2021-10-30Framework for announcing which Interactor is talking.Simon Tatham
2021-10-30Pass an Interactor to new_connection().Simon Tatham
2021-10-30Add Interactor methods to get/set LogPolicy and Seat.Simon Tatham
2021-10-30Introduce a new 'Interactor' trait.Simon Tatham
2021-10-30Split seat_banner from seat_output.Simon Tatham
2021-10-25Reorganise host key checking and confirmation.Simon Tatham
2021-10-24Add 'description' methods for Backend and Plug.Simon Tatham
2021-10-24Lowercase version of BackendVtable's displayname.Simon Tatham
2021-10-24Remove 'calling_back' parameter from plug_closing.Simon Tatham
2021-09-28Uppity: add command-line options to configure auth methods.Simon Tatham
2021-09-16Promote ssh2_userauth_antispoof_msg into utils.Simon Tatham
2021-09-16seat_output: add an output type for SSH banners. (NFC)Simon Tatham
2021-09-16userauth2: add a missing free_prompts().Simon Tatham
2021-09-15Make all Plugs have a log function, even if no-op.Simon Tatham
2021-09-14Localise user_input to SSH connection layers.Simon Tatham
2021-09-14Complete rework of terminal userpass input system.Simon Tatham
2021-09-14Backends: notify ldisc when sendok becomes true. (NFC)Simon Tatham
2021-09-14Squash shift warnings in ssh2_bpp_check_unimplemented.Simon Tatham
2021-09-13Allow new_connection to take an optional Seat. (NFC)Simon Tatham
2021-09-13sshproxy: share the caller's LogPolicy.Simon Tatham
2021-09-12New Seat method, notify_session_started().Simon Tatham
2021-09-12Separate backend_send from backend_sendbuffer.Simon Tatham
2021-09-12Divide seat_set_trust_status into query and update.Simon Tatham
2021-08-14Bug workaround to delay sending our SSH greeting.Simon Tatham
2021-06-27New Seat callback, seat_sent().Simon Tatham
2021-06-19Uppity: add stunt options for trivial authentication.Simon Tatham