summaryrefslogtreecommitdiffstats
path: root/libxrdp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Merge pull request #546 from proski/jpeg-warningjsorg712016-12-151-4/+7
|\ \ \ \
| * | | | Fix a warning in jpeg compression code with --enable-jpegPavel Roskin2016-12-141-4/+7
| |/ / /
* | | | lixrdp: typo fixspeidy2016-12-131-1/+1
* | | | libxrdp: more constantsspeidy2016-12-131-4/+4
* | | | Merge branch 'surface_cmds' of git://github.com/speidy/xrdp into surface_cmdsspeidy2016-12-132-14/+28
|\ \ \ \
| * \ \ \ Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into surface_cmdsSpeidy2016-12-122-14/+28
| |\ \ \ \ | | |/ / /
| | * | | Merge pull request #536 from jsorg71/unicodejsorg712016-12-112-14/+26
| | |\ \ \
| | | * | | change some magics to definesJay Sorg2016-12-101-1/+1
| | | * | | use defines for flagsJay Sorg2016-12-101-9/+2
| | | * | | add unicode supportJay Sorg2016-12-102-7/+26
| | | |/ /
| | * | | o caps: advertise remotefx codec capsets only when supported (RFX mode,speidy2016-12-101-0/+2
| | |/ /
* | | | libxrdp: caps, group caps require fastpath output, use FASTPATH_OUTPUT_SUPPOR...speidy2016-12-131-10/+8
* | | | libxrdp: improve messagesspeidy2016-12-132-6/+6
|/ / /
* | | xrdp_caps: fix jpeg codec propertiesspeidy2016-12-101-2/+2
* | | no logic change, indent onlyspeidy2016-12-081-6/+4
* | | o send RFX tiles as stream (Stream Surface Bits Command)speidy2016-12-082-9/+44
|/ /
* | xrdp_encoder: do not initialize for non-UNIX rdp clientsspeidy2016-11-291-2/+6
* | Don't select SSL protocol if no keys, fall back to RDP for "hybrid"Pavel Roskin2016-11-281-1/+3
* | Log the result of the security level negotiationPavel Roskin2016-11-281-2/+3
* | Recognize security_layer=negotiate in xrdp.ini, improve loggingPavel Roskin2016-11-271-2/+7
* | Fix pointer sign warnings in TurboJPEG compression codePavel Roskin2016-11-221-2/+2
* | Fix pointer sign warnings in JPEG compression codePavel Roskin2016-11-221-7/+7
|/