/[rdesktop]/jpeg/rdesktop/trunk/mcs.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 /jpeg/rdesktop/trunk/mcs.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 1507 - (view) (annotate) - [select for diffs]
Modified Mon Jul 20 16:45:11 2009 UTC (14 years, 9 months ago) by dpavlin
File length: 9002 byte(s)
Diff to previous 1488
branch for integration of Daniel Jarboe <daniel.jarboe(at)gmail.com>
patches for jpeg

Revision 1488 - (view) (annotate) - [select for diffs]
Modified Fri May 15 08:18:08 2009 UTC (14 years, 11 months ago) by astrand
Original Path: sourceforge.net/rdesktop/trunk/mcs.c
File length: 9002 byte(s)
Diff to previous 1475
Moving rdesktop trunk to correct location. 



Revision 1475 - (view) (annotate) - [select for diffs]
Modified Fri Jul 11 03:51:23 2008 UTC (15 years, 9 months ago) by jsorg71
Original Path: sourceforge.net/trunk/rdesktop/mcs.c
File length: 9002 byte(s)
Diff to previous 1379
update the copyright year


Revision 1379 - (view) (annotate) - [select for diffs]
Modified Thu Jan 11 05:01:46 2007 UTC (17 years, 3 months ago) by jsorg71
Original Path: sourceforge.net/trunk/rdesktop/mcs.c
File length: 9002 byte(s)
Diff to previous 1372
added ';' so indent works correctly


Revision 1372 - (view) (annotate) - [select for diffs]
Modified Mon Jan 8 04:47:06 2007 UTC (17 years, 3 months ago) by jsorg71
Original Path: sourceforge.net/trunk/rdesktop/mcs.c
File length: 8998 byte(s)
Diff to previous 1365
prefix BOOL with RD_


Revision 1365 - (view) (annotate) - [select for diffs]
Modified Thu Jan 4 05:39:39 2007 UTC (17 years, 3 months ago) by jsorg71
Original Path: sourceforge.net/trunk/rdesktop/mcs.c
File length: 8977 byte(s)
Diff to previous 977
copyright year update


