Commit Graph

154 Commits

Author SHA1 Message Date
Jay Sorg 14a4ac5a79 libxrdp: started adding fastpath support 2013-07-09 21:34:20 -07:00
Jay Sorg e466b054b7 libxrdp: no logic change, warnings and code cleanup 2013-06-23 15:00:24 -07:00
Jay Sorg c6fa03102f copyright year update 2013-06-08 10:51:53 -07:00
Jay Sorg c0863061d0 enable new_cursors xrdp.ini setting 2013-06-08 00:58:05 -07:00
Jay Sorg 42329bda00 adding xrdp.ini option to turn off new cursors 2013-06-07 23:43:58 -07:00
Jay Sorg 2039bbe397 xrdp: fix for non 'new' cursor clients like rdesktop 2013-05-20 11:50:05 -07:00
jsorg71 f10d789b8a Merge pull request #54 from bartw72/rgborder
The RGB ordering in uncompressed bitmaps reversed
2013-04-17 23:09:38 -07:00
Jay Sorg b107414b54 sync client_info struct with A8 2013-03-26 12:40:22 -07:00
Jay Sorg 39a828d52f work on new(color) cursors 2013-03-12 23:22:11 -07:00
Jay Sorg 494150f1a9 work on new(color) cursors 2013-03-12 22:50:10 -07:00
Jay Sorg a47a3cee1a libxrdp: started adding new(color) cursor support 2013-03-12 20:04:18 -07:00
ArvidNorr fe69d2f07b Comments and debug when blocking channels added. Fix for potential vulnerability in log.c 2013-02-01 10:00:39 +01:00
ArvidNorr 72c99794ee Merge pull request #59 from ArvidNorr/morelogging
More logging for debug and trace.
2013-01-31 11:22:43 -08:00
ArvidNorr 9aa0cb4e61 Merge pull request #58 from ArvidNorr/pam-cont
PAM additions mostly for a gateway situation
2013-01-31 07:17:42 -08:00
Bart Warmerdam 8fa8d90641 Use correct RGB byte odering for uncompressed bitmaps (ms-rdpbcgr p192), RED=lsB, BLUE=msB 2013-01-20 11:53:02 +01:00
Bart Warmerdam 69a721f7cb Revert "Use correct RGB byte odering for uncompressed bitmaps (ms-rdpbcgr p192), RED=lsB, BLUE=msB"
This reverts commit 4efe900f2d.
2013-01-20 11:50:27 +01:00
Bart Warmerdam 4efe900f2d Use correct RGB byte odering for uncompressed bitmaps (ms-rdpbcgr p192), RED=lsB, BLUE=msB 2013-01-20 11:45:19 +01:00
ArvidNorr 975d44e99f More logging added 2013-01-18 10:24:25 +01:00
LawrenceK 266db3150b refactor and use test2bool instead of duplicated code testing for on,yes,true, non zero 2013-01-17 11:31:01 +00:00
ArvidNorr a2bbbd8cc3 Display PAM error in gateway setup, use domain name as IP/DNS, changed how the socket is closed 2013-01-16 01:28:35 -08:00
Jay Sorg eb4209e932 libxrdp: added ini settings for bulk compressor 2013-01-06 23:56:40 -08:00
Jay Sorg b3dcfdaa37 libxrdp: add our own mppc compression instead of using the freerdp mppc 2012-12-28 22:37:48 -08:00
Jay Sorg cce4f773d8 fixes, logging for off screen 2012-12-23 14:07:37 -08:00
LawrenceK 4c189ec3b4 update/fix some debug log calls and add the test of XRDP_DEBUG to make files so controlled by the autoconf option --enable-xrdpdebug 2012-12-20 16:21:50 +00:00
Marc-André Moreau cc03ff6704 Merge pull request #42 from Osirium/freerdp-refactor-06-dec-2012
Freerdp refactor 06 dec 2012
2012-12-20 08:05:08 -08:00
LawrenceK cd847eafa1 when processing a text order we where not correctly using the text length this resulted in overrunning the order buffer and eventually corrupting the heap. Two fixes uses the data length and if the size is greater than max_packet_size attempt to send anyway otherwise you break the protocol. 2012-12-06 16:03:41 +00:00
LawrenceK f4cd548ded Use FREERDP_LIBS variable to access the frerdp libs, includes location 2012-12-06 09:09:46 +00:00
LawrenceK d834533dfb fix SSE2 debug line, and add some debug of config settings. 2012-12-06 09:07:40 +00:00
Laxmikant Rashinkar 1123323fda o moved from GNU General Public License to Apache License, Version 2.0
o applied new coding standards to all .c files
o moved some files around
2012-09-19 20:51:34 -07:00
Jay Sorg 639e7bc8ed remove rail loggin, minor hints change 2012-08-17 00:25:57 -07:00
Jay Sorg cddcee4929 jpeg: fix for when building without --enable-jpeg 2012-07-26 11:45:50 -07:00
Jay Sorg 87ab0218e2 no logic change, remove tabs 2012-07-24 19:33:54 -07:00
Jay Sorg 05a2b54a17 added option(cap) to set default cache v3 codec 2012-07-24 17:47:51 -07:00
Jay Sorg 204d6bbde1 codecs: move jpeg hack to bitmap cache v3 2012-07-24 11:56:09 -07:00
Jay Sorg 6d539b8e22 user rfx for cache v3 if client supports 2012-07-23 11:12:39 -07:00
Jay Sorg 62777d43b1 work on bitmap cache v3 2012-07-17 15:24:11 -07:00
Jay Sorg e4182cde17 work on rdp codecs 2012-07-17 15:19:59 -07:00
Jay Sorg 01393af3e6 added support for bitmap cache v3 2012-07-17 12:59:03 -07:00
Jay Sorg b211b9be91 fix a define conflict with freerdp 2012-07-17 10:05:26 -07:00
Jay Sorg 58f5dcc030 autotools: change top_srcdir to top_builddir for LIBADD 2012-07-13 16:18:02 -07:00
Jay Sorg dc6be76b11 rail: proxy rail 2012-06-24 18:10:49 -07:00
ArvidNorr 2509442b36 Merge pull request #27 from ArvidNorr/deadlock
Deadlock
2012-06-17 23:55:23 -07:00
norrarvid 67a2a3c4c7 layout fix 2012-06-18 08:48:51 +02:00
Jay Sorg 4ba8cdc343 libxrdp: added RAIL caps 2012-06-14 15:15:00 -07:00
Jay Sorg b52bf1b838 libxrdp: started adding RAIL support 2012-06-14 14:37:02 -07:00
Jay Sorg 2eb2f1d92d libxrdp: fix warning 2012-06-11 20:29:30 -07:00
Jay Sorg 856783ba95 no logic changes, remove warnings and coding style changes 2012-06-10 23:47:08 -07:00
norrarvid 42bda50fe0 Deadlock situation bug fix and improved debug information 2012-06-01 16:20:29 +02:00
Jay Sorg bde5dd6671 added g_close_wait_obj and size parameter to g_write_ip_address 2012-05-26 17:24:04 -07:00
Jay Sorg 900a2541ca offscreen bitmaps: implement the delete list 2012-05-22 08:27:09 -07:00