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/ssh.c
AgeCommit message (Expand)Author
2022-09-01New feature: k-i authentication helper plugins.Simon Tatham
2022-09-01Pass port through to userauth.Simon Tatham
2022-04-25Support for detached certificates in userauth.Simon Tatham
2022-01-22Update source file names in comments and docs.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-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-14Localise user_input to SSH connection layers.Simon Tatham
2021-09-14Backends: notify ldisc when sendok becomes true. (NFC)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-06-27New Seat callback, seat_sent().Simon Tatham
2021-06-19New option to reject 'trivial' success of userauth.Simon Tatham
2021-05-22New Seat method, notify_remote_disconnect.Simon Tatham
2021-05-22New backend flag indicating support for CONF_ssh_nc_host.Simon Tatham
2021-04-22Move the SSH implementation into its own subdirectory.Simon Tatham