/[rdesktop]/sourceforge.net/trunk/rdesktop/rdp.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/rdp.c

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1423 - (view) (annotate) - [select for diffs]
Modified Sun Dec 23 06:45:47 2007 UTC (16 years, 4 months ago) by jsorg71
File length: 33751 byte(s)
Diff to previous 1372
rdp endian is always le


Revision 1372 - (view) (annotate) - [select for diffs]
Modified Mon Jan 8 04:47:06 2007 UTC (17 years, 3 months ago) by jsorg71
File length: 33742 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
File length: 33682 byte(s)
Diff to previous 1364
copyright year update


Revision 1364 - (view) (annotate) - [select for diffs]
Modified Thu Jan 4 04:55:56 2007 UTC (17 years, 3 months ago) by jsorg71
File length: 33682 byte(s)
Diff to previous 1308
RD_ prefix and win32 compatibility for core files


Revision 1308 - (view) (annotate) - [select for diffs]
Modified Wed Nov 1 18:38:40 2006 UTC (17 years, 5 months ago) by stargo
File length: 33654 byte(s)
Diff to previous 1238
64bit fix from Jennings Jared <jared.jennings.ctr@eglin.af.mil>


Revision 1238 - (view) (annotate) - [select for diffs]
Modified Wed Jun 14 08:59:03 2006 UTC (17 years, 10 months ago) by matthewc
File length: 33666 byte(s)
Diff to previous 1217
Windows Vista Beta 2 sends a disconnect PDU with reason 0 when reconnecting
to a disconnected session (I do not know if this is a bug or a feature).
Previously we would drop the connection.

I suspect that in general we shouldn't be dropping the connection in
response to the disconnect PDU; we should treat it as informative like the
logon PDU and just save the status.


Revision 1217 - (view) (annotate) - [select for diffs]
Modified Fri Apr 7 14:41:34 2006 UTC (18 years ago) by astrand
File length: 33404 byte(s)
Diff to previous 1042
When synchronizing numlock, send 0 if not using numlock synchronizing,
since that's what our local state variable is initialized to.


Revision 1042 - (view) (annotate) - [select for diffs]
Modified Tue Jan 24 12:40:24 2006 UTC (18 years, 3 months ago) by astrand
File length: 33346 byte(s)
Diff to previous 977
Applied patch #1390148 from Ilya Konstantinov: Refactoring of color depth code.


Revision 977 - (view) (annotate) - [select for diffs]
Modified Mon Aug 8 19:15:57 2005 UTC (18 years, 8 months ago) by astrand
File length: 33247 byte(s)
Diff to previous 945
Applied patch #1247780 (slightly modified) from Brian Chapeau: Session Directory support.


Revision 945 - (view) (annotate) - [select for diffs]
Modified Tue Aug 2 09:29:41 2005 UTC (18 years, 8 months ago) by astrand
File length: 31200 byte(s)
Diff to previous 907
rdp_process_server_caps should be static.


Revision 907 - (view) (annotate) - [select for diffs]
Modified Tue May 31 18:49:05 2005 UTC (18 years, 11 months ago) by jdmeijer
File length: 31193 byte(s)
Diff to previous 905
Fix immediate disconnect when connecting to Windows XP RTM


Revision 905 - (view) (annotate) - [select for diffs]
Modified Fri May 20 22:09:32 2005 UTC (18 years, 11 months ago) by jdmeijer
File length: 31093 byte(s)
Diff to previous 889
Tell the server to stop sending window updates when the rdesktop window is unmapped


Revision 889 - (view) (annotate) - [select for diffs]
Modified Sun Apr 17 23:14:20 2005 UTC (19 years ago) by jdmeijer
File length: 30698 byte(s)
Diff to previous 886
Add alternative mppc decompression code with 64kB history buffer from Vahur Sinijärv, and reenable rdp5 (persistent) bitmap cache 2 (64x64)


Revision 886 - (view) (annotate) - [select for diffs]
Modified Sat Apr 16 11:42:34 2005 UTC (19 years ago) by stargo
File length: 31016 byte(s)
Diff to previous 879
Enable rdp-compression for all bpps.
Many thanks to Vahur Sinijärv <vahur.sinijarv@cydonia.ee> for
finding the fix.


Revision 879 - (view) (annotate) - [select for diffs]
Modified Sun Apr 3 18:08:05 2005 UTC (19 years ago) by astrand
File length: 30713 byte(s)
Diff to previous 866
Indent fixes


