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/scp.c
AgeCommit message (Expand)Author
2001-01-27Remove -gui from the command-line help in pscp, because it's anSimon Tatham
2001-01-26Fix build errors in PSCP after line discipline upheavalSimon Tatham
2001-01-24Rethink the whole line discipline architecture. Instead of havingSimon Tatham
2001-01-07Turn a rogue malloc to smallocSimon Tatham
2001-01-07Patch from Christian Biesinger: pscp guesses your Windows username by defaultSimon Tatham
2000-12-12Make memory management uniform: _everything_ now goes through theSimon Tatham
2000-12-01Prevent wildcards in source specs from matching . or ..Simon Tatham
2000-11-15Fix another silly segfaultSimon Tatham
2000-10-31Back off a bit of that vulnerability fix, which was breaking `pscpSimon Tatham
2000-10-30Couple of fixes for pscp's GUI interface modeSimon Tatham
2000-10-27Misc bugfixesSimon Tatham
2000-10-23Plink and PSCP were failing to load the `Default Settings' optionsSimon Tatham
2000-10-23Created a shiny new abstraction for the socket handling. Has manySimon Tatham
2000-10-21Ooh. Actually, that vulnerability is further-reaching than ISimon Tatham
2000-10-21Fix a potential vulnerability in incoming `pscp -r'. The serverSimon Tatham
2000-10-20Introduce a sane interface function, from_backend(), for backends toSimon Tatham
2000-10-18Miscellaneous cleanups and reorgs in preparation for buildingSimon Tatham
2000-10-06Create settings.c and move the load/save session code out ofSimon Tatham
2000-10-06Add a parameter to write_clip() so that windlg.c need not call term_deselectSimon Tatham
2000-10-06Tighten up use of "static" throughout. Module-internal things should NOTSimon Tatham
2000-10-04Fix a typo; thanks to Al SuttonSimon Tatham
2000-09-27Remove the special hooks in ssh.c for pscp. pscp now uses the standardSimon Tatham
2000-09-22Enable copying the Event LogSimon Tatham
2000-09-22Enable better build-time flexibility over which WinSock to includeSimon Tatham
2000-09-22Bug fix: line discipline selection is not enabled until after sshSimon Tatham
2000-09-22Prevent network errors from summarily closing the window when CoE is offSimon Tatham
2000-09-21Miscellaneous ssh2 fixes. plink is now relatively saneSimon Tatham
2000-09-15Lars Gunnarsson's GUI interface changesSimon Tatham
2000-09-08Added a fourth application: plink, a command line connection utilitySimon Tatham
2000-07-21PSCP: After a password supplied with `-pw' fails to authenticate,Simon Tatham
2000-06-22Joris van Rantwijk's unified SSH code suitable for PuTTY and PSCPSimon Tatham
2000-06-06"pscp" was spelled "scp" in usage messageSimon Tatham
2000-04-04Add -ls to online help bitSimon Tatham
2000-04-03Add the -ls option to execute `ls -la' on a directory instead ofSimon Tatham
2000-03-24Peter Schellenbach's patch: re-implement the PuTTY cryptographicSimon Tatham
2000-03-08Fix some picky compiler warnings kindly provided by Borland C++ 5.5Simon Tatham
2000-02-21Fix an error message in pscpSimon Tatham
2000-01-28Joris van Rantwijk's fix for pscp -PSimon Tatham
1999-11-30Avoid recursing into . and .. when in -r modeSimon Tatham
1999-11-22Cleanups to remove warnings for GNU/mingw32 compilationSimon Tatham
1999-11-17Fix a slightly picky compiler warningSimon Tatham
1999-11-16Update from Joris van Rantwijk: command line options to specifySimon Tatham
1999-11-08Clean up scp client - re-indent to my coding style and removeSimon Tatham
1999-08-31Added Joris van Rantwijk's scp clientSimon Tatham