summaryrefslogtreecommitdiff
path: root/daemon/gvfsbackendsftp.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-21sftp: Fix two compilation warningsColin Walters1-2/+2
2013-05-07Implement clean shutdown in sftp backendTimothy Arceri1-2/+2
2012-11-26Fix symlink target in query_info_reply() for sftp backendAlexandre Rostovtsev1-0/+2
2012-11-02Capitalize acronymscjl1-9/+9
2012-09-04gmountsource: Always use NULL-terminated arraysTomas Bzatek1-2/+1
2012-09-04Improve the unknown authenticity question promptWilliam Jon McCann1-2/+2
2012-08-30Don't include jargon in mount display names and messagesWilliam Jon McCann1-8/+7
2012-08-30Add symbolics support to the backendsWilliam Jon McCann1-4/+18
2012-08-30Remove favicon supportWilliam Jon McCann1-79/+2
2012-08-24Strip dbus error strings from GError after all dbus calls.Alexander Larsson1-0/+1
2012-07-31gdbus: Use default timeout for keyring callsTomas Bzatek1-1/+1
2012-07-31gdbus: Use g_variant_is_of_type() instead of strcmp()Tomas Bzatek1-1/+1
2012-07-31gdbus: Make copy progress workTomas Bzatek1-1/+2
2012-07-31gdbus: Port the sftp backendTomas Bzatek1-56/+54
2012-07-30Update the Address of the FSFFelix Möller1-2/+2
2012-07-13daemon: Support allocating PTYs through openpty on BSDMartin Pieuchot1-2/+2
2011-08-24Always write (S)FTP in capitals.Friedel Wolff1-5/+5
2011-03-17Cleanups and fixes for compiler warningsKjartan Maraas1-4/+0
2011-01-24sftp: Catch invalid argument type for chmod commandBenjamin Otte1-0/+9
2010-10-04sftp: fix poll() timeout.Andreas Henriksson1-1/+1
2010-09-27sftp: Use poll() to cope with openssh-5.6 changesTomas Bzatek1-12/+10
2010-08-05Move translator comments just before the translatable stringClaude Paroz1-2/+4
2010-07-01Provide more information in the SSH dialog.Marcus Carlson1-4/+16
2010-02-19sftp: retain chosen password save option across mount phasesTomas Bzatek1-3/+6
2010-02-15sftp: Cancel all pending reads in reply_stream on unmountTomas Bzatek1-3/+35
2009-11-26Add "default location" supportChristian Kellner1-4/+38
2009-10-12Use FAILED_HANDLED error code when user abortsBenjamin Otte1-2/+2
2009-08-21sftp: return proper error on mkdir when directory existsTomas Bzatek1-2/+40
2009-08-18Bump SFTP timeout to 40 secondsTomas Bzatek1-2/+4
2009-08-10Bug 589434 - gvfsd-sftp crashed with SIGSEGV in strlen()Tomas Bzatek1-2/+1
2009-04-17Don't trust remote permissions mask fullyAlexander Larsson1-7/+25
2009-04-13Pick up SSH_AUTH_SOCK from gnome-keyring (#578708) Patch from Stef Walter.Alexander Larsson1-1/+91
2009-03-24Fix reporting of "not found" or "not directory" errors when sftp returnsAlexander Larsson1-7/+104
2009-03-23Fix various error cases to return right error: Append to existingAlexander Larsson1-20/+224
2009-03-19Make sure we only set the "user" part in the mountspec if it was in theAlexander Larsson1-3/+8
2009-03-10Bug 574754 – 100% cpu usage when connecting to a ssh key and denying keyAlexander Larsson1-0/+9
2009-03-10Don't ask for username when getting ssh key passphraseAlexander Larsson1-2/+3
2009-03-02Implement query_info on sftp streamsChristian Kellner1-0/+70
2009-03-02Bug 550929 – nautilus sftp:// doesn't read User in ~/.ssh/configAlexander Larsson1-5/+10
2009-03-02Bug 564003 – gvfs Cygwin patchesAlexander Larsson1-0/+1
2009-03-02Bug 569203 – gvfsd-sftp crashed with SIGSEGV in strlen()Alexander Larsson1-1/+12
2009-02-26Bug 570977 – sftp backend sends trailing zeros to communication dataAlexander Larsson1-11/+1
2009-02-26Fix order of SSH_FXP_SYMLINK arguments. It seems openssh is not followingAlexander Larsson1-1/+3
2009-02-16Return G_IO_ERROR_CANT_CREATE_BACKUP in the below case instead of notAlexander Larsson1-6/+14
2009-02-16Bug 546482 – Keep ownership when replacing files on sftpAlexander Larsson1-1/+113
2008-12-01Make mounts/backends have a GIcon not a icon nameAlexander Larsson1-2/+82
2008-11-18Better name for the has-username case.Alexander Larsson1-2/+2
2008-11-18If user is specified, add to name too, so we get a unique fuse pathAlexander Larsson1-2/+6
2008-10-23Don't return fallback icons, since that gives problems with custom mimeAlexander Larsson1-4/+0
2008-08-05Added restoring file permissions when replacing a file.Jesse van den Kieboom1-5/+29