* README: Inform the user about socat/ssh requirement on the

remote.
* TODO: Remove implemented item from TODO list.


git-svn-id: https://gabriel.svn.sourceforge.net/svnroot/gabriel@17 841437c2-2226-0410-8ced-e7c76d862a31
This commit is contained in:
zeenix 2007-01-29 16:27:24 +00:00
parent d2a946b343
commit a29cf682d3
3 changed files with 12 additions and 6 deletions

View File

@ -1,3 +1,9 @@
2007-01-29 Zeeshan Ali <zeenix@gstreamer.net>
* README: Inform the user about socat/ssh requirement on the
remote.
* TODO: Remove implemented item from TODO list.
2007-01-29 Zeeshan Ali <zeenix@gstreamer.net>
* src/gabriel-main.c: (signal_handler), (main):

6
README
View File

@ -58,6 +58,12 @@ Tada! Your dbus client is manipulating objects on a remote machine over
a secure channel.
Notes
=====
You need socat (> 1.5.0.0) installed and an ssh server running on the remote
machine on which the dbus-daemon is running.
Known Issues
================

6
TODO
View File

@ -4,9 +4,3 @@
but it doesn't work since libssh is not thread-safe. However the
developer has promised to make things better in this respect in the next
release.
* Launch a normal session bus listening on the abstract socket:
This would require socat to support these kind of sockets. A feature-request
has already been delivered to the developer(s) but I will get on it if
he/they don't act soon enough.