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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1237 - (view) (annotate) - [select for diffs]
Modified Wed Jun 14 08:26:00 2006 UTC (17 years, 10 months ago) by matthewc
File length: 12298 byte(s)
Diff to previous 1199
Allow server public key to be anywhere from 512 bits to 2048 bits.
(Vista Beta 2 uses a 2048 bit key)


Revision 1199 - (view) (annotate) - [select for diffs]
Modified Mon Mar 27 08:17:34 2006 UTC (18 years, 1 month ago) by astrand
File length: 12265 byte(s)
Diff to previous 977
Added SeamlessRDP support: Merged seamlessrdp-branch


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: 11940 byte(s)
Diff to previous 905
Applied patch #1247780 (slightly modified) from Brian Chapeau: Session Directory support.


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: 11843 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: 11802 byte(s)
Diff to previous 863
Add alternative mppc decompression code with 64kB history buffer from Vahur Sinijärv, and reenable rdp5 (persistent) bitmap cache 2 (64x64)


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: 11600 byte(s)
Diff to previous 855
use UTF-16LE instead of UTF-16 => let iconv swab the bytes for us


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: 11598 byte(s)
Diff to previous 831
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 831 - (view) (annotate) - [select for diffs]
Modified Tue Mar 8 00:43:10 2005 UTC (19 years, 1 month ago) by jdmeijer
File length: 11530 byte(s)
Diff to previous 828
Add support for ellipse and polygon orders


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: 11490 byte(s)
Diff to previous 817
bump version to 1.4.0
change year in files
add missing docu for updated commandline-flags
update changelog


Revision 817 - (view) (annotate) - [select for diffs]
Modified Sun Feb 20 20:43:58 2005 UTC (19 years, 2 months ago) by jdmeijer
File length: 11490 byte(s)
Diff to previous 795
add keyboard indicators data pdu type


Revision 795 - (view) (annotate) - [select for diffs]
Modified Wed Nov 3 13:56:52 2004 UTC (19 years, 5 months ago) by stargo
File length: 11450 byte(s)
Diff to previous 726
Big serial- and disk-redirection update from
Andreas Flick <Andreas.Flick@unicon-ka.de>


Revision 726 - (view) (annotate) - [select for diffs]
Modified Sun Jun 27 18:53:08 2004 UTC (19 years, 10 months ago) by stargo
File length: 11246 byte(s)
Diff to previous 725
Fix compiler error:
"orders.c", line 887: a cast does not yield an lvalue

Fix warnings:
"rdp.c", line 550: warning: integer overflow detected: op "<<"
"cache.c", line 42: warning: initializer does not fit or is out of range: -1


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: 11238 byte(s)
Diff to previous 683
added persistant bitmap chaching from Jeroen Meijer, slightly modified


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


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


Revision 651 - (view) (annotate) - [select for diffs]
Modified Thu Apr 15 20:12:42 2004 UTC (20 years ago) by astrand
File length: 9771 byte(s)
Diff to previous 637
Indent fixes


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: 9771 byte(s)
Diff to previous 628
RDP5 Experience patch by Jeroen Meijer <jeroen@oldambt7.com>


Revision 628 - (view) (annotate) - [select for diffs]
Modified Thu Mar 4 12:43:10 2004 UTC (20 years, 1 month ago) by n-ki
File length: 9501 byte(s)
Diff to previous 621
leave sound on server -r sound:remote thanks to cbquillen for finding out.


Revision 621 - (view) (annotate) - [select for diffs]
Modified Thu Mar 4 07:57:02 2004 UTC (20 years, 1 month ago) by n-ki
File length: 9459 byte(s)
Diff to previous 612
adding some constants and sorting them


Revision 612 - (view) (annotate) - [select for diffs]
Modified Mon Feb 23 09:58:16 2004 UTC (20 years, 2 months ago) by n-ki
File length: 9252 byte(s)
Diff to previous 599
better error handling in rdpdr and disk.c - partial merge of Volker Mildes patch.


Revision 599 - (view) (annotate) - [select for diffs]
Modified Fri Feb 6 10:33:22 2004 UTC (20 years, 2 months ago) by n-ki
File length: 9171 byte(s)
Diff to previous 569
some new defines from anders flick used by disk.c


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: 8967 byte(s)
Diff to previous 522
redirection of disk, lptport, printer, comport.


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: 8268 byte(s)
Diff to previous 508
Don't complain about data PDU 47 - seems to be normal when disconnecting
from a console session on XP and 2003.


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: 8237 byte(s)
Diff to previous 491
Applied null cursor patch from jeroen@oldambt7.com


