OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.18 / (download) - annotate - [select for diffs], Mon Sep 19 10:46:00 2022 UTC (20 months, 2 weeks 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, HEAD
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

use users-groups-by-id@openssh.com sftp-server extension (when
available) to fill in user/group names for directory listings.
Implement a client-side cache of see uid/gid=>user/group names.
ok markus@

Revision 1.17 / (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_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, 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.16: +1 -4 lines
Diff to previous 1.16 (colored)

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

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

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

Revision 1.15 / (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.14: +2 -2 lines
Diff to previous 1.14 (colored)

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

Revision 1.14 / (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.13: +5 -3 lines
Diff to previous 1.13 (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.13 / (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.12: +1 -2 lines
Diff to previous 1.12 (colored)

zap redundant Makefile variables.
okay djm@

Revision 1.12 / (download) - annotate - [select for diffs], Tue Jul 2 13:32:38 2013 UTC (10 years, 11 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
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored)

add missing library dependencies

Revision 1.11 / (download) - annotate - [select for diffs], Fri Apr 18 12:32:11 2008 UTC (16 years, 1 month ago) by djm
Branch: MAIN
CVS Tags: 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
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

introduce sftp extension methods statvfs@openssh.com and
fstatvfs@openssh.com that implement statvfs(2)-like operations,
based on a patch from miklos AT szeredi.hu (bz#1399)

also add a "df" command to the sftp client that uses the
statvfs@openssh.com to produce a df(1)-like display of filesystem
space and inode utilisation

ok markus@

Revision 1.9.4.1 / (download) - annotate - [select for diffs], Fri Oct 6 03:19:33 2006 UTC (17 years, 8 months ago) by brad
Branch: OPENBSD_3_8
Changes since 1.9: +2 -3 lines
Diff to previous 1.9 (colored) next main 1.10 (colored)

upgrade to OpenSSH 4.4

Revision 1.9.6.1 / (download) - annotate - [select for diffs], Sat Sep 30 04:06:51 2006 UTC (17 years, 8 months ago) by brad
Branch: OPENBSD_3_9
Changes since 1.9: +2 -3 lines
Diff to previous 1.9 (colored) next main 1.10 (colored)

upgrade to OpenSSH 4.4

Revision 1.10 / (download) - annotate - [select for diffs], Tue Apr 18 10:44:28 2006 UTC (18 years, 1 month ago) by dtucker
Branch: MAIN
CVS Tags: 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
Changes since 1.9: +2 -3 lines
Diff to previous 1.9 (colored)

Move Buffer bignum functions into their own file, bufbn.c.  This means that
sftp and sftp-server (which use the Buffer functions in bufaux.c but not the
bignum ones) no longer need to be linked with libcrypto.  ok markus@

Revision 1.8.2.1 / (download) - annotate - [select for diffs], Thu Mar 10 17:15:05 2005 UTC (19 years, 3 months ago) by brad
Branch: OPENBSD_3_5
Changes since 1.8: +2 -3 lines
Diff to previous 1.8 (colored) next main 1.9 (colored)

upgrade to OpenSSH 4.0

Revision 1.8.4.1 / (download) - annotate - [select for diffs], Thu Mar 10 16:28:28 2005 UTC (19 years, 3 months ago) by brad
Branch: OPENBSD_3_6
Changes since 1.8: +2 -3 lines
Diff to previous 1.8 (colored) next main 1.9 (colored)

upgrade to OpenSSH 4.0

Revision 1.9 / (download) - annotate - [select for diffs], Fri Nov 5 12:19:56 2004 UTC (19 years, 7 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_8_BASE, OPENBSD_3_7_BASE, OPENBSD_3_7
Branch point for: OPENBSD_3_9, OPENBSD_3_8
Changes since 1.8: +2 -3 lines
Diff to previous 1.8 (colored)

command editing and history support via libedit; ok markus@
thanks to hshoexer@ and many testers on tech@ too

Revision 1.7.2.1 / (download) - annotate - [select for diffs], Thu Mar 4 18:18:17 2004 UTC (20 years, 3 months ago) by brad
Branch: OPENBSD_3_3
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) next main 1.8 (colored)

upgrade to OpenSSH 3.8upgrade to OpenSSH 3.8upgrade to OpenSSH 3.8

Revision 1.7.4.1 / (download) - annotate - [select for diffs], Sat Feb 28 03:51:34 2004 UTC (20 years, 3 months ago) by brad
Branch: OPENBSD_3_4
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) next main 1.8 (colored)

upgrade to OpenSSH 3.8

Revision 1.8 / (download) - annotate - [select for diffs], Tue Feb 17 11:03:08 2004 UTC (20 years, 3 months ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_5_BASE
Branch point for: OPENBSD_3_6, OPENBSD_3_5
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

sftp.c and sftp-int.c, together at last; ok markus@

Revision 1.5.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.5.6.1: +0 -0 lines
Diff to previous 1.5.6.1 (colored) to branchpoint 1.5 (colored) next main 1.6 (colored)

upgrade to OpenSSH 3.7

Revision 1.5.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.5: +2 -2 lines
Diff to previous 1.5 (colored) next main 1.6 (colored)

Merge OpenSSH 3.6.1

Revision 1.5.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.5: +2 -2 lines
Diff to previous 1.5 (colored)

Update to OpenSSH 3.6

Revision 1.7 / (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_3_4_BASE, OPENBSD_3_3_BASE
Branch point for: OPENBSD_3_4, OPENBSD_3_3
Changes since 1.6: +2 -3 lines
Diff to previous 1.6 (colored)

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

Revision 1.6 / (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.5: +2 -1 lines
Diff to previous 1.5 (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.4.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.4: +2 -2 lines
Diff to previous 1.4 (colored) next main 1.5 (colored)

Pull in OpenSSH-2.9.9

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

Pull in OpenSSH 2.9.9 to the 2.8 branch.

Revision 1.1.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.1.2.3: +2 -2 lines
Diff to previous 1.1.2.3 (colored)

Pull in OpenSSH-2.9 to 2.8 branch.

Revision 1.5 / (download) - annotate - [select for diffs], Thu May 3 23:09:57 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.4: +2 -2 lines
Diff to previous 1.4 (colored)

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

Revision 1.4 / (download) - annotate - [select for diffs], Mon Apr 16 02:31:52 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.3: +2 -2 lines
Diff to previous 1.3 (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.1.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.1.2.2: +2 -2 lines
Diff to previous 1.1.2.2 (colored)

Pull in OpenSSH-2.5.2 for 2.8 branch.

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

Pull in OpenSSH-2.5.2 for 2.7 branch.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Mar 13 22:42:55 2001 UTC (23 years, 2 months ago) by djm
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@

Revision 1.2.2.1 / (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.2: +1 -1 lines
Diff to previous 1.2 (colored)

OpenSSH-2.5.1 for 2.7 patch branch

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

log*.c -> log.c

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

Pull in OpenSSH-2.5.1

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

Pull in OpenSSH 2.5.0

Revision 1.1 / (download) - annotate - [select for diffs], Sun Feb 4 11:11:56 2001 UTC (23 years, 4 months ago) by djm
Branch: MAIN
Branch point for: OPENBSD_2_8

Basic interactive sftp client; ok theo@

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.