summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/scp.c
AgeCommit message (Expand)Author
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
2002-06-19KNF done automatically while reading....Theo de Raadt
2002-06-17make usage like man pageTheo de Raadt
2002-06-08remove FallBackToRshMarkus Friedl
2002-04-06Fixes potental double // within path.mouring
2002-03-30stretch bannersTheo de Raadt
2001-12-05make it compile with more strict prototype checkingJun-ichiro itojun Hagino
2001-10-01skip filenames containing \n; report jdamery@chiark.greenend.org.ukMarkus Friedl
2001-09-19add ClearAllForwardings ssh option and set it in scp and sftp; ok markus@Kevin Steves
2001-09-17add -Fssh_config option; ok markus@Kevin Steves
2001-09-12don't forward agent for non third-party copies; ok markus@Kevin Steves
2001-08-29clear the malloc'd buffer, otherwise source() will leak malloc'd memory; ok t...Markus Friedl
2001-08-13don't need main prototype (also sync with rcp); ok markus@Kevin Steves
2001-08-06use alarm vs. setitimer for portable; ok markus@Kevin Steves
2001-07-27shorten linesTheo de Raadt
2001-07-18Missing -o in scp usage()mouring
2001-06-23more strict prototypes. raise warning level in Makefile.inc. markus ok'edJun-ichiro itojun Hagino
2001-06-23slightly better careTheo de Raadt
2001-06-16no stdio or exit() in signal handlers.Markus Friedl
2001-06-10you cannot vfprintf(fp, fmt, ap) twice, from portable, via drahn@Markus Friedl
2001-06-03pass -v to ssh; from slade@shore.netMarkus Friedl
2001-05-19ftruncate() instead of open()+O_TRUNC like rcp.c doesMarkus Friedl
2001-05-08Use addargs() in sftp plus some clean up of addargs(). OK Markusmouring
2001-05-03Move colon() and cleanhost() to misc.c where I should I have put it inmouring
2001-04-22scp > 2GB; niles@scyld.com; ok deraadt@, djm@Markus Friedl
2001-04-16IPv6 support for sftp (which I bungled in my last patch) which ismouring
2001-04-14'T' handling rcp/scp sync; ok markus@Kevin Steves
2001-04-06remove trailing / from source paths; fixes pr#1756Theo de Raadt
2001-03-28usage more like rcp and add missing -B to usage; ok markus@Kevin Steves
2001-03-28start to sync scp closer to rcp; ok markus@Kevin Steves
2001-03-21alpha fixes, from simonb@wasabisystems.comMarkus Friedl
2001-03-15use %lld in printf, ok millert@/deraadt@; report from ssh@client.fiMarkus Friedl
2001-03-02make copyright lines the same formatTheo de Raadt
2001-02-19np is changed by recursion; vinschen@redhat.comTheo de Raadt
2001-02-10fix memory leak; ok markus@Dan Harnett
2001-02-10revert a small change to allow -r option to work again; ok deraadt@Dan Harnett
2001-02-08sync with netbsd tree changes.Jun-ichiro itojun Hagino
2001-02-08memory leak fix, and snprintf throughoutTheo de Raadt
2001-02-07unsigned long long -> %llu, not %qu. markus okJun-ichiro itojun Hagino
2001-02-04alpha happinessTheo de Raadt
2001-02-04unexpand and remove end-of-line whitespace; ok markus@Kevin Steves
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
2001-01-19move ssh1 definitions to ssh1.h, pathnames to pathnames.hMarkus Friedl
2001-01-13getopt() returns -1 not EOF; stevesk@pobox.comMarkus Friedl
2001-01-01use shared fatal(); from stevesk@pobox.comMarkus Friedl
2000-12-19replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'Markus Friedl
2000-12-16allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DEMarkus Friedl
2000-12-16unused; from stevesk@pobox.comMarkus Friedl