summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/scp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* limit trust between local and remote rcp/scp process,markus2004-04-011-1/+9
| | | | noticed by lcamtuf; ok deraadt@, djm@
* from portable: rename clashing variable limit-> limit_rate; ok markus@djm2003-11-231-6/+6
|
* unexpand and delete whitespace at EOL; ok markus@djm2003-11-211-2/+2
|
* When called with -q, pass -q to ssh; suppresses SSH2 banner. ok markus@dtucker2003-11-121-1/+2
|
* scp and sftp: add options list and sort options. options list requestedjmc2003-10-081-3/+3
| | | | | | | | | by deraadt@ sshd: use same format as ssh ssh: remove wrong option from list sftp-server: Subsystem is documented in ssh_config(5), not sshd(8) ok deraadt@ markus@
* error handling for remote-remote copy; #638; report Harald Koenig;markus2003-09-191-2/+3
| | | | ok millert, fgs, henning, deraadt
* userid is unsigned, but well, force it anyways; andrushock@korovino.netderaadt2003-07-181-2/+2
|
* deal with typing of write vs read in atomicioderaadt2003-06-281-18/+18
|
* Typo.nino2003-06-121-2/+2
| | | | Ok markus@.
* kill ssh process upon receipt of signal, bz #241.djm2003-06-041-2/+14
| | | | based on patch from esb AT hawaii.edu; ok markus@
* ansify; ok markus@djm2003-06-041-28/+11
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* fix memory leaks; from dlheine@suif.Stanford.EDU/CLOUSEAU; ok djm@markus2003-03-051-3/+7
|
* call okname() only when using system(3) for remote-remote copy;markus2003-02-021-8/+15
| | | | fixes bugs #483, #472; ok deraadt@, mouring@
* scp -12; Sam Smith and others; ok provos@, deraadt@markus2003-01-231-3/+5
|
* bandwidth limitation patch (scp -l) from niels@; ok todd@, deraadt@markus2003-01-231-4/+76
|
* Don't ftruncate after write error, creating sparse files of incorrect lengthdjm2003-01-101-2/+2
| | | | mindrot bug #403, reported by rusr@cup.hp.com; ok markus@
* sftp progress meter support.fgsch2003-01-101-178/+10
| | | | | original diffs by Nils Nordman <nino at nforced dot com> via markus@, merged to -current by me, djm@ ok.
* 1) include stalling time in total timemarkus2002-12-131-30/+35
| | | | | | | 2) truncate filenames to 45 instead of 20 characters 3) print rate instead of progress bar, no more stars 4) scale output to tty width based on a patch from Niels; ok fries@ lebel@ fgs@ millert@
* use roundup() similar to rcp/util.c and avoid problems with strangemarkus2002-12-051-5/+3
| | | | filesystem block sizes, noted by tjr@freebsd.org; ok djm@
* allow usernames with embedded '@', e.g. scp user@vhost@realhost:file /tmp;markus2002-11-271-5/+5
| | | | http://bugzilla.mindrot.org/show_bug.cgi?id=447; ok mouring@, millert@
* Remove unnecessary fflush(stderr) calls, stderr is unbuffered by default.wcobb2002-11-261-2/+1
| | | | ok markus@
* check exit status from ssh, and exit(1) if ssh fails; bug#369; binder@arago.demarkus2002-11-071-3/+26
|
* KNF done automatically while reading....deraadt2002-06-191-2/+2
|
* make usage like man pagederaadt2002-06-171-4/+4
|
* remove FallBackToRshmarkus2002-06-081-4/+2
|
* Fixes potental double // within path.mouring2002-04-061-2/+2
| | | | http://bugzilla.mindrot.org/show_bug.cgi?id=76
* stretch bannersderaadt2002-03-301-6/+9
|
* make it compile with more strict prototype checkingitojun2001-12-051-3/+3
|
* skip filenames containing \n; report jdamery@chiark.greenend.org.ukmarkus2001-10-011-1/+6
| | | | and matthew@debian.org
* add ClearAllForwardings ssh option and set it in scp and sftp; ok markus@stevesk2001-09-191-6/+11
|
* add -Fssh_config option; ok markus@stevesk2001-09-171-5/+6
|
* don't forward agent for non third-party copies; ok markus@stevesk2001-09-121-1/+2
|
* clear the malloc'd buffer, otherwise source() will leak malloc'd memory; ok theo@markus2001-08-291-1/+2
|
* don't need main prototype (also sync with rcp); ok markus@stevesk2001-08-131-2/+1
|
* use alarm vs. setitimer for portable; ok markus@stevesk2001-08-061-15/+7
|
* shorten linesderaadt2001-07-271-6/+11
|
* Missing -o in scp usage()mouring2001-07-181-2/+3
|
* more strict prototypes. raise warning level in Makefile.inc. markus ok'editojun2001-06-231-4/+5
| | | | TODO; cleanup headers
* slightly better carederaadt2001-06-231-3/+3
|
* no stdio or exit() in signal handlers.markus2001-06-161-3/+6
|
* you cannot vfprintf(fp, fmt, ap) twice, from portable, via drahn@markus2001-06-101-3/+5
|
* pass -v to ssh; from slade@shore.netmarkus2001-06-031-1/+2
|
* ftruncate() instead of open()+O_TRUNC like rcp.c doesmarkus2001-05-191-4/+2
| | | | allows scp /path/to/file localhost:/path/to/file
* Use addargs() in sftp plus some clean up of addargs(). OK Markusmouring2001-05-081-42/+13
|
* Move colon() and cleanhost() to misc.c where I should I have put it inmouring2001-05-031-2/+2
| | | | the first place
* scp > 2GB; niles@scyld.com; ok deraadt@, djm@markus2001-04-221-4/+4
|
* IPv6 support for sftp (which I bungled in my last patch) which ismouring2001-04-161-38/+2
| | | | borrowed from scp.c. Thanks to Markus@ for pointing it out.
* 'T' handling rcp/scp sync; ok markus@stevesk2001-04-141-14/+11
|
* remove trailing / from source paths; fixes pr#1756deraadt2001-04-061-1/+5
|