summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sftp.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* replace __dead with __attribute__((noreturn)), makes things a little easierdtucker2008-06-131-2/+2
| | | | to port. Also, add it to sigdie(). ok djm@
* introduce sftp extension methods statvfs@openssh.com anddjm2008-04-181-1/+5
| | | | | | | | | | | 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@
* add sshd_config ChrootDirectory option to chroot(2) users to a directory anddjm2008-02-081-2/+4
| | | | | tweak internal sftp server to work with it (no special files in chroot required). ok markus@
* link sftp-server into sshd; feedback and ok djm@markus2008-02-041-1/+4
|
* standardise spacing in $OpenBSD$ tags; requested by deraadt@djm2006-03-251-1/+1
|
* API cleanup and backwards compat for filexfer v.0 servers; ok markus@djm2002-02-131-1/+2
|
* Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handlingdjm2001-03-071-3/+6
| | | | functions and small protocol change.
* $OpenBSD$niklas2001-01-291-0/+2
|
* cleanup sftp-server implementation:markus2001-01-101-0/+86
add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT parse SSH2_FILEXFER_ATTR_EXTENDED send SSH2_FX_EOF if readdir returns no more entries reply to SSH2_FXP_EXTENDED messages use #defines from the draft. move #definitions to sftp.h more info: http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt