2008-03-28 Alexander Larsson * daemon/Makefile.am (gvfsd_smb_SOURCES): Dist libsmb-compat.h. * NEWS: Update for release 2008-03-28 Christian Kellner * configure.ac: Silence out libtool if make is invoked with --silence. 2008-03-28 Paolo Borelli * daemon/gvfsbackendtrash.c: plug some minor memory leaks. 2008-03-28 Alexander Larsson * client/gdaemonfileenumerator.c (g_daemon_file_enumerator_next_file): Actually increment count so that timeouts works. Pointed out by Joe Marcus Clarke 2008-03-27 Alexander Larsson * daemon/gvfsbackendsftp.c: Handle all target exists errors correctly in move. This should make us not silently overwrite files. * daemon/gvfsjobmove.[ch]: Add g_vfs_job_move_progress_callback 2008-03-27 Alexander Larsson * daemon/gvfsbackendsftp.c: Introduce helpers for multi-request ops. Use it for query_info. 2008-03-26 Alexander Larsson * client/gdaemonfile.c: Implement true async query_filesystem_info 2008-03-26 Alexander Larsson * client/gdaemonfileenumerator.c: (g_daemon_file_enumerator_next_file): Avoid hanging forever and not sending any async messages. This could happen if we raced and missed the done check. 2008-03-26 Alexander Larsson * daemon/gvfsmonitor.c: Send replies to subscribe and unsubscribe messages. 2008-03-26 Alexander Larsson * daemon/gvfsbackendsftp.c: Pass id via the command object, not via out parameter. Removes a bunch of code to pass the id around. 2008-03-25 Carlos Garcia Campos * daemon/gvfschannel.c: (got_request), (send_reply_cb): Do not create new read/write jobs if the gvfschannel has been cancelled. Fixes a crash in sftp backend (#522192). 2008-03-25 Paolo Borelli * daemon/gvfsbackendtrash.c (add_extra_trash_info): Make sure the display name is correct even for subdirectories inside the trash. (#523127) 2008-03-25 Alexander Larsson * daemon/gvfsbackendarchive.c (archive_file_set_info_from_entry): Better mount icons and root display name. 2008-03-24 A. Walton * configure.ac: The CDDA backend requires HAL to build. Closes bug #524062. 2008-03-22 Christian Kellner * client/Makefile.am: * configure.ac: * gconf/Makefile.am: * hal/Makefile.am: Respect the giomoduledir provided in gio's package config file. (#523852 and maybe #523039) 2008-03-20 Tomas Bzatek * daemon/gvfsbackendsmb.c: * daemon/gvfsbackendsmbbrowse.c: * daemon/libsmb-compat.h: Port to new smbclient API introduced in samba-3.2.0pre2 2008-03-19 Alexander Larsson * daemon/gvfsjobenumerate.c (send_reply): * daemon/gvfsjobdbus.c (send_reply): Add job pointer to output spew to make it possible to match lines. 2008-03-19 Sebastian Dröge * daemon/gvfsbackendsftp.c: (handle_login): Make the sftp backend work when pam_krb5 is used on the server side. 2008-03-18 Christian Kellner * configure.ac: Post release version bump.