summaryrefslogtreecommitdiff
path: root/daemon/sftp.mount.in
Commit message (Collapse)AuthorAgeFilesLines
* Add _g_dbus_message_iter_append_args_valist andAlexander Larsson2008-03-031-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-03-03 Alexander Larsson <alexl@redhat.com> * common/gdbusutils.[ch]: Add _g_dbus_message_iter_append_args_valist and _g_dbus_message_iter_append_args. * common/gvfsdaemonprotocol.h: Add G_VFS_DBUS_MOUNTTRACKER_OP_LIST_MOUNTABLE_INFO * client/Makefile.am: * client/gdaemonvfs.c: Use listMountableInfo to get supported uri schemes and information for default uri handling. Handle default port in uris and if host_is_inet normalize hostnames, including removing ipv6 brackets. * client/sftpuri.c: Removed, as the previous work replaces it * daemon/gvfsdaemonutils.c: (gvfs_file_info_populate_content_types): Fix uninitialized variable warning. * daemon/mount.c: Read new mountfile info and implement list_mountable_info. * daemon/sftp.mount.in: Add info for sftp svn path=/trunk/; revision=1508
* Rename gvfs daemon processes to start with "gvfsd". This is shorter andAlexander Larsson2007-11-151-1/+1
| | | | | | | | | | | | | | | | | 2007-11-15 Alexander Larsson <alexl@redhat.com> * daemon/Makefile.am: * daemon/ftp.mount.in: * daemon/gvfs-daemon.service.in: * daemon/sftp.mount.in: * daemon/smb-browse.mount.in: * daemon/smb.mount.in: * daemon/trash.mount.in: Rename gvfs daemon processes to start with "gvfsd". This is shorter and nicer. svn path=/trunk/; revision=1026
* Clear VfsConnectionData on creation (fixes read of uninitialized data onAlexander Larsson2007-09-251-1/+1
| | | | | | | | | | | | | | 2007-09-25 Alexander Larsson <alexl@redhat.com> * client/gvfsdaemondbus.c: Clear VfsConnectionData on creation (fixes read of uninitialized data on thread shutdown) * daemon/sftp.mount.in: Correct the type to "sftp" svn path=/trunk/; revision=962
* Initial sftp code (doesn't do anything yet)Alexander Larsson2007-09-131-0/+4
Original git commit by Alexander Larsson <alexl@redhat.com> at 1189150726 +0200 svn path=/trunk/; revision=897