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-10-23Restrict -pwfile / -pw to apply to server prompts only.Simon Tatham
2022-10-21Tweak certified-host-key prompt.Jacob Nevins
2022-09-17GSSAPI fix: don't pass GSS_C_NO_NAME to inquire_cred_by_mech.Simon Tatham
2022-09-17Unix GSSAPI: support static linking against Heimdal.Simon Tatham
2022-09-13GSSAPI kex: don't call dh_is_gex() on ECDH algorithms.Simon Tatham
2022-09-12Standardise RFC URLs in docs and comments.Jacob Nevins
2022-09-10Uppity: clear the right KEXINIT packet at kex startup!Simon Tatham
2022-09-10Make rekeys work when KEXINIT filtering is enabled.Simon Tatham
2022-09-07Fix a batch of resource leaks spotted by Coverity.Simon Tatham
2022-09-03Add a batch of missing 'static's.Simon Tatham
2022-09-02Auth plugin: fix early socket closure.Simon Tatham
2022-09-01New feature: k-i authentication helper plugins.Simon Tatham
2022-09-01userauth: factor out the keyboard-interactive code.Simon Tatham
2022-09-01Pass port through to userauth.Simon Tatham
2022-08-30New bug workaround: KEXINIT filtering.Simon Tatham
2022-08-30Support elliptic-curve Diffie-Hellman GSS KEX.Simon Tatham
2022-08-30Add RFC8268 / RFC3126 Diffie-Hellman group{15,16,17,18}.Simon Tatham
2022-08-30ECDH kex: remove pointless NULL check.Simon Tatham
2022-08-30Fix crash in GSSAPI key exchange.Simon Tatham
2022-08-21Fix session channel unthrottling in psusan and Uppity.Simon Tatham
2022-08-16Implement AES-GCM using the @openssh.com protocol IDs.Simon Tatham
2022-08-16Add 'next_message' methods to cipher and MAC vtables.Simon Tatham
2022-08-16Change the rules for how we free a linked cipher and MAC.Simon Tatham
2022-08-07Documentation for OpenSSH certificates.Simon Tatham
2022-08-05Certificate-aware handling of key fingerprints.Simon Tatham
2022-08-03Formatting: miscellaneous.Simon Tatham
2022-08-03Formatting: remove spurious spaces in 'type * var'.Simon Tatham
2022-08-03Formatting: standardise on "func(\n", not "func\n(".Simon Tatham
2022-08-03Formatting: realign run-on parenthesised stuff.Simon Tatham
2022-08-03Formatting: normalise back to 4-space indentation.Simon Tatham
2022-07-17Allow manually confirming and caching certified keys.Simon Tatham
2022-07-16Fix typo in #undef.Simon Tatham
2022-07-07Centralise most details of host-key prompting.Simon Tatham
2022-06-25Certificate trust scope: change to a boolean-expression system.Simon Tatham
2022-05-07CA config box: fully validate the CA public key.Simon Tatham
2022-05-05CA config box: add some align_next_to.Simon Tatham
2022-05-04Merge global request queue fix from 'pre-0.77'.Simon Tatham
2022-05-04Fix linked-list mismanagement in global request queue.Simon Tatham
2022-05-02Fix null-pointer dereferences in CA config.Simon Tatham
2022-05-02Add some blank lines in setup_ca_config_box.Simon Tatham
2022-05-02Permit configuring RSA signature types in certificates.Simon Tatham
2022-05-01CA config: protect against saving a key with no wildcards.Simon Tatham
2022-05-01CA config: permit pasting a whole OpenSSH public key.Simon Tatham
2022-05-01CA config: make the 'Done' button cancel and not default.Simon Tatham
2022-05-01CA config box: add a 'Read from file' button.Simon Tatham
2022-05-01Move host CA config box out into its own source file.Simon Tatham
2022-04-30Fix rekeying when using a certified host key.Simon Tatham
2022-04-29ssh/verstring.c: fix use of '\r' and '\n'.Simon Tatham
2022-04-28ssh2_scan_kexinits: dynamically allocate server_hostkeys[].Simon Tatham
2022-04-25Initial support for host certificates.Simon Tatham