summaryrefslogtreecommitdiff
path: root/daemon/gvfsbackendsftp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sftp: Fail properly if set_attribute type is wrongRoss Lagerwall2014-05-301-0/+1
* sftp: Implement truncate support for output streamsRoss Lagerwall2013-12-051-0/+41
* sftp: Implement try_query_fs_info using the OpenSSH statvfs extensionRoss Lagerwall2013-11-301-1/+129
* sftp: missing enumeration value warning fixOndrej Holy2013-11-211-34/+26
* sftp: Implement pull supportRoss Lagerwall2013-11-181-0/+534
* sftp: Implement GFileCreateFlags and improve permission handlingRoss Lagerwall2013-11-151-19/+71
* sftp: Fix handling of multiple reads of the packet lengthRoss Lagerwall2013-11-151-1/+1
* sftp: Add "PermitLocalCommand no" to the OpenSSH commandlineRoss Lagerwall2013-11-151-0/+1
* sftp: Implement push supportRoss Lagerwall2013-11-131-0/+688
* sftp: Free errorRoss Lagerwall2013-11-071-0/+1
* sftp: Return the correct error code on failed symlink creationRoss Lagerwall2013-10-311-1/+1
* sftp: Allow seeking when opening for appendRoss Lagerwall2013-10-251-1/+1
* sftp: Allow seek past end of fileAlexander Larsson2013-10-081-40/+54
* 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