| Commit message (Expand) | Author | Age | Files | Lines |
* | libxrdp: advertise horizontal mouse wheel capability | Koichiro IWAO | 2017-11-06 | 1 | -1/+5 |
* | fix for protocol error when 32 bit and non rfx | Jay Sorg | 2017-07-12 | 1 | -14/+35 |
* | move openssl calls to common/libssl.c, check for defines | Jay Sorg | 2017-06-22 | 1 | -37/+6 |
* | Use the words "cannot read" rather than "cannot open" | Koichiro IWAO | 2017-06-12 | 1 | -2/+2 |
* | Check certificate/privkey readability not existence | Koichiro IWAO | 2017-06-12 | 1 | -7/+7 |
* | Log user-friendly message when certificate/privkey is inaccessible | Koichiro IWAO | 2017-06-12 | 1 | -0/+12 |
* | Rename file_loc.h to xrdp_sockets.h, install it | Pavel Roskin | 2017-03-28 | 1 | -1/+0 |
* | xrdp_orders_rail: fix resulting unicode length | speidy | 2017-03-24 | 1 | -1/+1 |
* | libxrdp: window update, simplify length checks | speidy | 2017-03-24 | 1 | -35/+26 |
* | xrdp_orders_rail: fix g_mbstowcs error handling | speidy | 2017-03-24 | 1 | -4/+20 |
* | RAIL: use fixed size length for window texts | speidy | 2017-03-24 | 1 | -6/+9 |
* | rail, text length checks | Jay Sorg | 2017-03-24 | 1 | -0/+4 |
* | rail, text length checks | Jay Sorg | 2017-03-24 | 1 | -5/+12 |
* | libxrdp: print connected client name to log | speidy | 2017-03-21 | 1 | -1/+3 |
* | libxrdp: fix misleading variable name | speidy | 2017-03-21 | 1 | -8/+8 |
* | libxrdp: improve unicode_in | speidy | 2017-03-21 | 1 | -25/+35 |
* | Allocate space for tls_ciphers dynamically | Pavel Roskin | 2017-03-21 | 1 | -1/+2 |
* | Eliminate APP_CC and DEFAULT_CC | Pavel Roskin | 2017-03-14 | 18 | -367/+366 |
* | Fix memory leak in tls_ciphers parsing | Pavel Roskin | 2017-03-13 | 1 | -0/+1 |
* | Remove useless comment, no logic change | Koichiro IWAO | 2017-03-09 | 1 | -3/+2 |
* | 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 | 15 | -0/+60 |
* | Fix compilation on MacOS | Pavel Roskin | 2017-03-01 | 1 | -0/+2 |
* | no cast is needed for NULL | Koichiro IWAO | 2017-02-27 | 1 | -4/+4 |
* | TLS: switch ssl_protocols to a comma separated list | Koichiro IWAO | 2017-02-27 | 1 | -6/+12 |
* | TLS: warn if no SSL/TLS protocols enabled | Koichiro IWAO | 2017-02-27 | 1 | -1/+9 |
* | TLS: new method to specify SSL/TLS version | Koichiro IWAO | 2017-02-27 | 2 | -3/+34 |
* | fix warning new since stdint.h change | Jay Sorg | 2017-02-22 | 1 | -2/+2 |
* | Fix several cases of discarding return values | Pavel Roskin | 2017-01-25 | 1 | -4/+11 |
* | Merge pull request #625 from speidy/proxy_session_info | Idan Freiberg | 2017-01-23 | 4 | -0/+57 |
|\ |
|
| * | libxrdp: use constant RDP_DATA_PDU_LOGON | speidy | 2017-01-15 | 1 | -2/+1 |
| * | add session_info | Jay Sorg | 2017-01-15 | 4 | -0/+58 |
* | | Merge pull request #426 from metalefty/log-tls-version-and-cipher | Idan Freiberg | 2017-01-16 | 1 | -4/+27 |
|\ \ |
|
| * | | TLS: log client port in addition to ssl protocol and cipher | Koichiro IWAO | 2017-01-13 | 1 | -3/+5 |
| * | | log non TLS session | Koichiro IWAO | 2016-11-22 | 1 | -0/+8 |
| * | | TLS: log TLS version and cipher | Koichiro IWAO | 2016-11-22 | 1 | -4/+17 |
* | | | libxrdp: use log_message | speidy | 2017-01-15 | 1 | -1/+1 |
* | | | libxrdp: libxrdp_send_to_channel, improve error message | speidy | 2017-01-06 | 1 | -1/+1 |
* | | | libxrdp: ignore incoming channels with empty names | speidy | 2017-01-06 | 1 | -0/+6 |
* | | | libxrdp: change channel_code into a meaningful name | speidy | 2017-01-06 | 2 | -5/+5 |
| |/
|/| |
|
* | | Fix all warnings in TurboJPEG code | Pavel Roskin | 2017-01-05 | 1 | -3/+21 |
* | | Merge pull request #611 from volth/support-enable-xrdpdebug=yes-2 | jsorg71 | 2017-01-05 | 1 | -2/+0 |
|\ \ |
|
| * | | fix build with --enable-xrdpdebug=yes | volth | 2017-01-04 | 1 | -2/+0 |
* | | | xrdp: add some logging, remove unused var | speidy | 2016-12-29 | 1 | -0/+2 |
* | | | libxrdp: frame acks, make sure max unacked frames value is valid. | speidy | 2016-12-29 | 1 | -0/+4 |
|/ / |
|
* | | libxrdp: fix Fast-Path Synchronize Update message | speidy | 2016-12-27 | 1 | -1/+1 |
* | | libxrdp: add XRDP_RFXCODEC to Makefile.am | speidy | 2016-12-22 | 1 | -0/+4 |
* | | Merge pull request #550 from jsorg71/bitmap_update | metalefty | 2016-12-20 | 2 | -29/+130 |
|\ \ |
|
| * | | some code cleanup | Jay Sorg | 2016-12-15 | 1 | -20/+11 |
| * | | code cleanup, add some comments | Jay Sorg | 2016-12-15 | 1 | -5/+5 |