| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
to port. Also, add it to sigdie(). ok djm@
|
|
|
|
|
|
|
|
|
|
|
| |
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@
|
|
|
|
|
| |
tweak internal sftp server to work with it (no special files in chroot
required). ok markus@
|
| |
|
| |
|
| |
|
|
|
|
| |
functions and small protocol change.
|
| |
|
|
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
|