Revision 977 - (view) (annotate) - [select for diffs]
Modified Mon Aug 8 19:15:57 2005 UTC (18 years, 8 months ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/mcs.c
File length: 8986 byte(s)
Diff to previous 828
Applied patch #1247780 (slightly modified) from Brian Chapeau: Session Directory support.


Revision 828 - (view) (annotate) - [select for diffs]
Modified Sun Mar 6 21:11:18 2005 UTC (19 years, 1 month ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/mcs.c
File length: 8175 byte(s)
Diff to previous 733
bump version to 1.4.0
change year in files
add missing docu for updated commandline-flags
update changelog


Revision 733 - (view) (annotate) - [select for diffs]
Modified Mon Jul 5 19:09:07 2004 UTC (19 years, 9 months ago) by jsorg71
Original Path: sourceforge.net/trunk/rdesktop/mcs.c
File length: 8175 byte(s)
Diff to previous 432
bring the rdp5 packets through the various layers


Revision 432 - (view) (annotate) - [select for diffs]
Modified Tue Jul 1 09:31:25 2003 UTC (20 years, 10 months ago) by matthewc
Original Path: sourceforge.net/trunk/rdesktop/mcs.c
File length: 8090 byte(s)
Diff to previous 409
Commit of work in progress on channels (so that other people can hack on
RDPSND), in particular:
* channel layer takes care of virtual channel header
* split X dependent parts out of CLIPRDR, simplified IPC implementation
* initial RDPDR implementation


Revision 409 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 10:46:00 2003 UTC (20 years, 10 months ago) by forsberg
Original Path: sourceforge.net/trunk/rdesktop/mcs.c
File length: 8175 byte(s)
Diff to previous 381
Allow sending to specific MCS channels (still keeping old interface intact).
Send CJRQs for the channels we want when initializing MCS.


Revision 381 - (view) (annotate) - [select for diffs]
Modified Fri May 30 21:59:56 2003 UTC (20 years, 11 months ago) by jsorg71
Original Path: sourceforge.net/trunk/rdesktop/mcs.c
File length: 7924 byte(s)
Diff to previous 348
adding g_ prefix to global vars, mcs.c done


Revision 348 - (view) (annotate) - [select for diffs]
Modified Thu Mar 27 13:15:36 2003 UTC (21 years, 1 month ago) by forsberg
Original Path: sourceforge.net/trunk/rdesktop/mcs.c
File length: 7916 byte(s)
Diff to previous 207
Changed some of the data sent from mcs_send_connection_initial - the
number of channels being the most important.

Don't assume the length of the data coming back from the server is
of the same length that the data we sent was.

Record the channel id of incoming MCS packets.

Send username to iso_connect, in order for it to be able to send the
mstshash.

Open the clipboard channel if we are speaking RDP5.


Revision 207 - (view) (annotate) - [select for diffs]
Modified Thu Sep 26 14:26:46 2002 UTC (21 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk/rdesktop/mcs.c
File length: 7391 byte(s)
Diff to previous 192
Update copyright dates on all files that have changed.
Bump version to 1.2-cvs.


Revision 192 - (view) (annotate) - [select for diffs]
Modified Tue Sep 24 07:59:14 2002 UTC (21 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk/rdesktop/mcs.c
File length: 7391 byte(s)
Diff to previous 82
foo function() -> foo function(void) to conform to ANSI C.


Revision 82 - (view) (annotate) - [select for diffs]
Modified Tue Jul 30 07:18:48 2002 UTC (21 years, 9 months ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/mcs.c
File length: 7371 byte(s)
Diff to previous 64
Changed max line length to 100


Revision 64 - (view) (annotate) - [select for diffs]
Modified Thu Jul 18 16:38:31 2002 UTC (21 years, 9 months ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/mcs.c
File length: 7379 byte(s)
Diff to previous 30
Fixed indentation with indent


Revision 30 - (view) (annotate) - [select for diffs]
Modified Fri Sep 14 13:51:38 2001 UTC (22 years, 7 months ago) by matty
Original Path: sourceforge.net/trunk/rdesktop/mcs.c
File length: 7378 byte(s)
Diff to previous 25
Portability fixes, including elimination of variable argument macros.
Rudimentary configure script.
Miscellaneous cleanups.


Revision 25 - (view) (annotate) - [select for diffs]
Modified Sat Jan 6 03:47:04 2001 UTC (23 years, 3 months ago) by matty
Original Path: sourceforge.net/trunk/rdesktop/mcs.c
File length: 7377 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
Original Path: sourceforge.net/trunk/rdesktop/mcs.c
File length: 7375 byte(s)
Diff to previous 10
ran indent (-bli0 -i8 -cli8 -npcs -npsl)


Revision 10 - (view) (annotate) - [select for diffs]
Modified Tue Aug 15 10:23:24 2000 UTC (23 years, 8 months ago) by matty
Original Path: sourceforge.net/trunk/rdesktop/mcs.c
File length: 7367 byte(s)
Diff to previous 9
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.


Revision 9 - (view) (annotate) - [select for diffs]
Modified Tue Jul 25 12:34:29 2000 UTC (23 years, 9 months ago) by matty
Original Path: sourceforge.net/trunk/rdesktop/mcs.c
File length: 14284 byte(s)
Diff to previous 7
Committing some awesome progress I made while overseas - this commit
really embodies a huge number of changes. We are now able to talk quite
fluently to a French NT Terminal Server - in normal usage only minor
font issues remain (handling of TEXT2 order is not perfect).

The next major hurdle is encryption, and it will be quite a big hurdle
- there seems to be some quite nasty session key stuff.


Revision 7 - (view) (annotate) - [select for diffs]
Modified Fri Jul 7 09:40:03 2000 UTC (23 years, 9 months ago) by matty
Original Path: sourceforge.net/trunk/rdesktop/mcs.c
File length: 13595 byte(s)
Diff to previous 4
Miscellaneous updates: implemented some more protocol features including
colour maps. Started on a new bitmap decompression engine which is not
completely working yet - however I am going back on the road so I am
committing now.


Revision 4 - (view) (annotate) - [select for diffs]
Modified Wed May 10 07:36:34 2000 UTC (23 years, 11 months ago) by matty
Original Path: sourceforge.net/trunk/rdesktop/mcs.c
File length: 13133 byte(s)
Copied from: sourceforge.net/branches/RDESKTOP/rdesktop/mcs.c revision 3
Diff to previous 3
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.


Revision 3 - (view) (annotate) - [select for diffs]
Added Wed May 10 07:36:34 2000 UTC (23 years, 11 months ago) by matty
Original Path: sourceforge.net/branches/RDESKTOP/rdesktop/mcs.c
File length: 13133 byte(s)
Adding my experimental RDP client to repository.


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