summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sftp-server (follow)
Commit message (Expand)AuthorAgeFilesLines
* add a local implementation of BSD realpath() for sftp-server usedjm2019-07-051-2/+2
* 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
* ssh/lib hasn't worked towards our code-sharing goals for a quit while,deraadt2017-12-101-3/+5
* add missing library dependenciesmarkus2013-07-021-1/+2
* support '-h' (human-readable units) for sftp's ls command, just likedjm2010-01-131-1/+3
* link sftp-server into sshd; feedback and ok djm@markus2008-02-041-2/+2
* Move Buffer bignum functions into their own file, bufbn.c. This means thatdtucker2006-04-181-4/+1
* log*.c -> log.cmarkus2001-03-031-2/+2
* Basic interactive sftp client; ok theo@djm2001-02-041-2/+2
* $OpenBSD$niklas2001-01-291-0/+2
* cleanup sftp-server implementation:markus2001-01-101-2/+2
* implement a SFTP server. interops with sftp2, scp2 and the windowsmarkus2000-08-311-0/+16