summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/scp.c
AgeCommit message (Expand)Author
2006-04-01xasprintification; ok deraadt@Damien Miller
2006-04-01minimal lint cleanup (unused crud, and some size_t); ok djmTheo de Raadt
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-25change OpenSSH's xrealloc() function from being xrealloc(p, new_size) toDamien Miller
2006-03-19RCSID() can dieTheo de Raadt
2006-03-16Try to display errormessage even if remout == -1Bjorn Sandell
2006-02-22move #include <ctype.h> out of includes.h; ok djm@Kevin Steves
2006-02-20move #include <sys/stat.h> out of includes.h; ok markus@Kevin Steves
2006-02-20move #include <signal.h> out of includes.h; ok markus@Kevin Steves
2006-02-10move #include <sys/wait.h> out of includes.h; ok markus@Kevin Steves
2006-02-08move #include <dirent.h> out of includes.h; ok markus@Kevin Steves
2006-01-31"scp a b c" shouldn't clobber "c" when it is not a directory, report andDamien Miller
2006-01-31fix local arbitrary command execution vulnerability on local/local andDamien Miller
2005-12-06Add support for tun(4) forwarding over OpenSSH, based on an idea andReyk Floeter
2005-11-12avoid close(-1), as in rcp; ok cloderTheo de Raadt
2005-09-13ensure that stdio fds are attached; ok deraadt@Damien Miller
2005-07-27Silence bogus -Wuninitialized warnings; ok djm@Darren Tucker
2005-06-17make this -Wsign-compare clean; ok avsm@ markus@Damien Miller
2005-05-26If copying multiple files to a target file (which normally fails, as itAnil Madhavapeddy
2005-05-24Switch atomicio to use a simpler interface; it now returns a size_tAnil Madhavapeddy
2005-04-02since ssh has xstrdup, use it instead of strdup+test. unbreaks -Werror buildDamien Miller
2005-03-31copy argv[] element instead of smashing the one that ps will see; ok ottoTheo de Raadt
2005-01-24Have scp and sftp wait for the spawned ssh to exit before they exitDarren Tucker
2004-09-15scratch that do { } while (0) wrapper in this caseTheo de Raadt
2004-08-11use atomicio instead of homegrown equivalents or read/write.Anil Madhavapeddy
2004-07-08Prevent scp from skipping the file following a double-error.Darren Tucker
2004-06-21make ssh -Wshadow clean, no functional changesAnil Madhavapeddy
2004-04-01limit trust between local and remote rcp/scp process,Markus Friedl
2003-11-23from portable: rename clashing variable limit-> limit_rate; ok markus@Damien Miller
2003-11-21unexpand and delete whitespace at EOL; ok markus@Damien Miller
2003-11-12When called with -q, pass -q to ssh; suppresses SSH2 banner. ok markus@Darren Tucker
2003-10-08scp and sftp: add options list and sort options. options list requestedJason McIntyre
2003-09-19error handling for remote-remote copy; #638; report Harald Koenig;Markus Friedl
2003-07-18userid is unsigned, but well, force it anyways; andrushock@korovino.netTheo de Raadt
2003-06-28deal with typing of write vs read in atomicioTheo de Raadt
2003-06-12Typo.Nils Nordman
2003-06-04kill ssh process upon receipt of signal, bz #241.Damien Miller
2003-06-04ansify; ok markus@Damien Miller
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-03-05fix memory leaks; from dlheine@suif.Stanford.EDU/CLOUSEAU; ok djm@Markus Friedl
2003-02-02call okname() only when using system(3) for remote-remote copy;Markus Friedl
2003-01-23scp -12; Sam Smith and others; ok provos@, deraadt@Markus Friedl
2003-01-23bandwidth limitation patch (scp -l) from niels@; ok todd@, deraadt@Markus Friedl
2003-01-10Don't ftruncate after write error, creating sparse files of incorrect lengthDamien Miller
2003-01-10sftp progress meter support.Federico G. Schwindt
2002-12-131) include stalling time in total timeMarkus Friedl
2002-12-05use roundup() similar to rcp/util.c and avoid problems with strangeMarkus Friedl
2002-11-27allow usernames with embedded '@', e.g. scp user@vhost@realhost:file /tmp;Markus Friedl
2002-11-26Remove unnecessary fflush(stderr) calls, stderr is unbuffered by default.Wilbern Cobb
2002-11-07check exit status from ssh, and exit(1) if ssh fails; bug#369; binder@arago.deMarkus Friedl