| Commit message (Expand) | Author | Age | Files | Lines |
* | g_term_event is a wait object, not TCP socket, delete it correctly | Pavel Roskin | 2016-09-08 | 1 | -1/+1 |
* | sesrun: remove unused g_sck and write-only g_pid | Pavel Roskin | 2016-09-08 | 1 | -4/+0 |
* | sesman: don't close listening socket in signal handler | Pavel Roskin | 2016-09-08 | 1 | -2/+0 |
* | Improve debug information when closing a socket | Pavel Roskin | 2016-09-08 | 1 | -10/+76 |
* | Merge pull request #420 from proski/uk-keyboard | metalefty | 2016-09-09 | 3 | -0/+1060 |
|\ |
|
| * | Add UK English keyboard and code to generate it | Pavel Roskin | 2016-09-05 | 3 | -0/+1060 |
|/ |
|
* | Merge pull request #415 from metalefty/pathname-should-be-url-decoded | metalefty | 2016-09-01 | 1 | -0/+1 |
|\ |
|
| * | chansrv: pathname also should be URL decoded | Koichiro IWAO | 2016-08-30 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #364 from laigor/devel | metalefty | 2016-08-30 | 1 | -0/+9 |
|\ |
|
| * | Allows use the xkb options that for example allows you to specify a key combi... | laigor | 2016-04-14 | 1 | -0/+9 |
* | | always set SSL_OP_NO_SSLv2 in TLS options | Jay Sorg | 2016-08-25 | 1 | -4/+1 |
* | | new options for xrdp.ini disableSSlv3=yes and tls_ciphers=HIGH and code to im... | Alex Illsley | 2016-08-25 | 8 | -10/+46 |
* | | Merge pull request #410 from metalefty/fix-utf8-clipboard | metalefty | 2016-08-23 | 1 | -1/+15 |
|\ \ |
|
| * | | Fix clipboard when text/filename contains non-ASCII characters | Koichiro IWAO | 2016-08-18 | 1 | -1/+15 |
|/ / |
|
* | | Include stdint.h, don't redefine MAX/MIN constants if already defined | Jay Sorg | 2016-08-12 | 2 | -5/+17 |
* | | Pixman fixes | Jay Sorg | 2016-08-11 | 3 | -5/+3 |
* | | add region intersect | Jay Sorg | 2016-08-08 | 3 | -2/+26 |
* | | add more advances region support using pixman | Jay Sorg | 2016-08-08 | 9 | -251/+2755 |
* | | Merge pull request #402 from metalefty/update-python | jsorg71 | 2016-08-08 | 1 | -1/+1 |
|\ \ |
|
| * | | X11rdp: update python 2.7 -> 2.7.11 | Koichiro IWAO | 2016-07-20 | 1 | -1/+1 |
* | | | Merge pull request #384 from CarstenGrohmann/improve_cert_log_messages | jsorg71 | 2016-08-05 | 1 | -6/+25 |
|\ \ \ |
|
| * | | | Improve certificate log messages | Carsten Grohmann | 2016-06-11 | 1 | -6/+25 |
* | | | | Merge pull request #390 from proski/june21 | jsorg71 | 2016-08-05 | 82 | -589/+690 |
|\ \ \ \ |
|
| * | | | | Declare unified module interface and use it in modules | Pavel Roskin | 2016-07-08 | 6 | -21/+39 |
| * | | | | Use enum logLevels consistently for log levels | Pavel Roskin | 2016-07-08 | 3 | -8/+8 |
| * | | | | Use char* for TLS send and receive | Pavel Roskin | 2016-07-08 | 2 | -6/+6 |
| * | | | | Fix return type of devredir_fuse_data_peek and devredir_fuse_data_dequeue | Pavel Roskin | 2016-07-08 | 2 | -4/+4 |
| * | | | | Use correct types for ssl and ctx fields in struct ssl_tls | Pavel Roskin | 2016-07-08 | 1 | -2/+2 |
| * | | | | Cast the result of g_shmat() to the destination type | Pavel Roskin | 2016-07-08 | 1 | -2/+2 |
| * | | | | Cast fifo_remove_item() to XRDP_ENC_DATA* or XRDP_ENC_DATA_DONE* as needed | Pavel Roskin | 2016-07-08 | 1 | -2/+2 |
| * | | | | Use cast when applying boolean OR to enum | Pavel Roskin | 2016-07-08 | 1 | -1/+3 |
| * | | | | Fix signed to unsigned comparisons reported by g++ 6.1.0 | Pavel Roskin | 2016-07-08 | 9 | -16/+18 |
| * | | | | Use g_new or g_new0 when C++ compiler would complain about implicit cast | Pavel Roskin | 2016-07-08 | 18 | -27/+31 |
| * | | | | Introduce glib style macros for allocating memory with type | Pavel Roskin | 2016-07-08 | 1 | -0/+7 |
| * | | | | Don't include X11/Xlib.h for XPoint, define a replacement | Pavel Roskin | 2016-07-08 | 1 | -2/+3 |
| * | | | | Cast appdata_ptr explicitly, needed for C++ compatibility | Pavel Roskin | 2016-07-08 | 1 | -2/+2 |
| * | | | | Mark g_drdynvc_chan_id as extern in g_drdynvc_chan_id, it's in chansrv.c | Pavel Roskin | 2016-07-08 | 1 | -1/+1 |
| * | | | | Use const unsigned for hex arrays | Pavel Roskin | 2016-07-08 | 5 | -11/+13 |
| * | | | | Fix warnings detected by -Wwrite-strings | Pavel Roskin | 2016-07-08 | 33 | -75/+82 |
| * | | | | Use -Wwrite-strings compiler flag if supported, add required macros | Pavel Roskin | 2016-07-08 | 3 | -0/+142 |
| * | | | | Make program_name constant, don't duplicate or free it | Pavel Roskin | 2016-07-08 | 4 | -11/+5 |
| * | | | | Remove commented out config_read_logging(), the code is long dead | Pavel Roskin | 2016-07-08 | 1 | -55/+0 |
| * | | | | Remove unused string support in scp_session_set_addr() | Pavel Roskin | 2016-07-08 | 5 | -44/+6 |
| * | | | | Downgrade "libscp initialized" to LOG_LEVEL_DEBUG, remove line number | Pavel Roskin | 2016-07-08 | 1 | -1/+1 |
| * | | | | Fix scp_init() invocation, it takes no arguments | Pavel Roskin | 2016-07-08 | 2 | -2/+2 |
| * | | | | 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 | 9 | -33/+28 |
| * | | | | Check string format in log_message | Pavel Roskin | 2016-06-21 | 3 | -12/+13 |