summaryrefslogtreecommitdiff
path: root/daemon/gvfsbackendsmbbrowse.c
Commit message (Expand)AuthorAgeFilesLines
* smbbrowse: Be quiet by defaultOndrej Holy2016-01-181-47/+34
* Unify strings to ease translationFelix Möller2015-08-051-2/+2
* Set filesystem::type for all backendsRoss Lagerwall2015-08-041-0/+13
* smb: Remove old compatibility ifdefsRoss Lagerwall2014-10-231-4/+0
* Require libsmbclient from Samba 3.4.0 or higherRoss Lagerwall2013-12-051-1/+0
* smb: Add support for specifying custom portTomas Bzatek2013-05-281-4/+31
* smb: More verbosity for easier debuggingTomas Bzatek2013-02-081-8/+30
* Use g_list_free_full() where applicableTomas Bzatek2013-01-171-6/+3
* Add symbolics support to the backendsWilliam Jon McCann2012-08-301-3/+27
* Spelling correction "filesystem" -> "file system"Felix Möller2012-07-311-1/+1
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
* Explicitly intialize mutexes on stackTomas Bzatek2011-11-141-0/+3
* Adapt to glib mutex API changesTomas Bzatek2011-10-251-21/+18
* Port daemons to GSettingsTomas Bzatek2010-11-121-30/+15
* Move GConf initialization from backend constructorTomas Bzatek2010-09-081-23/+24
* Use FAILED_HANDLED error code when user abortsBenjamin Otte2009-10-121-1/+1
* Avoid crash when printf function is called with a NULL string. FixesBrian Cameron2009-10-091-1/+1
* smb-browse: fake content type to allow query default handlerTomas Bzatek2009-08-061-0/+2
* Always use g_strerrorPaolo Borelli2009-02-241-2/+2
* SMB browsing authentication support (#524485) Make smb-browse backend notTomas Bzatek2009-01-061-21/+303
* Make mounts/backends have a GIcon not a icon nameAlexander Larsson2008-12-011-8/+3
* Use g_set_error_literal where appropriate. Bug #539167.Christian Persch2008-08-021-6/+6
* Port to new smbclient API introduced in samba-3.2.0pre2Tomas Bzatek2008-03-201-29/+34
* reviewed by: A. Walton <awalton@svn.gnome.org>Benjamin Otte2008-02-281-0/+6
* If gconf availible, initialize default workgroup from gconf. HandleAlexander Larsson2008-02-201-14/+51
* Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson2008-02-191-4/+2
* Save errno befor making other calls. Be safe when calling g_set_error()Alexander Larsson2008-02-111-2/+2
* Another attribute separator fixMatthias Clasen2008-01-251-1/+1
* Clean up strings and add translator commentsAlexander Larsson2008-01-151-0/+2
* Update to new file attribute namesAlexander Larsson2007-12-201-2/+2
* Only use <gio/gio.h> includeAlexander Larsson2007-12-141-3/+1
* Add copyright information to source files.Christian Kellner2007-11-011-0/+22
* Don't show not user visible mountsAlexander Larsson2007-10-261-0/+1
* Rename set_icon -> set_icon_name Add getter for icon_name and display_nameAlexander Larsson2007-10-191-1/+11
* Faster hash, since mount_spec is unique (g_daemon_file_equal): CompareAlexander Larsson2007-10-191-3/+25
* Update for G_IO_ERROR_NOT_MOUNTABLE_FILE name changeAlexander Larsson2007-09-251-2/+2
* Pass in DBusConnection to use instead of using default oneAlexander Larsson2007-09-251-1/+1
* Removed. Removed. Added. Added.Alexander Larsson2007-09-171-24/+24
* Rename g_vfs_job_enumerate_add_info to g_vfs_job_enumerate_add_infosAlexander Larsson2007-09-131-1/+1
* Pass preallocated infos and attribute masks to backends. Use auto-masking.Alexander Larsson2007-09-131-38/+25
* Remove GFileFlags and split out to multiple attributesAlexander Larsson2007-09-131-1/+1
* Switch boolean file attributes to new boolean typeAlexander Larsson2007-09-131-4/+4
* Use uint32 for booleans for consistencyAlexander Larsson2007-09-131-4/+4
* Flag smb browse files as virtualAlexander Larsson2007-09-131-0/+1
* Finish implementing daemon version of file_mount_mountableAlexander Larsson2007-09-131-20/+121
* Better handling of smb browsing, including normalizing server and share namesAlexander Larsson2007-09-131-16/+174
* Use very long timout for mount operationsAlexander Larsson2007-09-131-1/+1
* Update gvfs mounting to the new APIsAlexander Larsson2007-09-131-3/+5
* Move from G_FILE_ERROR to G_IO_ERRORAlexander Larsson2007-09-131-12/+12
* Rename G_VFS_ERROR to G_IO_ERRORAlexander Larsson2007-09-131-1/+1