summaryrefslogtreecommitdiff
path: root/daemon/gvfsbackendsftp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use g_set_error_literal where appropriate. Bug #539167.Christian Persch2008-08-021-50/+50
* get rid of modelines The modelines were inconsistent and caused issuesBenjamin Otte2008-04-221-1/+0
* Get the right size of the command messages. Actually send file attributesAlexander Larsson2008-03-311-2/+14
* Make sure we send (error) replies to all outstanding jobs and unmount theChristian Kellner2008-03-311-18/+37
* Plug some more minor memory leaks.Paolo Borelli2008-03-281-7/+11
* Handle all target exists errors correctly in move. This should make us notAlexander Larsson2008-03-271-39/+186
* Introduce helpers for multi-request ops. Use it for query_info.Alexander Larsson2008-03-271-152/+191
* Pass id via the command object, not via out parameter. Removes a bunch ofAlexander Larsson2008-03-261-148/+87
* Make the sftp backend work when pam_krb5 is used on the server side.Sebastian Dröge2008-03-191-0/+2
* Use GError->message, not GError->msg. Patch from Alexander LarssonAlexander Larsson2008-03-111-1/+1
* Use g_content_type_get_icon() instead of open coding it. Also picks upAlexander Larsson2008-03-061-32/+6
* Allow setting unix mode on sftp (#520572) Patch from Carlos Garcia CamposAlexander Larsson2008-03-061-2/+71
* add an anonymous_out parameter for anonymous logins.Benjamin Otte2008-03-041-0/+1
* Update to gvfskeyring api changesCarlos Garcia Campos2008-02-251-0/+51
* Make sure both no-port and port 22 refer to the same mount.Alexander Larsson2008-02-251-5/+20
* Ask for the username in the sftp login when it's not provided.Carlos Garcia Campos2008-02-221-5/+49