OpenBSD CVS

CVS log for src/usr.bin/ssh/scp/Makefile


[BACK] Up to [local] / src / usr.bin / ssh / scp

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.23 / (download) - annotate - [select for diffs], Mon Aug 9 07:13:54 2021 UTC (2 years, 9 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, HEAD
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

on fatal errors, make scp wait for ssh connection before exiting
avoids LogLevel=verbose (or greater) messages from ssh appearing
after scp has returned exited and control has returned to the
shell; ok markus@

Revision 1.22 / (download) - annotate - [select for diffs], Mon Aug 2 23:38:27 2021 UTC (2 years, 10 months ago) by djm
Branch: MAIN
Changes since 1.21: +5 -1 lines
Diff to previous 1.21 (colored)

support for using the SFTP protocol for file transfers in scp, via a
new "-M sftp" option. Marked as experimental for now.

Some corner-cases exist, in particular there is no attempt to
provide bug-compatibility with scp's weird "double shell" quoting
rules.

Mostly by Jakub Jelen in GHPR#194 with some tweaks by me. ok markus@
Thanks jmc@ for improving the scp.1 bits.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Jul 25 17:12:35 2018 UTC (5 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.20: +1 -4 lines
Diff to previous 1.20 (colored)

Don't redefine Makefile choices which come correct from bsd.*.mk
ok markus

Revision 1.20 / (download) - annotate - [select for diffs], Mon Jan 8 15:37:22 2018 UTC (6 years, 4 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (colored)

group shared source files (e.g. SRCS_KEX) and allow compilation w/o OPENSSL
ok djm@

Revision 1.19 / (download) - annotate - [select for diffs], Mon Jan 8 15:21:49 2018 UTC (6 years, 4 months ago) by markus
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

move subprocess() so scp/sftp do not need uidswap.o; ok djm@

Revision 1.18 / (download) - annotate - [select for diffs], Sun Dec 10 19:37:57 2017 UTC (6 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.17: +5 -1 lines
Diff to previous 1.17 (colored)

ssh/lib hasn't worked towards our code-sharing goals for a quit while,
perhaps it is too verbose?  Change each */Makefile to specifying exactly
what sources that program requires, compiling it seperate.  Maybe we'll
iterate by sorting those into seperatable chunks, splitting up files
which contain common code + server/client specific code, or whatnot. But
this isn't one step, or we'd have done it a long time ago..
ok dtucker markus djm

Revision 1.17 / (download) - annotate - [select for diffs], Mon Jul 10 14:09:59 2017 UTC (6 years, 10 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.16: +1 -4 lines
Diff to previous 1.16 (colored)

zap redundant Makefile variables.
okay djm@

Revision 1.13.6.2 / (download) - annotate - [select for diffs], Tue Sep 16 21:20:30 2003 UTC (20 years, 8 months ago) by brad
Branch: OPENBSD_3_2
Changes since 1.13.6.1: +0 -0 lines
Diff to previous 1.13.6.1 (colored) to branchpoint 1.13 (colored) next main 1.14 (colored)

upgrade to OpenSSH 3.7

Revision 1.13.4.1 / (download) - annotate - [select for diffs], Thu Apr 3 22:35:21 2003 UTC (21 years, 2 months ago) by miod
Branch: OPENBSD_3_1
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored) next main 1.14 (colored)

Merge OpenSSH 3.6.1

Revision 1.13.6.1 / (download) - annotate - [select for diffs], Tue Apr 1 00:12:14 2003 UTC (21 years, 2 months ago) by margarida
Branch: OPENBSD_3_2
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Update to OpenSSH 3.6

Revision 1.16 / (download) - annotate - [select for diffs], Sun Jan 12 16:59:14 2003 UTC (21 years, 4 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

move progressmeter.c to libssh; ok djm/fgs@

Revision 1.15 / (download) - annotate - [select for diffs], Fri Jan 10 08:19:07 2003 UTC (21 years, 5 months ago) by fgsch
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14 (colored)

sftp progress meter support.
original diffs by Nils Nordman <nino at nforced dot com> via markus@, merged
to -current by me, djm@ ok.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Oct 16 14:20:43 2002 UTC (21 years, 7 months ago) by itojun
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

scp doesn't need misc.c.  markus ok

Revision 1.12.2.2 / (download) - annotate - [select for diffs], Sat Mar 9 00:22:48 2002 UTC (22 years, 3 months ago) by miod
Branch: OPENBSD_2_9
Changes since 1.12.2.1: +0 -0 lines
Diff to previous 1.12.2.1 (colored) to branchpoint 1.12 (colored) next main 1.13 (colored)

Merge OpenSSH 3.1, keeping /etc as configuration files directory
(i.e. OpenSSH 3.1 + openbsd29_3.1.patch)

Revision 1.12.2.1 / (download) - annotate - [select for diffs], Thu Sep 27 19:03:56 2001 UTC (22 years, 8 months ago) by jason
Branch: OPENBSD_2_9
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Pull in OpenSSH-2.9.9

Revision 1.8.2.5 / (download) - annotate - [select for diffs], Thu Sep 27 00:15:53 2001 UTC (22 years, 8 months ago) by miod
Branch: OPENBSD_2_8
Changes since 1.8.2.4: +2 -2 lines
Diff to previous 1.8.2.4 (colored) to branchpoint 1.8 (colored) next main 1.9 (colored)

Pull in OpenSSH 2.9.9 to the 2.8 branch.

Revision 1.8.2.4 / (download) - annotate - [select for diffs], Mon May 7 21:09:40 2001 UTC (23 years, 1 month ago) by jason
Branch: OPENBSD_2_8
Changes since 1.8.2.3: +2 -2 lines
Diff to previous 1.8.2.3 (colored) to branchpoint 1.8 (colored)

Pull in OpenSSH-2.9 to 2.8 branch.

Revision 1.13 / (download) - annotate - [select for diffs], Thu May 3 23:09:55 2001 UTC (23 years, 1 month ago) by mouring
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_1_BASE, OPENBSD_3_0_BASE, OPENBSD_3_0
Branch point for: OPENBSD_3_2, OPENBSD_3_1
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Move colon() and cleanhost() to misc.c where I should I have put it in
the first place

Revision 1.12 / (download) - annotate - [select for diffs], Mon Apr 16 02:31:48 2001 UTC (23 years, 1 month ago) by mouring
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE
Branch point for: OPENBSD_2_9
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

IPv6 support for sftp (which I bungled in my last patch) which is
borrowed from scp.c.  Thanks to Markus@ for pointing it out.

Revision 1.8.2.3 / (download) - annotate - [select for diffs], Wed Mar 21 19:46:33 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_8
Changes since 1.8.2.2: +2 -2 lines
Diff to previous 1.8.2.2 (colored) to branchpoint 1.8 (colored)

Pull in OpenSSH-2.5.2 for 2.8 branch.

Revision 1.7.2.3 / (download) - annotate - [select for diffs], Wed Mar 21 18:53:24 2001 UTC (23 years, 2 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.7.2.2: +2 -2 lines
Diff to previous 1.7.2.2 (colored) to branchpoint 1.7 (colored) next main 1.8 (colored)

Pull in OpenSSH-2.5.2 for 2.7 branch.

Revision 1.7.2.2 / (download) - annotate - [select for diffs], Mon Mar 12 15:44:19 2001 UTC (23 years, 3 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.7.2.1: +3 -1 lines
Diff to previous 1.7.2.1 (colored) to branchpoint 1.7 (colored)

OpenSSH-2.5.1 for 2.7 patch branch

Revision 1.11 / (download) - annotate - [select for diffs], Sat Mar 3 23:59:35 2001 UTC (23 years, 3 months ago) by markus
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

log*.c -> log.c

Revision 1.8.2.2 / (download) - annotate - [select for diffs], Mon Feb 19 17:19:46 2001 UTC (23 years, 3 months ago) by jason
Branch: OPENBSD_2_8
Changes since 1.8.2.1: +0 -0 lines
Diff to previous 1.8.2.1 (colored) to branchpoint 1.8 (colored)

Pull in OpenSSH-2.5.1

Revision 1.8.2.1 / (download) - annotate - [select for diffs], Fri Feb 16 20:13:26 2001 UTC (23 years, 3 months ago) by jason
Branch: OPENBSD_2_8
Changes since 1.8: +3 -1 lines
Diff to previous 1.8 (colored)

Pull in OpenSSH 2.5.0

Revision 1.10 / (download) - annotate - [select for diffs], Mon Jan 29 01:58:20 2001 UTC (23 years, 4 months ago) by niklas
Branch: MAIN
Changes since 1.9: +2 -0 lines
Diff to previous 1.9 (colored)

$OpenBSD$

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jan 1 14:52:49 2001 UTC (23 years, 5 months ago) by markus
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8 (colored)

use shared fatal(); from stevesk@pobox.com

Revision 1.7.2.1 / (download) - annotate - [select for diffs], Fri Sep 1 18:13:23 2000 UTC (23 years, 9 months ago) by jason
Branch: OPENBSD_2_7
Changes since 1.7: +0 -5 lines
Diff to previous 1.7 (colored)

Pull in OpenSSH-2.2.0 to 2.7 patch branch

Revision 1.8 / (download) - annotate - [select for diffs], Thu Jun 29 18:35:46 2000 UTC (23 years, 11 months ago) by todd
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE
Branch point for: OPENBSD_2_8
Changes since 1.7: +0 -5 lines
Diff to previous 1.7 (colored)

no longer needed; good riddance for static archs

Revision 1.7 / (download) - annotate - [select for diffs], Mon Dec 6 21:47:11 1999 UTC (24 years, 6 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE
Branch point for: OPENBSD_2_7
Changes since 1.6: +1 -1 lines
Diff to previous 1.6 (colored)

atomicio() via lib

Revision 1.6 / (download) - annotate - [select for diffs], Mon Dec 6 20:15:35 1999 UTC (24 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 (colored)

move atomicio into it's own file.  wrap all socket write()s which were doing
write(sock, buf, len) != len, with atomicio() calls.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Oct 25 20:27:26 1999 UTC (24 years, 7 months ago) by markus
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 (colored)

move common files to ./lib and link libssh.a, tested with and w/o obj

Revision 1.4 / (download) - annotate - [select for diffs], Thu Oct 7 05:10:24 1999 UTC (24 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.3: +8 -1 lines
Diff to previous 1.3 (colored)

on static machines, install these as mode 0

Revision 1.3 / (download) - annotate - [select for diffs], Tue Sep 28 04:45:38 1999 UTC (24 years, 8 months ago) by provos
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

convert all uses of gmp to SSL bignum
convert all used of rsa to SSL rsa functions
remove all use of randomstate to OpenBSD arc4random() and arc4_stir()
all this done at a long long night in Canada.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Sep 26 21:52:50 1999 UTC (24 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +0 -1 lines
Diff to previous 1.1 (colored)

proper groups for install

Revision 1.1 / (download) - annotate - [select for diffs], Sun Sep 26 21:47:55 1999 UTC (24 years, 8 months ago) by deraadt
Branch: MAIN

build ssh components using our build model

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.