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
AgeCommit message (Expand)Author
2022-10-21Rename NTRU Prime / Curve25519 kex in UI.Jacob Nevins
2022-09-01New feature: k-i authentication helper plugins.Simon Tatham
2022-09-01Replace integer context2 encoding in conf_editbox_handler.Simon Tatham
2022-08-30New bug workaround: KEXINIT filtering.Simon Tatham
2022-08-30Add RFC8268 / RFC3126 Diffie-Hellman group{15,16,17,18}.Simon Tatham
2022-08-16Implement AES-GCM using the @openssh.com protocol IDs.Simon Tatham
2022-08-07Documentation for OpenSSH certificates.Simon Tatham
2022-08-03Formatting: realign run-on parenthesised stuff.Simon Tatham
2022-07-07Make HelpCtx a per-platform type, not an intorptr.Simon Tatham
2022-06-01Macro wrapper on ctrl_radiobuttons to fill in the NULL.Simon Tatham
2022-05-01Move host CA config box out into its own source file.Simon Tatham
2022-05-01Restructure dlgcontrol as a struct with an anon union.Simon Tatham
2022-05-01New typedef 'dlgcontrol' wrapping 'union control'.Simon Tatham
2022-04-25Initial support for host certificates.Simon Tatham
2022-04-25Support for detached certificates in userauth.Simon Tatham
2022-04-25Add exec/subsystem versions of SSH proxying.Simon Tatham
2022-04-25Turn the proxy type radio buttons into a dropdown list.Simon Tatham
2022-04-15Implement OpenSSH 9.x's NTRU Prime / Curve25519 kex.Simon Tatham
2021-10-24Lowercase version of BackendVtable's displayname.Simon Tatham
2021-10-23New function-key mode similar to modern xterm.Simon Tatham
2021-10-18New config option for shifted arrow key handling.Simon Tatham
2021-08-14Bug workaround to delay sending our SSH greeting.Simon Tatham
2021-06-19New option to reject 'trivial' success of userauth.Simon Tatham
2021-05-22Initial support for in-process proxy SSH connections.Simon Tatham
2021-04-10Bring SUPDUP config pane title in line with others.Jacob Nevins
2021-04-10Use side-by-side alignment on the SSH/TTY pane.Jacob Nevins
2021-04-10New GUI for protocol selection.Simon Tatham
2021-02-07Bring some order to colour palette indexing.Simon Tatham
2020-11-28Stop exporting config_protocolbuttons_handler().Jacob Nevins
2020-06-27Merge the 0.74 release branch back to master.Simon Tatham
2020-06-21Fix assorted minor memory leaks.Simon Tatham
2020-06-21Add an option to disable the dynamic host key policy.Simon Tatham
2020-05-01Allow mid-session reconfiguration in PROT_SSHCONN.Simon Tatham
2020-03-11Rework per-backend GUI configuration.Simon Tatham
2020-03-10Config box: move legacy protocols to below SSH.Simon Tatham
2020-03-10Add support for the SUPDUP protocol.Lars Brinkhoff
2020-03-10New backend function to disable resizing.Lars Brinkhoff
2020-03-02Fix GUI config crash due to missing Ed448.Simon Tatham
2020-02-22config.c: loop over backends list for protocol selector.Simon Tatham
2019-10-14Make dupcat() into a variadic macro.Simon Tatham
2019-09-08Whitespace rationalisation of entire code base.Simon Tatham
2019-06-30Don't implicitly load a session if Session pane not active.Simon Tatham
2019-04-19Cosmetic rearrangement of Terminal/Features panel.Jacob Nevins
2019-03-27Rename term->bidi and term->arabicshaping.Simon Tatham
2019-03-26Fix compilation with NO_GSSAPI.Jacob Nevins
2018-12-01Remove some redundant variables and assignments.Simon Tatham
2018-11-03Convert a lot of 'int' variables to 'bool'.Simon Tatham
2018-11-03Switch some Conf settings over to being bool.Simon Tatham
2018-11-03Adopt C99 <stdbool.h>'s true/false.Simon Tatham
2018-10-06Name vtable structure types more consistently.Simon Tatham