summaryrefslogtreecommitdiff
path: root/daemon/gvfsbackendsftp.c
Commit message (Expand)AuthorAgeFilesLines
* sftp: Adapt on new OpenSSH password promptsOndrej Holy2021-10-261-6/+6
* daemon: Set filesystem::use-preview explicitlyAntónio Fernandes2021-01-221-0/+3
* Use shorter strings for prompt dialog titlesJonas Dreßler2021-01-151-7/+11
* sftp: Add support for two factor authenticationOndrej Holy2020-11-301-0/+49
* sftp: Use connection multiplexing instead of multiple connectionsOndrej Holy2020-11-301-3/+9
* trash: Do not fail when G_FILE_COPY_NO_FALLBACK_FOR_MOVE is usedwip/oholy/trash-performanceOndrej Holy2020-09-241-0/+16
* sftp: Copy file timestamps on push/pullMaxim Mikityanskiy2020-05-121-23/+89
* sftp: Fix file ownership when replacingOndrej Holy2020-01-291-32/+152
* sftp: Don't set a content-type that isn't certainBastien Nocera2019-10-111-3/+6
* Revert "sftp: Always use port 22 if not specified"Ondrej Holy2019-10-011-5/+7
* daemon: Use "Backups not supported" consistentlyMayank Sharma2019-03-211-2/+2
* daemon: Use "Operation not supported" consistentlyMayank Sharma2019-03-211-8/+8
* sftp: Improve debug output of ssh cmdlineOndrej Holy2019-02-261-3/+9
* sftp: Always use port 22 if not specifiedOndrej Holy2019-02-041-7/+5
* Remove workaround for directory / folder iconswip/rishi/issue-2Debarshi Ray2018-08-141-10/+2
* sftp: Add support for setting timestampsMax Maisel2017-09-291-20/+119
* sftp: Handle SecurID password promptOndrej Holy2017-04-101-1/+2
* sftp: Prevent potential crash in case of parsing errorOndrej Holy2017-03-231-4/+5
* sftp: Merge 3 constants into oneOndrej Holy2017-01-161-6/+4
* sftp: Limit writes to 32768 bytesOndrej Holy2017-01-161-4/+15
* sftp: Do not call force unmount twiceOndrej Holy2017-01-061-1/+1
* sftp: Mark error string as translatableOndrej Holy2017-01-061-1/+1
* sftp: Fix error code if ssh is not properly configuredOndrej Holy2016-10-041-1/+1
* Use Unicode in translatable stringsPiotr Drąg2016-10-031-4/+4
* daemon: Set G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE attributeOndrej Holy2016-06-281-0/+2
* sftp: Show original hostname in the password promptOndrej Holy2016-04-151-2/+27
* sftp: Fix hostname and ip name parsingOndrej Holy2016-04-131-2/+4
* sftp: Be quiet by defaultRoss Lagerwall2016-01-181-31/+23
* sftp: Fail cancelled jobsRoss Lagerwall2015-12-141-5/+22
* sftp: Handle "Too many authentication failures" errorOndrej Holy2015-11-261-0/+7
* Mark files as untrashable for main backendsOndrej Holy2015-09-231-0/+2
* sftp: Don't call g_vfs_backend_force_unmount multiple timesRoss Lagerwall2015-09-231-3/+6
* sftp: Fix crashes when data connection setup failedOndrej Holy2015-09-231-9/+10
* sftp: Improve error messages on connection setupRoss Lagerwall2015-08-101-4/+6
* sftp: Use the data connection when pulling dataRoss Lagerwall2015-06-071-4/+12
* sftp: Allow queuing and waiting for commands on different connectionsRoss Lagerwall2015-06-071-25/+34
* sftp: Use the data connection when pushing dataRoss Lagerwall2015-06-071-6/+14
* sftp: Login to both connections when mountingRoss Lagerwall2015-06-071-53/+122
* sftp: Add a data connectionRoss Lagerwall2015-06-071-0/+10
* sftp: Add support for multiple connectionsRoss Lagerwall2015-06-071-186/+327
* sftp: Ignore leading whitespace during loginRoss Lagerwall2015-04-091-0/+1
* sftp: Be more robust when parsing login messagesRoss Lagerwall2015-04-091-1/+2
* sftp: Handle host key / IP mismatchRoss Lagerwall2015-04-091-38/+121
* daemon: Move random string generation into shared libRoss Lagerwall2015-02-091-30/+3
* sftp: add more debug prints when loggingOndrej Holy2014-10-241-1/+43
* sftp: Retrieve the username from the secret storeRoss Lagerwall2014-10-231-1/+1
* sftp: Don't spin before the SSH process opens the slave ptyRoss Lagerwall2014-10-171-4/+11
* sftp: Replace "died" with "exited" in a UI stringRoss Lagerwall2014-10-131-1/+1
* sftp: Reword connection closed error messageRoss Lagerwall2014-06-051-2/+2
* sftp: Quit more cleanly on remote shutdownRoss Lagerwall2014-06-051-5/+14