Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vsock, move some defines | Jay Sorg | 2017-11-07 | 1 | -3/+0 |
| | |||||
* | Implements XRDP over vsock | Justin Terry (VM) | 2017-11-07 | 1 | -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_CC | Pavel Roskin | 2017-03-14 | 1 | -25/+25 |
| | |||||
* | TLS: new method to specify SSL/TLS version | Koichiro IWAO | 2017-02-27 | 1 | -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-cipher | Idan Freiberg | 2017-01-16 | 1 | -0/+2 |
|\ | | | | | TLS: log TLS version and cipher | ||||
| * | TLS: log TLS version and cipher | Koichiro IWAO | 2016-11-22 | 1 | -0/+2 |
| | | |||||
* | | Remove redundant function declarations | Pavel Roskin | 2017-01-11 | 1 | -2/+0 |
|/ | |||||
* | new options for xrdp.ini disableSSlv3=yes and tls_ciphers=HIGH and code to ↵ | Alex Illsley | 2016-08-25 | 1 | -1/+2 |
| | | | | implement | ||||
* | Use char* for TLS send and receive | Pavel Roskin | 2016-07-08 | 1 | -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_rw | Jay Sorg | 2015-07-13 | 1 | -1/+1 |
| | |||||
* | work on main loop changes | Jay Sorg | 2015-07-05 | 1 | -0/+18 |
| | |||||
* | common: move tls calls to ssl_calls | Jay Sorg | 2014-11-25 | 1 | -28/+1 |
| | |||||
* | common: tls, fix for pending reads | Jay Sorg | 2014-11-21 | 1 | -4/+13 |
| | |||||
* | work on tls mode | speidy | 2014-08-22 | 1 | -9/+5 |
| | |||||
* | common: fix some warning for TLS | Jay Sorg | 2014-07-31 | 1 | -3/+2 |
| | |||||
* | common: indent, not logic change | Jay Sorg | 2014-07-25 | 1 | -6/+7 |
| | |||||
* | libxrdp, common: work on TLS mode | Idan Freiberg | 2014-07-23 | 1 | -1/+37 |
| | |||||
* | libxrdp: started adding TLS support | Idan Freiberg | 2014-07-15 | 1 | -0/+2 |
| | |||||
* | common: indent, no logic change to trans.h | Jay Sorg | 2014-04-20 | 1 | -20/+21 |
| | |||||
* | common: no logic change, update comments | Jay Sorg | 2014-03-01 | 1 | -1/+1 |
| | |||||
* | common: added some trans options used in fast path | Jay Sorg | 2014-02-25 | 1 | -0/+2 |
| | |||||
* | common: add trans_get_wait_objs_rw to header | Jay Sorg | 2013-12-04 | 1 | -0/+4 |
| | |||||
* | log client ip with pid, etc | Jay Sorg | 2013-10-02 | 1 | -0/+2 |
| | |||||
* | chansrv: deadlock, add trans copy func | Jay Sorg | 2013-09-23 | 1 | -2/+2 |
| | |||||
* | chansrv: fix for deadlock | Jay Sorg | 2013-09-23 | 1 | -0/+3 |
| | |||||
* | common: transport aware when app is terminating | Jay Sorg | 2013-08-17 | 1 | -0/+2 |
| | |||||
* | copyright year update | Jay Sorg | 2013-06-08 | 1 | -1/+1 |
| | |||||
* | Display PAM error in gateway setup, use domain name as IP/DNS, changed how ↵ | ArvidNorr | 2013-01-16 | 1 | -1/+1 |
| | | | | the socket is closed | ||||
* | o moved from GNU General Public License to Apache License, Version 2.0 | Laxmikant Rashinkar | 2012-09-19 | 1 | -24/+19 |
| | | | | | o applied new coding standards to all .c files o moved some files around | ||||
* | added comments, added define, removed unused inparameter | norrarvid | 2012-05-29 | 1 | -1/+1 |
| | |||||
* | bind to specific address | Jay Sorg | 2010-10-19 | 1 | -0/+2 |
| | |||||
* | improve trans | jsorg71 | 2010-05-04 | 1 | -1/+15 |
| | |||||
* | add unix socket to trans | jsorg71 | 2009-09-05 | 1 | -1/+2 |
| | |||||
* | update copyright year | jsorg71 | 2009-02-02 | 1 | -1/+1 |
| | |||||
* | added trans files | jsorg71 | 2008-08-22 | 1 | -0/+73 |