Revision 866 - (view) (annotate) - [select for diffs]
Modified Sat Mar 19 15:30:14 2005 UTC (19 years, 1 month ago) by stargo
File length: 30711 byte(s)
Diff to previous 865
C error/warning fixes from Jeremy Meng <voidfoo@cwazy.co.uk>


Revision 865 - (view) (annotate) - [select for diffs]
Modified Tue Mar 15 11:25:50 2005 UTC (19 years, 1 month ago) by stargo
File length: 30687 byte(s)
Diff to previous 864
remove C++-style comments


Revision 864 - (view) (annotate) - [select for diffs]
Modified Mon Mar 14 18:02:24 2005 UTC (19 years, 1 month ago) by stargo
File length: 30683 byte(s)
Diff to previous 863
handle iconv-failure more gracefully


Revision 863 - (view) (annotate) - [select for diffs]
Modified Mon Mar 14 17:47:46 2005 UTC (19 years, 1 month ago) by stargo
File length: 30245 byte(s)
Diff to previous 861
use UTF-16LE instead of UTF-16 => let iconv swab the bytes for us


Revision 861 - (view) (annotate) - [select for diffs]
Modified Sun Mar 13 17:40:51 2005 UTC (19 years, 1 month ago) by stargo
File length: 30550 byte(s)
Diff to previous 860
indent fixes


Revision 860 - (view) (annotate) - [select for diffs]
Modified Sun Mar 13 17:36:15 2005 UTC (19 years, 1 month ago) by stargo
File length: 30500 byte(s)
Diff to previous 858
fix SUNWspro compiler warnings


Revision 858 - (view) (annotate) - [select for diffs]
Modified Sun Mar 13 13:58:23 2005 UTC (19 years, 1 month ago) by stargo
File length: 30477 byte(s)
Diff to previous 857
HAVE_ICONV configure test


Revision 857 - (view) (annotate) - [select for diffs]
Modified Sun Mar 13 13:36:04 2005 UTC (19 years, 1 month ago) by stargo
File length: 30408 byte(s)
Diff to previous 855
configure test for HAVE_ICONV_H, HAVE_LOCALE_H and HAVE_LANGINFO_H
still no test for HAVE_ICONV


Revision 855 - (view) (annotate) - [select for diffs]
Modified Sun Mar 13 13:18:48 2005 UTC (19 years, 1 month ago) by stargo
File length: 30383 byte(s)
Diff to previous 848
unicode support from Andy Igoshin <ai@vsu.ru>
Currently disabled, need HAVE_ICONV and HAVE_ICONV_H defined to be
used. This should be done with a new configure test.


Revision 848 - (view) (annotate) - [select for diffs]
Modified Sun Mar 13 03:29:19 2005 UTC (19 years, 1 month ago) by jsorg71
File length: 28435 byte(s)
Diff to previous 831
added var for new polygon and ellipse orders


Revision 831 - (view) (annotate) - [select for diffs]
Modified Tue Mar 8 00:43:10 2005 UTC (19 years, 1 month ago) by jdmeijer
File length: 28274 byte(s)
Diff to previous 830
Add support for ellipse and polygon orders


Revision 830 - (view) (annotate) - [select for diffs]
Modified Tue Mar 8 00:23:02 2005 UTC (19 years, 1 month ago) by jdmeijer
File length: 28100 byte(s)
Diff to previous 828
optimise persistent bitmap caching and hopefully improve the terminology


Revision 828 - (view) (annotate) - [select for diffs]
Modified Sun Mar 6 21:11:18 2005 UTC (19 years, 1 month ago) by stargo
File length: 28113 byte(s)
Diff to previous 782
bump version to 1.4.0
change year in files
add missing docu for updated commandline-flags
update changelog


Revision 782 - (view) (annotate) - [select for diffs]
Modified Thu Oct 7 13:00:29 2004 UTC (19 years, 6 months ago) by astrand
File length: 28113 byte(s)
Diff to previous 779
Indent fixes


Revision 779 - (view) (annotate) - [select for diffs]
Modified Mon Oct 4 03:21:58 2004 UTC (19 years, 6 months ago) by jsorg71
File length: 28114 byte(s)
Diff to previous 775
bring the channel packets through rdp_loop so the uiports can enjoy the channel data


