summaryrefslogtreecommitdiffstats
path: root/common/xrdp_constants.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo s/BITMACACHE/BITMAPCACHE/Koichiro IWAO2018-12-131-1/+1
|
* use MS name for PDU typesKoichiro IWAO2018-12-121-6/+6
| | | | | RDP_PDU_REDIRECT has been removed as it is not found in MS-RDPBCGR and not used anywhere.
* use MS for orderType constantsKoichiro IWAO2018-12-121-18/+16
|
* add some more constants and use themKoichiro IWAO2018-11-271-0/+5
|
* use MS name for constantsKoichiro IWAO2018-11-271-56/+53
|
* neutrinordp: don't enable remote_app if the INFO_RAIL flag is not setdaixj2018-11-231-0/+1
|
* common: add constants of glyph support levelKoichiro IWAO2018-10-251-0/+6
|
* common: add more capset constantsKoichiro IWAO2017-12-011-4/+16
| | | | | | defined at MS-RDPBCGR 2.2.1.13.1.1.1 [1] and sort [1] https://msdn.microsoft.com/en-us/library/cc240486.aspx
* common: express capability set constants in hexKoichiro IWAO2017-12-011-19/+19
| | | | | | as same as done in MS-RDPBCGR 2.2.1.13.1.1.1 [1]. [1] https://msdn.microsoft.com/en-us/library/cc240486.aspx
* xrdp_sec: constify color depth valueKoichiro IWAO2017-12-011-0/+7
|
* common: add more references to constants' originKoichiro IWAO2017-11-241-438/+498
| | | | | | | | | | classify constants into these 5 types * constants for xrdp * constants come from ITU-T Recommendations * constants come from Remote Desktop Protocol * constants come from other MS products * unclassified yet
* common: add references to constants' originKoichiro IWAO2017-11-241-65/+93
|
* fix typo s/Roration/Rotation/Koichiro IWAO2017-11-061-1/+1
|
* Constify extended mouse eventsKoichiro IWAO2017-11-061-0/+5
|
* Constify mouse event flags, use the MS name for constantsKoichiro IWAO2017-11-061-7/+10
|
* Add some more Input Capability Set constantsKoichiro IWAO2017-11-061-5/+10
|
* xrdp: constify input event typeKoichiro IWAO2017-10-021-0/+1
|
* chansrv: sound, use WAVE_FORMAT_AAC not WAVE_FORMAT_AAC_MSJay Sorg2017-08-041-1/+1
|
* chansrv: sound, add aacJay Sorg2017-08-041-0/+1
|
* chansrv: constify wFormatTagKoichiro IWAO2017-07-251-5/+7
|
* Constify MCS connectionTypeKoichiro IWAO2017-06-061-0/+9
|
* libxrdp: print connected client name to logspeidy2017-03-211-0/+2
|
* Merge pull request #553 from jsorg71/libpaintermetalefty2016-12-201-0/+34
|\ | | | | add libpainter for drawing when client does not have minimum orders
| * add libpainter for drawing when client does not have minimum ordersJay Sorg2016-12-151-0/+34
| |
* | xrdp_constants: move CAPSET constants to their placespeidy2016-12-131-9/+12
| |
* | libxrdp: more constantsspeidy2016-12-131-0/+3
| |
* | Merge branch 'surface_cmds' of git://github.com/speidy/xrdp into surface_cmdsspeidy2016-12-131-0/+7
|\ \
| * \ Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into surface_cmdsSpeidy2016-12-121-0/+7
| |\ \
| | * | change some magics to definesJay Sorg2016-12-101-0/+6
| | | |
| | * | add unicode supportJay Sorg2016-12-101-0/+1
| | |/
* | | libxrdp: caps, group caps require fastpath output, use ↵speidy2016-12-131-0/+3
|/ / | | | | | | FASTPATH_OUTPUT_SUPPORTED constant
* | o send RFX tiles as stream (Stream Surface Bits Command)speidy2016-12-081-8/+12
|/ | | | | | o silent frame ack logging o support surface commands in capsets o fix some wrong constants
* xrdp_encoder: do not initialize for non-UNIX rdp clientsspeidy2016-11-291-18/+19
| | | | xrdp_encoder: comment about temporary workaround
* Use uniform comments for GUIDsPavel Roskin2016-05-051-5/+5
|
* Fix typosPavel Roskin2016-02-131-1/+1
|
* add frame acks and h264 codec mode basicsJay Sorg2015-03-281-0/+4
|
* common: merge from a8Jay Sorg2014-11-071-1/+6
|
* Merge pull request #111 from speidy/fastpathjsorg712014-03-041-0/+19
|\ | | | | libxrdp: Fastpath input
| * libxrdp: work on fastpath input, added fastpath option to xrdp.inispeidy2014-02-111-0/+1
| |
| * libxrdp: work on fastpath inputspeidy2014-02-091-0/+18
| |
* | common: no logic change, update commentsJay Sorg2014-03-011-1/+1
|/
* libxrdp: some ISO_PDU_CR changesJay Sorg2013-10-091-15/+16
|
* Merge branch 'multimon' of git://github.com/speidy/xrdp into speidy-multimonJay Sorg2013-10-091-2/+26
|\ | | | | | | | | | | | | Conflicts: common/xrdp_client_info.h libxrdp/xrdp_iso.c libxrdp/xrdp_sec.c
| * libxrdp: work on RDP negotiationspeidy2013-09-201-0/+23
| |
| * libxrdp: work on multi-mon supportspeidy2013-07-151-2/+3
| |
* | merges from authentic8Jay Sorg2013-09-261-0/+6
|\ \
| * | Hand-apply patches (misc) from Authentic8: b18667d 6d22ada 95d93a3 433b49c ↵Jim Grandy2013-08-221-0/+4
| | | | | | | | | | | | b96f85f 8c32c46 f87f6b3 c93cce0 26ce9ce
| * | Hand-apply patch (compositing) from Authentic8: 5d5e470 81c9c29 b0c2c10 ↵Jim Grandy2013-08-221-0/+1
| | | | | | | | | | | | 27d8a01 a96a217 e512090 a9a6762 9c02bfa bd26fcc c0d29d9 676dd35 3b26737
| * | Hand-apply patches (drawing configuration) from Authentic8 branch: 34b92df ↵Jim Grandy2013-08-221-0/+2
| |/ | | | | | | f994298 38e2def
* | VUL: make sure cache entries are in rangeJay Sorg2013-09-101-0/+3
|/