summaryrefslogtreecommitdiffstats
path: root/scp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - markus@cvs.openbsd.org 2004/04/01 12:19:57Darren Tucker2004-04-191-1/+9
| | | | | | [scp.c] limit trust between local and remote rcp/scp process, noticed by lcamtuf; ok deraadt@, djm@
* - djm@cvs.openbsd.org 2003/11/23 23:18:45Damien Miller2003-11-241-1/+1
| | | | | | | | | | [ssh-keygen.c] consistency PATH_MAX -> MAXPATHLEN; ok markus@ (RCS ID sync only) - djm@cvs.openbsd.org 2003/11/23 23:21:21 [scp.c] from portable: rename clashing variable limit-> limit_rate; ok markus@ (RCS ID sync only)
* - (djm) [scp.c] Rename limitbw -> limit_rate to match upstreamed patchDamien Miller2003-11-221-5/+5
|
* more whitespace (tabs this time)Damien Miller2003-11-211-1/+1
|
* - djm@cvs.openbsd.org 2003/11/21 11:57:03Damien Miller2003-11-211-1/+1
| | | | | | [everything] unexpand and delete whitespace at EOL; ok markus@ (done locally and RCS IDs synced)
* - dtucker@cvs.openbsd.org 2003/11/12 10:12:15Damien Miller2003-11-171-1/+2
| | | | | [scp.c] When called with -q, pass -q to ssh; suppresses SSH2 banner. ok markus@
* - jmc@cvs.openbsd.org 2003/10/08 08:27:36Darren Tucker2003-10-151-3/+3
| | | | | | | | | | [scp.1 scp.c sftp-server.8 sftp.1 sftp.c ssh.1 sshd.8] scp and sftp: add options list and sort options. options list requested 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@
* - markus@cvs.openbsd.org 2003/09/19 17:40:20Darren Tucker2003-09-221-2/+3
| | | | | | [scp.c] error handling for remote-remote copy; #638; report Harald Koenig; ok millert, fgs, henning, deraadt
* - (djm) s/get_progname/ssh_get_progname/g to avoid conflict with HeimdalDamien Miller2003-08-221-1/+1
| | | | -lbroken; ok dtucker
* - deraadt@cvs.openbsd.org 2003/07/18 01:54:25Darren Tucker2003-07-191-2/+2
| | | | | [scp.c] userid is unsigned, but well, force it anyways; andrushock@korovino.net
* - deraadt@cvs.openbsd.org 2003/06/28 16:23:06Darren Tucker2003-07-031-18/+18
| | | | | | | [atomicio.c atomicio.h authfd.c clientloop.c monitor_wrap.c msg.c progressmeter.c scp.c sftp-client.c ssh-keyscan.c ssh.h sshconnect.c sshd.c] deal with typing of write vs read in atomicio
* - nino@cvs.openbsd.org 2003/06/12 15:34:09Damien Miller2003-06-181-2/+2
| | | | | [scp.c] Typo. Ok markus@.
* - djm@cvs.openbsd.org 2003/06/04 12:40:39Damien Miller2003-06-041-2/+14
| | | | | | [scp.c] kill ssh process upon receipt of signal, bz #241. based on patch from esb AT hawaii.edu; ok markus@
* - djm@cvs.openbsd.org 2003/06/04 12:18:49Damien Miller2003-06-041-28/+11
| | | | | [scp.c] ansify; ok markus@
* a - millert@cvs.openbsd.org 2003/06/03 02:56:16Damien Miller2003-06-031-6/+2
| | | | | | [scp.c] Remove the advertising clause in the UCB license which Berkeley rescinded 22 July 1999. Proofed by myself and Theo.
* - (bal) [defines.h progressmeter.c scp.c] Some more culling of non 64bitBen Lindstrom2003-04-291-8/+1
| | | | hacked code.
* - (bal) scp.c 'limit' conflicts with Cray. Rename to 'limitbw'Ben Lindstrom2003-03-211-5/+5
|
* - (djm) OpenBSD CVS SyncDamien Miller2003-03-101-3/+7
| | | | | | | - markus@cvs.openbsd.org 2003/03/05 22:33:43 [channels.c monitor.c scp.c session.c sftp-client.c sftp-int.c] [sftp-server.c ssh-add.c sshconnect2.c] fix memory leaks; from dlheine@suif.Stanford.EDU/CLOUSEAU; ok djm@
* - markus@cvs.openbsd.org 2003/02/02 10:51:13Damien Miller2003-02-241-8/+15
| | | | | | [scp.c] call okname() only when using system(3) for remote-remote copy; fixes bugs #483, #472; ok deraadt@, mouring@
* - markus@cvs.openbsd.org 2003/01/23 14:06:15Damien Miller2003-01-241-3/+5
| | | | | [scp.1 scp.c] scp -12; Sam Smith and others; ok provos@, deraadt@
* - markus@cvs.openbsd.org 2003/01/23 14:01:53Damien Miller2003-01-241-4/+76
| | | | | [scp.c] bandwidth limitation patch (scp -l) from niels@; ok todd@, deraadt@
* - djm@cvs.openbsd.org 2003/01/10 10:29:35Damien Miller2003-01-101-2/+2
| | | | | | | [scp.c] Don't ftruncate after write error, creating sparse files of incorrect length mindrot bug #403, reported by rusr@cup.hp.com; ok markus@
* - fgsch@cvs.openbsd.org 2003/01/10 08:19:07Damien Miller2003-01-101-201/+10
| | | | | | | [scp.c sftp.1 sftp.c sftp-client.c sftp-int.c] sftp progress meter support. original diffs by Nils Nordman <nino at nforced dot com> via markus@, merged to -current by me, djm@ ok.
* [scp.c] make compilers without long long happy.Tim Rice2003-01-091-0/+16
|
* - markus@cvs.openbsd.org 2002/12/13 15:20:52Ben Lindstrom2002-12-231-30/+35
| | | | | | | | | [scp.c] 1) include stalling time in total time 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@
* - markus@cvs.openbsd.org 2002/12/05 11:08:35Ben Lindstrom2002-12-231-5/+3
| | | | | | [scp.c] use roundup() similar to rcp/util.c and avoid problems with strange filesystem block sizes, noted by tjr@freebsd.org; ok djm@
* - markus@cvs.openbsd.org 2002/11/27 17:53:35Ben Lindstrom2002-12-231-5/+5
| | | | | | [scp.c sftp.c ssh.c] allow usernames with embedded '@', e.g. scp user@vhost@realhost:file /tmp; http://bugzilla.mindrot.org/show_bug.cgi?id=447; ok mouring@, millert@
* - wcobb@cvs.openbsd.org 2002/11/26 00:45:03Ben Lindstrom2002-12-231-2/+1
| | | | | | [scp.c ssh-keygen.c] Remove unnecessary fflush(stderr) calls, stderr is unbuffered by default. ok markus@
* - markus@cvs.openbsd.org 2002/11/07 22:35:38Ben Lindstrom2002-11-091-3/+26
| | | | | | [scp.c] check exit status from ssh, and exit(1) if ssh fails; bug#369; binder@arago.de
* - deraadt@cvs.openbsd.org 2002/06/19 00:27:55Ben Lindstrom2002-06-211-2/+2
| | | | | | | | | [auth-bsdauth.c auth-skey.c auth1.c auth2-chall.c auth2-none.c authfd.c authfd.h monitor_wrap.c msg.c nchan.c radix.c readconf.c scp.c sftp.1 ssh-add.1 ssh-add.c ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh-keysign.c ssh.1 sshconnect.c sshconnect.h sshconnect2.c ttymodes.c xmalloc.h] KNF done automatically while reading....
* - deraadt@cvs.openbsd.org 2002/06/17 06:05:56Ben Lindstrom2002-06-211-4/+4
| | | | | [scp.c] make usage like man page
* - markus@cvs.openbsd.org 2002/06/08 12:36:53Ben Lindstrom2002-06-091-4/+2
| | | | | [scp.c] remove FallBackToRsh
* - mouring@cvs.openbsd.org 2002/04/06 18:24:09Ben Lindstrom2002-04-061-2/+2
| | | | | | [scp.c] Fixes potental double // within path. http://bugzilla.mindrot.org/show_bug.cgi?id=76
* - (bal) Hand Sync of scp.c (reverted to upstream code)Ben Lindstrom2002-04-021-12/+11
| | | | | | - deraadt@cvs.openbsd.org 2002/03/30 17:45:46 [scp.c] stretch banners
* whitespace syncKevin Steves2002-03-051-2/+1
|
* - itojun@cvs.openbsd.org 2001/12/05 03:56:39Ben Lindstrom2001-12-061-3/+3
| | | | | | [auth1.c auth2.c canohost.c channels.c deattack.c packet.c scp.c sshconnect2.c] make it compile with more strict prototype checking
* [configure.in] Clean up library testing.Tim Rice2001-10-221-3/+3
| | | | | | | | | | | | | | | | | | | | | | Add optional PATH to --with-pcre, --with-zlib, --with-tcp-wrappers based on patch by albert chin (china@thewrittenword.com) Re-arange AC_CHECK_HEADERS and AC_CHECK_FUNCS for eaiser reading of patches to configure.in Replace obsolete AC_STRUCT_ST_BLKSIZE with AC_CHECK_MEMBERS Add test for broken dirname() on Solaris 2.5.1 by Dan Astoorian <djast@cs.toronto.edu> [acconfig.h aclocal.m4 defines.h configure.in] Better socklen_t patch by albert chin (china@thewrittenword.com) [scp.c] Replace obsolete HAVE_ST_BLKSIZE with HAVE_STRUCT_STAT_ST_BLKSIZE [Makefile.in] When running make in top level, always do make in openbsd-compat patch by Dave Dykstra <dwd@bell-labs.com>
* - markus@cvs.openbsd.org 2001/10/01 08:06:28Ben Lindstrom2001-10-031-1/+6
| | | | | | [scp.c] skip filenames containing \n; report jdamery@chiark.greenend.org.uk and matthew@debian.org
* - stevesk@cvs.openbsd.org 2001/09/19 19:24:19Ben Lindstrom2001-09-201-6/+11
| | | | | | [readconf.c readconf.h scp.c sftp.c ssh.1] add ClearAllForwardings ssh option and set it in scp and sftp; ok markus@
* - stevesk@cvs.openbsd.org 2001/09/17 17:57:57Ben Lindstrom2001-09-181-5/+6
| | | | | [scp.1 scp.c sftp.1 sftp.c] add -Fssh_config option; ok markus@
* - stevesk@cvs.openbsd.org 2001/09/12 18:18:25Ben Lindstrom2001-09-121-1/+2
| | | | | [scp.c] don't forward agent for non third-party copies; ok markus@
* - markus@cvs.openbsd.org 2001/08/29 20:44:03Ben Lindstrom2001-09-121-1/+2
| | | | | | [scp.c] clear the malloc'd buffer, otherwise source() will leak malloc'd memory; ok theo@
* - stevesk@cvs.openbsd.org 2001/08/13 23:38:54Ben Lindstrom2001-08-161-2/+1
| | | | | [scp.c] don't need main prototype (also sync with rcp); ok markus@
* - stevesk@cvs.openbsd.org 2001/08/06 19:47:05Ben Lindstrom2001-08-071-15/+7
| | | | | [scp.c] use alarm vs. setitimer for portable; ok markus@
* - deraadt@cvs.openbsd.org 2001/07/27 17:26:16Ben Lindstrom2001-08-061-4/+7
| | | | | [scp.c] shorten lines
* - OpenBSD CVS SyncBen Lindstrom2001-07-181-2/+3
| | | | | | - mouring@cvs.openbsd.org 2001/07/18 16:45:52 [scp.c] Missing -o in scp usage()
* - itojun@cvs.openbsd.org 2001/06/23 15:12:20Ben Lindstrom2001-06-251-4/+5
| | | | | | | | | | | | | [auth1.c auth2.c auth2-chall.c authfd.c authfile.c auth-rhosts.c canohost.c channels.c cipher.c clientloop.c deattack.c dh.c hostfile.c kex.c kexdh.c kexgex.c key.c nchan.c packet.c radix.c readpass.c scp.c servconf.c serverloop.c session.c sftp.c sftp-client.c sftp-glob.c sftp-int.c sftp-server.c ssh-add.c ssh-agent.c ssh.c sshconnect1.c sshconnect2.c sshconnect.c sshd.c ssh-keygen.c ssh-keyscan.c] more strict prototypes. raise warning level in Makefile.inc. markus ok'ed TODO; cleanup headers
* - deraadt@cvs.openbsd.org 2001/06/23 00:16:16Ben Lindstrom2001-06-251-3/+3
| | | | | [scp.c] slightly better care
* - markus@cvs.openbsd.org 2001/06/16 08:57:35Ben Lindstrom2001-06-211-3/+6
| | | | | [scp.c] no stdio or exit() in signal handlers.
* - scp.c ID update (upstream synced vfsprintf() from us)Ben Lindstrom2001-06-121-1/+1
|