summaryrefslogtreecommitdiffstats
path: root/xrdp
Commit message (Expand)AuthorAgeFilesLines
* fix potential fd leakKoichiro IWAO2018-01-172-5/+3
* add comment on sessions xrdp.iniKoichiro IWAO2017-12-161-0/+3
* Update xrdp_keyboard.inirkantos2017-12-141-0/+3
* xrdp_listen: suppress log when TRANS_STATUS_DOWNKoichiro IWAO2017-11-301-2/+0
* remove useless bracesKoichiro IWAO2017-11-301-8/+5
* remove empty crc16.h fileJay Sorg2017-11-092-2/+0
* vsock, move some definesJay Sorg2017-11-071-4/+7
* Implements XRDP over vsockJustin Terry (VM)2017-11-072-1/+24
* Constify extended mouse eventsKoichiro IWAO2017-11-061-5/+5
* Constify mouse event flags, use the MS name for constantsKoichiro IWAO2017-11-061-11/+11
* xrdp_wm: handle horizontal mouse wheel eventsKoichiro IWAO2017-11-061-0/+19
* xrdp_wm: make mouse button 6 and 7 act like button 4 and 5Koichiro IWAO2017-11-061-12/+16
* Add dvorak keyboard layoutSoedarsono2017-11-011-0/+3
* xrdp: corret the config file name in the commentFelix Zhang2017-10-091-1/+1
* xrdp: get port from configfile in access_control()Oscar Salvador2017-10-031-1/+3
* xrdp: constify input event typeKoichiro IWAO2017-10-021-5/+5
* Fixes #414cocoon2017-09-171-1/+1
* xrdp: accept full path for ls_background_imageKoichiro IWAO2017-09-051-1/+9
* add Belgian keyboardKoichiro IWAO2017-09-011-0/+3
* don't use hard coded constant valuesKoichiro IWAO2017-08-011-8/+13
* use g_free()Koichiro IWAO2017-08-011-2/+2
* move base64 functions to base64.cKoichiro IWAO2017-08-011-1/+1
* decode base64 login window parameterKoichiro IWAO2017-08-011-2/+26
* Allow UDS connection from non-root usersBen Cohen2017-07-201-0/+4
* Fix Xvnc backend disconnects when some data copied to clipboardKoichiro IWAO2017-07-061-1/+6
* int function should returnKoichiro IWAO2017-06-201-0/+2
* xrdp: exit main process with failure status if listen failed (daemon mode)Koichiro IWAO2017-06-203-1/+64
* xrdp: exit with failure status if listen failed (foreground mode)Koichiro IWAO2017-06-201-2/+11
* xrdp: xrdp_listen_main_loop pass through trans_listen_address return valueKoichiro IWAO2017-06-201-2/+3
* add Spanish keylayoutKoichiro IWAO2017-06-171-0/+3
* sort xrdp_keyboard.iniKoichiro IWAO2017-06-091-7/+7
* Fix UK/GB keyboard layoutBen Cohen2017-06-081-0/+3
* Pick up the first section if given section(domain) doesn't match anythingKoichiro IWAO2017-06-071-25/+43
* Constify MCS connectionTypeKoichiro IWAO2017-06-061-1/+1
* Rename file_loc.h to xrdp_sockets.h, install itPavel Roskin2017-03-282-1/+1
* Allocate space for tls_ciphers dynamicallyPavel Roskin2017-03-211-1/+1
* Make socket directory configurable, don't hardcode /tmp/.xrdpPavel Roskin2017-03-171-0/+1
* Propel xorgxrdp as default backend, give xorgxrdp the first placeKoichiro IWAO2017-03-171-7/+7
* Eliminate APP_CC and DEFAULT_CCPavel Roskin2017-03-1417-425/+425
* Call log_end() on xrdp exitPavel Roskin2017-03-131-0/+1
* frame ack code cleanup, add comments for possible client acks, when pointer, ...Jay Sorg2017-03-061-12/+18
* add xrdp_mm_process_enc_done for processing encoder outputJay Sorg2017-03-061-66/+65
* checkup frame ack code, combine dup codeJay Sorg2017-03-061-25/+35
* frame ack fix change, cleanupJay Sorg2017-03-063-4/+8
* Don't include config_ac.h from any header filesPavel Roskin2017-03-041-3/+0
* Include config_ac.h from all source filesPavel Roskin2017-03-0414-0/+56
* TLS: switch ssl_protocols to a comma separated listKoichiro IWAO2017-02-271-2/+2
* docs: document maximum length of tls_ciphersKoichiro IWAO2017-02-271-1/+1
* TLS: new method to specify SSL/TLS versionKoichiro IWAO2017-02-271-2/+3
* encoder, remove check for UINT16_MAX, not really neededJay Sorg2017-02-221-2/+1