Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix several cases of discarding return values | Pavel Roskin | 2017-01-25 | 1 | -10/+40 |
| | |||||
* | Merge pull request #636 from proski/painter | Idan Freiberg | 2017-01-23 | 1 | -1/+1 |
|\ | | | | | Fix incorrect argument to painter_line() | ||||
| * | Fix incorrect argument to painter_line() | Pavel Roskin | 2017-01-21 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #625 from speidy/proxy_session_info | Idan Freiberg | 2017-01-23 | 3 | -1/+18 |
|\ \ | |/ |/| | Pass session info in proxy mode | ||||
| * | add session_info | Jay Sorg | 2017-01-15 | 3 | -1/+18 |
| | | | | | | | | | | Conflicts: libxrdp/libxrdp.h | ||||
* | | Remove librdp.so sources, it's obsoleted by neutrinordp | Pavel Roskin | 2017-01-19 | 1 | -6/+0 |
| | | | | | | | | Remove "rdp-any" section from xrdp.ini. | ||||
* | | List shorthand versions of command line switches in the help text | Pavel Roskin | 2017-01-17 | 1 | -5/+5 |
| | | |||||
* | | Implement "-n" alias for "--nodaemon" as documented in the manpage | Pavel Roskin | 2017-01-17 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #615 from speidy/channels_fixes | Idan Freiberg | 2017-01-15 | 1 | -2/+5 |
|\ \ | |/ |/| | Channels improvements | ||||
| * | libxrdp: channels, respect xrdp.ini channel blocking also for data | speidy | 2017-01-06 | 1 | -2/+5 |
| | | | | | | | | coming in from chansrv | ||||
* | | Don't call file_read_section() on unitialized section name | Pavel Roskin | 2017-01-11 | 1 | -0/+1 |
| | | | | | | | | | | This can only happen if xrdp.ini is corrupted and has no sections for backends. | ||||
* | | Constify the value argument to mod_set_param | Pavel Roskin | 2017-01-11 | 2 | -6/+6 |
| | | |||||
* | | Move mouse before click | Ricardo Duarte | 2017-01-10 | 1 | -0/+4 |
|/ | |||||
* | Merge pull request #612 from proski/includes | jsorg71 | 2017-01-05 | 1 | -1/+1 |
|\ | | | | | Use <> for system includes, move system includes above local ones | ||||
| * | Use <> for system includes, move system includes above local ones | Pavel Roskin | 2017-01-04 | 1 | -1/+1 |
| | | |||||
* | | 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 | -2/+3 |
| | | |||||
* | | xrdp: fix for codec frame acks handling. | speidy | 2016-12-29 | 1 | -16/+1 |
|/ | | | | | | can handle zero unacked frames now. This should make RemoteFX usable with Parallels Client. they always wan't zero unacked frames on the wire. | ||||
* | Compile libpainter only if enabled, fix path to libpainter.a | Pavel Roskin | 2016-12-20 | 1 | -1/+1 |
| | | | | | When subpackages are compiled outside the build tree, the build artifacts are placed under top_builddir. | ||||
* | Merge pull request #553 from jsorg71/libpainter | metalefty | 2016-12-20 | 5 | -45/+580 |
|\ | | | | | 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 | 5 | -45/+580 |
| | | |||||
* | | Fix Parallels Client on Mac | Pavel Roskin | 2016-12-18 | 1 | -14/+17 |
| | | | | | | | | | | | | | | | | | | | | self->line_size should be calculated in xrdp_bitmap_create_with_data() The code was in the original noorders branch but got lost. Without this fix, the image is garbled. The client should be configured with compression disabled, or it will disconnect. That's a known problem. | ||||
* | | Distribute all files except git and github specific data | Pavel Roskin | 2016-12-18 | 1 | -0/+5 |
| | | | | | | | | | | It is better to distribute a few useless file than not to distribute needed files. | ||||
* | | Merge pull request #548 from proski/autorun | Idan Freiberg | 2016-12-18 | 1 | -2/+4 |
|\ \ | | | | | | | Set autorun to empty, improve autorun documentation | ||||
| * | | Set autorun to empty, improve autorun documentation | Pavel Roskin | 2016-12-17 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Setting autorun to empty keeps X11rdp as the default backend for autologin (since it's the first section), but it also enables the backend selection by the domain name. Describe the autorun interaction with the domain name both in the config file and in the manual. | ||||
* | | | Regression fix: session matching uses wrong bpp for Xorg | Pavel Roskin | 2016-12-17 | 1 | -6/+11 |
|/ / | | | | | | | | | | | | | | | The removal of "xserverbpp=24" from the Xorg entry lead to a regression. Clients with a different bpp would not reconnect to an xorgxrdp session if the client's bpp is different, even though xorgxrdp is always using 24 bpp. Imply "xserverbpp=24" for "code=20" in xrdp.ini. | ||||
* | | Make librfxcodec a subpackage | Pavel Roskin | 2016-12-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Since libpainter is going to become a subpackage, we can make librfxcodec a subpackage as well. With this change, librfxcodec is configured, built and linked to xrdp automatically if enabled by "--enable-rfxcodec" librfxcodec is packaged by "make dist" regardless of "--enable-rfxcodec" librfxcodec/confgure is run unconditionally, it's needed for "make dist" to work. But librfxcodec is only compiled if enabled. | ||||
* | | Merge pull request #531 from speidy/surface_cmds | jsorg71 | 2016-12-15 | 2 | -6/+1 |
|\ \ | | | | | | | xrdp_encoder: make RemoteFX work with MSTSC client | ||||
| * \ | Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into surface_cmds | Speidy | 2016-12-12 | 2 | -18/+87 |
| |\ \ | |||||
| * | | | xrdp_encoder: remove temporary workaround for RFX to avoid mstsc | speidy | 2016-12-08 | 1 | -5/+0 |
| | | | | |||||
| * | | | o send RFX tiles as stream (Stream Surface Bits Command) | speidy | 2016-12-08 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | | | | | | | o silent frame ack logging o support surface commands in capsets o fix some wrong constants | ||||
* | | | Sort alphabetically | Westporch | 2016-12-14 | 1 | -3/+3 |
| | | | |||||
* | | | Add 'rdp_layout_kr=kr' | Westporch | 2016-12-14 | 1 | -0/+3 |
| |/ |/| | |||||
* | | Merge pull request #536 from jsorg71/unicode | jsorg71 | 2016-12-11 | 1 | -0/+80 |
|\ \ | | | | | | | add unicode support | ||||
| * | | change some magics to defines | Jay Sorg | 2016-12-10 | 1 | -19/+22 |
| | | | |||||
| * | | add unicode support | Jay Sorg | 2016-12-10 | 1 | -0/+77 |
| |/ | |||||
* | | o caps: advertise remotefx codec capsets only when supported (RFX mode, | speidy | 2016-12-10 | 1 | -18/+7 |
|/ | | | | | | proxy mode) o xrdp_encoder: do not initialze encoder context for RFX when rfxcodec is not supported | ||||
* | Document xserverbpp, add it to Xvnc section, remove from Xorg section | Pavel Roskin | 2016-12-06 | 1 | -1/+1 |
| | | | | | | xserverbpp affects X11rdp and Xvnc, but not Xorg. No need to have xserverbpp in the Xorg section where it has no effect. Add commented out xserverbpp to Xvnc, some users may want to experiment with that setting. | ||||
* | Merge pull request #523 from jsorg71/vpf | jsorg71 | 2016-12-06 | 1 | -4/+15 |
|\ | | | | | vnc: change password file to use guid hash | ||||
| * | vnc: code cleanup | Jay Sorg | 2016-12-04 | 1 | -1/+1 |
| | | |||||
| * | vnc: change password file to use guid hash | Jay Sorg | 2016-12-03 | 1 | -4/+15 |
| | | |||||
* | | Make configure show it's looking for "pixman", not "xrdp_pixman" | Pavel Roskin | 2016-12-04 | 1 | -2/+2 |
|/ | | | | | | | | The pixman library in not part of xrdp. If users see that "xrdp_pixman" is not found, they might assume it is some xrdp specific library. The Automake conditional is still XRDP_PIXMAN, but the pkg-config variables become PIXMAN_LIBS and PIXMAN_CFLAGS. | ||||
* | Merge pull request #516 from metalefty/keymaps | Itamar Reis Peixoto | 2016-12-02 | 1 | -9/+0 |
|\ | | | | | Adjust Japanese keymaps | ||||
| * | unify Japanese keymap in xrdp_keyboard.ini | Koichiro IWAO | 2016-12-02 | 1 | -9/+0 |
| | | |||||
* | | xrdp_encoder: do not initialize for non-UNIX rdp clients | speidy | 2016-11-29 | 1 | -15/+22 |
|/ | | | | xrdp_encoder: comment about temporary workaround | ||||
* | xrdp: do case insensitive compare for section names | Jay Sorg | 2016-11-19 | 1 | -3/+3 |
| | |||||
* | Merge pull request #488 from metalefty/docs | Itamar Reis Peixoto | 2016-11-17 | 2 | -128/+129 |
|\ | | | | | Update man pages and config files | ||||
| * | docs: revise description for disableSSLv3 in xrdp.ini | Koichiro IWAO | 2016-11-16 | 1 | -1/+1 |
| | | |||||
| * | config: change order of parameters | Koichiro IWAO | 2016-11-16 | 1 | -37/+38 |
| | | | | | | | | | | Put same layer configuration parameters together, bring low layer parameters earlier. |