summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * o added fastpath output, syncronize update pduspeidy2014-03-153-20/+43
| | | | | | o refactor caps a bit
| * xrdp: speed up bitmap cache lru using linked listJay Sorg2014-03-142-65/+126
| |
| * misc fixes for Xorg and compileJay Sorg2014-03-142-2/+2
| |
| * xrdp: speed up bitmap cache lookup using hash tableJay Sorg2014-03-144-141/+222
| |
| * sesman: add -nolisten tcp to the ini file for XorgJay Sorg2014-03-121-4/+6
| |
* | xrdp_encoder: developer checkinLaxmikant Rashinkar2014-03-165-6/+288
|/
* added a FIFO implementationLaxmikant Rashinkar2014-03-123-0/+211
|
* o libxrdp: fastpath output, added cursor and palette now updatesspeidy2014-03-134-60/+167
| | | | | 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 develspeidy2014-03-123-407/+448
|\
| * libxrdp: send, get, and use multi fragment max capsJay Sorg2014-03-103-1/+22
| |
| * libxrdp: remove caps warning and added fastpath fragment capsJay Sorg2014-03-101-406/+426
| |
* | indentation fixspeidy2014-03-121-4/+6
|/
* libxrdp: keep rdp packets < 16KJay Sorg2014-03-094-4/+4
|
* o libxrdp: move rdp capabilites form xrdp_rdp to a new file xrdp_caps.cspeidy2014-03-105-876/+887
| | | | o move monitor layout call to demand active.
* libxrdp: fastpath input, validate eventFlagsspeidy2014-03-101-0/+10
|
* xorg driver module: we now access xorg driver module from /usr/lib/xorgLaxmikant Rashinkar2014-03-092-11/+17
|
* libxrdp: work on fastpath fragmentsJay Sorg2014-03-095-192/+127
|
* fixed some connection issues when using xorg driver modeLaxmikant Rashinkar2014-03-093-8/+7
|
* xorg: support 8, 15, 16 bpp clientsJay Sorg2014-03-084-23/+167
|
* added support for using Xorg driver modelLaxmikant Rashinkar2014-03-0810-11/+153
|
* libxrdp: fix for fastpath output and fipsJay Sorg2014-03-071-1/+2
|
* libxrdp: fastpath output, orders workingJay Sorg2014-03-075-52/+262
|
* libxrdp: detect client fastpath capsJay Sorg2014-03-062-4/+36
|
* libxrdp: minor fastpath logic change and indent changesJay Sorg2014-03-063-182/+196
|
* minor fastpath changesJay Sorg2014-03-052-4/+15
|
* Merge pull request #112 from speidy/fastpathjsorg712014-03-042-24/+71
|\ | | | | libxrdp: fastpath changes
| * libxrdp: add fips support in xrdp_sec_recv_fastpathspeidy2014-03-051-11/+26
| |
| * libxrdp: fastpath, add stream check (all stack)speidy2014-03-052-8/+51
| |
| * Merge branch 'devel' of https://github.com/neutrinolabs/xrdp intospeidy2014-03-0547-227/+263
| |\ | |/ |/| | | | | | | | | fastpath Conflicts: libxrdp/xrdp_fastpath.c
* | fast path changes, iso never reads nowJay Sorg2014-03-048-153/+171
| |
* | Merge pull request #111 from speidy/fastpathjsorg712014-03-0412-67/+424
|\ \ | | | | | | libxrdp: Fastpath input
* \ \ Merge pull request #105 from scarygliders/develjsorg712014-03-032-18/+25
|\ \ \ | | | | | | | | Devel - please pull/merge these changes to the xrdp-genkeymap utility
| * | | Update readme.txtKevin Cave2014-01-181-2/+2
| | | | | | | | | | | | | | | | Corrected spelling and grammar. Updated to reflect additional "shiftaltgr" section.
| * | | Update readme.txtKevin Cave2014-01-181-14/+21
| | | |
| * | | Update genkeymap.cKevin Cave2014-01-181-3/+3
| | | | | | | | | | | | Add a "shiftaltgr" section to the keymap generator, which should satisfy keyboard layouts such as km-0415
* | | | update readme.txtJay Sorg2014-03-021-2/+3
| | | |
* | | | xrdp:no logic change, comments and printfsJay Sorg2014-03-0216-25/+25
| | | |
* | | | common: no logic change, update commentsJay Sorg2014-03-0119-20/+20
| | | |
* | | | update versionJay Sorg2014-03-012-3/+3
| | | |
* | | | o default login limit is now 50 users (instead of 10)Laxmikant Rashinkar2014-02-283-7/+17
| | | | | | | | | | | | | | | | | | | | 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 cleanupspeidy2014-03-051-13/+2
| | |/
| | * libxrdp: move fastpath callback calls from xrdp_rdp to xrdp_fastpathspeidy2014-03-045-132/+195
| | |
| | * libxrdp: fastpath input workingspeidy2014-03-042-27/+8
| | |
| | * libxrdp: work on fastpath, length issuespeidy2014-03-047-46/+40
| | |
| | * Merge ../../neutrinolabs/xrdp into fastpathspeidy2014-03-0282-1077/+5023
| | |\ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | 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.cJay Sorg2014-02-251-89/+0
| | |
* | | started work on fastpath, restructure PDU inJay Sorg2014-02-258-64/+194
| | |
* | | common: added some trans options used in fast pathJay Sorg2014-02-252-1/+6
| | |
* | | clean up temp files in /tmp/.xrdpLaxmikant Rashinkar2014-02-241-0/+1
| | |
* | | libxrdp: fips working nowJay Sorg2014-02-242-26/+27
| | |