Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | add session_info | Jay Sorg | 2017-01-15 | 4 | -0/+58 | |
| | | | | | | | | | | Conflicts: libxrdp/libxrdp.h | |||||
* | | Merge pull request #426 from metalefty/log-tls-version-and-cipher | Idan Freiberg | 2017-01-16 | 1 | -4/+27 | |
|\ \ | | | | | | | TLS: log TLS version and cipher | |||||
| * | | TLS: log client port in addition to ssl protocol and cipher | Koichiro IWAO | 2017-01-13 | 1 | -3/+5 | |
| | | | ||||||
| * | | log non TLS session | Koichiro IWAO | 2016-11-22 | 1 | -0/+8 | |
| | | | ||||||
| * | | TLS: log TLS version and cipher | Koichiro IWAO | 2016-11-22 | 1 | -4/+17 | |
| | | | ||||||
* | | | libxrdp: use log_message | speidy | 2017-01-15 | 1 | -1/+1 | |
| | | | ||||||
* | | | libxrdp: libxrdp_send_to_channel, improve error message | speidy | 2017-01-06 | 1 | -1/+1 | |
| | | | ||||||
* | | | libxrdp: ignore incoming channels with empty names | speidy | 2017-01-06 | 1 | -0/+6 | |
| | | | ||||||
* | | | libxrdp: change channel_code into a meaningful name | speidy | 2017-01-06 | 2 | -5/+5 | |
| |/ |/| | ||||||
* | | Fix all warnings in TurboJPEG code | Pavel Roskin | 2017-01-05 | 1 | -3/+21 | |
| | | | | | | | | | | | | | | Actually use the error code from tjCompress() by logging the errors. Make sure width is more than zero before filling the pad with the last pixel data. | |||||
* | | Merge pull request #611 from volth/support-enable-xrdpdebug=yes-2 | jsorg71 | 2017-01-05 | 1 | -2/+0 | |
|\ \ | | | | | | | fix build with --enable-xrdpdebug=yes | |||||
| * | | fix build with --enable-xrdpdebug=yes | volth | 2017-01-04 | 1 | -2/+0 | |
| | | | ||||||
* | | | xrdp: add some logging, remove unused var | speidy | 2016-12-29 | 1 | -0/+2 | |
| | | | ||||||
* | | | libxrdp: frame acks, make sure max unacked frames value is valid. | speidy | 2016-12-29 | 1 | -0/+4 | |
|/ / | ||||||
* | | libxrdp: fix Fast-Path Synchronize Update message | speidy | 2016-12-27 | 1 | -1/+1 | |
| | | ||||||
* | | libxrdp: add XRDP_RFXCODEC to Makefile.am | speidy | 2016-12-22 | 1 | -0/+4 | |
| | | ||||||
* | | Merge pull request #550 from jsorg71/bitmap_update | metalefty | 2016-12-20 | 2 | -29/+130 | |
|\ \ | | | | | | | fixes for bitmap update | |||||
| * | | some code cleanup | Jay Sorg | 2016-12-15 | 1 | -20/+11 | |
| | | | ||||||
| * | | code cleanup, add some comments | Jay Sorg | 2016-12-15 | 1 | -5/+5 | |
| | | | ||||||
| * | | fixes for bitmap update | Jay Sorg | 2016-12-15 | 2 | -29/+139 | |
| | | | ||||||
* | | | Merge pull request #553 from jsorg71/libpainter | metalefty | 2016-12-20 | 1 | -0/+20 | |
|\ \ \ | | | | | | | | | add libpainter for drawing when client does not have minimum orders | |||||
| * | | | add libpainter for drawing when client does not have minimum orders | Jay Sorg | 2016-12-15 | 1 | -0/+20 | |
| |/ / | ||||||
* | | | Distribute all files except git and github specific data | Pavel Roskin | 2016-12-18 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | It is better to distribute a few useless file than not to distribute needed files. | |||||
* | | | Merge pull request #549 from jsorg71/rlelimit | jsorg71 | 2016-12-17 | 3 | -92/+153 | |
|\ \ \ | | | | | | | | | fixes for rle bitmap compress limits and raw bitmaps | |||||
| * | | | fixes for rle bitmap compress limits and raw bitmaps | Jay Sorg | 2016-12-14 | 3 | -92/+153 | |
| | | | | ||||||
* | | | | Merge pull request #546 from proski/jpeg-warning | jsorg71 | 2016-12-15 | 1 | -4/+7 | |
|\ \ \ \ | | | | | | | | | | | Fix a warning in jpeg compression code with --enable-jpeg | |||||
| * | | | | Fix a warning in jpeg compression code with --enable-jpeg | Pavel Roskin | 2016-12-14 | 1 | -4/+7 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the image width is not divisible by 4, the image is padded to the next multiple of 4. The additional pixels are filled with the colors of the last pixel in the row. The last pixel colors may not be initialized if the width is 0. In this case, the would be no padding, but the compiler doesn't know that. Add a check that the width is more that 0 before filling the padding. | |||||
* | | | | lixrdp: typo fix | speidy | 2016-12-13 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | libxrdp: more constants | speidy | 2016-12-13 | 1 | -4/+4 | |
| | | | | ||||||
* | | | | Merge branch 'surface_cmds' of git://github.com/speidy/xrdp into surface_cmds | speidy | 2016-12-13 | 2 | -14/+28 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into surface_cmds | Speidy | 2016-12-12 | 2 | -14/+28 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Merge pull request #536 from jsorg71/unicode | jsorg71 | 2016-12-11 | 2 | -14/+26 | |
| | |\ \ \ | | | | | | | | | | | | | add unicode support | |||||
| | | * | | | change some magics to defines | Jay Sorg | 2016-12-10 | 1 | -1/+1 | |
| | | | | | | ||||||
| | | * | | | use defines for flags | Jay Sorg | 2016-12-10 | 1 | -9/+2 | |
| | | | | | | ||||||
| | | * | | | add unicode support | Jay Sorg | 2016-12-10 | 2 | -7/+26 | |
| | | |/ / | ||||||
| | * | | | o caps: advertise remotefx codec capsets only when supported (RFX mode, | speidy | 2016-12-10 | 1 | -0/+2 | |
| | |/ / | | | | | | | | | | | | | | | | | | | | | proxy mode) o xrdp_encoder: do not initialze encoder context for RFX when rfxcodec is not supported | |||||
* | | | | libxrdp: caps, group caps require fastpath output, use ↵ | speidy | 2016-12-13 | 1 | -10/+8 | |
| | | | | | | | | | | | | | | | | FASTPATH_OUTPUT_SUPPORTED constant | |||||
* | | | | libxrdp: improve messages | speidy | 2016-12-13 | 2 | -6/+6 | |
|/ / / | ||||||
* | | | xrdp_caps: fix jpeg codec properties | speidy | 2016-12-10 | 1 | -2/+2 | |
| | | | ||||||
* | | | no logic change, indent only | speidy | 2016-12-08 | 1 | -6/+4 | |
| | | | ||||||
* | | | o send RFX tiles as stream (Stream Surface Bits Command) | speidy | 2016-12-08 | 2 | -9/+44 | |
|/ / | | | | | | | | | | | o silent frame ack logging o support surface commands in capsets o fix some wrong constants | |||||
* | | xrdp_encoder: do not initialize for non-UNIX rdp clients | speidy | 2016-11-29 | 1 | -2/+6 | |
| | | | | | | | | xrdp_encoder: comment about temporary workaround | |||||
* | | Don't select SSL protocol if no keys, fall back to RDP for "hybrid" | Pavel Roskin | 2016-11-28 | 1 | -1/+3 | |
| | | | | | | | | | | If both the client and the server are configured to allow both RDP and SSL connections, the server is free to choose RDP in absense of the SSL keys. | |||||
* | | Log the result of the security level negotiation | Pavel Roskin | 2016-11-28 | 1 | -2/+3 | |
| | | ||||||
* | | Recognize security_layer=negotiate in xrdp.ini, improve logging | Pavel Roskin | 2016-11-27 | 1 | -2/+7 | |
| | | | | | | | | | | | | | | security_layer=negotiate is documented, but the code is complaining loudly about it. Fix it, make sure not to change the actual behavior apart from the logging. Improve the log message for unrecognized security_layer setting. | |||||
* | | Fix pointer sign warnings in TurboJPEG compression code | Pavel Roskin | 2016-11-22 | 1 | -2/+2 | |
| | | ||||||
* | | Fix pointer sign warnings in JPEG compression code | Pavel Roskin | 2016-11-22 | 1 | -7/+7 | |
|/ | ||||||
* | libxrdp: warn when using 512 bit key | Jay Sorg | 2016-11-11 | 1 | -0/+9 | |
| | ||||||
* | Get rid of EXTRA_LIBS, use variables with more specific names | Pavel Roskin | 2016-10-20 | 1 | -6/+6 | |
| | ||||||
* | Eliminate EXTRA_FLAGS, it's a poor name, use AM_LDFLAGS | Pavel Roskin | 2016-10-20 | 1 | -5/+3 | |
| |