You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xrdp-proprietary/common
Koichiro IWAO 1ed7dbec53 common: add log for g_tcp_connect
in case getaddrinfo(3) might fail.

In FreeBSD, AI_V4MAPPED support for getaddrinfo(3) was very recently
implemented[1].  Most of FreeBSD systems in the world do not have
this implementation yet.  This will be a problem when AI_V4MAPPED
isn't supported and xrdp is built with IPv6 option.  In such a case,
g_tcp_connect always fails.

Of course getaddrinfo(3) might fail in other cases.  The log helps
us to know what's happening.

[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198092
10 years ago
..
Makefile.am Move headers from EXTRA_DIST to sources, sort alphabetically 10 years ago
arch.h More spelling fixes found by codespell and aspell 10 years ago
crc16.h misc fixes for Xorg and compile 12 years ago
defines.h common: small fix for 32 bit color 12 years ago
fifo.c common: no logic change, remove spaces 12 years ago
fifo.h common: no logic change, remove spaces 12 years ago
file.c common: updates for file.c 10 years ago
file.h common: no logic change, update comments 12 years ago
file_loc.h Stop redefining libdir, use moduledir for ${libdir}/xrdp 10 years ago
list.c Fix typos 10 years ago
list.h common: indent, not logic change 12 years ago
list16.c common: fix for list16_insert_item 12 years ago
list16.h reduce the memory needed for crc16 bitmap cache lists 12 years ago
log.c common: set log file fd to close on exec 11 years ago
log.h Fix typos 10 years ago
os_calls.c common: add log for g_tcp_connect 10 years ago
os_calls.h common: change wait objs to use 'pipe' and remove per process temp directories in /tmp/.xrdp/ 11 years ago
parse.h work on main loop changes 11 years ago
rail.h common: no logic change, update comments 12 years ago
ssl_calls.c common: minor fix for older openssl keygen 10 years ago
ssl_calls.h common: move tls calls to ssl_calls 11 years ago
thread_calls.c common: no logic change, update comments 12 years ago
thread_calls.h common: no logic change, update comments 12 years ago
trans.c common: check for term in force send and recv 10 years ago
trans.h add timeout to trans_get_wait_objs_rw 11 years ago
xrdp_client_info.h add frame acks and h264 codec mode basics 11 years ago
xrdp_constants.h Fix typos 10 years ago
xrdp_rail.h common: indent, not logic change 12 years ago