Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | libxrdp: planar compreesion, check for temp buffer limits | Jay Sorg | 2014-06-22 | 1 | -126/+135 | |
| | ||||||
* | libxrdp: changed the way we calculate gcc-response length, RSA 2048 working ↵ | Idan Freiberg | 2014-06-19 | 1 | -12/+17 | |
| | | | | now with mstsc | |||||
* | support 2048 bit RSA keys | Jay Sorg | 2014-06-18 | 3 | -43/+102 | |
| | ||||||
* | libxrdp: remove some alloc / free | Jay Sorg | 2014-06-18 | 3 | -16/+17 | |
| | ||||||
* | libxrdp: changes for planar compression | Jay Sorg | 2014-06-17 | 3 | -72/+216 | |
| | ||||||
* | libxrdp: no logic change, fix warning, some optimize planar compression | Jay Sorg | 2014-06-17 | 1 | -25/+57 | |
| | ||||||
* | libxrdp: 32 bpp compression changes / fixes | Jay Sorg | 2014-06-15 | 2 | -58/+105 | |
| | ||||||
* | libxrdp: planar(32 bit) compression working now | Jay Sorg | 2014-06-15 | 1 | -13/+209 | |
| | ||||||
* | more fixes for 32 bit color | Jay Sorg | 2014-06-10 | 1 | -8/+26 | |
| | ||||||
* | work on 32 bit planar bitmap compressor | Jay Sorg | 2014-06-10 | 1 | -1/+60 | |
| | ||||||
* | no logic change, indent | Jay Sorg | 2014-06-02 | 3 | -399/+399 | |
| | ||||||
* | libxrdp: xrdp_channel: don't change channel flags when | speidy | 2014-04-21 | 1 | -4/+15 | |
| | | | | | CHANNEL_OPTION_SHOW_PROTOCOL flag exists. [according to doc: http://msdn.microsoft.com/en-us/library/cc240513.aspx] | |||||
* | libxrdp: make sure jpeg quality is valid | speidy | 2014-04-02 | 1 | -3/+10 | |
| | ||||||
* | addec checks for TurboJPEG in autoconf | Laxmikant Rashinkar | 2014-03-23 | 1 | -2/+2 | |
| | ||||||
* | libxrdp: memory leak fixes on error | Jay Sorg | 2014-03-22 | 1 | -0/+3 | |
| | ||||||
* | libxrdp: fix for fips and fragmented fastpath | Jay Sorg | 2014-03-22 | 1 | -1/+10 | |
| | ||||||
* | work on surface command | Jay Sorg | 2014-03-18 | 4 | -0/+90 | |
| | ||||||
* | libxrdp: fix for when not compiling with turbo jpeg | Jay Sorg | 2014-03-16 | 1 | -0/+9 | |
| | ||||||
* | work on codec mode jpeg | Jay Sorg | 2014-03-16 | 1 | -5/+30 | |
| | ||||||
* | libxrdp: export jpeg compress for codec mode | Jay Sorg | 2014-03-16 | 2 | -0/+26 | |
| | ||||||
* | o added fastpath output, syncronize update pdu | speidy | 2014-03-15 | 3 | -20/+43 | |
| | | | o refactor caps a bit | |||||
* | o libxrdp: fastpath output, added cursor and palette now updates | speidy | 2014-03-13 | 3 | -58/+165 | |
| | | | | | o xrdp.ini: changed default behavior: always new cursors, always use fastpath input and output. | |||||
* | Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into devel | speidy | 2014-03-12 | 2 | -407/+446 | |
|\ | ||||||
| * | libxrdp: send, get, and use multi fragment max caps | Jay Sorg | 2014-03-10 | 2 | -1/+20 | |
| | | ||||||
| * | libxrdp: remove caps warning and added fastpath fragment caps | Jay Sorg | 2014-03-10 | 1 | -406/+426 | |
| | | ||||||
* | | indentation fix | speidy | 2014-03-12 | 1 | -4/+6 | |
|/ | ||||||
* | libxrdp: keep rdp packets < 16K | Jay Sorg | 2014-03-09 | 4 | -4/+4 | |
| | ||||||
* | o libxrdp: move rdp capabilites form xrdp_rdp to a new file xrdp_caps.c | speidy | 2014-03-10 | 5 | -876/+887 | |
| | | | | o move monitor layout call to demand active. | |||||
* | libxrdp: fastpath input, validate eventFlags | speidy | 2014-03-10 | 1 | -0/+10 | |
| | ||||||
* | libxrdp: work on fastpath fragments | Jay Sorg | 2014-03-09 | 5 | -192/+127 | |
| | ||||||
* | libxrdp: fix for fastpath output and fips | Jay Sorg | 2014-03-07 | 1 | -1/+2 | |
| | ||||||
* | libxrdp: fastpath output, orders working | Jay Sorg | 2014-03-07 | 5 | -52/+262 | |
| | ||||||
* | libxrdp: detect client fastpath caps | Jay Sorg | 2014-03-06 | 2 | -4/+36 | |
| | ||||||
* | libxrdp: minor fastpath logic change and indent changes | Jay Sorg | 2014-03-06 | 3 | -182/+196 | |
| | ||||||
* | minor fastpath changes | Jay Sorg | 2014-03-05 | 2 | -4/+15 | |
| | ||||||
* | libxrdp: add fips support in xrdp_sec_recv_fastpath | speidy | 2014-03-05 | 1 | -11/+26 | |
| | ||||||
* | libxrdp: fastpath, add stream check (all stack) | speidy | 2014-03-05 | 2 | -8/+51 | |
| | ||||||
* | Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into | speidy | 2014-03-05 | 6 | -94/+176 | |
|\ | | | | | | | | | | | | | fastpath Conflicts: libxrdp/xrdp_fastpath.c | |||||
| * | fast path changes, iso never reads now | Jay Sorg | 2014-03-04 | 7 | -95/+167 | |
| | | ||||||
| * | Merge pull request #111 from speidy/fastpath | jsorg71 | 2014-03-04 | 7 | -32/+347 | |
| |\ | | | | | | | libxrdp: Fastpath input | |||||
| * | | o default login limit is now 50 users (instead of 10) | Laxmikant Rashinkar | 2014-02-28 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | o we now wait for 30 seconds for session connection (instead of 1) o if AUTO_LOGON flag is set but username is null, we force login dialog to show up | |||||
* | | | libxrdp: xrdp_fastpath_recv cleanup | speidy | 2014-03-05 | 1 | -13/+2 | |
| |/ |/| | ||||||
* | | libxrdp: move fastpath callback calls from xrdp_rdp to xrdp_fastpath | speidy | 2014-03-04 | 5 | -132/+195 | |
| | | ||||||
* | | libxrdp: fastpath input working | speidy | 2014-03-04 | 2 | -27/+8 | |
| | | ||||||
* | | libxrdp: work on fastpath, length issue | speidy | 2014-03-04 | 6 | -46/+39 | |
| | | ||||||
* | | Merge ../../neutrinolabs/xrdp into fastpath | speidy | 2014-03-02 | 14 | -481/+938 | |
|\ \ | |/ | | | | | | | | | | | | | | | | | Conflicts: libxrdp/libxrdp.c libxrdp/libxrdp.h libxrdp/xrdp_iso.c libxrdp/xrdp_sec.c libxrdp/xrdp_tcp.c xrdp/xrdp.ini | |||||
| * | libxrdp: remove xrdp_tcp.c | Jay Sorg | 2014-02-25 | 1 | -89/+0 | |
| | | ||||||
| * | started work on fastpath, restructure PDU in | Jay Sorg | 2014-02-25 | 7 | -60/+87 | |
| | | ||||||
| * | libxrdp: fips working now | Jay Sorg | 2014-02-24 | 2 | -26/+27 | |
| | | ||||||
| * | libxrdp: work on fips | Jay Sorg | 2014-02-23 | 3 | -79/+148 | |
| | |