summaryrefslogtreecommitdiffstats
path: root/libxrdp
Commit message (Expand)AuthorAgeFilesLines
* Rename file_loc.h to xrdp_sockets.h, install itPavel Roskin2017-03-281-1/+0
* xrdp_orders_rail: fix resulting unicode lengthspeidy2017-03-241-1/+1
* libxrdp: window update, simplify length checksspeidy2017-03-241-35/+26
* xrdp_orders_rail: fix g_mbstowcs error handlingspeidy2017-03-241-4/+20
* RAIL: use fixed size length for window textsspeidy2017-03-241-6/+9
* rail, text length checksJay Sorg2017-03-241-0/+4
* rail, text length checksJay Sorg2017-03-241-5/+12
* libxrdp: print connected client name to logspeidy2017-03-211-1/+3
* libxrdp: fix misleading variable namespeidy2017-03-211-8/+8
* libxrdp: improve unicode_inspeidy2017-03-211-25/+35
* Allocate space for tls_ciphers dynamicallyPavel Roskin2017-03-211-1/+2
* Eliminate APP_CC and DEFAULT_CCPavel Roskin2017-03-1418-367/+366
* Fix memory leak in tls_ciphers parsingPavel Roskin2017-03-131-0/+1
* Remove useless comment, no logic changeKoichiro IWAO2017-03-091-3/+2
* Don't include config_ac.h from any header filesPavel Roskin2017-03-041-3/+0
* Include config_ac.h from all source filesPavel Roskin2017-03-0415-0/+60
* Fix compilation on MacOSPavel Roskin2017-03-011-0/+2
* no cast is needed for NULLKoichiro IWAO2017-02-271-4/+4
* TLS: switch ssl_protocols to a comma separated listKoichiro IWAO2017-02-271-6/+12
* TLS: warn if no SSL/TLS protocols enabledKoichiro IWAO2017-02-271-1/+9
* TLS: new method to specify SSL/TLS versionKoichiro IWAO2017-02-272-3/+34
* fix warning new since stdint.h changeJay Sorg2017-02-221-2/+2
* Fix several cases of discarding return valuesPavel Roskin2017-01-251-4/+11
* Merge pull request #625 from speidy/proxy_session_infoIdan Freiberg2017-01-234-0/+57
|\
| * libxrdp: use constant RDP_DATA_PDU_LOGONspeidy2017-01-151-2/+1
| * add session_infoJay Sorg2017-01-154-0/+58
* | Merge pull request #426 from metalefty/log-tls-version-and-cipherIdan Freiberg2017-01-161-4/+27
|\ \
| * | TLS: log client port in addition to ssl protocol and cipherKoichiro IWAO2017-01-131-3/+5
| * | log non TLS sessionKoichiro IWAO2016-11-221-0/+8
| * | TLS: log TLS version and cipherKoichiro IWAO2016-11-221-4/+17
* | | libxrdp: use log_messagespeidy2017-01-151-1/+1
* | | libxrdp: libxrdp_send_to_channel, improve error messagespeidy2017-01-061-1/+1
* | | libxrdp: ignore incoming channels with empty namesspeidy2017-01-061-0/+6
* | | libxrdp: change channel_code into a meaningful namespeidy2017-01-062-5/+5
| |/ |/|
* | Fix all warnings in TurboJPEG codePavel Roskin2017-01-051-3/+21
* | Merge pull request #611 from volth/support-enable-xrdpdebug=yes-2jsorg712017-01-051-2/+0
|\ \
| * | fix build with --enable-xrdpdebug=yesvolth2017-01-041-2/+0
* | | xrdp: add some logging, remove unused varspeidy2016-12-291-0/+2
* | | libxrdp: frame acks, make sure max unacked frames value is valid.speidy2016-12-291-0/+4
|/ /
* | libxrdp: fix Fast-Path Synchronize Update messagespeidy2016-12-271-1/+1
* | libxrdp: add XRDP_RFXCODEC to Makefile.amspeidy2016-12-221-0/+4
* | Merge pull request #550 from jsorg71/bitmap_updatemetalefty2016-12-202-29/+130
|\ \
| * | some code cleanupJay Sorg2016-12-151-20/+11
| * | code cleanup, add some commentsJay Sorg2016-12-151-5/+5
| * | fixes for bitmap updateJay Sorg2016-12-152-29/+139
* | | Merge pull request #553 from jsorg71/libpaintermetalefty2016-12-201-0/+20
|\ \ \
| * | | add libpainter for drawing when client does not have minimum ordersJay Sorg2016-12-151-0/+20
| |/ /
* | | Distribute all files except git and github specific dataPavel Roskin2016-12-181-0/+3
* | | Merge pull request #549 from jsorg71/rlelimitjsorg712016-12-173-92/+153
|\ \ \
| * | | fixes for rle bitmap compress limits and raw bitmapsJay Sorg2016-12-143-92/+153