summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* move openssl calls to common/libssl.c, check for definesJay Sorg2017-06-222-4/+86
* common: implement g_file_readable for WIN32Koichiro IWAO2017-06-121-1/+1
* Log user-friendly message when certificate/privkey is inaccessibleKoichiro IWAO2017-06-122-0/+13
* Constify MCS connectionTypeKoichiro IWAO2017-06-061-0/+9
* common: separate sockets macros into basename and fullpathKoichiro IWAO2017-05-161-6/+15
* common: if SSL_shutdown fails, only call one more timeJay Sorg2017-05-101-1/+1
* common: ssl_tls_write / read return 0 on socket closeJay Sorg2017-05-101-0/+8
* Removed error message while falling back to IPv4 (issue #714)MichaelSweden2017-04-251-2/+1
* Fix to handle OS disabled IPv6, issue #714.MichaelSweden2017-04-251-124/+228
* Rename file_loc.h to xrdp_sockets.h, install itPavel Roskin2017-03-282-5/+5
* libxrdp: print connected client name to logspeidy2017-03-211-0/+2
* Log socket fd in g_sck_accept(), fix AF_UNIX loggingPavel Roskin2017-03-211-4/+17
* Allocate space for tls_ciphers dynamicallyPavel Roskin2017-03-211-1/+1
* Make socket directory configurable, don't hardcode /tmp/.xrdpPavel Roskin2017-03-173-49/+14
* Eliminate APP_CC and DEFAULT_CCPavel Roskin2017-03-1419-514/+502
* Don't include config_ac.h from any header filesPavel Roskin2017-03-041-4/+0
* Include config_ac.h from all source filesPavel Roskin2017-03-049-0/+36
* add comment to keep xorgxrdp/x11rdp compatibilityKoichiro IWAO2017-02-271-0/+4
* TLS: new method to specify SSL/TLS versionKoichiro IWAO2017-02-275-11/+12
* common: use select for SSL_ERROR_WANT_READ, SSL_ERROR_WANT_WRITE tls errorsJay Sorg2017-02-251-10/+17
* change some casts to long longJay Sorg2017-02-221-2/+2
* common: print list items as pointersJay Sorg2017-02-221-1/+1
* fix warning new since stdint.h changeJay Sorg2017-02-222-2/+2
* aarch64 doesn't require pointers to be alignedPavel Roskin2017-02-131-1/+1
* Constify input arguments of ssl_mod_exp() and ssl_gen_key_xrdp1()Pavel Roskin2017-02-022-6/+6
* Remove support for OpenSSL older than 0.9.8Pavel Roskin2017-02-021-81/+0
* minor arch.h changeJay Sorg2017-01-291-2/+4
* arch.h changes to include stdint.hJay Sorg2017-01-292-29/+40
* Add GNU/kFreeBSD support (#645)mirabilos2017-01-261-2/+2
* Merge pull request #426 from metalefty/log-tls-version-and-cipherIdan Freiberg2017-01-164-0/+22
|\
| * obey coding standard, no logic changeKoichiro IWAO2017-01-121-2/+2
| * TLS: log TLS version and cipherKoichiro IWAO2016-11-224-0/+22
* | Merge pull request #615 from speidy/channels_fixesIdan Freiberg2017-01-151-1/+1
|\ \
| * | libxrdp: change channel_code into a meaningful namespeidy2017-01-061-1/+1
* | | Remove redundant function declarationsPavel Roskin2017-01-111-2/+0
|/ /
* | Use "void" for empty argument list in declarationsPavel Roskin2017-01-052-2/+2
* | fix build with --enable-xrdpdebug=yesvolth2017-01-043-5/+2
* | fix build with --enable-xrdpdebug=yesvolth2017-01-042-0/+7
* | Merge pull request #553 from jsorg71/libpaintermetalefty2016-12-202-0/+36
|\ \
| * | add libpainter for drawing when client does not have minimum ordersJay Sorg2016-12-152-0/+36
* | | xrdp_constants: move CAPSET constants to their placespeidy2016-12-131-9/+12
* | | libxrdp: more constantsspeidy2016-12-131-0/+3
* | | Merge branch 'surface_cmds' of git://github.com/speidy/xrdp into surface_cmdsspeidy2016-12-132-1/+8
|\ \ \
| * \ \ Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into surface_cmdsSpeidy2016-12-122-1/+8
| |\ \ \
| | * \ \ Merge pull request #536 from jsorg71/unicodejsorg712016-12-111-0/+7
| | |\ \ \
| | | * | | change some magics to definesJay Sorg2016-12-101-0/+6
| | | * | | add unicode supportJay Sorg2016-12-101-0/+1
| | | |/ /
| | * | | Don't use colon to separate IPv6 address from the portPavel Roskin2016-12-091-1/+1
| | |/ /
* | | | libxrdp: caps, group caps require fastpath output, use FASTPATH_OUTPUT_SUPPOR...speidy2016-12-131-0/+3
|/ / /
* | | o send RFX tiles as stream (Stream Surface Bits Command)speidy2016-12-081-8/+12
|/ /