| Commit message (Expand) | Author | Age | Files | Lines |
* | common: avoid 100% cpu on ssl accept, can be fake client | Jay Sorg | 2017-11-22 | 1 | -0/+9 |
* | Implements the accept/close logic for vsock | Justin Terry (VM) | 2017-11-17 | 1 | -0/+42 |
* | remove crc16.h from common/Makefile.am | Jay Sorg | 2017-11-09 | 1 | -1/+0 |
* | remove empty crc16.h file | Jay Sorg | 2017-11-09 | 1 | -0/+0 |
* | common, return -1 for bad socket | Jay Sorg | 2017-11-07 | 1 | -2/+2 |
* | use g_memcpy, braces | Jay Sorg | 2017-11-07 | 2 | -1/+3 |
* | vsock, move some defines | Jay Sorg | 2017-11-07 | 4 | -26/+8 |
* | Implements XRDP over vsock | Justin Terry (VM) | 2017-11-07 | 4 | -1/+72 |
* | fix typo s/Roration/Rotation/ | Koichiro IWAO | 2017-11-06 | 1 | -1/+1 |
* | Constify extended mouse events | Koichiro IWAO | 2017-11-06 | 1 | -0/+5 |
* | Constify mouse event flags, use the MS name for constants | Koichiro IWAO | 2017-11-06 | 1 | -7/+10 |
* | Add some more Input Capability Set constants | Koichiro IWAO | 2017-11-06 | 1 | -5/+10 |
* | log: add log level TRACE | Koichiro IWAO | 2017-10-13 | 2 | -1/+11 |
* | common: prevent raw use of snprintf | Koichiro IWAO | 2017-10-03 | 1 | -7/+7 |
* | xrdp: constify input event type | Koichiro IWAO | 2017-10-02 | 1 | -0/+1 |
* | common: fix g_write_ip_address() didn't return correct IP address | Koichiro IWAO | 2017-09-26 | 1 | -14/+58 |
* | chansrv: sound, use WAVE_FORMAT_AAC not WAVE_FORMAT_AAC_MS | Jay Sorg | 2017-08-04 | 1 | -1/+1 |
* | chansrv: sound, add aac | Jay Sorg | 2017-08-04 | 1 | -0/+1 |
* | fix indent, no logic change | Koichiro IWAO | 2017-08-01 | 1 | -1/+1 |
* | move base64 functions to base64.c | Koichiro IWAO | 2017-08-01 | 5 | -58/+113 |
* | pass through except for the first '=' | Koichiro IWAO | 2017-08-01 | 1 | -1/+1 |
* | add base64_decode function | Koichiro IWAO | 2017-08-01 | 2 | -0/+58 |
* | chansrv: constify wFormatTag | Koichiro IWAO | 2017-07-25 | 1 | -5/+7 |
* | append a / to ensure the full path is created even when the config variable l... | Ian Geiser | 2017-07-19 | 1 | -1/+1 |
* | common: fix more glitches in IPv4 initialization | Koichiro IWAO | 2017-07-14 | 1 | -2/+2 |
* | Use g_create_path instead of g_create_dir | Ian Geiser | 2017-07-14 | 2 | -8/+8 |
* | common: use log_message | Koichiro IWAO | 2017-07-13 | 1 | -2/+3 |
* | common: fix a glitch with IPv4 struct initialization | Koichiro IWAO | 2017-07-10 | 1 | -1/+1 |
* | Change log level DEBUG -> WARNING | Koichiro IWAO | 2017-07-06 | 1 | -4/+4 |
* | Reword log messages in ssl_get_protocols_from_string() | Koichiro IWAO | 2017-07-06 | 1 | -4/+12 |
* | move openssl calls to common/libssl.c, check for defines | Jay Sorg | 2017-06-22 | 2 | -4/+86 |
* | common: implement g_file_readable for WIN32 | Koichiro IWAO | 2017-06-12 | 1 | -1/+1 |
* | Log user-friendly message when certificate/privkey is inaccessible | Koichiro IWAO | 2017-06-12 | 2 | -0/+13 |
* | Constify MCS connectionType | Koichiro IWAO | 2017-06-06 | 1 | -0/+9 |
* | common: separate sockets macros into basename and fullpath | Koichiro IWAO | 2017-05-16 | 1 | -6/+15 |
* | common: if SSL_shutdown fails, only call one more time | Jay Sorg | 2017-05-10 | 1 | -1/+1 |
* | common: ssl_tls_write / read return 0 on socket close | Jay Sorg | 2017-05-10 | 1 | -0/+8 |
* | Removed error message while falling back to IPv4 (issue #714) | MichaelSweden | 2017-04-25 | 1 | -2/+1 |
* | Fix to handle OS disabled IPv6, issue #714. | MichaelSweden | 2017-04-25 | 1 | -124/+228 |
* | Rename file_loc.h to xrdp_sockets.h, install it | Pavel Roskin | 2017-03-28 | 2 | -5/+5 |
* | libxrdp: print connected client name to log | speidy | 2017-03-21 | 1 | -0/+2 |
* | Log socket fd in g_sck_accept(), fix AF_UNIX logging | Pavel Roskin | 2017-03-21 | 1 | -4/+17 |
* | 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 | 3 | -49/+14 |
* | Eliminate APP_CC and DEFAULT_CC | Pavel Roskin | 2017-03-14 | 19 | -514/+502 |
* | Don't include config_ac.h from any header files | Pavel Roskin | 2017-03-04 | 1 | -4/+0 |
* | Include config_ac.h from all source files | Pavel Roskin | 2017-03-04 | 9 | -0/+36 |
* | add comment to keep xorgxrdp/x11rdp compatibility | Koichiro IWAO | 2017-02-27 | 1 | -0/+4 |
* | TLS: new method to specify SSL/TLS version | Koichiro IWAO | 2017-02-27 | 5 | -11/+12 |
* | common: use select for SSL_ERROR_WANT_READ, SSL_ERROR_WANT_WRITE tls errors | Jay Sorg | 2017-02-25 | 1 | -10/+17 |