Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common: call recv/send before can_recv/can_send | Jay Sorg | 2016-04-06 | 1 | -51/+45 |
| | |||||
* | common: fix warnings | Jay Sorg | 2016-04-02 | 1 | -3/+7 |
| | |||||
* | Merge pull request #341 from proski/sanity-checks | jsorg71 | 2016-03-16 | 1 | -5/+14 |
|\ | | | | | Sanity checks | ||||
| * | Annotate printf-like functions if supported by the compiler | Pavel Roskin | 2016-03-03 | 1 | -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_calls | Jay Sorg | 2016-03-16 | 2 | -0/+24 |
| | | |||||
* | | Don't attempt to intercept SIGKILL, it doesn't work on any OS | Jay Sorg | 2016-03-14 | 2 | -12/+0 |
|/ | |||||
* | common: minor fix for older openssl keygen | Jay Sorg | 2016-02-22 | 1 | -1/+1 |
| | |||||
* | Merge branch 'devel' of git:neutrinolabs/xrdp into devel | Jay Sorg | 2016-02-22 | 6 | -31/+29 |
|\ | |||||
| * | Move headers from EXTRA_DIST to sources, sort alphabetically | Pavel Roskin | 2016-02-21 | 1 | -23/+21 |
| | | | | | | | | There should be no functional difference. | ||||
| * | Fix typos | Pavel Roskin | 2016-02-13 | 4 | -5/+5 |
| | | |||||
| * | Stop redefining libdir, use moduledir for ${libdir}/xrdp | Pavel Roskin | 2016-02-12 | 2 | -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 for | Jay Sorg | 2016-02-22 | 1 | -12/+20 |
|/ | |||||
* | common: updates for file.c | Jay Sorg | 2016-02-09 | 1 | -23/+32 |
| | |||||
* | Merge pull request #273 from gschwind/devel | jsorg71 | 2016-02-08 | 1 | -75/+48 |
|\ | | | | | fix wrong handle of commented section in configuration file. | ||||
| * | fix wrong handle of commented section in configuration file. | Benoit Gschwind | 2015-08-19 | 1 | -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/ipv6 | Itamar Reis Peixoto | 2016-02-08 | 1 | -3/+7 |
|\ \ | | | | | | | Unbreak IPv6 on FreeBSD and add IPv6-only option | ||||
| * | | common: add --enable-ipv6only option | Koichiro IWAO | 2015-07-02 | 1 | -0/+4 |
| | | | |||||
| * | | common: drop ipv6 autodetection only valid for linux | Koichiro IWAO | 2015-07-02 | 1 | -3/+3 |
| | | | |||||
* | | | More spelling fixes found by codespell and aspell | Pavel Roskin | 2016-01-30 | 1 | -1/+1 |
| | | | |||||
* | | | Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGS | Pavel Roskin | 2016-01-29 | 1 | -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 codespell | Pavel Roskin | 2016-01-14 | 2 | -3/+3 |
| | | | |||||
* | | | common: check for term in force send and recv | Jay Sorg | 2016-01-11 | 1 | -54/+66 |
| | | | |||||
* | | | no logic change, remove trailing space | Jay Sorg | 2015-12-11 | 1 | -1/+1 |
| | | | |||||
* | | | common: fix possible deadlock in trans | Jay Sorg | 2015-11-02 | 1 | -1/+2 |
| | | | |||||
* | | | rename g_tcp_can_recv to g_sck_can_recv | Jay Sorg | 2015-10-07 | 2 | -4/+4 |
| | | | |||||
* | | | common: change wait objs to use 'pipe' and remove per process temp ↵ | Jay Sorg | 2015-10-06 | 2 | -250/+191 |
| | | | | | | | | | | | | directories in /tmp/.xrdp/ | ||||
* | | | common: set log file fd to close on exec | Jay Sorg | 2015-09-27 | 1 | -0/+7 |
| | | | |||||
* | | | common: fix logic for internal_log_end | Jay Sorg | 2015-09-27 | 1 | -1/+1 |
| |/ |/| | |||||
* | | common: remove d3des files | Jay Sorg | 2015-08-18 | 3 | -568/+0 |
| | | |||||
* | | common: changes to trans for timeout | Jay Sorg | 2015-08-18 | 1 | -4/+72 |
| | | |||||
* | | common: add g_mirror_memcpy | Jay Sorg | 2015-08-18 | 2 | -0/+58 |
| | | |||||
* | | add missing files into extra_dist, | itamarjp | 2015-07-14 | 1 | -1/+2 |
| | | | | | | | | this is required when using make dist to generate a tarball | ||||
* | | add timeout to trans_get_wait_objs_rw | Jay Sorg | 2015-07-13 | 2 | -2/+2 |
| | | |||||
* | | fix problem caused by b56aa98 for tls connections | Jay Sorg | 2015-07-12 | 1 | -1/+1 |
| | | |||||
* | | work on main loop changes | Jay Sorg | 2015-07-05 | 3 | -24/+133 |
|/ | |||||
* | common: shut up some messages in ssl_tls_print_error | Koichiro IWAO | 2015-06-12 | 1 | -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 FreeBSD | Koichiro IWAO | 2015-06-11 | 1 | -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 basics | Jay Sorg | 2015-03-28 | 2 | -0/+12 |
| | |||||
* | common: workaround for #146 | Koichiro IWAO | 2015-03-18 | 1 | -0/+28 |
| | |||||
* | common: add experimental --enable-ipv6 option | Koichiro IWAO | 2015-03-10 | 1 | -12/+6 |
| | |||||
* | add keyboard options to xrdp_client_info | Jay Sorg | 2015-02-05 | 1 | -0/+1 |
| | |||||
* | ssl_calls: fix to read certificate chains | speidy | 2014-12-10 | 1 | -6/+6 |
| | |||||
* | common: avoid possible SSL_shutdown crash | Jay Sorg | 2014-12-02 | 1 | -2/+12 |
| | |||||
* | common: move tls calls to ssl_calls | Jay Sorg | 2014-11-25 | 6 | -332/+310 |
| | |||||
* | common: tls, fix for pending reads | Jay Sorg | 2014-11-21 | 3 | -16/+72 |
| | |||||
* | common: merge from a8 | Jay Sorg | 2014-11-07 | 3 | -3/+166 |
| | |||||
* | common: no logic change, remove spaces | Jay Sorg | 2014-08-27 | 2 | -32/+32 |
| | |||||
* | work on tls mode | speidy | 2014-08-22 | 3 | -213/+54 |
| | |||||
* | common: some minor changes to arch.h | Jay Sorg | 2014-08-12 | 1 | -2/+20 |
| | |||||
* | common: fix check for big endian arches | Koichiro IWAO | 2014-08-12 | 1 | -1/+3 |
| | | | | Fix for: https://bugzilla.redhat.com/show_bug.cgi?id=905411 |