summaryrefslogtreecommitdiff
path: root/daemon/gvfsbackendsmb.c
Commit message (Expand)AuthorAgeFilesLines
* smb: Remove old compatibility ifdefsRoss Lagerwall2014-10-231-4/+0
* smb: Implement standard::allocated-sizeRoss Lagerwall2014-06-051-0/+3
* smb: Fail properly if set_attribute type is wrongRoss Lagerwall2014-05-301-9/+11
* smb: Improve batching when sending enumerate GFileInfosRoss Lagerwall2014-05-281-12/+4
* smb: Give correct error when unlink fails while closing fileRoss Lagerwall2014-04-021-1/+10
* smb: set context to NULL after it has been freedOndrej Holy2014-02-131-0/+1
* smb: Implement truncate support for output streamsRoss Lagerwall2013-12-051-0/+22
* Require libsmbclient from Samba 3.4.0 or higherRoss Lagerwall2013-12-051-6/+2
* smb: Report number of bytes used on the filesystemRoss Lagerwall2013-11-151-2/+8
* smb: Unlink file before sending job replyRoss Lagerwall2013-10-311-2/+2
* smb: Set error from the errno of the correct operationRoss Lagerwall2013-10-311-5/+5
* smb: Add support for specifying custom portTomas Bzatek2013-05-281-19/+38
* smb: More verbosity for easier debuggingTomas Bzatek2013-02-081-7/+43
* smb: Implement proper unmount methodTomas Bzatek2013-01-251-0/+29
* Use g_list_free_full() where applicableTomas Bzatek2013-01-171-2/+1
* smb: Report proper error on do_query_fs_info()Tomas Bzatek2012-12-031-1/+7
* Add symbolics support to the backendsWilliam Jon McCann2012-08-301-8/+25
* Spelling correction "filesystem" -> "file system"Felix Möller2012-07-311-1/+1
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
* smb: Ignore read-only attribute for directoriesAndreas Heik2011-09-081-2/+3
* smb: Always check for existing file on renameTomas Bzatek2011-08-301-3/+21
* smb: Add support for default locationTomas Bzatek2011-03-181-2/+11
* smb: Catch invalid argument type when setting mtimeBenjamin Otte2011-01-241-0/+9
* Port daemons to GSettingsTomas Bzatek2010-11-121-28/+14
* Move GConf initialization from backend constructorTomas Bzatek2010-09-081-22/+21
* [SMB] Fix free space calculation for older samba serversTomas Bzatek2009-11-301-7/+11
* [SMB] Fix compilation with older libsmbclient versionsTomas Bzatek2009-11-191-3/+4
* [SMB] Fix free space calculation for Windows hostsTomas Bzatek2009-11-181-2/+6
* [SMB] Support querying filesystem size and free spaceTomas Bzatek2009-11-101-1/+29
* Use FAILED_HANDLED error code when user abortsBenjamin Otte2009-10-121-1/+1
* smb: Limit blocksize for reading to 65534 to get better performanceTomas Bzatek2009-08-201-6/+7
* Bug 577748 – gvfsd-smb crash after unconnecting and connecting again aGVFS_1_2_1Alexander Larsson2009-04-021-2/+4
* Work around bug in libsmbclient (samba bug #6228) Ensure we return EEXISTSAlexander Larsson2009-03-271-12/+36
* Implement query_info on smb streamsAlexander Larsson2009-03-021-0/+64
* Timestamp (mtime) setting supportTomas Bzatek2008-11-101-5/+83
* Don't ask for credentials twice when the password dialog was cancelledTomas Bzatek2008-10-241-5/+23
* Don't return fallback icons, since that gives problems with custom mimeAlexander Larsson2008-10-231-6/+1
* Kerberos authentication fixes. Fixes #524498Tomas Bzatek2008-09-161-8/+22
* Revert commit #1772. Set the information on the mount spec from the original ...Tomas Bzatek2008-09-151-19/+23
* Use g_set_error_literal where appropriate. Bug #539167.Christian Persch2008-08-021-24/+21
* Return G_IO_ERROR_IS_DIRECTORY when attempting to read a directory (fixes #52...Tomas Bzatek2008-05-281-2/+18
* Don't set domain to mountspec when not setting usernameTomas Bzatek2008-05-271-4/+7
* Fix username & domain tests while setting mount specTomas Bzatek2008-05-211-2/+2
* Add GVFS_SMB_DEBUG env variable to control smb debugging.Christian Kellner2008-05-211-1/+9
* Set the information on the mount spec at the right timeChristian Kellner2008-05-211-17/+19
* Port to new smbclient API introduced in samba-3.2.0pre2Tomas Bzatek2008-03-201-76/+148
* Mark files with an initial dot to be hidden. This handles unix smb shares,Alexander Larsson2008-03-141-2/+7
* Use g_content_type_get_icon() instead of open coding it. Also picks upAlexander Larsson2008-03-061-34/+8
* add an anonymous_out parameter for anonymous logins.Benjamin Otte2008-03-041-0/+1
* reviewed by: A. Walton <awalton@svn.gnome.org>Benjamin Otte2008-02-281-0/+6