summaryrefslogtreecommitdiff
path: root/daemon/gvfsbackendsftp.c
Commit message (Expand)AuthorAgeFilesLines
* sftp: Fix two compilation warningsColin Walters2013-05-211-2/+2
* Implement clean shutdown in sftp backendTimothy Arceri2013-05-071-2/+2
* Fix symlink target in query_info_reply() for sftp backendAlexandre Rostovtsev2012-11-261-0/+2
* Capitalize acronymscjl2012-11-021-9/+9
* gmountsource: Always use NULL-terminated arraysTomas Bzatek2012-09-041-2/+1
* Improve the unknown authenticity question promptWilliam Jon McCann2012-09-041-2/+2
* Don't include jargon in mount display names and messagesWilliam Jon McCann2012-08-301-8/+7
* Add symbolics support to the backendsWilliam Jon McCann2012-08-301-4/+18
* Remove favicon supportWilliam Jon McCann2012-08-301-79/+2
* Strip dbus error strings from GError after all dbus calls.Alexander Larsson2012-08-241-0/+1
* gdbus: Use default timeout for keyring callsgdbus-coreTomas Bzatek2012-07-311-1/+1
* gdbus: Use g_variant_is_of_type() instead of strcmp()Tomas Bzatek2012-07-311-1/+1
* gdbus: Make copy progress workTomas Bzatek2012-07-311-1/+2
* gdbus: Port the sftp backendTomas Bzatek2012-07-311-56/+54
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
* daemon: Support allocating PTYs through openpty on BSDMartin Pieuchot2012-07-131-2/+2
* Always write (S)FTP in capitals.Friedel Wolff2011-08-241-5/+5
* Cleanups and fixes for compiler warningsKjartan Maraas2011-03-171-4/+0
* sftp: Catch invalid argument type for chmod commandBenjamin Otte2011-01-241-0/+9
* sftp: fix poll() timeout.Andreas Henriksson2010-10-041-1/+1
* sftp: Use poll() to cope with openssh-5.6 changesTomas Bzatek2010-09-271-12/+10
* Move translator comments just before the translatable stringClaude Paroz2010-08-051-2/+4
* Provide more information in the SSH dialog.Marcus Carlson2010-07-011-4/+16
* sftp: retain chosen password save option across mount phasesTomas Bzatek2010-02-191-3/+6
* sftp: Cancel all pending reads in reply_stream on unmountTomas Bzatek2010-02-151-3/+35
* Add "default location" supportChristian Kellner2009-11-261-4/+38
* Use FAILED_HANDLED error code when user abortsBenjamin Otte2009-10-121-2/+2
* sftp: return proper error on mkdir when directory existsTomas Bzatek2009-08-211-2/+40
* Bump SFTP timeout to 40 secondsTomas Bzatek2009-08-181-2/+4
* Bug 589434 - gvfsd-sftp crashed with SIGSEGV in strlen()Tomas Bzatek2009-08-101-2/+1
* Don't trust remote permissions mask fullyAlexander Larsson2009-04-171-7/+25
* Pick up SSH_AUTH_SOCK from gnome-keyring (#578708) Patch from Stef Walter.Alexander Larsson2009-04-131-1/+91
* Fix reporting of "not found" or "not directory" errors when sftp returnsAlexander Larsson2009-03-241-7/+104
* Fix various error cases to return right error: Append to existingAlexander Larsson2009-03-231-20/+224
* Make sure we only set the "user" part in the mountspec if it was in theAlexander Larsson2009-03-191-3/+8
* Bug 574754 – 100% cpu usage when connecting to a ssh key and denying keyAlexander Larsson2009-03-101-0/+9
* Don't ask for username when getting ssh key passphraseAlexander Larsson2009-03-101-2/+3
* Implement query_info on sftp streamsChristian Kellner2009-03-021-0/+70
* Bug 550929 – nautilus sftp:// doesn't read User in ~/.ssh/configAlexander Larsson2009-03-021-5/+10
* Bug 564003 – gvfs Cygwin patchesAlexander Larsson2009-03-021-0/+1
* Bug 569203 – gvfsd-sftp crashed with SIGSEGV in strlen()Alexander Larsson2009-03-021-1/+12
* Bug 570977 – sftp backend sends trailing zeros to communication dataAlexander Larsson2009-02-261-11/+1
* Fix order of SSH_FXP_SYMLINK arguments. It seems openssh is not followingAlexander Larsson2009-02-261-1/+3
* Return G_IO_ERROR_CANT_CREATE_BACKUP in the below case instead of notAlexander Larsson2009-02-161-6/+14
* Bug 546482 – Keep ownership when replacing files on sftpAlexander Larsson2009-02-161-1/+113
* Make mounts/backends have a GIcon not a icon nameAlexander Larsson2008-12-011-2/+82
* Better name for the has-username case.Alexander Larsson2008-11-181-2/+2
* If user is specified, add to name too, so we get a unique fuse pathAlexander Larsson2008-11-181-2/+6
* Don't return fallback icons, since that gives problems with custom mimeAlexander Larsson2008-10-231-4/+0
* Added restoring file permissions when replacing a file.Jesse van den Kieboom2008-08-051-5/+29