summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-19Prepare for 0.2 releasessh-contact-0.2Xavier Claessens2-1/+8
2010-07-19Use g_spawn_async() instead of fork()+execvp(), and handle errors.Xavier Claessens1-22/+42
2010-07-19Set the GPL2 in COPYING instead of GPL3.Xavier Claessens1-615/+279
2010-07-19Install ssh-contact-service in libexec pathLaurent Bigonville2-3/+4
2010-07-16Remove useless commentssh-contact-0.1Xavier Claessens1-1/+0
2010-07-16Fix the -l option, and add give -oHostKeyAlias=contact_id to ssh clientXavier Claessens1-2/+7
2010-07-16Little code refactorXavier Claessens1-8/+6
2010-07-15has_stream_tube_cap: tube has to be a private oneGuillaume Desmottes1-0/+4
2010-07-15Add a -l option to define the user to use to login on remote machineXavier Claessens1-16/+49
2010-07-15Pass a ClientContext everywhere to keep our dataXavier Claessens1-150/+185
2010-07-15Rename telepathy-ssh to ssh-contactXavier Claessens9-21/+21
2010-07-15Add CLI to select a contact that supports out StreamTube serviceXavier Claessens3-75/+206
2010-07-14Rename service name to "reverse-ssh" since we are not offering an sshd socketXavier Claessens3-6/+11
2010-07-14Add Collabora copyrightXavier Claessens4-0/+4
2010-07-14Handle error when Tube channel gets invalidatedXavier Claessens1-2/+19
2010-07-14Handle errors when requesting the channelXavier Claessens1-1/+19
2010-07-14Improve the CLI interface, now only accounts supporting StreamTube are shownXavier Claessens1-73/+272
2010-07-13Add a little CLI to select the account to useXavier Claessens1-24/+121
2010-07-13Include unistd.h for fork and execlpPriit Laes1-0/+1
2010-07-12Rename telepathy-ssh-service binary to telepathy-sshdXavier Claessens3-4/+4
2010-07-12Rename telepathy-ssh-client binary to telepathy-sshXavier Claessens2-3/+3
2010-07-12TpSimpleHandler gives channels that are already preparedXavier Claessens2-42/+13
2010-07-12No need to get the TpAccount, we can request a channel directly with its obje...Xavier Claessens1-94/+22
2010-07-12Use the service name for the Client name. Otherwise it is racy.Xavier Claessens1-5/+1
2010-07-12Fix race condition in client sideXavier Claessens1-68/+113
2010-07-12Propagate the GError if splice operation failsXavier Claessens3-6/+29
2010-07-12Handle failure cases in service.cXavier Claessens2-42/+90
2010-07-12Handle failure cases in client.cXavier Claessens2-88/+167
2010-07-12Update gitignoreXavier Claessens1-1/+1
2010-07-12Add .service and .client files for dbus activation of the serviceXavier Claessens3-0/+34
2010-07-12Randomize the client handler nameXavier Claessens1-1/+1
2010-07-12Request a well-known name for the serviceXavier Claessens1-0/+6
2010-07-12Add gitignoreXavier Claessens1-0/+36
2010-07-12Initial commitXavier Claessens12-0/+1512