summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sftp.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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