| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | | Update xrdp_keyboard.ini | Akira Taniguchi | 2016-06-29 | 1 | -1/+1 |
|/ |
|
* | xrdp_wm: fix for multimon, draw login window and log window on primary | speidy | 2016-05-17 | 2 | -23/+32 |
* | remove tabs | Jay Sorg | 2016-05-16 | 2 | -10/+10 |
* | remove tabs | Jay Sorg | 2016-05-16 | 1 | -9/+9 |
* | xrdp_wm: in multimon scenario, draw log window and login window on | speidy | 2016-05-12 | 2 | -5/+44 |
* | Remove extraneous color initialization | Pavel Roskin | 2016-05-05 | 1 | -1/+0 |
* | Typo fixes | Pavel Roskin | 2016-05-04 | 7 | -27/+27 |
* | Fix format warnings caused by g_writeln("") | Pavel Roskin | 2016-04-21 | 1 | -12/+12 |
* | remove some warnings | Jay Sorg | 2016-04-09 | 2 | -6/+3 |
* | remove some warnings | Jay Sorg | 2016-04-09 | 1 | -6/+6 |
* | Fix compile error "format not a string literal and no format arguments [-Werr... | NerdKnight | 2016-03-28 | 2 | -2/+2 |
* | Merge pull request #341 from proski/sanity-checks | jsorg71 | 2016-03-16 | 2 | -34/+63 |
|\ |
|
| * | Be more specific in error messages about PID file location | Pavel Roskin | 2016-03-03 | 2 | -4/+4 |
| * | Check if rsakeys.ini exists on startup, exit if it's missing | Pavel Roskin | 2016-03-03 | 1 | -0/+8 |
| * | Move all sanity checks to a separate function xrdp_sanity_check() | Pavel Roskin | 2016-03-03 | 1 | -30/+51 |
* | | Fix all format warnings and some unused variable warnings | Jay Sorg | 2016-03-14 | 1 | -1/+1 |
* | | Don't attempt to intercept SIGKILL, it doesn't work on any OS | Jay Sorg | 2016-03-14 | 2 | -2/+0 |
|/ |
|
* | Use "dist_" prefix to minimize use of EXTRA_DIST | Pavel Roskin | 2016-02-22 | 1 | -4/+2 |
* | Move headers from EXTRA_DIST to sources, sort alphabetically | Pavel Roskin | 2016-02-21 | 1 | -5/+7 |
* | Fix typos | Pavel Roskin | 2016-02-13 | 8 | -12/+12 |
* | Use lowercase program names for syslog | Pavel Roskin | 2016-02-13 | 1 | -1/+1 |
* | Stop redefining libdir, use moduledir for ${libdir}/xrdp | Pavel Roskin | 2016-02-12 | 2 | -2/+2 |
* | Add missing spaces in the strings that are split for line wrapping | Pavel Roskin | 2016-02-12 | 1 | -2/+2 |
* | Spell "return value", not "returnvalue" | Pavel Roskin | 2016-02-07 | 1 | -1/+1 |
* | Declare xrdp_mm_frame_ack() in xrdp.h, it's used in xrdp_wm.c | Pavel Roskin | 2016-01-31 | 1 | -0/+2 |
* | More spelling fixes found by codespell and aspell | Pavel Roskin | 2016-01-30 | 1 | -1/+1 |
* | Replace "charactor" with "character" everywhere | Pavel Roskin | 2016-01-30 | 3 | -8/+8 |
* | Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGS | Pavel Roskin | 2016-01-29 | 1 | -4/+2 |
* | Remove GOT_PREFIX, it's a broken hack of limited utility | Pavel Roskin | 2016-01-26 | 1 | -5/+0 |
* | Merge pull request #304 from proski/devel | jsorg71 | 2016-01-24 | 6 | -10/+10 |
|\ |
|
| * | Run through codespell | Pavel Roskin | 2016-01-14 | 6 | -10/+10 |
* | | Drop exec permission of non executable files | Koichiro IWAO | 2016-01-22 | 3 | -0/+0 |
|/ |
|
* | xrdp: change when using xrdp.ini hidelogwindow | Jay Sorg | 2015-12-01 | 2 | -2/+16 |