summaryrefslogtreecommitdiffstats
path: root/common/trans.c
Commit message (Expand)AuthorAgeFilesLines
* TLS: log TLS version and cipherKoichiro IWAO2016-11-221-0/+3
* new options for xrdp.ini disableSSlv3=yes and tls_ciphers=HIGH and code to im...Alex Illsley2016-08-251-2/+3
* Use char* for TLS send and receivePavel Roskin2016-07-081-4/+4
* trans: set non blocking socket after acceptJay Sorg2016-04-271-1/+1
* common: call recv/send before can_recv/can_sendJay Sorg2016-04-061-51/+45
* 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-071-3/+3
* common: changes to trans for timeoutJay Sorg2015-08-181-4/+72
* add timeout to trans_get_wait_objs_rwJay Sorg2015-07-131-1/+1
* fix problem caused by b56aa98 for tls connectionsJay Sorg2015-07-121-1/+1
* work on main loop changesJay Sorg2015-07-051-24/+111
* common: move tls calls to ssl_callsJay Sorg2014-11-251-9/+10
* common: tls, fix for pending readsJay Sorg2014-11-211-10/+33
* work on tls modespeidy2014-08-221-25/+49
* Merge branch 'devel' of github.com:NeutrinoLabs/xrdp into develLaxmikant Rashinkar2014-07-261-20/+86
|\
| * common: indent fixspeidy2014-07-261-6/+6
| * common: trans indentation fixspeidy2014-07-261-55/+60
| * trans: work on TLSIdan Freiberg2014-07-231-5/+1
| * libxrdp, common: work on TLS modeIdan Freiberg2014-07-231-2/+63
| * libxrdp: started adding TLS supportIdan Freiberg2014-07-151-2/+6
* | coverity: improper use of negative valueLaxmikant Rashinkar2014-07-261-0/+17
|/
* common: trans UDS rights changeJay Sorg2014-05-151-1/+1
* common: no logic change, update commentsJay Sorg2014-03-011-1/+1
* common: added some trans options used in fast pathJay Sorg2014-02-251-1/+4
* common: try to send data in trans_write_copyJay Sorg2013-12-041-0/+9
* log client ip with pid, etcJay Sorg2013-10-021-2/+5
* trans: reset p when adding to trans listJay Sorg2013-09-231-0/+1
* chansrv: deadlock, add trans copy funcJay Sorg2013-09-231-63/+108
* chansrv: fix for deadlockJay Sorg2013-09-231-0/+83
* VUL: fix some possible buffer overrunsJay Sorg2013-09-101-1/+5
* common: transport aware when app is terminatingJay Sorg2013-08-171-2/+21
* copyright year updateJay Sorg2013-06-081-1/+1
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-191-326/+367
* added comments, added define, removed unused inparameternorrarvid2012-05-291-1/+1
* Major code cleanup:Nicola Ruggero2010-11-031-16/+35
* fix for 100% cpu when socket errorJay Sorg2010-10-201-13/+9
* bind to specific addressJay Sorg2010-10-191-2/+9
* improve transjsorg712010-05-041-48/+65
* add unix socket to transjsorg712009-09-051-10/+51
* update copyright yearjsorg712009-02-021-1/+1
* added trans filesjsorg712008-08-221-0/+342