]> asedeno.scripts.mit.edu Git - PuTTY.git/history - scp.c
Implemented a simple wildcard matching engine, and used it to
[PuTTY.git] / scp.c
2001-08-27 Simon TathamImplemented a simple wildcard matching engine, and...
2001-08-26 Simon TathamPSCP now uses the modern SFTP protocol if it can, and...
2001-08-26 Simon TathamArrgh; yet again I make my security checking too dracon...
2001-08-26 Simon TathamOops. ^X^S comes _before_ `cvs commit'. Two more diagno...
2001-08-26 Simon TathamFurther tightening up in PSCP. Fixed a couple more...
2001-08-26 Simon TathamPreparatory work for allowing PSCP to work over SFTP...
2001-08-25 Simon TathamJacob's patch for a drag-list to select SSH ciphers...
2001-08-25 Simon TathamExtensive changes that _should_ fix the socket bufferin...
2001-05-19 Simon TathamBe prepared to print spaces at the end of a statistics...
2001-05-13 Simon TathamThe host-key-unknown prompt now offers the same three...
2001-05-13 Simon TathamPlacate gcc's `-Wall' warnings.
2001-05-13 Simon TathamAttempt to report the error condition right when an...
2001-05-09 Simon Tatham`realhost', passed back from all the backend init funct...
2001-05-06 Simon TathamRun entire source base through GNU indent to tidy up...
2001-04-28 Simon TathamPut the \001 prefix back on scp error messages when...
2001-04-28 Simon TathamAdd some fflushes to make it easier for piped programs...
2001-03-12 Simon Tathamssh_get_password has become ssh_get_line, so it can...
2001-01-27 Simon TathamRemove -gui from the command-line help in pscp, because...
2001-01-26 Simon TathamFix build errors in PSCP after line discipline upheaval
2001-01-24 Simon TathamRethink the whole line discipline architecture. Instead...
2001-01-07 Simon TathamTurn a rogue malloc to smalloc
2001-01-07 Simon TathamPatch from Christian Biesinger: pscp guesses your Windo...
2000-12-12 Simon TathamMake memory management uniform: _everything_ now goes...
2000-11-30 Simon TathamPrevent wildcards in source specs from matching . or ..
2000-11-15 Simon TathamFix another silly segfault
2000-10-31 Simon TathamBack off a bit of that vulnerability fix, which was...
2000-10-30 Simon TathamCouple of fixes for pscp's GUI interface mode
2000-10-27 Simon TathamMisc bugfixes
2000-10-23 Simon TathamPlink and PSCP were failing to load the `Default Settin...
2000-10-23 Simon TathamCreated a shiny new abstraction for the socket handling...
2000-10-21 Simon TathamOoh. Actually, that vulnerability is further-reaching...
2000-10-21 Simon TathamFix a potential vulnerability in incoming `pscp -r...
2000-10-20 Simon TathamIntroduce a sane interface function, from_backend(...
2000-10-18 Simon TathamMiscellaneous cleanups and reorgs in preparation for...
2000-10-06 Simon TathamCreate settings.c and move the load/save session code...
2000-10-06 Simon TathamAdd a parameter to write_clip() so that windlg.c need...
2000-10-06 Simon TathamTighten up use of "static" throughout. Module-internal...
2000-10-04 Simon TathamFix a typo; thanks to Al Sutton
2000-09-27 Simon TathamRemove the special hooks in ssh.c for pscp. pscp now...
2000-09-22 Simon TathamEnable copying the Event Log
2000-09-22 Simon TathamEnable better build-time flexibility over which WinSock...
2000-09-22 Simon TathamBug fix: line discipline selection is not enabled until...
2000-09-22 Simon TathamPrevent network errors from summarily closing the windo...
2000-09-21 Simon TathamMiscellaneous ssh2 fixes. plink is now relatively sane
2000-09-15 Simon TathamLars Gunnarsson's GUI interface changes
2000-09-08 Simon TathamAdded a fourth application: plink, a command line conne...
2000-07-21 Simon TathamPSCP: After a password supplied with `-pw' fails to...
2000-06-22 Simon TathamJoris van Rantwijk's unified SSH code suitable for...
2000-06-06 Simon Tatham"pscp" was spelled "scp" in usage message
2000-04-04 Simon TathamAdd -ls to online help bit
2000-04-03 Simon TathamAdd the -ls option to execute `ls -la' on a directory...
2000-03-24 Simon TathamPeter Schellenbach's patch: re-implement the PuTTY...
2000-03-08 Simon TathamFix some picky compiler warnings kindly provided by...
2000-02-21 Simon TathamFix an error message in pscp
2000-01-28 Simon TathamJoris van Rantwijk's fix for pscp -P
1999-11-30 Simon TathamAvoid recursing into . and .. when in -r mode
1999-11-22 Simon TathamCleanups to remove warnings for GNU/mingw32 compilation
1999-11-17 Simon TathamFix a slightly picky compiler warning
1999-11-16 Simon TathamUpdate from Joris van Rantwijk: command line options...
1999-11-08 Simon TathamClean up scp client - re-indent to my coding style...
1999-08-31 Simon TathamAdded Joris van Rantwijk's scp client