summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* common: call recv/send before can_recv/can_sendJay Sorg2016-04-061-51/+45
|
* common: fix warningsJay Sorg2016-04-021-3/+7
|
* Merge pull request #341 from proski/sanity-checksjsorg712016-03-161-5/+14
|\ | | | | Sanity checks
| * Annotate printf-like functions if supported by the compilerPavel Roskin2016-03-031-5/+14
| | | | | | | | Both GCC and Clang support it. Add a macro from Autoconf archive to check for format attribute support.
* | fix warnings, move some calls to os_callsJay Sorg2016-03-162-0/+24
| |
* | Don't attempt to intercept SIGKILL, it doesn't work on any OSJay Sorg2016-03-142-12/+0
|/
* common: minor fix for older openssl keygenJay Sorg2016-02-221-1/+1
|
* Merge branch 'devel' of git:neutrinolabs/xrdp into develJay Sorg2016-02-226-31/+29
|\
| * Move headers from EXTRA_DIST to sources, sort alphabeticallyPavel Roskin2016-02-211-23/+21
| | | | | | | | There should be no functional difference.
| * Fix typosPavel Roskin2016-02-134-5/+5
| |
| * Stop redefining libdir, use moduledir for ${libdir}/xrdpPavel Roskin2016-02-122-3/+3
| | | | | | | | | | | | | | libdir is for shared and static libraries. Some xrdp libraries are loaded dynamically from a non-standard directory, so they are used like modules. Having separate libdir and moduledir would eventually allow to separate dynamically loaded modules from shared libraries.
* | common: fix for key generated smaller than asked forJay Sorg2016-02-221-12/+20
|/
* common: updates for file.cJay Sorg2016-02-091-23/+32
|
* Merge pull request #273 from gschwind/develjsorg712016-02-081-75/+48
|\ | | | | fix wrong handle of commented section in configuration file.
| * fix wrong handle of commented section in configuration file.Benoit Gschwind2015-08-191-75/+48
| | | | | | | | | | | | | | | | | | - fix parssing of commented section like the line: #[section_name] or ![section_name] - add few comments - improve redability
* | Merge pull request #254 from metalefty/freebsd/ipv6Itamar Reis Peixoto2016-02-081-3/+7
|\ \ | | | | | | Unbreak IPv6 on FreeBSD and add IPv6-only option
| * | common: add --enable-ipv6only optionKoichiro IWAO2015-07-021-0/+4
| | |
| * | common: drop ipv6 autodetection only valid for linuxKoichiro IWAO2015-07-021-3/+3
| | |
* | | More spelling fixes found by codespell and aspellPavel Roskin2016-01-301-1/+1
| | |
* | | Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGSPavel Roskin2016-01-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | AM_CPPFLAGS is for flags passed to the preprocessor, such as defines and includes. AM_CFLAGS is for flags affecting the compiler, such as debug and optimization settings. INCLUDES is an obsolete name. Users can pass INCLUDES and break compilation. AM_CPPFLAGS is more explicit that the flags come from Automake and should not be overridden.
* | | Run through codespellPavel Roskin2016-01-142-3/+3
| | |
* | | common: check for term in force send and recvJay Sorg2016-01-111-54/+66
| | |
* | | no logic change, remove trailing spaceJay Sorg2015-12-111-1/+1
| | |
* | | common: fix possible deadlock in transJay Sorg2015-11-021-1/+2
| | |
* | | rename g_tcp_can_recv to g_sck_can_recvJay Sorg2015-10-072-4/+4
| | |
* | | common: change wait objs to use 'pipe' and remove per process temp ↵Jay Sorg2015-10-062-250/+191
| | | | | | | | | | | | directories in /tmp/.xrdp/
* | | common: set log file fd to close on execJay Sorg2015-09-271-0/+7
| | |
* | | common: fix logic for internal_log_endJay Sorg2015-09-271-1/+1
| |/ |/|
* | common: remove d3des filesJay Sorg2015-08-183-568/+0
| |
* | common: changes to trans for timeoutJay Sorg2015-08-181-4/+72
| |
* | common: add g_mirror_memcpyJay Sorg2015-08-182-0/+58
| |
* | add missing files into extra_dist,itamarjp2015-07-141-1/+2
| | | | | | | | this is required when using make dist to generate a tarball
* | add timeout to trans_get_wait_objs_rwJay Sorg2015-07-132-2/+2
| |
* | fix problem caused by b56aa98 for tls connectionsJay Sorg2015-07-121-1/+1
| |
* | work on main loop changesJay Sorg2015-07-053-24/+133
|/
* common: shut up some messages in ssl_tls_print_errorKoichiro IWAO2015-06-121-4/+0
| | | | | SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE are not fatal error but just indicate SSL_read, SSL_write, SSL_accept functions to repeat.
* common: fix #248 TLS on FreeBSDKoichiro IWAO2015-06-111-31/+75
| | | | | | | | | According to document[1][2][3], retry when SSL_get_error returns SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE. [1] https://www.openssl.org/docs/ssl/SSL_read.html [2] https://www.openssl.org/docs/ssl/SSL_write.html [3] https://www.openssl.org/docs/ssl/SSL_accept.html
* add frame acks and h264 codec mode basicsJay Sorg2015-03-282-0/+12
|
* common: workaround for #146Koichiro IWAO2015-03-181-0/+28
|
* common: add experimental --enable-ipv6 optionKoichiro IWAO2015-03-101-12/+6
|
* add keyboard options to xrdp_client_infoJay Sorg2015-02-051-0/+1
|
* ssl_calls: fix to read certificate chainsspeidy2014-12-101-6/+6
|
* common: avoid possible SSL_shutdown crashJay Sorg2014-12-021-2/+12
|
* common: move tls calls to ssl_callsJay Sorg2014-11-256-332/+310
|
* common: tls, fix for pending readsJay Sorg2014-11-213-16/+72
|
* common: merge from a8Jay Sorg2014-11-073-3/+166
|
* common: no logic change, remove spacesJay Sorg2014-08-272-32/+32
|
* work on tls modespeidy2014-08-223-213/+54
|
* common: some minor changes to arch.hJay Sorg2014-08-121-2/+20
|
* common: fix check for big endian archesKoichiro IWAO2014-08-121-1/+3
| | | | Fix for: https://bugzilla.redhat.com/show_bug.cgi?id=905411