Pavel Roskin
ca9cbcafc8
Typo fixes
9 years ago
Jay Sorg
dbf6bcc8be
remove some warnings
9 years ago
NerdKnight
99ebe1340f
Fix compile error "format not a string literal and no format arguments [-Werror=format-security]"
9 years ago
Pavel Roskin
dcab7552db
Stop redefining libdir, use moduledir for ${libdir}/xrdp
...
libdir is for shared and static libraries. Some xrdp libraries are loaded
dynamically from a non-standard directory, so they are used like modules.
Having separate libdir and moduledir would eventually allow to separate
dynamically loaded modules from shared libraries.
9 years ago
Pavel Roskin
22e808a186
Add missing spaces in the strings that are split for line wrapping
9 years ago
Pavel Roskin
9717e7392a
Spell "return value", not "returnvalue"
9 years ago
Pavel Roskin
f8cb1588ef
Replace "charactor" with "character" everywhere
9 years ago
Pavel Roskin
964e860072
Run through codespell
9 years ago
Jay Sorg
f49e2058df
xrdp: change when using xrdp.ini hidelogwindow
9 years ago
Jay Sorg
fd793bd213
rename g_tcp_can_recv to g_sck_can_recv
9 years ago
Jay Sorg
5d73cbd636
set the source for chansrv
9 years ago
jsorg71
b55231f18a
Merge pull request #226 from metalefty/freebsd/openpam
...
xrdp: xrdp_mm.c detect and use OpenPAM
10 years ago
Jay Sorg
33167a7c74
add frame acks and h264 codec mode basics
10 years ago
Koichiro IWAO
283a16115a
xrdp: xrdp_mm.c detect and use OpenPAM
...
OpenPAM is used in FreeBSD, NetBSD, DragonFly BSD and Mac OS X.
On the Linux system, Linux-PAM is used. Detect PAM during configure
and use which the system has.
10 years ago
Jay Sorg
4afe769467
xrdp: encoder shutdown fix
10 years ago
Jay Sorg
8397055e8b
move some hard code paths to defines in header
10 years ago
Jay Sorg
b7d15c55ed
xrdp: don't include config.h unless HAVE_CONFIG_H is defined
10 years ago
Laxmikant Rashinkar
a9d7c13147
coverity: read from pointer after free
10 years ago
Laxmikant Rashinkar
67119ecc81
coverity: array compared against 0
10 years ago
Laxmikant Rashinkar
27055d5762
coverity: improper use of negative value
10 years ago
Jay Sorg
1291d2dbbe
work on codec mode
10 years ago
Laxmikant Rashinkar
3bb31876e7
coverity: fixed resolution leak issues
10 years ago
Jay Sorg
59fa8df434
xrdp: don't show connection log unless there is a problem
...
Conflicts:
xrdp/xrdp_mm.c
11 years ago
Jay Sorg
9a3679b1c1
improve debugging dump jpeg for codec mode
11 years ago
Jay Sorg
0748f41101
set codec mode according to client
11 years ago
Jay Sorg
575fc9fb6f
work on codec mode jpeg
11 years ago
BLINDAUER Emmanuel
185aafd12d
Call cleanup for encoder
11 years ago
Jay Sorg
6d7e315b0c
work on surface command
11 years ago
Jay Sorg
50a1b1fdb9
work on codec mode jpeg
11 years ago
Laxmikant Rashinkar
9470b031aa
xrdp_encoder: developer checkin
11 years ago
Laxmikant Rashinkar
ac6717e32e
fixed some connection issues when using xorg driver mode
11 years ago
Jay Sorg
12cbbf74e6
xrdp:no logic change, comments and printfs
11 years ago
Jay Sorg
8cd57e0710
added server_paint_rects
11 years ago
Laxmikant Rashinkar
c5c8324d91
Merge branch 'devel' of github.com:/neutrinolabs/xrdp into devel
11 years ago
Laxmikant Rashinkar
e95edef44e
fixed an issue where channels with uppercase names were not being recognized
11 years ago
Jay Sorg
7b7debd56a
comment spelling fixes from univention
11 years ago
Jay Sorg
c1b7cbd657
merges from authentic8
11 years ago
Jay Sorg
cff17f3038
xrdp: fix a crash in painter when invalid target is set
11 years ago
Jay Sorg
1a616a1b46
move text2bool to os_calls
11 years ago
Jim Grandy
981741f55c
Hand-apply patch (compositing) from Authentic8: 5d5e470 81c9c29 b0c2c10 27d8a01 a96a217 e512090 a9a6762 9c02bfa bd26fcc c0d29d9 676dd35 3b26737
11 years ago
Jim Grandy
45b0bc9f17
Hand-apply patches (glyph cache) from Authentic8 branch: 653869c 30f23d4 74b015d 4e51e6d 2829087
11 years ago
Jim Grandy
af4e42a08d
Hand-apply patches (rail) from Authentic8: bc68076
11 years ago
Jim Grandy
53311f2b25
Hand-apply patches (rail improvements) from Authentic8 branch: 6e15b4a 2c99e69 3f30429 aad2aaa 4f8481e 5117ac2 f3dcf1a
11 years ago
Jim Grandy
dfe5911b55
Hand-apply patches (rail improvements) from Authentic8 branch: 507694d, 0e21d45, 44447d5, e452e4f, 3d05576, dd69d8f
11 years ago
Jay Sorg
e602a28d5c
common: transport aware when app is terminating
11 years ago
Jay Sorg
19a9ed47dc
xrdp: use full path for loading xrdp modules
12 years ago
Jay Sorg
12f7cd64f1
work on new(color) cursors
12 years ago
Jay Sorg
30f64f27b6
xrdp: xrdp_mm.c fix some warnings and code cleanup
12 years ago
Guan-Zhong Huang
6fd7deb510
Fix compilation error without PAM
12 years ago
ArvidNorr
fe69d2f07b
Comments and debug when blocking channels added. Fix for potential vulnerability in log.c
12 years ago