summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* 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
* move some hard code paths to defines in headerJay Sorg2014-08-061-0/+20
|
* common: fix some warning for TLSJay Sorg2014-07-312-113/+125
|
* added keyboard info to xrdp_client_info.hJay Sorg2014-07-311-0/+5
|
* common: fix for list16_insert_itemJay Sorg2014-07-281-1/+1
|
* coverity: copy into fixed sized bufferLaxmikant Rashinkar2014-07-271-0/+4
|
* coverity: copy into fixed sized bufferLaxmikant Rashinkar2014-07-261-2/+2
|
* Merge branch 'devel' of github.com:NeutrinoLabs/xrdp into develLaxmikant Rashinkar2014-07-2613-306/+861
|\
| * common: indent fixspeidy2014-07-262-9/+9
| |
| * common: log, g_ prefix for globalJay Sorg2014-07-251-38/+38
| |
| * Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into develspeidy2014-07-261-50/+50
| |\
| | * common: indent, not logic changeJay Sorg2014-07-251-50/+50
| | |
| * | common: xrdp_tls, indentation fixspeidy2014-07-261-174/+187
| |/
| * common: trans indentation fixspeidy2014-07-261-55/+60
| |
| * common: indent, not logic changeJay Sorg2014-07-251-30/+30
| |
| * common: indent, not logic changeJay Sorg2014-07-252-10/+17
| |
| * common: indent, not logic changeJay Sorg2014-07-251-9/+9
| |
| * common: indent, not logic changeJay Sorg2014-07-251-6/+7
| |
| * common: indent, not logic changeJay Sorg2014-07-251-146/+146
| |
| * common: fifo.c, os_call.h, don't need prefix dirJay Sorg2014-07-241-1/+1
| |
| * common: add default for XRDP_LOG_PATHJay Sorg2014-07-241-0/+4
| |
| * Merge branch 'devel' of https://github.com/neutrinolabs/xrdp intoIdan Freiberg2014-07-234-13/+33
| |\ | | | | | | | | | | | | | | | | | | devel Conflicts: libxrdp/xrdp_sec.c
| * | trans: work on TLSIdan Freiberg2014-07-231-5/+1
| | |
| * | libxrdp, common: work on TLS modeIdan Freiberg2014-07-235-5/+528
| | |
| * | libxrdp: started adding TLS supportIdan Freiberg2014-07-152-2/+8
| | |
* | | coverity: improper use of negative valueLaxmikant Rashinkar2014-07-261-0/+17
| |/ |/|
* | coverity: fixed unchecked return value from libraryLaxmikant Rashinkar2014-07-201-10/+26
| |
* | work on codec modeJay Sorg2014-07-191-0/+2
| |
* | coverity: fixed resolution leak issuesLaxmikant Rashinkar2014-07-192-3/+5
|/
* libxrdp: added an option to enforce security layer in xrdp.iniIdan Freiberg2014-07-091-1/+1
|
* common: increase file maxline size to 2048Jay Sorg2014-06-181-13/+36
|
* common: small fix for 32 bit colorJay Sorg2014-06-101-1/+7
|