#
38e6e118 |
| 19-Sep-2022 |
djm <djm@openbsd.org> |
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@
|
#
4ae7035e |
| 25-Jul-2018 |
deraadt <deraadt@openbsd.org> |
Don't redefine Makefile choices which come correct from bsd.*.mk ok markus
|
#
9938e17f |
| 08-Jan-2018 |
markus <markus@openbsd.org> |
group shared source files (e.g. SRCS_KEX) and allow compilation w/o OPENSSL ok djm@
|
#
879b4d6e |
| 08-Jan-2018 |
markus <markus@openbsd.org> |
move subprocess() so scp/sftp do not need uidswap.o; ok djm@
|
#
e34d2894 |
| 10-Dec-2017 |
deraadt <deraadt@openbsd.org> |
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 sepera
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
show more ...
|
#
db0c671b |
| 10-Jul-2017 |
espie <espie@openbsd.org> |
zap redundant Makefile variables. okay djm@
|
#
21662c96 |
| 02-Jul-2013 |
markus <markus@openbsd.org> |
add missing library dependencies
|
#
75ce8341 |
| 18-Apr-2008 |
djm <djm@openbsd.org> |
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
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@
show more ...
|
#
d4ac7e58 |
| 18-Apr-2006 |
dtucker <dtucker@openbsd.org> |
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
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@
show more ...
|
#
e65f3e8c |
| 05-Nov-2004 |
djm <djm@openbsd.org> |
command editing and history support via libedit; ok markus@ thanks to hshoexer@ and many testers on tech@ too
|
#
c12918dd |
| 17-Feb-2004 |
djm <djm@openbsd.org> |
sftp.c and sftp-int.c, together at last; ok markus@
|
#
77e911c7 |
| 12-Jan-2003 |
markus <markus@openbsd.org> |
move progressmeter.c to libssh; ok djm/fgs@
|
#
3bfb4850 |
| 10-Jan-2003 |
fgsch <fgsch@openbsd.org> |
sftp progress meter support. original diffs by Nils Nordman <nino at nforced dot com> via markus@, merged to -current by me, djm@ ok.
|
#
02b023f8 |
| 03-May-2001 |
mouring <mouring@openbsd.org> |
Move colon() and cleanhost() to misc.c where I should I have put it in the first place
|
#
bfc253dd |
| 16-Apr-2001 |
mouring <mouring@openbsd.org> |
IPv6 support for sftp (which I bungled in my last patch) which is borrowed from scp.c. Thanks to Markus@ for pointing it out.
|
#
b034fae5 |
| 13-Mar-2001 |
djm <djm@openbsd.org> |
sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@
|
#
9a241266 |
| 03-Mar-2001 |
markus <markus@openbsd.org> |
log*.c -> log.c
|
#
740860f2 |
| 04-Feb-2001 |
djm <djm@openbsd.org> |
Basic interactive sftp client; ok theo@
|