History log of /openbsd-current/usr.bin/ssh/sftp.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.9 13-Jun-2008 dtucker

replace __dead with __attribute__((noreturn)), makes things a little easier
to port. Also, add it to sigdie(). ok djm@


# 1.8 18-Apr-2008 djm

introduce sftp extension methods statvfs@openssh.com and
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@


Revision tags: OPENBSD_4_3_BASE
# 1.7 08-Feb-2008 djm

add sshd_config ChrootDirectory option to chroot(2) users to a directory and
tweak internal sftp server to work with it (no special files in chroot
required). ok markus@


# 1.6 04-Feb-2008 markus

link sftp-server into sshd; feedback and ok djm@


Revision tags: OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE
# 1.5 25-Mar-2006 djm

standardise spacing in $OpenBSD$ tags; requested by deraadt@


Revision tags: OPENBSD_3_1_BASE OPENBSD_3_2_BASE OPENBSD_3_3_BASE OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE
# 1.4 13-Feb-2002 djm

branches: 1.4.16; 1.4.18;
API cleanup and backwards compat for filexfer v.0 servers; ok markus@


Revision tags: OPENBSD_2_9_BASE OPENBSD_3_0_BASE
# 1.3 07-Mar-2001 djm

branches: 1.3.2; 1.3.4; 1.3.6;
Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handling
functions and small protocol change.


# 1.2 29-Jan-2001 niklas

branches: 1.2.2;
$OpenBSD$


# 1.1 10-Jan-2001 markus

cleanup sftp-server implementation:
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