Revision 775 - (view) (annotate) - [select for diffs]
Modified Sat Oct 2 01:01:57 2004 UTC (19 years, 6 months ago) by jsorg71
File length: 28017 byte(s)
Diff to previous 773
make a local var static and remove a unused var


Revision 773 - (view) (annotate) - [select for diffs]
Modified Sat Sep 11 22:57:42 2004 UTC (19 years, 7 months ago) by jsorg71
File length: 28039 byte(s)
Diff to previous 738
added option for rdp compression


Revision 738 - (view) (annotate) - [select for diffs]
Modified Mon Jul 12 21:07:39 2004 UTC (19 years, 9 months ago) by astrand
File length: 27927 byte(s)
Diff to previous 733
Indent fixes


Revision 733 - (view) (annotate) - [select for diffs]
Modified Mon Jul 5 19:09:07 2004 UTC (19 years, 9 months ago) by jsorg71
File length: 27935 byte(s)
Diff to previous 730
bring the rdp5 packets through the various layers


Revision 730 - (view) (annotate) - [select for diffs]
Modified Tue Jun 29 16:22:41 2004 UTC (19 years, 10 months ago) by jsorg71
File length: 28213 byte(s)
Diff to previous 725
a few fixes for PBC from Jeroen


Revision 725 - (view) (annotate) - [select for diffs]
Modified Sun Jun 27 17:51:54 2004 UTC (19 years, 10 months ago) by jsorg71
File length: 28213 byte(s)
Diff to previous 717
added persistant bitmap chaching from Jeroen Meijer, slightly modified


Revision 717 - (view) (annotate) - [select for diffs]
Modified Thu Jun 17 09:42:58 2004 UTC (19 years, 10 months ago) by astrand
File length: 26178 byte(s)
Diff to previous 713
Indent fixes


Revision 713 - (view) (annotate) - [select for diffs]
Modified Wed Jun 16 03:08:55 2004 UTC (19 years, 10 months ago) by jsorg71
File length: 26181 byte(s)
Diff to previous 711
added ui_begin/end_update and rdp_loop for ports


Revision 711 - (view) (annotate) - [select for diffs]
Modified Tue Jun 15 22:45:12 2004 UTC (19 years, 10 months ago) by jsorg71
File length: 25388 byte(s)
Diff to previous 708
changes to compile with g++


Revision 708 - (view) (annotate) - [select for diffs]
Modified Fri Jun 4 15:01:36 2004 UTC (19 years, 10 months ago) by jsorg71
File length: 25378 byte(s)
Diff to previous 687
warnings when screen size of depth change and backstore resizeing when screen size changes


Revision 687 - (view) (annotate) - [select for diffs]
Modified Fri Apr 30 06:18:08 2004 UTC (20 years ago) by n-ki
File length: 25128 byte(s)
Diff to previous 683
rdp5 decompression, but only <= 8-bit depth.


Revision 683 - (view) (annotate) - [select for diffs]
Modified Tue Apr 27 12:55:33 2004 UTC (20 years ago) by n-ki
File length: 25294 byte(s)
Diff to previous 678
mppc like decompression for the rdp protocol. code not activated. rdp5 gets some extra opcodes, and the decompression seems to work fine. :\


Revision 678 - (view) (annotate) - [select for diffs]
Modified Mon Apr 26 22:31:22 2004 UTC (20 years ago) by jsorg71
File length: 25116 byte(s)
Diff to previous 677
fix the -b switch


Revision 677 - (view) (annotate) - [select for diffs]
Modified Mon Apr 26 13:48:39 2004 UTC (20 years ago) by n-ki
File length: 25079 byte(s)
Diff to previous 676
new: ui_resize_window() and related, which is used when resizing while shadowing. And fallback for color when connecting to a session with fewer colors than you have set in your session. Jeroen Meijer jeroen@oldambt7.com


Revision 676 - (view) (annotate) - [select for diffs]
Modified Tue Apr 20 07:01:21 2004 UTC (20 years ago) by astrand
File length: 24065 byte(s)
Diff to previous 668
Applied disconnect handling patch from Jeroen Meijer


Revision 668 - (view) (annotate) - [select for diffs]
Modified Sat Apr 17 07:37:07 2004 UTC (20 years ago) by astrand
File length: 23960 byte(s)
Diff to previous 658
Variables for uncommented code now uncommented as well. Fixes
"unused variable" warnings from GCC.


