summaryrefslogtreecommitdiffstats
path: root/common/os_calls.c
Commit message (Expand)AuthorAgeFilesLines
* Implements the accept/close logic for vsockJustin Terry (VM)2017-11-171-0/+42
* common, return -1 for bad socketJay Sorg2017-11-071-2/+2
* use g_memcpy, bracesJay Sorg2017-11-071-1/+1
* vsock, move some definesJay Sorg2017-11-071-10/+6
* Implements XRDP over vsockJustin Terry (VM)2017-11-071-0/+36
* common: prevent raw use of snprintfKoichiro IWAO2017-10-031-7/+7
* common: fix g_write_ip_address() didn't return correct IP addressKoichiro IWAO2017-09-261-14/+58
* 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-141-7/+7
* common: use log_messageKoichiro IWAO2017-07-131-2/+3
* common: fix a glitch with IPv4 struct initializationKoichiro IWAO2017-07-101-1/+1
* common: implement g_file_readable for WIN32Koichiro IWAO2017-06-121-1/+1
* Log user-friendly message when certificate/privkey is inaccessibleKoichiro IWAO2017-06-121-0/+12
* 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
* Log socket fd in g_sck_accept(), fix AF_UNIX loggingPavel Roskin2017-03-211-4/+17
* Make socket directory configurable, don't hardcode /tmp/.xrdpPavel Roskin2017-03-171-5/+6
* Eliminate APP_CC and DEFAULT_CCPavel Roskin2017-03-141-142/+142
* Add GNU/kFreeBSD support (#645)mirabilos2017-01-261-2/+2
* Don't use colon to separate IPv6 address from the portPavel Roskin2016-12-091-1/+1
* vnc: code cleanupJay Sorg2016-12-041-0/+28
* common: If IPv6 not supported, fall back to IPv4Koichiro IWAO2016-11-221-0/+16
* Merge pull request #460 from metalefty/ipv6/logsItamar Reis Peixoto2016-11-201-29/+104
|\
| * common: Address family it not always AF_INET6Koichiro IWAO2016-11-041-36/+84
| * common: Fix client IP address logging when IPv6 is enabledKoichiro IWAO2016-11-041-25/+52
* | Use g_get_strerror() instead of strerror(errno) for portabilityPavel Roskin2016-11-081-2/+2
|/
* Use const pointers in function arguments when possiblePavel Roskin2016-10-171-2/+2
* Don't use final newline in log calls, it's already appendedPavel Roskin2016-10-171-4/+4
* Fix outgoing connections on Mac OSXPavel Roskin2016-09-081-1/+17
* Add socklen_t check with substitution, use socklen_t as neededPavel Roskin2016-09-081-63/+12
* Improve debug information when closing a socketPavel Roskin2016-09-081-10/+76
* Fix clipboard when text/filename contains non-ASCII charactersKoichiro IWAO2016-08-181-1/+15
* Merge pull request #390 from proski/june21jsorg712016-08-051-13/+11
|\
| * Fix signed to unsigned comparisons reported by g++ 6.1.0Pavel Roskin2016-07-081-1/+1
| * Fix warnings detected by -Wwrite-stringsPavel Roskin2016-07-081-5/+5
| * Fix format warnings in log_message() callsPavel Roskin2016-06-211-6/+4
| * Fix incorrect use of "it's" and "its", adjust wordingPavel Roskin2016-06-211-1/+1
* | sesman: env_set_user, fix potential bof issuesspeidy2016-07-221-7/+11
|/
* Merge pull request #332 from metalefty/freebsd/ipv6jsorg712016-05-051-40/+47
|\
| * common: no logic change, indent 2 -> 4Koichiro IWAO2016-02-231-39/+39
| * common: no logic change, fix alignment, whitespacesKoichiro IWAO2016-02-231-2/+2
| * common: add log for g_tcp_connectKoichiro IWAO2016-02-231-0/+7
* | common: fix warningsJay Sorg2016-04-021-3/+7
* | fix warnings, move some calls to os_callsJay Sorg2016-03-161-0/+22
* | Don't attempt to intercept SIGKILL, it doesn't work on any OSJay Sorg2016-03-141-11/+0
|/
* Fix typosPavel Roskin2016-02-131-2/+2
* Merge pull request #254 from metalefty/freebsd/ipv6Itamar Reis Peixoto2016-02-081-3/+7
|\
| * common: add --enable-ipv6only optionKoichiro IWAO2015-07-021-0/+4
| * common: drop ipv6 autodetection only valid for linuxKoichiro IWAO2015-07-021-3/+3