summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sftp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't redefine Makefile choices which come correct from bsd.*.mkderaadt2018-07-251-4/+1
| | | | ok markus
* group shared source files (e.g. SRCS_KEX) and allow compilation w/o OPENSSLmarkus2018-01-081-3/+3
| | | | ok djm@
* move subprocess() so scp/sftp do not need uidswap.o; ok djm@markus2018-01-081-2/+2
|
* ssh/lib hasn't worked towards our code-sharing goals for a quit while,deraadt2017-12-101-3/+5
| | | | | | | | | 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
* zap redundant Makefile variables.espie2017-07-101-2/+1
| | | | okay djm@
* add missing library dependenciesmarkus2013-07-021-1/+2
|
* introduce sftp extension methods statvfs@openssh.com anddjm2008-04-181-2/+2
| | | | | | | | | | | 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@
* Move Buffer bignum functions into their own file, bufbn.c. This means thatdtucker2006-04-181-3/+2
| | | | | 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@
* command editing and history support via libedit; ok markus@djm2004-11-051-3/+2
| | | | thanks to hshoexer@ and many testers on tech@ too
* sftp.c and sftp-int.c, together at last; ok markus@djm2004-02-171-2/+2
|
* move progressmeter.c to libssh; ok djm/fgs@markus2003-01-121-3/+2
|
* sftp progress meter support.fgsch2003-01-101-2/+3
| | | | | original diffs by Nils Nordman <nino at nforced dot com> via markus@, merged to -current by me, djm@ ok.
* Move colon() and cleanhost() to misc.c where I should I have put it inmouring2001-05-031-2/+2
| | | | the first place
* IPv6 support for sftp (which I bungled in my last patch) which ismouring2001-04-161-2/+2
| | | | borrowed from scp.c. Thanks to Markus@ for pointing it out.
* sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@djm2001-03-131-2/+2
|
* log*.c -> log.cmarkus2001-03-031-2/+2
|
* Basic interactive sftp client; ok theo@djm2001-02-041-0/+19