| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #536 from jsorg71/unicode | jsorg71 | 2016-12-11 | 1 | -0/+80 |
|\ |
|
| * | change some magics to defines | Jay Sorg | 2016-12-10 | 1 | -19/+22 |
| * | add unicode support | Jay Sorg | 2016-12-10 | 1 | -0/+77 |
* | | o caps: advertise remotefx codec capsets only when supported (RFX mode, | speidy | 2016-12-10 | 1 | -18/+7 |
|/ |
|
* | Document xserverbpp, add it to Xvnc section, remove from Xorg section | Pavel Roskin | 2016-12-06 | 1 | -1/+1 |
* | Merge pull request #523 from jsorg71/vpf | jsorg71 | 2016-12-06 | 1 | -4/+15 |
|\ |
|
| * | vnc: code cleanup | Jay Sorg | 2016-12-04 | 1 | -1/+1 |
| * | vnc: change password file to use guid hash | Jay Sorg | 2016-12-03 | 1 | -4/+15 |
* | | Make configure show it's looking for "pixman", not "xrdp_pixman" | Pavel Roskin | 2016-12-04 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #516 from metalefty/keymaps | Itamar Reis Peixoto | 2016-12-02 | 1 | -9/+0 |
|\ |
|
| * | unify Japanese keymap in xrdp_keyboard.ini | Koichiro IWAO | 2016-12-02 | 1 | -9/+0 |
* | | xrdp_encoder: do not initialize for non-UNIX rdp clients | speidy | 2016-11-29 | 1 | -15/+22 |
|/ |
|
* | xrdp: do case insensitive compare for section names | Jay Sorg | 2016-11-19 | 1 | -3/+3 |
* | Merge pull request #488 from metalefty/docs | Itamar Reis Peixoto | 2016-11-17 | 2 | -128/+129 |
|\ |
|
| * | docs: revise description for disableSSLv3 in xrdp.ini | Koichiro IWAO | 2016-11-16 | 1 | -1/+1 |
| * | config: change order of parameters | Koichiro IWAO | 2016-11-16 | 1 | -37/+38 |
| * | config: use semicolon to comment out descriptions in config files | Koichiro IWAO | 2016-11-16 | 2 | -98/+98 |
| * | config: Capitalize section title to fit documents | Koichiro IWAO | 2016-11-16 | 1 | -2/+2 |
| * | config: unify all boolean values in config to true/false | Koichiro IWAO | 2016-11-16 | 1 | -11/+11 |
* | | Merge pull request #485 from proski/code-standards | metalefty | 2016-11-16 | 1 | -1/+1 |
|\ \ |
|
| * | | Remove all tabs in sources | Pavel Roskin | 2016-11-15 | 1 | -1/+1 |
| |/ |
|
* | | Fix regression in domain to session type mapping | Pavel Roskin | 2016-11-15 | 1 | -1/+2 |
|/ |
|
* | change xrdp.ini security_layer=negotiate and auto generate tls keys on make i... | Jay Sorg | 2016-11-11 | 1 | -1/+1 |
* | Use km-0000yyyy.ini if km-xxxxyyyy.ini doen't exist | Koichiro IWAO | 2016-11-04 | 1 | -2/+14 |
* | Merge pull request #437 from metalefty/switch-to-8-hex-digit-keymap-file | Itamar Reis Peixoto | 2016-11-02 | 1 | -3/+3 |
|\ |
|
| * | Switch to 8 hex digit keymapfile | Koichiro IWAO | 2016-10-24 | 1 | -3/+3 |
* | | Simplify names of xrdp.ini sections, rename "Session Manager" to "Xorg" | Pavel Roskin | 2016-11-01 | 1 | -20/+20 |
|/ |
|
* | Get rid of EXTRA_LIBS, use variables with more specific names | Pavel Roskin | 2016-10-20 | 1 | -5/+5 |
* | Eliminate EXTRA_FLAGS, it's a poor name, use AM_LDFLAGS | Pavel Roskin | 2016-10-20 | 1 | -4/+0 |
* | Merge EXTRA_DEFINES and EXTRA_INCLUDES into AM_CPPFLAGS | Pavel Roskin | 2016-10-20 | 1 | -19/+16 |
* | Leave only one "autorun" in xrdp.ini, improve comment | Pavel Roskin | 2016-10-17 | 1 | -2/+3 |
* | Don't use final newline in log calls, it's already appended | Pavel Roskin | 2016-10-17 | 1 | -4/+4 |
* | xrdp: librfxcodc link fix | Koichiro IWAO | 2016-10-13 | 1 | -1/+1 |
* | remove a debug message | Jay Sorg | 2016-10-03 | 1 | -1/+0 |
* | xrdp: handle 3 byte PDU | Jay Sorg | 2016-10-03 | 1 | -5/+43 |
* | Improve message about listening socket is a wrong state | Pavel Roskin | 2016-09-08 | 1 | -2/+2 |
* | new options for xrdp.ini disableSSlv3=yes and tls_ciphers=HIGH and code to im... | Alex Illsley | 2016-08-25 | 1 | -0/+4 |
* | add region intersect | Jay Sorg | 2016-08-08 | 2 | -2/+23 |
* | add more advances region support using pixman | Jay Sorg | 2016-08-08 | 4 | -250/+50 |
* | Merge pull request #390 from proski/june21 | jsorg71 | 2016-08-05 | 11 | -108/+106 |
|\ |
|
| * | Cast fifo_remove_item() to XRDP_ENC_DATA* or XRDP_ENC_DATA_DONE* as needed | Pavel Roskin | 2016-07-08 | 1 | -2/+2 |
| * | Use g_new or g_new0 when C++ compiler would complain about implicit cast | Pavel Roskin | 2016-07-08 | 2 | -3/+3 |
| * | Use const unsigned for hex arrays | Pavel Roskin | 2016-07-08 | 1 | -1/+1 |
| * | Fix warnings detected by -Wwrite-strings | Pavel Roskin | 2016-07-08 | 5 | -11/+12 |
| * | Shorten and clarify log window messages | Pavel Roskin | 2016-07-08 | 2 | -6/+4 |
| * | Make xrdp_wm_log_msg() log its output | Pavel Roskin | 2016-07-08 | 3 | -63/+64 |
| * | Rewrite add_string_to_logwindow() | Pavel Roskin | 2016-07-08 | 1 | -12/+11 |
| * | Fix format warnings in log_message() calls | Pavel Roskin | 2016-06-21 | 3 | -14/+11 |
| * | Report pid and listening address/port for xrdp and xrdp-sesman | Pavel Roskin | 2016-06-21 | 2 | -0/+3 |
| * | Fix incorrect use of "it's" and "its", adjust wording | Pavel Roskin | 2016-06-21 | 4 | -7/+6 |