Revision 658 - (view) (annotate) - [select for diffs]
Modified Fri Apr 16 11:36:29 2004 UTC (20 years ago) by astrand
File length: 23942 byte(s)
Diff to previous 654
Small indent fix


Revision 654 - (view) (annotate) - [select for diffs]
Modified Thu Apr 15 22:03:24 2004 UTC (20 years ago) by jsorg71
File length: 23935 byte(s)
Diff to previous 637
move color fallback from process_bitmap_updates to process_demand_active


Revision 637 - (view) (annotate) - [select for diffs]
Modified Mon Mar 15 14:49:12 2004 UTC (20 years, 1 month ago) by stargo
File length: 23629 byte(s)
Diff to previous 624
RDP5 Experience patch by Jeroen Meijer <jeroen@oldambt7.com>


Revision 624 - (view) (annotate) - [select for diffs]
Modified Thu Mar 4 08:11:40 2004 UTC (20 years, 1 month ago) by n-ki
File length: 23571 byte(s)
Diff to previous 604
get real ip address, or lp if not avail - volker milde, also part of rdp compression within ifdef 0 from uni patches


Revision 604 - (view) (annotate) - [select for diffs]
Modified Sat Feb 14 19:30:01 2004 UTC (20 years, 2 months ago) by stargo
File length: 22847 byte(s)
Diff to previous 569
Timezone patch from Mark Roach/Stephen Sprunk


Revision 569 - (view) (annotate) - [select for diffs]
Modified Wed Jan 21 14:40:40 2004 UTC (20 years, 3 months ago) by n-ki
File length: 22875 byte(s)
Diff to previous 562
redirection of disk, lptport, printer, comport.


Revision 562 - (view) (annotate) - [select for diffs]
Modified Thu Dec 11 17:20:01 2003 UTC (20 years, 4 months ago) by stargo
File length: 22637 byte(s)
Diff to previous 559
Hopefully portable timezone implementation by Johan Larsson


Revision 559 - (view) (annotate) - [select for diffs]
Modified Thu Dec 11 12:25:38 2003 UTC (20 years, 4 months ago) by stargo
File length: 22591 byte(s)
Diff to previous 554
Removed timezone stuff, due to too much portability problems...
Will solve this later
Portability "fix" for rdpsnd_sun.c on openbsd


Revision 554 - (view) (annotate) - [select for diffs]
Modified Tue Dec 9 09:57:44 2003 UTC (20 years, 4 months ago) by stargo
File length: 22575 byte(s)
Diff to previous 543
Timezone patch by Mark Roach


Revision 543 - (view) (annotate) - [select for diffs]
Modified Mon Nov 3 13:33:35 2003 UTC (20 years, 5 months ago) by astrand
File length: 22518 byte(s)
Diff to previous 540
Re-worked numlock handling: Keeping remote numlock state in sync with local state


Revision 540 - (view) (annotate) - [select for diffs]
Modified Fri Oct 31 20:34:26 2003 UTC (20 years, 6 months ago) by astrand
File length: 22476 byte(s)
Diff to previous 532
Replaced C++ comments with C-style


Revision 532 - (view) (annotate) - [select for diffs]
Modified Wed Oct 29 14:14:46 2003 UTC (20 years, 6 months ago) by astrand
File length: 22404 byte(s)
Diff to previous 522
Indent fixes


Revision 522 - (view) (annotate) - [select for diffs]
Modified Wed Oct 29 04:18:00 2003 UTC (20 years, 6 months ago) by matthewc
File length: 22402 byte(s)
Diff to previous 518
Don't complain about data PDU 47 - seems to be normal when disconnecting
from a console session on XP and 2003.


Revision 518 - (view) (annotate) - [select for diffs]
Modified Tue Oct 28 03:37:44 2003 UTC (20 years, 6 months ago) by matthewc
File length: 22198 byte(s)
Diff to previous 513
Hack to detect server-limited colour depth
(from neoware)


Revision 513 - (view) (annotate) - [select for diffs]
Modified Tue Oct 28 01:44:48 2003 UTC (20 years, 6 months ago) by matthewc
File length: 22025 byte(s)
Diff to previous 508
Reinstate hexdump for WITH_DEBUG.


Revision 508 - (view) (annotate) - [select for diffs]
Modified Wed Oct 22 10:55:11 2003 UTC (20 years, 6 months ago) by astrand
File length: 22033 byte(s)
Diff to previous 438
Applied null cursor patch from jeroen@oldambt7.com


