summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sftp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't redefine Makefile choices which come correct from bsd.*.mkderaadt2018-07-251-4/+1
* group shared source files (e.g. SRCS_KEX) and allow compilation w/o OPENSSLmarkus2018-01-081-3/+3
* 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
* zap redundant Makefile variables.espie2017-07-101-2/+1
* add missing library dependenciesmarkus2013-07-021-1/+2
* introduce sftp extension methods statvfs@openssh.com anddjm2008-04-181-2/+2
* Move Buffer bignum functions into their own file, bufbn.c. This means thatdtucker2006-04-181-3/+2
* command editing and history support via libedit; ok markus@djm2004-11-051-3/+2
* 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
* Move colon() and cleanhost() to misc.c where I should I have put it inmouring2001-05-031-2/+2
* IPv6 support for sftp (which I bungled in my last patch) which ismouring2001-04-161-2/+2
* 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