summaryrefslogtreecommitdiff
path: root/daemon/sftp.h
Commit message (Collapse)AuthorAgeFilesLines
* sftp: Implement try_query_fs_info using the OpenSSH statvfs extensionRoss Lagerwall2013-11-301-1/+5
| | | | | | | | | | | | | | Use the statvfs command from OpenSSH to fill in the filesystem size, free and used attributes as well as whether the filesystem is readonly or not. The extension is defined at http://api.libssh.org/rfc/PROTOCOL. The extension is signified by the name "statvfs@openssh.com" with a version of "2". Based on a patch Alban Browaeys. https://bugzilla.gnome.org/show_bug.cgi?id=549207
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
| | | | | | | | | | | | | | | Updating the address of the FSF. This has been done by: while read file; do sed -i 's:59 Temple Place:51 Franklin Street:' $file sed -i 's:Suite 330:Fifth Floor:' $file sed -i 's:02111-1307:02110-1301:' $file done https://bugzilla.gnome.org/show_bug.cgi?id=656598 Signed-off-by: Tomas Bzatek <tbzatek@redhat.com>
* Add copyright information to source files.Christian Kellner2007-11-011-0/+22
| | | | | | | | | | | | 2007-11-01 Christian Kellner <gicmo@gnome.org> * client/*.[ch]: * common/*.[ch]: * daemon/*.[ch]: * test/*.[ch]: Add copyright information to source files. svn path=/trunk/; revision=1007
* Update the version in the reference to the sftp draft specAlexander Larsson2007-09-131-1/+1
| | | | svn path=/trunk/; revision=944
* Switch sftp declarations to version 3 (draft-2)Alexander Larsson2007-09-131-108/+56
| | | | | | | | Get File type Original git commit by Alexander Larsson <alexl@redhat.com> at 1189175282 +0200 svn path=/trunk/; revision=908
* Add some old version definesAlexander Larsson2007-09-131-0/+2
| | | | | | Original git commit by Alexander Larsson <alexl@redhat.com> at 1189174320 +0200 svn path=/trunk/; revision=906
* Add more sftp definesAlexander Larsson2007-09-131-0/+33
| | | | | | Original git commit by Alexander Larsson <alexl@redhat.com> at 1189171396 +0200 svn path=/trunk/; revision=904
* Parse INITIAL replyAlexander Larsson2007-09-131-1/+1
| | | | | | Original git commit by Alexander Larsson <alexl@redhat.com> at 1189161757 +0200 svn path=/trunk/; revision=899
* Initial sftp code (doesn't do anything yet)Alexander Larsson2007-09-131-0/+82
Original git commit by Alexander Larsson <alexl@redhat.com> at 1189150726 +0200 svn path=/trunk/; revision=897