Revision 438 - (view) (annotate) - [select for diffs]
Modified Fri Aug 1 17:01:58 2003 UTC (20 years, 9 months ago) by jsorg71
File length: 21882 byte(s)
Diff to previous 437
more g_ prefix for global vars


Revision 437 - (view) (annotate) - [select for diffs]
Modified Mon Jul 28 21:41:12 2003 UTC (20 years, 9 months ago) by jsorg71
File length: 21834 byte(s)
Diff to previous 436
preceeded more global vars with g_


Revision 436 - (view) (annotate) - [select for diffs]
Modified Mon Jul 28 18:13:30 2003 UTC (20 years, 9 months ago) by jsorg71
File length: 21812 byte(s)
Diff to previous 435
use sizeof instead of hardcoded struct size in colour cache


Revision 435 - (view) (annotate) - [select for diffs]
Modified Wed Jul 9 09:18:20 2003 UTC (20 years, 9 months ago) by astrand
File length: 21794 byte(s)
Diff to previous 433
Indent fixes


Revision 433 - (view) (annotate) - [select for diffs]
Modified Wed Jul 2 22:02:23 2003 UTC (20 years, 10 months ago) by jsorg71
File length: 21788 byte(s)
Diff to previous 432
enabled memblt for 15+ server color depth


Revision 432 - (view) (annotate) - [select for diffs]
Modified Tue Jul 1 09:31:25 2003 UTC (20 years, 10 months ago) by matthewc
File length: 21718 byte(s)
Diff to previous 426
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 426 - (view) (annotate) - [select for diffs]
Modified Thu Jun 19 11:46:30 2003 UTC (20 years, 10 months ago) by forsberg
File length: 21753 byte(s)
Diff to previous 424
Detection of unclean disconnect turned out not to work on W2K3 Server. Doh!


Revision 424 - (view) (annotate) - [select for diffs]
Modified Thu Jun 19 07:29:53 2003 UTC (20 years, 10 months ago) by forsberg
File length: 21445 byte(s)
Diff to previous 410
Make rdesktop return 0 only if a RDP_PDU_DISCONNECT was received,
otherwise return 2 (except for usage errors, where it still returns
1).

Documented exit codes of rdesktop in doc/exit_codes.txt.


Revision 410 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 10:47:34 2003 UTC (20 years, 10 months ago) by forsberg
File length: 21376 byte(s)
Diff to previous 381
Indentation/syntax changes after running indent-all.sh


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


Revision 376 - (view) (annotate) - [select for diffs]
Modified Mon May 19 21:36:33 2003 UTC (20 years, 11 months ago) by jsorg71
File length: 21358 byte(s)
Diff to previous 371
changes so it compiles with g++(mainly for ports)


Revision 371 - (view) (annotate) - [select for diffs]
Modified Mon May 5 12:20:53 2003 UTC (20 years, 11 months ago) by forsberg
File length: 21329 byte(s)
Diff to previous 369
Hopefully got the RDP5 Logon packet working.


Revision 369 - (view) (annotate) - [select for diffs]
Modified Tue Apr 22 15:48:56 2003 UTC (21 years ago) by forsberg
File length: 20294 byte(s)
Diff to previous 365
Fix bug that caused auto-logon not to work.

This is however just a fix for the case when you're running RDP4. The RDP5
code is still buggy.


