/[rdesktop]/sourceforge.net/trunk/rdesktop/rdesktop.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Log of /sourceforge.net/trunk/rdesktop/rdesktop.c

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 1487)

Revision 238 - (view) (annotate) - [select for diffs]
Modified Wed Oct 23 14:55:52 2002 UTC (21 years, 6 months ago) by astrand
File length: 10781 byte(s)
Diff to previous 223
Increased shell max length to 128.


Revision 223 - (view) (annotate) - [select for diffs]
Modified Fri Oct 11 05:13:19 2002 UTC (21 years, 6 months ago) by matthewc
File length: 10780 byte(s)
Diff to previous 222
Make title -T in line with xterm, xemacs, etc.


Revision 222 - (view) (annotate) - [select for diffs]
Modified Fri Oct 11 04:00:32 2002 UTC (21 years, 6 months ago) by matthewc
File length: 10780 byte(s)
Diff to previous 220
I've been convinced that accepting server[:port] is the right way to do
things (less options to remember, and it's the syntax accepted by the MS
clients).


Revision 220 - (view) (annotate) - [select for diffs]
Modified Thu Oct 10 07:25:31 2002 UTC (21 years, 6 months ago) by matthewc
File length: 10755 byte(s)
Diff to previous 214
Improve security of random number generation (support EGD, use MD5
in our poor man's version) - Jacco de Leeuw <jacco2@dds.nl>


Revision 214 - (view) (annotate) - [select for diffs]
Modified Sun Oct 6 13:57:39 2002 UTC (21 years, 6 months ago) by matthewc
File length: 9384 byte(s)
Diff to previous 213
Remove -l (Microsoft have long since fixed the bug that made it work).


Revision 213 - (view) (annotate) - [select for diffs]
Modified Sun Oct 6 13:30:30 2002 UTC (21 years, 6 months ago) by matthewc
File length: 9505 byte(s)
Diff to previous 211
Remove -P (askpass program)


Revision 211 - (view) (annotate) - [select for diffs]
Modified Fri Oct 4 14:28:14 2002 UTC (21 years, 7 months ago) by matthewc
File length: 9828 byte(s)
Diff to previous 188
-p - now reads from stdin rather than using getpass (/dev/tty)


Revision 188 - (view) (annotate) - [select for diffs]
Modified Tue Sep 24 06:09:09 2002 UTC (21 years, 7 months ago) by matthewc
File length: 9099 byte(s)
Diff to previous 171
Reinstate a cleaned-up version of the old xwin_toggle_fullscreen - I indeed
can't get it working reliably with all window managers without creating a
new window.
Move remaining non-window dependant code into ui_init/ui_deinit so that
xwin_toggle_fullscreen can do ui_destroy_window/ui_create_window.


Revision 171 - (view) (annotate) - [select for diffs]
Modified Tue Sep 17 09:20:13 2002 UTC (21 years, 7 months ago) by n-ki
File length: 9085 byte(s)
Diff to previous 169
security: when supplying password as arg it is overwritten in the ps table with XXX. (On BSD based platforms this does nothing.)


Revision 169 - (view) (annotate) - [select for diffs]
Modified Tue Sep 17 07:27:49 2002 UTC (21 years, 7 months ago) by matthewc
File length: 9035 byte(s)
Diff to previous 160
Send packet dumps to stdout.


Revision 160 - (view) (annotate) - [select for diffs]
Modified Sun Sep 15 12:42:26 2002 UTC (21 years, 7 months ago) by matthewc
File length: 9080 byte(s)
Diff to previous 159
Now that we have ui_init move rounding of geometry there (it's X-specific).


Revision 159 - (view) (annotate) - [select for diffs]
Modified Sun Sep 15 12:36:55 2002 UTC (21 years, 7 months ago) by matthewc
File length: 9225 byte(s)
Diff to previous 122
#ifdef out licence save code.  I don't think it's really necessary; it's
always been broken and AFAIK no-one has complained.


Revision 122 - (view) (annotate) - [select for diffs]
Modified Sat Sep 14 11:54:11 2002 UTC (21 years, 7 months ago) by matthewc
File length: 9198 byte(s)
Diff to previous 121
Eliminate noise in output - only print version/copyright in usage(),
make connecting/disconnecting message a DEBUG.


Revision 121 - (view) (annotate) - [select for diffs]
Modified Sat Sep 14 11:48:44 2002 UTC (21 years, 7 months ago) by matthewc
File length: 9214 byte(s)
Diff to previous 114
Move non-window-related initialisation to ui_init.
All functions after ui_init can now assume display and other globals are valid.


Revision 114 - (view) (annotate) - [select for diffs]
Modified Wed Sep 11 07:54:21 2002 UTC (21 years, 7 months ago) by astrand
File length: 9232 byte(s)
Diff to previous 111
Small indent fix.


Revision 111 - (view) (annotate) - [select for diffs]
Modified Sun Sep 1 12:03:33 2002 UTC (21 years, 8 months ago) by astrand
File length: 9233 byte(s)
Diff to previous 107
Replaced all printf with fprintf(stderr)


Revision 107 - (view) (annotate) - [select for diffs]
Modified Sun Sep 1 11:27:58 2002 UTC (21 years, 8 months ago) by astrand
File length: 8981 byte(s)
Diff to previous 103
Added -w option for setting title


Revision 103 - (view) (annotate) - [select for diffs]
Modified Thu Aug 29 14:18:24 2002 UTC (21 years, 8 months ago) by matthewc
File length: 8842 byte(s)
Diff to previous 100
Make sure width is a multiple of 4 (previous version in ui_create_window
was getting done too late, after connection).


Revision 100 - (view) (annotate) - [select for diffs]
Modified Sat Aug 24 20:04:56 2002 UTC (21 years, 8 months ago) by jsorg71
File length: 8759 byte(s)
Diff to previous 96
toggle full screen


Revision 96 - (view) (annotate) - [select for diffs]
Modified Fri Aug 9 09:11:01 2002 UTC (21 years, 8 months ago) by astrand
File length: 8774 byte(s)
Diff to previous 82
Added -P parameter: Get password from external program (likeSSH_ASKPASS)


Revision 82 - (view) (annotate) - [select for diffs]
Modified Tue Jul 30 07:18:48 2002 UTC (21 years, 9 months ago) by astrand
File length: 8460 byte(s)
Diff to previous 81
Changed max line length to 100


Revision 81 - (view) (annotate) - [select for diffs]
Modified Tue Jul 30 01:57:39 2002 UTC (21 years, 9 months ago) by jsorg71
File length: 8487 byte(s)
Diff to previous 79
added ui_init for pre connect inits like fullscreen


Revision 79 - (view) (annotate) - [select for diffs]
Modified Mon Jul 29 20:35:13 2002 UTC (21 years, 9 months ago) by astrand
File length: 8458 byte(s)
Diff to previous 76
Removed extra newline after -t option.


Revision 76 - (view) (annotate) - [select for diffs]
Modified Mon Jul 29 20:16:22 2002 UTC (21 years, 9 months ago) by astrand
File length: 8460 byte(s)
Diff to previous 66
Applied patch from Bob Bell for -K option


Revision 66 - (view) (annotate) - [select for diffs]
Modified Thu Jul 18 18:28:12 2002 UTC (21 years, 9 months ago) by astrand
File length: 8326 byte(s)
Diff to previous 64
Merged new keysym-based keyboard handling (from alt. CVS repos)


Revision 64 - (view) (annotate) - [select for diffs]
Modified Thu Jul 18 16:38:31 2002 UTC (21 years, 9 months ago) by astrand
File length: 8226 byte(s)
Diff to previous 58
Fixed indentation with indent


Revision 58 - (view) (annotate) - [select for diffs]
Modified Sun Jul 14 00:34:21 2002 UTC (21 years, 9 months ago) by jsorg71
File length: 8196 byte(s)
Diff to previous 53
added tcp port command line option


Revision 53 - (view) (annotate) - [select for diffs]
Modified Tue May 28 11:48:55 2002 UTC (21 years, 11 months ago) by matthewc
File length: 8057 byte(s)
Diff to previous 39
Revert to old behaviour of connecting before creating the UI.
This is to stop the UI generating input before the connection is complete
(which causes connection failures).  The one difficulty is that ui_select
is now called before ui_create_window, which may cause problems for other
UIs - we may still need to change this in the future.


Revision 39 - (view) (annotate) - [select for diffs]
Modified Fri Apr 5 07:57:43 2002 UTC (22 years, 1 month ago) by matthewc
File length: 8066 byte(s)
Diff to previous 38
Code to save and load licence (not quite working yet - server still seems
to reissue the licence).
Small clean-up in xkeymap.


Revision 38 - (view) (annotate) - [select for diffs]
Modified Thu Apr 4 12:04:33 2002 UTC (22 years, 1 month ago) by matthewc
File length: 7136 byte(s)
Diff to previous 33
Committing my keymap work - unlike the version in the unified patches,
this one uses external keymap files (which are my preference).


Revision 33 - (view) (annotate) - [select for diffs]
Modified Sat Sep 15 12:34:34 2001 UTC (22 years, 7 months ago) by matty
File length: 7182 byte(s)
Diff to previous 30
Add a ui_select to xwin.c to reduce latency.
Remove extraneous error messages - only report at lowest level.
Endianness and IRIX compile fixes.


Revision 30 - (view) (annotate) - [select for diffs]
Modified Fri Sep 14 13:51:38 2001 UTC (22 years, 7 months ago) by matty
File length: 7150 byte(s)
Diff to previous 29
Portability fixes, including elimination of variable argument macros.
Rudimentary configure script.
Miscellaneous cleanups.


Revision 29 - (view) (annotate) - [select for diffs]
Modified Fri Sep 14 03:38:39 2001 UTC (22 years, 7 months ago) by matty
File length: 6281 byte(s)
Diff to previous 28
Major cleanups, particularly in X code.


Revision 28 - (view) (annotate) - [select for diffs]
Modified Wed Jun 20 13:54:48 2001 UTC (22 years, 10 months ago) by matty
File length: 6429 byte(s)
Diff to previous 25
Merges from pl19-6-5.


Revision 25 - (view) (annotate) - [select for diffs]
Modified Sat Jan 6 03:47:04 2001 UTC (23 years, 3 months ago) by matty
File length: 5759 byte(s)
Diff to previous 24
Changed indentation style (-psl).


Revision 24 - (view) (annotate) - [select for diffs]
Modified Sat Jan 6 03:12:10 2001 UTC (23 years, 3 months ago) by matty
File length: 5757 byte(s)
Diff to previous 22
ran indent (-bli0 -i8 -cli8 -npcs -npsl)


Revision 22 - (view) (annotate) - [select for diffs]
Modified Tue Oct 17 06:12:31 2000 UTC (23 years, 6 months ago) by matty
File length: 5726 byte(s)
Diff to previous 21
times(NULL) results in a segmentation fault on OSF1.


Revision 21 - (view) (annotate) - [select for diffs]
Modified Mon Oct 16 08:44:48 2000 UTC (23 years, 6 months ago) by matty
File length: 5703 byte(s)
Diff to previous 17
Added a number of command line options including autologon.
Inverted sense of -m (the default is now to send mouse move events).
Preparing for release of 1.0.0.


Revision 17 - (view) (annotate) - [select for diffs]
Modified Thu Sep 28 15:54:11 2000 UTC (23 years, 7 months ago) by matty
File length: 5017 byte(s)
Diff to previous 12
Fixes (?) for font problems with Microsoft Office
Added URL to website http://www.rdesktop.org/
Releasing 0.9.0-alpha2


Revision 12 - (view) (annotate) - [select for diffs]
Modified Tue Aug 15 12:01:01 2000 UTC (23 years, 8 months ago) by matty
File length: 4952 byte(s)
Diff to previous 10
Portability fixes for Solaris and OSF1.


Revision 10 - (view) (annotate) - [select for diffs]
Added Tue Aug 15 10:23:24 2000 UTC (23 years, 8 months ago) by matty
File length: 4971 byte(s)
Major commit of work from laptop - done in various free moments.
Implemented encryption layer and some basic licensing negotiation.
Reorganised code somewhat. While this is not quite as clean, it is
a lot faster - our parser speed was becoming a bottle-neck.


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26