Idan Freiberg
12311457cc
Merge pull request #571 from speidy/NEWS
...
Add NEWS.md
8 years ago
speidy
bbcf78a7a1
Changes in README.md
8 years ago
speidy
ecff6f53ba
Add README.md
8 years ago
speidy
a68b018122
Add NEWS.md
...
Add NEWS.md to EXTRA_DIST
8 years ago
Itamar Reis Peixoto
5c2a84da60
Merge pull request #568 from proski/v091
...
Update version to 0.9.1
8 years ago
Itamar Reis Peixoto
87c6272f5d
Merge pull request #567 from proski/no-nasm
...
Don't fail without working nasm if rfxcodec is not enabled
8 years ago
Itamar Reis Peixoto
8284416e35
Merge pull request #566 from proski/painter
...
Compile libpainter only if enabled, fix path to libpainter.a
8 years ago
Pavel Roskin
6aed11a8ce
Update version to 0.9.1
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
Pavel Roskin
914cdcfee2
Don't fail without working nasm if rfxcodec is not enabled
8 years ago
Idan Freiberg
634aa1096f
Merge pull request #564 from proski/pkgconfdir
...
Update submodules to their v0.1.0 tags
8 years ago
Pavel Roskin
0484401d9c
Update submodules to their v0.1.0 tags
8 years ago
metalefty
44e1350650
Merge pull request #565 from proski/sesadmin
...
xrdp-sesman: fix help text to match the manual and the actual behavior
8 years ago
metalefty
1753f6317c
Merge pull request #550 from jsorg71/bitmap_update
...
fixes for bitmap update
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
a01aaa19b8
Fix help text to match the manual and the actual behavior
...
The help text mentions "LIST" and "KILL" commands, but the manual says
"list" and "kill", and the command line parser expects the later.
8 years ago
Idan Freiberg
a11af2bc95
Merge pull request #545 from moobyfr/fix-xauth
...
Fix xauth
8 years ago
Idan Freiberg
449407ebf1
Merge pull request #558 from proski/vncpasswd
...
Use per-display VNC password files, remove old style password if found
8 years ago
Idan Freiberg
571035d433
Merge pull request #557 from proski/parallels
...
Fix Parallels Client on Mac
8 years ago
Idan Freiberg
a8f357051e
Merge pull request #563 from proski/libupdate
...
Update submodules to the latest revisions
8 years ago
Pavel Roskin
2f7585f467
Update submodules to the latest revisions
8 years ago
Pavel Roskin
b1db87ea21
Use per-display VNC password files, remove old style password if found
...
Every session uses its own VNC password, so keep then in separate files.
The old style password file uses the user's password encrypted with a
known key. Since we are not replacing it anymore, we should remove it.
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
Itamar Reis Peixoto
2d8d786a9d
Merge pull request #562 from proski/makedist
...
Distribute all files except git and github specific data
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
Idan Freiberg
6376249953
Merge pull request #554 from proski/xorg24bpp
...
Regression fix: session matching uses wrong bpp for Xorg
8 years ago
Idan Freiberg
caf5f5d9f7
Merge pull request #555 from proski/libpainter
...
Make libpainter a subpackage of xrdp
8 years ago
Idan Freiberg
a44fa8c9e2
Merge pull request #559 from proski/manpages
...
Update manual pages - document "param", fix session type description
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
6881ae6c8a
Update manual pages - document "param", fix session type description
8 years ago
Pavel Roskin
191eec5e8d
Make libpainter a subpackage of xrdp
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
jsorg71
9584e22ba6
Merge pull request #549 from jsorg71/rlelimit
...
fixes for rle bitmap compress limits and raw bitmaps
8 years ago
Idan Freiberg
d706f9dba4
Merge pull request #539 from proski/rxfcodec
...
Make librfxcodec a subpackage
8 years ago
BLINDAUER Emmanuel
a2d7720887
Fix typo
8 years ago
BLINDAUER Emmanuel
1430c54c40
- Removed tailing space
...
- Fixed the copyright and year
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
Jay Sorg
74ec00a6a6
some code cleanup
8 years ago
Koichiro IWAO
1cf7f72f95
CI: correct pixman package name
8 years ago
Koichiro IWAO
041df0911b
CI: correct pixman package name
8 years ago
jsorg71
870f028692
Merge pull request #546 from proski/jpeg-warning
...
Fix a warning in jpeg compression code with --enable-jpeg
8 years ago
metalefty
eb1034e7d3
Merge pull request #552 from metalefty/travis-ci
...
CI: correct pixman package name
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
Koichiro IWAO
af7d437fc7
CI: correct pixman package name
8 years ago
Jay Sorg
81e72fc99c
code cleanup, add some comments
8 years ago
BLINDAUER Emmanuel
2927eed74c
- Update copyright
...
- remove test on filename for xauth as we know what we send
- better names for variables in xauth
- if xauth fails, exit sesman
- g_bytes_to_hexstr returns a null-teminated string, don't set it twice.
8 years ago
BLINDAUER Emmanuel
480d6d37b7
use correct include
8 years ago
BLINDAUER Emmanuel
51759d3d84
remove unused include
8 years ago