summaryrefslogtreecommitdiffstats
path: root/xrdp
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #137 from ArvidNorr/choose_shortcutdevjsorg712014-09-041-3/+78
|\ | | | | support for preferred combo box choice added
| * support for preferred combo box choice addedArvidNorr2014-05-231-3/+78
| |
* | xrdp: encoder shutdown fixJay Sorg2014-08-191-3/+4
| |
* | xrdp: add tcutils to xrdp.iniJay Sorg2014-08-121-0/+1
| |
* | move some hard code paths to defines in headerJay Sorg2014-08-061-2/+2
| |
* | added option to set rdp crypto level to noneJay Sorg2014-08-051-0/+2
| |
* | add xrdp_keyboard.ini to Makefile.amJay Sorg2014-07-311-1/+2
| |
* | xrdp: added xrdp_keyboard.iniJay Sorg2014-07-311-0/+105
| |
* | xrdp: if PACKAGE_VERSION not defined, define as ???Jay Sorg2014-07-281-0/+4
| |
* | xrdp: don't include config.h unless HAVE_CONFIG_H is definedJay Sorg2014-07-271-0/+2
| |
* | coverity: Resource leak (2nd round)Laxmikant Rashinkar2014-07-272-1/+4
| |
* | coverity: read from pointer after freeLaxmikant Rashinkar2014-07-271-1/+1
| |
* | coverity: array compared against 0Laxmikant Rashinkar2014-07-262-3/+2
| |
* | Merge branch 'devel' of github.com:NeutrinoLabs/xrdp into develLaxmikant Rashinkar2014-07-262-3/+8
|\ \
| * \ Merge branch 'devel' of https://github.com/neutrinolabs/xrdp intoIdan Freiberg2014-07-2310-91/+318
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | devel Conflicts: libxrdp/xrdp_sec.c
| * | | libxrdp, common: work on TLS modeIdan Freiberg2014-07-232-3/+8
| | | |
* | | | coverity: improper use of negative valueLaxmikant Rashinkar2014-07-263-4/+8
| |/ / |/| |
* | | coverity: Dereference after null checkLaxmikant Rashinkar2014-07-205-50/+50
| | |
* | | coverity: fixed unchecked return value from libraryLaxmikant Rashinkar2014-07-202-7/+35
| | |
* | | work on codec modeJay Sorg2014-07-193-26/+218
| | |
* | | coverity: fixed resolution leak issuesLaxmikant Rashinkar2014-07-194-8/+14
| | |
* | | small fix for rdp scancode fileJay Sorg2014-07-161-2/+3
|/ /
* | xrdp: fix for prefilled username issuespeidy2014-07-111-1/+3
| |
* | added --enable-rfxcodecJay Sorg2014-07-102-1/+12
| |
* | libxrdp: added an option to enforce security layer in xrdp.iniIdan Freiberg2014-07-091-1/+1
| |
* | default max_bpp to 32Jay Sorg2014-06-291-1/+1
| |
* | 32 bpp compress the alpha, leave room for biggest 32 bpp dataJay Sorg2014-06-291-2/+2
| |
* | libxrdp: cursor big endian fixJay Sorg2014-06-231-4/+10
| |
* | work on 32 bit planar bitmap compressorJay Sorg2014-06-101-5/+74
| |
* | added support for optional background imageArvidNorr2014-05-233-1/+26
|/
* xrdp: don't show connection log unless there is a problemJay Sorg2014-05-193-5/+29
| | | | | | Conflicts: xrdp/xrdp_mm.c
* xrdp: update web siteJay Sorg2014-05-191-2/+2
|
* xrdp: allow xrdp to listen in UDSJay Sorg2014-05-151-4/+19
|
* turn on bulk compressor by defaultJay Sorg2014-05-051-1/+1
|
* remove 1 from default title stringCocoon2014-04-171-1/+1
|
* make login screen window title configurableCocoon2014-04-173-3/+25
|
* xrdp: xrdp_wm: changed the autologin logicspeidy2014-04-141-28/+43
|
* xrdp: indentation fixspeidy2014-04-111-11/+12
|
* xrdp: for proxy modules, pass target ip to module (if ip passed-in fromspeidy2014-04-112-2/+26
| | | client into domain field (starting with _))
* improve debugging dump jpeg for codec modeJay Sorg2014-03-261-12/+60
|
* set codec mode according to clientJay Sorg2014-03-233-2/+18
|
* work on codec mode jpegJay Sorg2014-03-225-31/+89
|
* Call cleanup for encoderBLINDAUER Emmanuel2014-03-181-0/+2
|
* work on surface commandJay Sorg2014-03-183-7/+25
|
* work on codec mode jpegJay Sorg2014-03-164-121/+291
|
* Merge branch 'devel' of github.com:/neutrinolabs/xrdp into develLaxmikant Rashinkar2014-03-165-201/+421
|\
| * xrdp: add an option to do md5 bitmap hash for bitmap cacheJay Sorg2014-03-163-20/+97
| |
| * reduce the memory needed for crc16 bitmap cache listsJay Sorg2014-03-153-13/+14
| |
| * xrdp: speed up bitmap cache lru using linked listJay Sorg2014-03-142-65/+126
| |
| * xrdp: speed up bitmap cache lookup using hash tableJay Sorg2014-03-144-141/+222
| |