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/pscp.c
AgeCommit message (Expand)Author
2022-08-03Formatting: miscellaneous.Simon Tatham
2022-08-03Formatting: standardise on "func(\n", not "func\n(".Simon Tatham
2022-08-03Formatting: normalise back to 4-space indentation.Simon Tatham
2022-07-07Centralise most details of host-key prompting.Simon Tatham
2022-01-22Update source file names in comments and docs.Simon Tatham
2021-12-12PSCP: fix filename in 'compound pathname' error.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-12Separate backend_send from backend_sendbuffer.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-04-19PSCP: change handling of default protocol/port.Simon Tatham
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-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-02-02Change PSCP's default protocol to SSH.Simon Tatham
2020-02-02Move default_protocol and default_port into settings.c.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
2020-01-26Fix format string mistakes revealed by new checking.Simon Tatham
2020-01-26Greatly improve printf format-string checking.Simon Tatham
2020-01-21New functions to shrink a strbuf.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-05-08pscp: clear act->buf after receiving 'T' command.Simon Tatham
2019-05-05pscp: robustness fix in backend cleanup.Simon Tatham
2019-03-23Fix double space in '-unsafe' message.Jacob Nevins