Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | limit trust between local and remote rcp/scp process, | 2004-04-01 | 1 | -1/+9 | ||
| | | | | noticed by lcamtuf; ok deraadt@, djm@ | |||||
* | from portable: rename clashing variable limit-> limit_rate; ok markus@ | 2003-11-23 | 1 | -6/+6 | ||
| | ||||||
* | unexpand and delete whitespace at EOL; ok markus@ | 2003-11-21 | 1 | -2/+2 | ||
| | ||||||
* | When called with -q, pass -q to ssh; suppresses SSH2 banner. ok markus@ | 2003-11-12 | 1 | -1/+2 | ||
| | ||||||
* | scp and sftp: add options list and sort options. options list requested | 2003-10-08 | 1 | -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; | 2003-09-19 | 1 | -2/+3 | ||
| | | | | ok millert, fgs, henning, deraadt | |||||
* | userid is unsigned, but well, force it anyways; andrushock@korovino.net | 2003-07-18 | 1 | -2/+2 | ||
| | ||||||
* | deal with typing of write vs read in atomicio | 2003-06-28 | 1 | -18/+18 | ||
| | ||||||
* | Typo. | 2003-06-12 | 1 | -2/+2 | ||
| | | | | Ok markus@. | |||||
* | kill ssh process upon receipt of signal, bz #241. | 2003-06-04 | 1 | -2/+14 | ||
| | | | | based on patch from esb AT hawaii.edu; ok markus@ | |||||
* | ansify; ok markus@ | 2003-06-04 | 1 | -28/+11 | ||
| | ||||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-03 | 1 | -6/+2 | ||
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | |||||
* | fix memory leaks; from dlheine@suif.Stanford.EDU/CLOUSEAU; ok djm@ | 2003-03-05 | 1 | -3/+7 | ||
| | ||||||
* | call okname() only when using system(3) for remote-remote copy; | 2003-02-02 | 1 | -8/+15 | ||
| | | | | fixes bugs #483, #472; ok deraadt@, mouring@ | |||||
* | scp -12; Sam Smith and others; ok provos@, deraadt@ | 2003-01-23 | 1 | -3/+5 | ||
| | ||||||
* | bandwidth limitation patch (scp -l) from niels@; ok todd@, deraadt@ | 2003-01-23 | 1 | -4/+76 | ||
| | ||||||
* | Don't ftruncate after write error, creating sparse files of incorrect length | 2003-01-10 | 1 | -2/+2 | ||
| | | | | mindrot bug #403, reported by rusr@cup.hp.com; ok markus@ | |||||
* | sftp progress meter support. | 2003-01-10 | 1 | -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 time | 2002-12-13 | 1 | -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 strange | 2002-12-05 | 1 | -5/+3 | ||
| | | | | filesystem block sizes, noted by tjr@freebsd.org; ok djm@ | |||||
* | allow usernames with embedded '@', e.g. scp user@vhost@realhost:file /tmp; | 2002-11-27 | 1 | -5/+5 | ||
| | | | | http://bugzilla.mindrot.org/show_bug.cgi?id=447; ok mouring@, millert@ | |||||
* | Remove unnecessary fflush(stderr) calls, stderr is unbuffered by default. | 2002-11-26 | 1 | -2/+1 | ||
| | | | | ok markus@ | |||||
* | check exit status from ssh, and exit(1) if ssh fails; bug#369; binder@arago.de | 2002-11-07 | 1 | -3/+26 | ||
| | ||||||
* | KNF done automatically while reading.... | 2002-06-19 | 1 | -2/+2 | ||
| | ||||||
* | make usage like man page | 2002-06-17 | 1 | -4/+4 | ||
| | ||||||
* | remove FallBackToRsh | 2002-06-08 | 1 | -4/+2 | ||
| | ||||||
* | Fixes potental double // within path. | 2002-04-06 | 1 | -2/+2 | ||
| | | | | http://bugzilla.mindrot.org/show_bug.cgi?id=76 | |||||
* | stretch banners | 2002-03-30 | 1 | -6/+9 | ||
| | ||||||
* | make it compile with more strict prototype checking | 2001-12-05 | 1 | -3/+3 | ||
| | ||||||
* | skip filenames containing \n; report jdamery@chiark.greenend.org.uk | 2001-10-01 | 1 | -1/+6 | ||
| | | | | and matthew@debian.org | |||||
* | add ClearAllForwardings ssh option and set it in scp and sftp; ok markus@ | 2001-09-19 | 1 | -6/+11 | ||
| | ||||||
* | add -Fssh_config option; ok markus@ | 2001-09-17 | 1 | -5/+6 | ||
| | ||||||
* | don't forward agent for non third-party copies; ok markus@ | 2001-09-12 | 1 | -1/+2 | ||
| | ||||||
* | clear the malloc'd buffer, otherwise source() will leak malloc'd memory; ok theo@ | 2001-08-29 | 1 | -1/+2 | ||
| | ||||||
* | don't need main prototype (also sync with rcp); ok markus@ | 2001-08-13 | 1 | -2/+1 | ||
| | ||||||
* | use alarm vs. setitimer for portable; ok markus@ | 2001-08-06 | 1 | -15/+7 | ||
| | ||||||
* | shorten lines | 2001-07-27 | 1 | -6/+11 | ||
| | ||||||
* | Missing -o in scp usage() | 2001-07-18 | 1 | -2/+3 | ||
| | ||||||
* | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | 2001-06-23 | 1 | -4/+5 | ||
| | | | | TODO; cleanup headers | |||||
* | slightly better care | 2001-06-23 | 1 | -3/+3 | ||
| | ||||||
* | no stdio or exit() in signal handlers. | 2001-06-16 | 1 | -3/+6 | ||
| | ||||||
* | you cannot vfprintf(fp, fmt, ap) twice, from portable, via drahn@ | 2001-06-10 | 1 | -3/+5 | ||
| | ||||||
* | pass -v to ssh; from slade@shore.net | 2001-06-03 | 1 | -1/+2 | ||
| | ||||||
* | ftruncate() instead of open()+O_TRUNC like rcp.c does | 2001-05-19 | 1 | -4/+2 | ||
| | | | | allows scp /path/to/file localhost:/path/to/file | |||||
* | Use addargs() in sftp plus some clean up of addargs(). OK Markus | 2001-05-08 | 1 | -42/+13 | ||
| | ||||||
* | Move colon() and cleanhost() to misc.c where I should I have put it in | 2001-05-03 | 1 | -2/+2 | ||
| | | | | the first place | |||||
* | scp > 2GB; niles@scyld.com; ok deraadt@, djm@ | 2001-04-22 | 1 | -4/+4 | ||
| | ||||||
* | IPv6 support for sftp (which I bungled in my last patch) which is | 2001-04-16 | 1 | -38/+2 | ||
| | | | | borrowed from scp.c. Thanks to Markus@ for pointing it out. | |||||
* | 'T' handling rcp/scp sync; ok markus@ | 2001-04-14 | 1 | -14/+11 | ||
| | ||||||
* | remove trailing / from source paths; fixes pr#1756 | 2001-04-06 | 1 | -1/+5 | ||
| |