summaryrefslogtreecommitdiff
path: root/daemon/gvfsbackendsftp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix memory leak.Carlos Garcia Campos2008-02-211-0/+3
* Fix password save flags initialization.Carlos Garcia Campos2008-02-211-3/+1
* Fix spelling in stringAlexander Larsson2008-02-201-1/+1
* Add ask_question supportAlexander Larsson2008-02-201-2/+113
* Authentication fixups (#511517) Patch from Carlos Garcia CamposAlexander Larsson2008-02-191-84/+95
* Some more cleanup.Alexander Larsson2008-02-191-4/+3
* Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson2008-02-191-8/+6
* Detect gnome-keyringAlexander Larsson2008-02-181-21/+45
* Set new path in set_display name.Alexander Larsson2008-02-111-1/+4
* Save errno befor making other calls. Be safe when calling g_set_error()Alexander Larsson2008-02-111-18/+18
* Ensure name is set in query_info (#511601) Clean up setting display nameAlexander Larsson2008-02-061-28/+27
* Make name of sftp root be "/ on <host>" (#511515)Alexander Larsson2008-02-041-2/+24
* Cleanup i18n strings (#510192)Alexander Larsson2008-02-041-27/+27
* Ensure we return a IS_DIRECTORY error when we open a file for readingAlexander Larsson2008-01-221-42/+132