Revision 365 - (view) (annotate) - [select for diffs]
Modified Wed Apr 16 08:19:15 2003 UTC (21 years ago) by matthewc
File length: 20281 byte(s)
Diff to previous 351
Fix some instances of out_uint{16|32} with non-zero value (should be
out_uint{16|32}_{le|be}


Revision 351 - (view) (annotate) - [select for diffs]
Modified Thu Mar 27 13:22:29 2003 UTC (21 years, 1 month ago) by forsberg
File length: 20299 byte(s)
Diff to previous 340
Send different logon packets based on if we try to support RDP5 or not. The
order of the data is slightly different in RDP5.

Moved pointer PDU handling to their own functions, since RDP5 no longer
encapsulates ColorPointer and CachedPointer in a PDU with a type field.

Made debug output when doing Bitmap updates clearer. Also added debug
printout when bitmap compression failed.

Added code that checks for a new way of sending the size of the compressed
bitmaps. Code imported from Matt's RDP5 adventures :).

Debug output when doing Palette updates in order to make it easier to follow
packets.

Fetch the number of orders here instead of in process_orders and send it
along to that function as an argument.

Send the username to sec_connect.


Revision 340 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 14:11:17 2003 UTC (21 years, 1 month ago) by forsberg
File length: 17263 byte(s)
Diff to previous 318
If WITH_DEBUG, print the number of the packet just received, which makes
it easier to follow the packet on the network.


Revision 318 - (view) (annotate) - [select for diffs]
Modified Mon Feb 10 12:58:51 2003 UTC (21 years, 2 months ago) by astrand
File length: 17198 byte(s)
Diff to previous 314
Indent fixes


Revision 314 - (view) (annotate) - [select for diffs]
Modified Fri Feb 7 23:43:37 2003 UTC (21 years, 2 months ago) by jsorg71
File length: 17191 byte(s)
Diff to previous 309
one bitmap decomp function to handle all colour depths


Revision 309 - (view) (annotate) - [select for diffs]
Modified Tue Feb 4 05:32:13 2003 UTC (21 years, 2 months ago) by jsorg71
File length: 17187 byte(s)
Diff to previous 283
16bit


Revision 283 - (view) (annotate) - [select for diffs]
Modified Tue Dec 10 17:24:27 2002 UTC (21 years, 4 months ago) by jsorg71
File length: 17134 byte(s)
Diff to previous 260
fix for 32k packets that are really 8


Revision 260 - (view) (annotate) - [select for diffs]
Modified Mon Nov 18 15:31:19 2002 UTC (21 years, 5 months ago) by astrand
File length: 16986 byte(s)
Diff to previous 254
Indent fixes


Revision 254 - (view) (annotate) - [select for diffs]
Modified Tue Nov 5 11:22:20 2002 UTC (21 years, 5 months ago) by matthewc
File length: 16993 byte(s)
Diff to previous 207
Fix for bad colours on ARM (found by Ken Gordon) - we can't assume that
the representation of a COLOURENTRY array is the same as on the wire.
Copy method of process_colcache to process_palette.


Revision 207 - (view) (annotate) - [select for diffs]
Modified Thu Sep 26 14:26:46 2002 UTC (21 years, 7 months ago) by matthewc
File length: 16839 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
File length: 16839 byte(s)
Diff to previous 176
foo function() -> foo function(void) to conform to ANSI C.


Revision 176 - (view) (annotate) - [select for diffs]
Modified Tue Sep 17 09:55:03 2002 UTC (21 years, 7 months ago) by n-ki
File length: 16823 byte(s)
Diff to previous 161
some BE fixes - without these rdesktop wont run on IBM AIX  - such as RS6000 PowerPC


Revision 161 - (view) (annotate) - [select for diffs]
Modified Sun Sep 15 12:46:41 2002 UTC (21 years, 7 months ago) by matthewc
File length: 16808 byte(s)
Diff to previous 82
Reenable bitmap caching (inadvertantly disabled by a patch in 1.1.0)


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: 16761 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
File length: 16812 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
File length: 16812 byte(s)
Diff to previous 28
Portability fixes, including elimination of variable argument macros.
Rudimentary configure script.
Miscellaneous cleanups.


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: 16784 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: 15300 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: 15307 byte(s)
Diff to previous 21
ran indent (-bli0 -i8 -cli8 -npcs -npsl)


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: 15162 byte(s)
Diff to previous 10
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 10 - (view) (annotate) - [select for diffs]
Modified Tue Aug 15 10:23:24 2000 UTC (23 years, 8 months ago) by matty
File length: 15056 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
File length: 44787 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
File length: 38339 byte(s)
Diff to previous 6
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 6 - (view) (annotate) - [select for diffs]
Modified Wed Jul 5 07:44:21 2000 UTC (23 years, 9 months ago) by matty
File length: 34534 byte(s)
Diff to previous 4
Started hacking on an X-Windows (Xlib) interface.
Currently pops up a window and displays bitmaps it sees side by side.
Next step is to go back to the protocol and interpret the surrounding data
stream.


Revision 4 - (view) (annotate) - [select for diffs]
Modified Wed May 10 07:36:34 2000 UTC (23 years, 11 months ago) by matty
File length: 34223 byte(s)
Copied from: sourceforge.net/branches/RDESKTOP/rdesktop/rdp.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/rdp.c
File length: 34223 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