Commit Graph

194 Commits (062699334e8b50f6d8d9b2f5d06f44aba96c8408)

Author SHA1 Message Date
Justin Terry (VM) d7d14d7462 Implements the accept/close logic for vsock
7 years ago
Jay Sorg 285465a1f5 common, return -1 for bad socket
7 years ago
Jay Sorg c6c513b23c use g_memcpy, braces
7 years ago
Jay Sorg 26507644e3 vsock, move some defines
7 years ago
Justin Terry (VM) 50bd624cc4 Implements XRDP over vsock
7 years ago
Koichiro IWAO 00bf62bd42 common: prevent raw use of snprintf
7 years ago
Koichiro IWAO f9ab4df7f2 common: fix g_write_ip_address() didn't return correct IP address
7 years ago
Ian Geiser 324a334315 append a / to ensure the full path is created even when the config variable lacks a trailing /
7 years ago
Koichiro IWAO aa0721a90e common: fix more glitches in IPv4 initialization
7 years ago
Ian Geiser 4b87548b71 Use g_create_path instead of g_create_dir
7 years ago
Koichiro IWAO 8d5010a202 common: use log_message
7 years ago
Koichiro IWAO 8c74fcb80c common: fix a glitch with IPv4 struct initialization
7 years ago
Koichiro IWAO 088bd2d811 common: implement g_file_readable for WIN32
7 years ago
Koichiro IWAO 65c1fe87d7 Log user-friendly message when certificate/privkey is inaccessible
7 years ago
MichaelSweden 5c668dc420 Removed error message while falling back to IPv4 (issue #714)
7 years ago
MichaelSweden 106ae2cd43 Fix to handle OS disabled IPv6, issue #714.
7 years ago
Pavel Roskin 95506a169f Log socket fd in g_sck_accept(), fix AF_UNIX logging
7 years ago
Pavel Roskin 58c9cb43e9 Make socket directory configurable, don't hardcode /tmp/.xrdp
7 years ago
Pavel Roskin 6ed4c969f4 Eliminate APP_CC and DEFAULT_CC
7 years ago
mirabilos 6257bae23f Add GNU/kFreeBSD support (#645)
7 years ago
Pavel Roskin d97155e2f6 Don't use colon to separate IPv6 address from the port
8 years ago
Jay Sorg 9a517b34f0 vnc: code cleanup
8 years ago
Koichiro IWAO 849a8075c5 common: If IPv6 not supported, fall back to IPv4
8 years ago
Itamar Reis Peixoto 7cc1dd2ba8 Merge pull request #460 from metalefty/ipv6/logs
8 years ago
Pavel Roskin 2dcc69b752 Use g_get_strerror() instead of strerror(errno) for portability
8 years ago
Koichiro IWAO dcf36b592b common: Address family it not always AF_INET6
8 years ago
Koichiro IWAO b2118450f4 common: Fix client IP address logging when IPv6 is enabled
8 years ago
Pavel Roskin 6fef1e4eb5 Use const pointers in function arguments when possible
8 years ago
Pavel Roskin a618d4f757 Don't use final newline in log calls, it's already appended
8 years ago
Pavel Roskin 7d03d1a3e9 Fix outgoing connections on Mac OSX
8 years ago
Pavel Roskin 5465b8c85e Add socklen_t check with substitution, use socklen_t as needed
8 years ago
Pavel Roskin 6f4ffa769c Improve debug information when closing a socket
8 years ago
Koichiro IWAO ceb4b7b2a4 Fix clipboard when text/filename contains non-ASCII characters
8 years ago
jsorg71 8353baab3d Merge pull request #390 from proski/june21
8 years ago
speidy c9b55e3691 sesman: env_set_user, fix potential bof issues
8 years ago
Pavel Roskin d1efb0d5ba Fix signed to unsigned comparisons reported by g++ 6.1.0
8 years ago
Pavel Roskin aeeb3d2c2e Fix warnings detected by -Wwrite-strings
8 years ago
Pavel Roskin 77b380c0b5 Fix format warnings in log_message() calls
8 years ago
Pavel Roskin ae5bb5bf9c Fix incorrect use of "it's" and "its", adjust wording
8 years ago
jsorg71 8249091183 Merge pull request #332 from metalefty/freebsd/ipv6
8 years ago
Jay Sorg bd6c38af4d common: fix warnings
8 years ago
Jay Sorg 689ffe79d9 fix warnings, move some calls to os_calls
8 years ago
Jay Sorg 7393579205 Don't attempt to intercept SIGKILL, it doesn't work on any OS
8 years ago
Koichiro IWAO 9460bdb643 common: no logic change, indent 2 -> 4
8 years ago
Koichiro IWAO d01854a341 common: no logic change, fix alignment, whitespaces
8 years ago
Koichiro IWAO 1ed7dbec53 common: add log for g_tcp_connect
8 years ago
Pavel Roskin 92a6833e9b Fix typos
8 years ago
Itamar Reis Peixoto 08121e0840 Merge pull request #254 from metalefty/freebsd/ipv6
8 years ago
Pavel Roskin 964e860072 Run through codespell
9 years ago
Jay Sorg ab3b8edf4a common: change wait objs to use 'pipe' and remove per process temp directories in /tmp/.xrdp/
9 years ago