summaryrefslogtreecommitdiff
path: root/daemon/sftp.mount.in
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2008-03-03 15:52:43 +0000
committerAlexander Larsson <alexl@src.gnome.org>2008-03-03 15:52:43 +0000
commita68aa2319d3e930d4347cf4e5e29a024221e74c5 (patch)
tree1e361ed1045a5f253301aefdd56412e25493ef1c /daemon/sftp.mount.in
parent09a031a4b2fdb102942d6f407847c222969d7d9b (diff)
downloadgvfs-a68aa2319d3e930d4347cf4e5e29a024221e74c5.tar.gz
Add _g_dbus_message_iter_append_args_valist and
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
Diffstat (limited to 'daemon/sftp.mount.in')
-rw-r--r--daemon/sftp.mount.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/daemon/sftp.mount.in b/daemon/sftp.mount.in
index 89dd6614..85257535 100644
--- a/daemon/sftp.mount.in
+++ b/daemon/sftp.mount.in
@@ -2,3 +2,7 @@
Type=sftp
Exec=@libexecdir@/gvfsd-sftp
AutoMount=false
+Scheme=sftp
+SchemeAliases=ssh
+DefaultPort=22
+HostnameIsInetAddress=true