summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* common: add more capset constantsKoichiro IWAO2017-12-011-4/+16
* common: express capability set constants in hexKoichiro IWAO2017-12-011-19/+19
* xrdp_sec: constify color depth valueKoichiro IWAO2017-12-011-0/+7
* common: suppress log when closing log filesKoichiro IWAO2017-11-301-3/+0
* common: add more references to constants' originKoichiro IWAO2017-11-241-438/+498
* common: add references to constants' originKoichiro IWAO2017-11-241-65/+93
* common: avoid 100% cpu on ssl accept, can be fake clientJay Sorg2017-11-221-0/+9
* Implements the accept/close logic for vsockJustin Terry (VM)2017-11-171-0/+42
* remove crc16.h from common/Makefile.amJay Sorg2017-11-091-1/+0
* remove empty crc16.h fileJay Sorg2017-11-091-0/+0
* common, return -1 for bad socketJay Sorg2017-11-071-2/+2
* use g_memcpy, bracesJay Sorg2017-11-072-1/+3
* vsock, move some definesJay Sorg2017-11-074-26/+8
* Implements XRDP over vsockJustin Terry (VM)2017-11-074-1/+72
* fix typo s/Roration/Rotation/Koichiro IWAO2017-11-061-1/+1
* Constify extended mouse eventsKoichiro IWAO2017-11-061-0/+5
* Constify mouse event flags, use the MS name for constantsKoichiro IWAO2017-11-061-7/+10
* Add some more Input Capability Set constantsKoichiro IWAO2017-11-061-5/+10
* log: add log level TRACEKoichiro IWAO2017-10-132-1/+11
* common: prevent raw use of snprintfKoichiro IWAO2017-10-031-7/+7
* xrdp: constify input event typeKoichiro IWAO2017-10-021-0/+1
* common: fix g_write_ip_address() didn't return correct IP addressKoichiro IWAO2017-09-261-14/+58
* chansrv: sound, use WAVE_FORMAT_AAC not WAVE_FORMAT_AAC_MSJay Sorg2017-08-041-1/+1
* chansrv: sound, add aacJay Sorg2017-08-041-0/+1
* fix indent, no logic changeKoichiro IWAO2017-08-011-1/+1
* move base64 functions to base64.cKoichiro IWAO2017-08-015-58/+113
* pass through except for the first '='Koichiro IWAO2017-08-011-1/+1
* add base64_decode functionKoichiro IWAO2017-08-012-0/+58
* chansrv: constify wFormatTagKoichiro IWAO2017-07-251-5/+7
* append a / to ensure the full path is created even when the config variable l...Ian Geiser2017-07-191-1/+1
* common: fix more glitches in IPv4 initializationKoichiro IWAO2017-07-141-2/+2
* Use g_create_path instead of g_create_dirIan Geiser2017-07-142-8/+8
* common: use log_messageKoichiro IWAO2017-07-131-2/+3
* common: fix a glitch with IPv4 struct initializationKoichiro IWAO2017-07-101-1/+1
* Change log level DEBUG -> WARNINGKoichiro IWAO2017-07-061-4/+4
* Reword log messages in ssl_get_protocols_from_string()Koichiro IWAO2017-07-061-4/+12
* move openssl calls to common/libssl.c, check for definesJay Sorg2017-06-222-4/+86
* common: implement g_file_readable for WIN32Koichiro IWAO2017-06-121-1/+1
* Log user-friendly message when certificate/privkey is inaccessibleKoichiro IWAO2017-06-122-0/+13
* Constify MCS connectionTypeKoichiro IWAO2017-06-061-0/+9
* common: separate sockets macros into basename and fullpathKoichiro IWAO2017-05-161-6/+15
* common: if SSL_shutdown fails, only call one more timeJay Sorg2017-05-101-1/+1
* common: ssl_tls_write / read return 0 on socket closeJay Sorg2017-05-101-0/+8
* Removed error message while falling back to IPv4 (issue #714)MichaelSweden2017-04-251-2/+1
* Fix to handle OS disabled IPv6, issue #714.MichaelSweden2017-04-251-124/+228
* Rename file_loc.h to xrdp_sockets.h, install itPavel Roskin2017-03-282-5/+5
* libxrdp: print connected client name to logspeidy2017-03-211-0/+2
* Log socket fd in g_sck_accept(), fix AF_UNIX loggingPavel Roskin2017-03-211-4/+17
* Allocate space for tls_ciphers dynamicallyPavel Roskin2017-03-211-1/+1
* Make socket directory configurable, don't hardcode /tmp/.xrdpPavel Roskin2017-03-173-49/+14