Revision 491 - (view) (annotate) - [select for diffs]
Modified Mon Oct 13 16:09:45 2003 UTC (20 years, 6 months ago) by stargo
File length: 8124 byte(s)
Diff to previous 474
Volume control for OSS & SUN
Ignore first 4 bytes of audio-packet (clicking noise)


Revision 474 - (view) (annotate) - [select for diffs]
Modified Tue Sep 30 09:11:08 2003 UTC (20 years, 7 months ago) by matthewc
File length: 8040 byte(s)
Diff to previous 435
Preliminary sound support (PCM only).
Based on code from GuoJunBo <guojunbo@ict.ac.cn>


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: 7984 byte(s)
Diff to previous 432
Indent fixes


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: 7985 byte(s)
Diff to previous 404
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 404 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 10:40:14 2003 UTC (20 years, 10 months ago) by forsberg
File length: 7887 byte(s)
Diff to previous 371
Added clipboard-related constants.


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: 6707 byte(s)
Diff to previous 364
Hopefully got the RDP5 Logon packet working.


Revision 364 - (view) (annotate) - [select for diffs]
Modified Wed Apr 16 08:08:40 2003 UTC (21 years ago) by matthewc
File length: 6677 byte(s)
Diff to previous 360
Split licensing "tag" into 8-bit tag/version and remove LICENCE_TAG_*_5
constants.


Revision 360 - (view) (annotate) - [select for diffs]
Modified Thu Apr 3 13:56:51 2003 UTC (21 years ago) by forsberg
File length: 7069 byte(s)
Diff to previous 359
Added a small thankyou-comment.


Revision 359 - (view) (annotate) - [select for diffs]
Modified Thu Apr 3 13:52:41 2003 UTC (21 years ago) by forsberg
File length: 6989 byte(s)
Diff to previous 346
Define and use RDP5-related licence tags. Seems to solve the troubles with
undefined licence tags when running in RDP5 mode.


Revision 346 - (view) (annotate) - [select for diffs]
Modified Thu Mar 27 13:10:16 2003 UTC (21 years, 1 month ago) by forsberg
File length: 6693 byte(s)
Diff to previous 339
Added the constants SEC_TAG_CLI_4 and SEC_TAG_CLI_CHANNELS. Both are
used in the RDP5 support.


Revision 339 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 14:06:38 2003 UTC (21 years, 1 month ago) by forsberg
File length: 6615 byte(s)
Diff to previous 207
Added comment about where to find definition of General Capability set.


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: 6562 byte(s)
Diff to previous 116
Update copyright dates on all files that have changed.
Bump version to 1.2-cvs.


Revision 116 - (view) (annotate) - [select for diffs]
Modified Wed Sep 11 11:11:27 2002 UTC (21 years, 7 months ago) by astrand
File length: 6562 byte(s)
Diff to previous 69
Inhibited keys are defined in keymap files; not hardcoded


Revision 69 - (view) (annotate) - [select for diffs]
Modified Sat Jul 27 22:35:38 2002 UTC (21 years, 9 months ago) by astrand
File length: 6525 byte(s)
Diff to previous 64
Added "localstate" support to keymapping: Send local modifier state. This fixes problems with Shift-Home etc


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: 6488 byte(s)
Diff to previous 63
Fixed indentation with indent


Revision 63 - (view) (annotate) - [select for diffs]
Modified Thu Jul 18 14:44:32 2002 UTC (21 years, 9 months ago) by astrand
File length: 6489 byte(s)
Diff to previous 56
Added indent-all.sh


Revision 56 - (view) (annotate) - [select for diffs]
Modified Fri Jul 12 22:40:32 2002 UTC (21 years, 9 months ago) by jsorg71
File length: 5420 byte(s)
Diff to previous 39
added wheel mouse support


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


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: 5272 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: 5243 byte(s)
Diff to previous 21
Merges from pl19-6-5.


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: 5147 byte(s)
Diff to previous 16
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 16 - (view) (annotate) - [select for diffs]
Modified Thu Sep 28 07:04:14 2000 UTC (23 years, 7 months ago) by matty
File length: 5070 byte(s)
Diff to previous 10
Added specific handler for triblt opcode 0x69 (used by Microsoft Word),
and fixed a typo in the default handler.
Fixed implementation of desktop cache code, which was sometimes
overlapping saves.


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: 5048 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