Pavel Roskin
8a1de8dbc4
Remove trailing whitespace
8 years ago
Pavel Roskin
130fa12845
Don't use ACCESS macro
...
ACCESS is defined unconditionally in the files that use it. No comments
exist about that macro. The code guarded by the macro is PAM related.
8 years ago
Pavel Roskin
0bb048d35e
Fix several cases of discarding return values
8 years ago
Idan Freiberg
6a5f90ca6e
Merge pull request #636 from proski/painter
...
Fix incorrect argument to painter_line()
8 years ago
Idan Freiberg
482671fd18
Merge pull request #625 from speidy/proxy_session_info
...
Pass session info in proxy mode
8 years ago
Pavel Roskin
6807b616ed
Fix incorrect argument to painter_line()
8 years ago
Pavel Roskin
2b614ed4ab
Remove librdp.so sources, it's obsoleted by neutrinordp
...
Remove "rdp-any" section from xrdp.ini.
8 years ago
Pavel Roskin
0799523c13
List shorthand versions of command line switches in the help text
8 years ago
Pavel Roskin
9d162d7301
Implement "-n" alias for "--nodaemon" as documented in the manpage
8 years ago
Idan Freiberg
a64e1789c5
Merge pull request #615 from speidy/channels_fixes
...
Channels improvements
8 years ago
Jay Sorg
6f74efa70a
add session_info
...
Conflicts:
libxrdp/libxrdp.h
8 years ago
Pavel Roskin
d46a26c1c3
Don't call file_read_section() on unitialized section name
...
This can only happen if xrdp.ini is corrupted and has no sections for
backends.
8 years ago
Pavel Roskin
b8ed23daab
Constify the value argument to mod_set_param
8 years ago
Ricardo Duarte
a959a9f851
Move mouse before click
8 years ago
speidy
a82d412754
libxrdp: channels, respect xrdp.ini channel blocking also for data
...
coming in from chansrv
8 years ago
jsorg71
15a24ff1c4
Merge pull request #612 from proski/includes
...
Use <> for system includes, move system includes above local ones
8 years ago
jsorg71
5194311d9d
Merge pull request #611 from volth/support-enable-xrdpdebug=yes-2
...
fix build with --enable-xrdpdebug=yes
8 years ago
Pavel Roskin
7ba3610787
Use <> for system includes, move system includes above local ones
8 years ago
volth
26a26ef906
fix build with --enable-xrdpdebug=yes
8 years ago
speidy
70e9132ab1
xrdp: add some logging, remove unused var
8 years ago
speidy
1f930f252f
xrdp: fix for codec frame acks handling.
...
can handle zero unacked frames now.
This should make RemoteFX usable with Parallels Client. they always
wan't zero unacked frames on the wire.
8 years ago
Pavel Roskin
0e7bc6e111
Compile libpainter only if enabled, fix path to libpainter.a
...
When subpackages are compiled outside the build tree, the build artifacts
are placed under top_builddir.
8 years ago
metalefty
25e5243ecf
Merge pull request #553 from jsorg71/libpainter
...
add libpainter for drawing when client does not have minimum orders
8 years ago
Pavel Roskin
77d6fd0807
Fix Parallels Client on Mac
...
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.
8 years ago
Pavel Roskin
c21b9a78f4
Distribute all files except git and github specific data
...
It is better to distribute a few useless file than not to distribute
needed files.
8 years ago
Idan Freiberg
0f6d1aabc2
Merge pull request #548 from proski/autorun
...
Set autorun to empty, improve autorun documentation
8 years ago
Pavel Roskin
0c6b5111af
Regression fix: session matching uses wrong bpp for Xorg
...
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.
8 years ago
Pavel Roskin
65be965ebd
Set autorun to empty, improve autorun documentation
...
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.
8 years ago
Pavel Roskin
e65aa594e8
Make librfxcodec a subpackage
...
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.
8 years ago
jsorg71
d4e96f0c4c
Merge pull request #531 from speidy/surface_cmds
...
xrdp_encoder: make RemoteFX work with MSTSC client
8 years ago
Jay Sorg
1f51586769
add libpainter for drawing when client does not have minimum orders
8 years ago
Westporch
2ea8eddc25
Sort alphabetically
8 years ago
Westporch
52081cb8bc
Add 'rdp_layout_kr=kr'
8 years ago
Speidy
a0cf6030df
Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into surface_cmds
8 years ago
jsorg71
5966de4ee2
Merge pull request #536 from jsorg71/unicode
...
add unicode support
8 years ago
Jay Sorg
c264862afe
change some magics to defines
8 years ago
Jay Sorg
2f8d3ba9da
add unicode support
8 years ago
speidy
4f04801b11
o caps: advertise remotefx codec capsets only when supported (RFX mode,
...
proxy mode)
o xrdp_encoder: do not initialze encoder context for RFX when rfxcodec
is not supported
8 years ago
speidy
bb8b85759d
xrdp_encoder: remove temporary workaround for RFX to avoid mstsc
8 years ago
speidy
8a0fec5e66
o send RFX tiles as stream (Stream Surface Bits Command)
...
o silent frame ack logging
o support surface commands in capsets
o fix some wrong constants
8 years ago
Pavel Roskin
9cfe477f60
Document xserverbpp, add it to Xvnc section, remove from Xorg section
...
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.
8 years ago
jsorg71
bbae1a98c6
Merge pull request #523 from jsorg71/vpf
...
vnc: change password file to use guid hash
8 years ago
Pavel Roskin
c759a1a645
Make configure show it's looking for "pixman", not "xrdp_pixman"
...
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.
8 years ago
Jay Sorg
9a517b34f0
vnc: code cleanup
8 years ago
Jay Sorg
57905d71ad
vnc: change password file to use guid hash
8 years ago
Itamar Reis Peixoto
fb892c7d80
Merge pull request #516 from metalefty/keymaps
...
Adjust Japanese keymaps
8 years ago
Koichiro IWAO
9c31bd5cc4
unify Japanese keymap in xrdp_keyboard.ini
8 years ago
speidy
1fe048b63d
xrdp_encoder: do not initialize for non-UNIX rdp clients
...
xrdp_encoder: comment about temporary workaround
8 years ago
Jay Sorg
e8308d58b3
xrdp: do case insensitive compare for section names
8 years ago
Itamar Reis Peixoto
f7b0b0d89c
Merge pull request #488 from metalefty/docs
...
Update man pages and config files
8 years ago