| Commit message (Expand) | Author | Age | Files | Lines |
* | xrdp: corret the config file name in the comment | Felix Zhang | 2017-10-09 | 1 | -1/+1 |
* | xrdp: get port from configfile in access_control() | Oscar Salvador | 2017-10-03 | 1 | -1/+3 |
* | xrdp: constify input event type | Koichiro IWAO | 2017-10-02 | 1 | -5/+5 |
* | Fixes #414 | cocoon | 2017-09-17 | 1 | -1/+1 |
* | xrdp: accept full path for ls_background_image | Koichiro IWAO | 2017-09-05 | 1 | -1/+9 |
* | add Belgian keyboard | Koichiro IWAO | 2017-09-01 | 1 | -0/+3 |
* | don't use hard coded constant values | Koichiro IWAO | 2017-08-01 | 1 | -8/+13 |
* | use g_free() | Koichiro IWAO | 2017-08-01 | 1 | -2/+2 |
* | move base64 functions to base64.c | Koichiro IWAO | 2017-08-01 | 1 | -1/+1 |
* | decode base64 login window parameter | Koichiro IWAO | 2017-08-01 | 1 | -2/+26 |
* | Allow UDS connection from non-root users | Ben Cohen | 2017-07-20 | 1 | -0/+4 |
* | Fix Xvnc backend disconnects when some data copied to clipboard | Koichiro IWAO | 2017-07-06 | 1 | -1/+6 |
* | int function should return | Koichiro IWAO | 2017-06-20 | 1 | -0/+2 |
* | xrdp: exit main process with failure status if listen failed (daemon mode) | Koichiro IWAO | 2017-06-20 | 3 | -1/+64 |
* | xrdp: exit with failure status if listen failed (foreground mode) | Koichiro IWAO | 2017-06-20 | 1 | -2/+11 |
* | xrdp: xrdp_listen_main_loop pass through trans_listen_address return value | Koichiro IWAO | 2017-06-20 | 1 | -2/+3 |
* | add Spanish keylayout | Koichiro IWAO | 2017-06-17 | 1 | -0/+3 |
* | sort xrdp_keyboard.ini | Koichiro IWAO | 2017-06-09 | 1 | -7/+7 |
* | Fix UK/GB keyboard layout | Ben Cohen | 2017-06-08 | 1 | -0/+3 |
* | Pick up the first section if given section(domain) doesn't match anything | Koichiro IWAO | 2017-06-07 | 1 | -25/+43 |
* | Constify MCS connectionType | Koichiro IWAO | 2017-06-06 | 1 | -1/+1 |
* | Rename file_loc.h to xrdp_sockets.h, install it | Pavel Roskin | 2017-03-28 | 2 | -1/+1 |
* | Allocate space for tls_ciphers dynamically | Pavel Roskin | 2017-03-21 | 1 | -1/+1 |
* | Make socket directory configurable, don't hardcode /tmp/.xrdp | Pavel Roskin | 2017-03-17 | 1 | -0/+1 |
* | Propel xorgxrdp as default backend, give xorgxrdp the first place | Koichiro IWAO | 2017-03-17 | 1 | -7/+7 |
* | Eliminate APP_CC and DEFAULT_CC | Pavel Roskin | 2017-03-14 | 17 | -425/+425 |
* | Call log_end() on xrdp exit | Pavel Roskin | 2017-03-13 | 1 | -0/+1 |
* | frame ack code cleanup, add comments for possible client acks, when pointer, ... | Jay Sorg | 2017-03-06 | 1 | -12/+18 |
* | add xrdp_mm_process_enc_done for processing encoder output | Jay Sorg | 2017-03-06 | 1 | -66/+65 |
* | checkup frame ack code, combine dup code | Jay Sorg | 2017-03-06 | 1 | -25/+35 |
* | frame ack fix change, cleanup | Jay Sorg | 2017-03-06 | 3 | -4/+8 |
* | Don't include config_ac.h from any header files | Pavel Roskin | 2017-03-04 | 1 | -3/+0 |
* | Include config_ac.h from all source files | Pavel Roskin | 2017-03-04 | 14 | -0/+56 |
* | TLS: switch ssl_protocols to a comma separated list | Koichiro IWAO | 2017-02-27 | 1 | -2/+2 |
* | docs: document maximum length of tls_ciphers | Koichiro IWAO | 2017-02-27 | 1 | -1/+1 |
* | TLS: new method to specify SSL/TLS version | Koichiro IWAO | 2017-02-27 | 1 | -2/+3 |
* | encoder, remove check for UINT16_MAX, not really needed | Jay Sorg | 2017-02-22 | 1 | -2/+1 |
* | changes and cleanup to process_enc_rfx | Jay Sorg | 2017-02-22 | 2 | -51/+67 |
* | fix for frames in flight = 0 | Jay Sorg | 2017-02-22 | 1 | -1/+1 |
* | frame ack change for slow client falling behind | Jay Sorg | 2017-02-22 | 1 | -2/+2 |
* | rfx fixes for large tile sets, performance change, Xorg will start next frame... | Jay Sorg | 2017-02-22 | 2 | -4/+18 |
* | fix warning new since stdint.h change | Jay Sorg | 2017-02-22 | 2 | -3/+5 |
* | Workaround for a regression of JP keyboard detection #663 | Koichiro IWAO | 2017-02-16 | 1 | -0/+3 |
* | Remove trailing whitespace | Pavel Roskin | 2017-02-08 | 1 | -1/+1 |
* | Don't use ACCESS macro | Pavel Roskin | 2017-02-02 | 2 | -20/+2 |
* | Fix several cases of discarding return values | Pavel Roskin | 2017-01-25 | 1 | -10/+40 |
* | Merge pull request #636 from proski/painter | Idan Freiberg | 2017-01-23 | 1 | -1/+1 |
|\ |
|
| * | Fix incorrect argument to painter_line() | Pavel Roskin | 2017-01-21 | 1 | -1/+1 |
* | | Merge pull request #625 from speidy/proxy_session_info | Idan Freiberg | 2017-01-23 | 3 | -1/+18 |
|\ \
| |/
|/| |
|
| * | add session_info | Jay Sorg | 2017-01-15 | 3 | -1/+18 |