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-31Merge tag 'tags/0.78'HEADmasterDimitrij
2022-10-31mergeDimitrij
2022-10-21Windows host-key warning: reinstate shortcut.Jacob Nevins
2022-10-21Windows PuTTYgen: fit cert info values in dialog.Jacob Nevins
2022-10-12Windows installer: remove explicit InstallScope setting.Simon Tatham
2022-09-13windows/window.c: make random_save_seed call unconditional.Simon Tatham
2022-09-13wintw_request_resize: add missing NACKs.Simon Tatham
2022-09-13Windows: remove static variables in wintw_request_resize.Simon Tatham
2022-09-07windows/console.c: add an assertion to pacify Coverity.Simon Tatham
2022-09-07Windows Pageant: add a missing null-pointer check (maybe).Simon Tatham
2022-09-07windows/unicode.c: tighten up a bounds check.Simon Tatham
2022-09-07Fix a batch of resource leaks spotted by Coverity.Simon Tatham
2022-09-06Windows: move the right control for align_next_to.Simon Tatham
2022-09-03Remove a completely unused global variable.Simon Tatham
2022-09-03Add a batch of missing 'static's.Simon Tatham
2022-09-03Fix an uninitialised variable.Simon Tatham
2022-09-03Add some missing #includes.Simon Tatham
2022-09-02Thread-local support for more Windows toolchains.Jacob Nevins
2022-09-01New feature: k-i authentication helper plugins.Simon Tatham
2022-09-01New facility, platform_start_subprocess.Simon Tatham
2022-09-01Reorganise the stubs collection.Simon Tatham
2022-08-30New bug workaround: KEXINIT filtering.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-07Remove redundant setup of host key prompt help contexts.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 labels and case/default statements.Simon Tatham
2022-08-03Formatting: realign run-on parenthesised stuff.Simon Tatham
2022-08-03Formatting: normalise back to 4-space indentation.Simon Tatham
2022-08-02Windows Pageant: dynamically size list box columns.Simon Tatham
2022-08-02Windows Pageant: display RSA/DSA cert bit counts.Simon Tatham
2022-08-02Windows Pageant: use nicer key-type strings.Simon Tatham
2022-08-01Windows Pageant: use an owner-drawn list box for the key list.Simon Tatham
2022-08-01windows/pageant.rc: add missing symbolic constant.Simon Tatham
2022-07-30Windows PuTTYgen: also display certificate info.Simon Tatham
2022-07-30windows/puttygen.c: move control id enum further up the file.Simon Tatham
2022-07-30windows/controls.c: fix some nonstandard indentation.Simon Tatham
2022-07-30windows/controls.c API: add lots of missing 'const'.Simon Tatham
2022-07-26Windows printing: handle failure of EnumPrinters.Simon Tatham
2022-07-24Send xterm 216+ modifiers in small-keypad key escape sequences.Simon Tatham
2022-07-07Centralise most details of host-key prompting.Simon Tatham
2022-07-07Move host key dialogs over to using ShinyDialogBox.Simon Tatham
2022-07-07Make HelpCtx a per-platform type, not an intorptr.Simon Tatham
2022-07-07Windows: add keyboard accelerators in the host key prompt.Simon Tatham
2022-06-25Certificate trust scope: change to a boolean-expression system.Simon Tatham
2022-06-25New function dlg_editbox_select_range.Simon Tatham
2022-06-01Macro wrapper on ctrl_radiobuttons to fill in the NULL.Simon Tatham