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-09-04Rename confusing variables in psftp_main().Simon Tatham
2022-08-03Formatting: normalise back to 4-space indentation.Simon Tatham
2022-07-07Centralise most details of host-key prompting.Simon Tatham
2021-11-26Merge be_*.c into one ifdef-controlled module.Simon Tatham
2021-11-06New Seat query, has_mixed_input_stream().Simon Tatham
2021-10-30Split seat_banner from seat_output.Simon Tatham
2021-10-25Reorganise host key checking and confirmation.Simon Tatham
2021-09-28Add -pwfile option, a more secure version of -pw.Simon Tatham
2021-09-16seat_output: add an output type for SSH banners. (NFC)Simon Tatham
2021-09-14Backends: notify ldisc when sendok becomes true. (NFC)Simon Tatham
2021-09-12New Seat method, notify_session_started().Simon Tatham
2021-09-12Divide seat_set_trust_status into query and update.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-04-22Move the SSH implementation into its own subdirectory.Simon Tatham
2021-04-19Document -ssh-connection (and -ssh) options.Jacob Nevins
2021-03-27Remove MD5 fingerprints from usage messages.Jacob Nevins
2020-11-25Document -logoverwrite and -logappend.Jacob Nevins
2020-03-11Change vtable defs to use C99 designated initialisers.Simon Tatham
2020-03-10Add a new seat method to return the cursor position.Lars Brinkhoff
2020-02-26Fix a deadlock in SFTP upload.Simon Tatham
2020-02-22Permit protocol selection in file transfer tools.Simon Tatham
2020-02-05Fix minor memory leak in psftp batch mode.Simon Tatham
2020-02-02Make more file-scope variables static.Simon Tatham
2020-02-02Remove the GLOBAL macro itself.Simon Tatham
2020-02-02Stop having a global Conf.Simon Tatham
2020-01-30Move 'loaded_session' into cmdline.c.Simon Tatham
2020-01-30Make cmdline_tooltype a const int.Simon Tatham
2020-01-30Remove agent_schedule_callback().Simon Tatham
2020-01-30Remove 'GLOBAL int flags' completely!Simon Tatham
2020-01-30Remove FLAG_SYNCAGENT.Simon Tatham
2020-01-30Remove FLAG_INTERACTIVE.Simon Tatham
2020-01-30Remove FLAG_VERBOSE.Simon Tatham
2019-12-24Refactor 'struct context *ctx = &actx' pattern.Simon Tatham
2019-10-14Make dupcat() into a variadic macro.Simon Tatham
2019-09-09Convert a few more universal asserts to unreachable().Simon Tatham
2019-09-08Whitespace rationalisation of entire code base.Simon Tatham
2019-07-10Fall back to not sorting large dirs in pscp -ls or psftp 'ls'.Simon Tatham
2019-07-06Fix assorted memory leaks.Simon Tatham
2019-03-16Seat method to set the current trust status.Simon Tatham
2019-03-09Make stripctrl_string take an existing StripCtrlChars.Simon Tatham
2019-03-06Add a Seat vtable method to get a stripctrl.Simon Tatham
2019-02-28New array-growing macros: sgrowarray and sgrowarrayn.Simon Tatham
2019-02-21Remove duplicate -no-sanitise-stderr from usage().Jacob Nevins
2019-02-20File transfer tools: sanitise remote filenames and stderr.Simon Tatham
2019-02-07Make lots of 'int' length fields into size_t.Simon Tatham
2019-02-07Add some missing 'const'.Simon Tatham
2019-01-04Replace all 'sizeof(x)/sizeof(*x)' with lenof.Simon Tatham
2018-12-27pscp: replace crash with diagnostic on opendir failure.Simon Tatham