summaryrefslogtreecommitdiff
path: root/scp.c
Commit message (Collapse)AuthorAgeFilesLines
* - 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-211-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-151-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-061-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
|
* - markus@cvs.openbsd.org 2001/06/03 19:38:42Ben Lindstrom2001-06-091-1/+2
| | | | | [scp.c] pass -v to ssh; from slade@shore.net
* - markus@cvs.openbsd.org 2001/05/19 16:05:41Ben Lindstrom2001-06-051-4/+2
| | | | | | [scp.c] ftruncate() instead of open()+O_TRUNC like rcp.c does allows scp /path/to/file localhost:/path/to/file
* - mouring@cvs.openbsd.org 2001/05/08 19:45:25Ben Lindstrom2001-05-081-42/+13
| | | | | [misc.c misc.h scp.c sftp.c] Use addargs() in sftp plus some clean up of addargs(). OK Markus
* - mouring@cvs.openbsd.org 2001/05/03 23:09:53Ben Lindstrom2001-05-031-2/+1
| | | | | | [misc.c misc.h scp.c sftp.c] Move colon() and cleanhost() to misc.c where I should I have put it in the first place
* - markus@cvs.openbsd.org 2001/04/22 12:34:05Ben Lindstrom2001-04-221-4/+4
| | | | | [scp.c] scp > 2GB; niles@scyld.com; ok deraadt@, djm@
* - (bal) Put scp-common.h back into scp.c (it exists in the upstreamBen Lindstrom2001-04-201-0/+1
| | | | tree) pointed out by Tom Holroyd <tomh@po.crl.go.jp>
* - (djm) OpenBSD CVS SyncDamien Miller2001-04-161-38/+1
| | | | | | | - mouring@cvs.openbsd.org 2001/04/16 02:31:44 [scp.c sftp.c] IPv6 support for sftp (which I bungled in my last patch) which is borrowed from scp.c. Thanks to Markus@ for pointing it out.
* - stevesk@cvs.openbsd.org 2001/04/14 17:04:42Ben Lindstrom2001-04-141-14/+11
| | | | | [scp.c] 'T' handling rcp/scp sync; ok markus@
* - Cygwin sftp/sftp-server binary mode patch from Corinna VinschenDamien Miller2001-04-141-0/+3
| | | | <vinschen@redhat.com>
* - deraadt@cvs.openbsd.org 2001/04/06 16:46:59Ben Lindstrom2001-04-071-1/+5
| | | | | [scp.c] remove trailing / from source paths; fixes pr#1756
* - stevesk@cvs.openbsd.org 2001/03/28 20:04:38Ben Lindstrom2001-03-291-3/+3
| | | | | [scp.c] usage more like rcp and add missing -B to usage; ok markus@
* - stevesk@cvs.openbsd.org 2001/03/28 19:56:23Ben Lindstrom2001-03-291-11/+7
| | | | | [scp.c] start to sync scp closer to rcp; ok markus@
* - (bal) scp.c CVS ID resyncBen Lindstrom2001-03-221-1/+1
|
* - (bal) Small fix to scp. %lu vs %ldBen Lindstrom2001-03-191-2/+2
|
* Better fix for long longDamien Miller2001-03-191-1/+1
|
* - (djm) Make scp work on systems without 64-bit intsDamien Miller2001-03-191-0/+8
|
* - (bal) Fixed scp type casing issue which causes "scp: protocol error:Ben Lindstrom2001-03-171-1/+1
| | | | size not delimited" fatal errors when tranfering.
* - markus@cvs.openbsd.org 2001/03/15 15:05:59Ben Lindstrom2001-03-171-3/+3
| | | | | [scp.c] use %lld in printf, ok millert@/deraadt@; report from ssh@client.fi
* - deraadt@cvs.openbsd.org 2001/03/02 18:54:31Ben Lindstrom2001-03-051-3/+3
| | | | | | | [atomicio.c atomicio.h auth-chall.c auth.c auth2-chall.c crc32.h scp.c serverloop.c session.c sftp-server.8 sftp.1 ssh-add.1 ssh-add.c ssh-agent.1 ssh-agent.c ssh-keygen.1 ssh.1 sshd.8] make copyright lines the same format
* - OpenBSD CVS Sync:Damien Miller2001-02-191-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | - reinhard@cvs.openbsd.org 2001/02/17 08:24:40 [sftp.1] typo - deraadt@cvs.openbsd.org 2001/02/17 16:28:58 [ssh.c] cleanup -V output; noted by millert - deraadt@cvs.openbsd.org 2001/02/17 16:48:48 [sshd.8] it's the OpenSSH one - markus@cvs.openbsd.org 2001/02/18 11:33:54 [dispatch.c] typo, SSH2_MSG_KEXINIT, from aspa@kronodoc.fi - markus@cvs.openbsd.org 2001/02/19 02:53:32 [compat.c compat.h serverloop.c] ssh-1.2.{18-22} has broken handling of ignore messages; report from itojun@ - markus@cvs.openbsd.org 2001/02/19 03:35:23 [version.h] OpenSSH_2.5.1 adds bug compat with 1.2.{18-22} - deraadt@cvs.openbsd.org 2001/02/19 03:36:25 [scp.c] np is changed by recursion; vinschen@redhat.com
* - (stevesk) scp.c: use mysignal() for updateprogressmeter() handler.Kevin Steves2001-02-181-11/+2
|
* - (djm) Use SA_INTERRUPT along SA_RESTART if present (equivalent forDamien Miller2001-02-181-1/+5
| | | | SunOS)
* small format sync.Kevin Steves2001-02-111-1/+2
|
* - danh@cvs.openbsd.org 2001/02/10 0:12:43Ben Lindstrom2001-02-101-2/+4
| | | | | | | | [scp.c] revert a small change to allow -r option to work again; ok deraadt@ - danh@cvs.openbsd.org 2001/02/10 15:14:11 [scp.c] fix memory leak; ok markus@
* - itojun@cvs.openbsd.org 2001/02/08 19:30:52Ben Lindstrom2001-02-091-2/+4
| | | | | | | sync with netbsd tree changes. - more strict prototypes, include necessary headers - use paths.h/pathnames.h decls - size_t typecase to int -> u_long
* - deraadt@cvs.openbsd.org 2001/02/08 14:38:54Ben Lindstrom2001-02-091-16/+23
| | | | | [scp.c] memory leak fix, and snprintf throughout
* - deraadt@cvs.openbsd.org 2001/02/04 16:56:23Kevin Steves2001-02-051-3/+3
| | | | | | | | | | | [scp.c sshd.c] alpha happiness - stevesk@cvs.openbsd.org 2001/02/04 15:12:17 [sshd.c] precedence; ok markus@ - deraadt@cvs.openbsd.org 2001/02/04 08:14:15 [ssh.c sshd.c] make the alpha happy
* - stevesk@cvs.openbsd.org 2001/02/04 08:32:27Kevin Steves2001-02-051-2/+2
| | | | | [many files; did this manually to our top-level source dir] unexpand and remove end-of-line whitespace; ok markus@
* - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com>Ben Lindstrom2001-02-021-5/+1
|