summaryrefslogtreecommitdiffstats
path: root/common/trans.h
Commit message (Collapse)AuthorAgeFilesLines
* vsock, move some definesJay Sorg2017-11-071-3/+0
|
* Implements XRDP over vsockJustin Terry (VM)2017-11-071-1/+5
| | | | | 1. Implements the ability to use AV_VSOCK for the transport rather than TCP. 2. Updates the ini file to be able to conditionally turn this feature on.
* Eliminate APP_CC and DEFAULT_CCPavel Roskin2017-03-141-25/+25
|
* TLS: new method to specify SSL/TLS versionKoichiro IWAO2017-02-271-1/+1
| | | | | | | SSL/TLS protocols only listed in ssl_protocols should be used. The name "ssl_protocols" comes from nginx. Resolves #428.
* Merge pull request #426 from metalefty/log-tls-version-and-cipherIdan Freiberg2017-01-161-0/+2
|\ | | | | TLS: log TLS version and cipher
| * TLS: log TLS version and cipherKoichiro IWAO2016-11-221-0/+2
| |
* | Remove redundant function declarationsPavel Roskin2017-01-111-2/+0
|/
* new options for xrdp.ini disableSSlv3=yes and tls_ciphers=HIGH and code to ↵Alex Illsley2016-08-251-1/+2
| | | | implement
* Use char* for TLS send and receivePavel Roskin2016-07-081-2/+2
| | | | This is consistent with ssl_tls_read() and ssl_tls_write(). C++ warnings are fixed without adding any casts.
* add timeout to trans_get_wait_objs_rwJay Sorg2015-07-131-1/+1
|
* work on main loop changesJay Sorg2015-07-051-0/+18
|
* common: move tls calls to ssl_callsJay Sorg2014-11-251-28/+1
|
* common: tls, fix for pending readsJay Sorg2014-11-211-4/+13
|
* work on tls modespeidy2014-08-221-9/+5
|
* common: fix some warning for TLSJay Sorg2014-07-311-3/+2
|
* common: indent, not logic changeJay Sorg2014-07-251-6/+7
|
* libxrdp, common: work on TLS modeIdan Freiberg2014-07-231-1/+37
|
* libxrdp: started adding TLS supportIdan Freiberg2014-07-151-0/+2
|
* common: indent, no logic change to trans.hJay Sorg2014-04-201-20/+21
|
* common: no logic change, update commentsJay Sorg2014-03-011-1/+1
|
* common: added some trans options used in fast pathJay Sorg2014-02-251-0/+2
|
* common: add trans_get_wait_objs_rw to headerJay Sorg2013-12-041-0/+4
|
* log client ip with pid, etcJay Sorg2013-10-021-0/+2
|
* chansrv: deadlock, add trans copy funcJay Sorg2013-09-231-2/+2
|
* chansrv: fix for deadlockJay Sorg2013-09-231-0/+3
|
* common: transport aware when app is terminatingJay Sorg2013-08-171-0/+2
|
* copyright year updateJay Sorg2013-06-081-1/+1
|
* Display PAM error in gateway setup, use domain name as IP/DNS, changed how ↵ArvidNorr2013-01-161-1/+1
| | | | the socket is closed
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-191-24/+19
| | | | | o applied new coding standards to all .c files o moved some files around
* added comments, added define, removed unused inparameternorrarvid2012-05-291-1/+1
|
* bind to specific addressJay Sorg2010-10-191-0/+2
|
* improve transjsorg712010-05-041-1/+15
|
* add unix socket to transjsorg712009-09-051-1/+2
|
* update copyright yearjsorg712009-02-021-1/+1
|
* added trans filesjsorg712008-08-221-0/+73