Commit graph

6 commits

Author SHA1 Message Date
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
xtraeme
9144af728f Update to 0.132
Changes:

	o Fix sound support.
	o Fixes, translations, remove compact mode,
	  move support to rdesktop 1.3.
2003-12-17 08:14:18 +00:00
agc
7a13fe3ac5 Use DIST_SUBDIR to version the distfile, as they modified the contents of
the distfile without bumping the version number on it.

Differences from previous version is (the modification to the comment
is mine):

--- old/tsclient-0.124/src/support.c    2003-09-16 05:52:51.000000000 +0100
+++ new/tsclient-0.124/src/support.c    2003-10-18 19:18:47.000000000 +0100
@@ -482,7 +482,7 @@

       // do this [....] for all modes
       sprintf(buffer, "%s", (char*)g_strescape(rdp->full_address, NULL));
-      buffer[strlen(buffer)-4] = '\0';
+      //buffer[strlen(buffer)-4] = '\0';
       c_argv[c_argc++] = g_strdup (buffer);

     } else if (rdp->protocol == 2) {
@@ -542,7 +542,7 @@
       c_argv[c_argc++] = strdup(buffer);

       sprintf(buffer, "%s", (char*)g_strescape(rdp->full_address, NULL));
-      buffer[strlen(buffer)-2] = '\0';
+      //buffer[strlen(buffer)-2] = '\0';
       c_argv[c_argc++] = strdup(buffer);

     } else if (rdp->protocol == 3) {
2003-11-16 21:23:04 +00:00
xtraeme
fce3deb4c9 Hmm, it seems the checksum was changed without any change ... I will
try to contact with the author, reported by Robert Elz #PR pkg/22842,
thanks :)
2003-09-18 09:26:48 +00:00
xtraeme
062f08cc4a Updated to 0.124.
Changes:

This version fixes more banner problems, fixes bug in compact mode so that
it now reads computer name properly, fixes a bug in the VNC code, and
updates and adds several translations.
2003-09-16 07:59:10 +00:00
xtraeme
1f292784dd Initial import of tsclient 0.120
Tsclient is a frontend for rdesktop

Features:

* GTK+-2.0
* GNOME panel applet to quickly launch saved rdp files
* supports most of the rdesktop-1.1.0 arguments
* reads .rdp files in the M$ Unicode format
* writes .rdp files in ascii (which can then be read by this
  and the M$ client)
* looks and functions very much like the M$ client
* is written in C
* features an "rdp picker" which lists .rdp files in ~/.tsclient/
  and launches rdesktop from the rdp file when selected
* VNC support as a client only (vncviewer)
2003-08-30 21:32:54 +00:00