Pavel Roskin
e7e4d61265
Return correct error code from process_server_paint_rect_shmem_ex()
2016-05-06 18:17:56 -07:00
Pavel Roskin
ca9cbcafc8
Typo fixes
2016-05-04 23:33:30 -07:00
Pavel Roskin
0629b25d5f
Fix warnings about unused variables and functions
2016-04-21 22:27:27 -07:00
Pavel Roskin
e65bd6b7d7
Fix more format warnings
2016-04-21 21:21:17 -07:00
Pavel Roskin
59a5fb0ddb
Move headers from EXTRA_DIST to sources, sort alphabetically
...
There should be no functional difference.
2016-02-21 23:06:48 -08:00
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.
2016-02-12 23:52:46 -08:00
Pavel Roskin
22e808a186
Add missing spaces in the strings that are split for line wrapping
2016-02-12 23:52:45 -08:00
Pavel Roskin
f8cb1588ef
Replace "charactor" with "character" everywhere
2016-01-30 17:33:04 -08:00
Pavel Roskin
a452d8d36a
Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGS
...
AM_CPPFLAGS is for flags passed to the preprocessor, such as defines and
includes. AM_CFLAGS is for flags affecting the compiler, such as debug
and optimization settings.
INCLUDES is an obsolete name. Users can pass INCLUDES and break
compilation. AM_CPPFLAGS is more explicit that the flags come from
Automake and should not be overridden.
2016-01-29 22:45:00 -08:00
Jay Sorg
d59d672f55
xup: no logic change, add logging
2015-11-02 17:54:16 -08:00
Jay Sorg
a330789e5b
xup: fix for when Xorg/X11rdp to xup message payload is zero
2015-07-18 22:48:07 -07:00
Jay Sorg
6c23b85593
add timeout to trans_get_wait_objs_rw
2015-07-13 01:10:48 -07:00
Jay Sorg
fc1e4c645c
update the copyright year
2015-07-12 01:06:04 -07:00
Jay Sorg
72f84fd2ec
set the source for xup module
2015-07-11 01:18:02 -07:00
Jay Sorg
4a553e07af
update the module API
2015-07-10 21:57:04 -07:00
Jay Sorg
65de5e971b
xup: move to trans for io
2015-07-10 20:38:27 -07:00
Jay Sorg
9cd634007f
fix for case where shmget can return an shmid of zero
2015-02-09 19:26:04 -08:00
Laxmikant Rashinkar
d7f0b174da
coverity: uninitialized scalar variable
2014-07-28 18:13:07 -07:00
Laxmikant Rashinkar
e4654b57ca
coverity: Resource leak (2nd round)
2014-07-27 15:29:12 -07:00
Laxmikant Rashinkar
27055d5762
coverity: improper use of negative value
2014-07-26 13:33:23 -07:00
Jay Sorg
1291d2dbbe
work on codec mode
2014-07-19 13:25:23 -07:00
Jay Sorg
98fbca98db
xup: check for g_shmat failure and change error case
2014-07-03 00:02:06 -07:00
Jay Sorg
73bdb57ee2
more fixes for 32 bit color
2014-06-10 17:49:15 -07:00
Jay Sorg
5717845837
xup: don't need to clear on connect
2014-05-19 23:42:36 -07:00
Jay Sorg
575fc9fb6f
work on codec mode jpeg
2014-03-22 16:51:30 -07:00
Laxmikant Rashinkar
e7445a2544
o default login limit is now 50 users (instead of 10)
...
o we now wait for 30 seconds for session connection (instead of 1)
o if AUTO_LOGON flag is set but username is null, we force login dialog to show up
2014-02-28 19:28:31 -08:00
Jay Sorg
8cd57e0710
added server_paint_rects
2014-02-18 12:10:05 -08:00
Jay Sorg
1dd191ab1b
xup: added process_server_paint_rect_shmem_ex
2014-02-09 18:05:47 -08:00
Jay Sorg
dbd16f3e9b
xup: no logic change, seperate one big function out
2014-02-03 19:48:57 -08:00
Jay Sorg
022c1e31f9
xup: call shmdt on disconnect
2014-01-28 10:40:19 -08:00
Jay Sorg
25369460a1
log client ip with pid, etc
2013-10-02 16:27:12 -07:00
Jay Sorg
97473e4f66
xup: pid logging, use log_message
2013-10-02 11:56:09 -07:00
Jay Sorg
b598e258a4
add pid logging
2013-10-01 22:42:12 -07:00
Jay Sorg
c1b7cbd657
merges from authentic8
2013-09-26 11:28:07 -07:00
Jay Sorg
4e58a5a3c0
X11rdp: work on off screen bitmap, size limit, use ack for screen delayed drawing
2013-09-09 15:43:58 -07:00
Jay Sorg
2c70a0e1f8
part of merge, no logic change, add -g to Makefile and LLOGLN to xup.c
2013-08-22 12:55:31 -07:00
Jim Grandy
981741f55c
Hand-apply patch (compositing) from Authentic8: 5d5e470 81c9c29 b0c2c10 27d8a01 a96a217 e512090 a9a6762 9c02bfa bd26fcc c0d29d9 676dd35 3b26737
2013-08-22 12:54:10 -07:00
Jim Grandy
45b0bc9f17
Hand-apply patches (glyph cache) from Authentic8 branch: 653869c 30f23d4 74b015d 4e51e6d 2829087
2013-08-22 12:52:24 -07:00
Jim Grandy
dfe5911b55
Hand-apply patches (rail improvements) from Authentic8 branch: 507694d, 0e21d45, 44447d5, e452e4f, 3d05576, dd69d8f
2013-08-22 12:49:40 -07:00
Jay Sorg
d96d8aa5ad
xup: add shared memory option for X11rdp and xrdp
2013-08-18 22:36:18 -07:00
Jay Sorg
b1389eac99
xup: from Marc, added missing bgcolor
2013-06-27 16:23:12 -07:00
Jay Sorg
12f7cd64f1
work on new(color) cursors
2013-03-18 23:43:17 -07:00
Laxmikant Rashinkar
1123323fda
o moved from GNU General Public License to Apache License, Version 2.0
...
o applied new coding standards to all .c files
o moved some files around
2012-09-19 20:51:34 -07:00
Jay Sorg
2c3b4c4e5c
xup: add some rail messages to the interface
2012-07-31 11:12:00 -07:00
Jay Sorg
cd38d1a5c3
xup: do not set tcp options for unix domain socket
2012-07-17 10:07:30 -07:00
Jay Sorg
58f5dcc030
autotools: change top_srcdir to top_builddir for LIBADD
2012-07-13 16:18:02 -07:00
Jay Sorg
aa3fad894d
xorg: work on offscreen bitmaps
2012-05-19 19:25:08 -07:00
Jay Sorg
cc3754a2bd
xorg: work on offscreen bitmaps
2012-05-17 18:48:28 -07:00
Jay Sorg
e0fc7297f5
pass the client_info(caps) on to module and xserver
2012-05-13 13:56:15 -07:00
Jay Sorg
67bd319adf
xup: add more forgiving X11rdp / xup messages with size
2012-05-12 20:52:43 -07:00
Jay Sorg
c50425032c
xorg: change default resolution to 1024x768
2012-05-11 20:11:58 -07:00
Jay Sorg
fd52c5aa6a
rfx: work on rfx
2012-05-10 20:23:26 -07:00
Jay Sorg
ff6e8a1232
xorg: added start of X11rdp / xup caps
2012-04-14 18:19:43 -07:00
Jay Sorg
e9c58226ba
use unix domain socket for xrdp-X11rdp connection
2012-03-15 21:42:39 -07:00
Jay Sorg
6e9405d418
fix for alt-gr win7 control key
2011-11-12 16:40:08 -08:00
Jay Sorg
5972c136bf
added 15 and 24bpp support and changes for reconnect / resize
2011-09-10 21:13:54 -07:00
Jay Sorg
4c603d9855
X11rdp can resize sessions now
2011-08-23 19:27:12 -07:00
Itamar Reis Peixoto
6b08b8b71e
include missing files in make dist
2010-11-20 22:13:50 -02:00
Nicola Ruggero
f26d8f781e
Fixed compile warning about wrong vnc* struct
2010-11-20 14:37:28 +01:00
Jay Sorg
4f88bf83c1
fixes for bell function
2010-11-18 21:05:32 -08:00
Nicola Ruggero
4cf06dbbcb
Major code cleanup:
...
- Initialized and zeroed out local variables
- Check for some null pointers
- Fixed some typos
- Other minor changes (beautify, etc.)
2010-11-03 16:59:26 +01:00
jsorg71
d70d80a33d
update copyright year
2010-07-04 07:20:56 +00:00
jsorg71
b836ece1f2
change the way xup tried to connect repeatedly
2009-08-19 18:24:38 +00:00
jsorg71
b10851d327
try to connect more than once
2009-08-17 19:36:08 +00:00
jsorg71
33b4e7f417
channel fixes
2009-08-15 02:49:13 +00:00
jsorg71
23ffdb0c5f
autotools fix and file_loc.h simplified
2009-05-19 04:23:49 +00:00
jsorg71
1c170a7761
update copyright year
2009-01-23 07:57:41 +00:00
jsorg71
af83cb7cae
remove old makefiles
2008-12-16 02:47:45 +00:00
jsorg71
f77934a58e
remove lib version
2008-08-15 02:49:41 +00:00
jsorg71
566aaf6d04
version and common change
2008-08-12 06:09:58 +00:00
jsorg71
59a2d1dea6
build common as a library
2008-08-06 05:06:03 +00:00
jsorg71
c5fceb31ec
autotools
2008-08-03 07:48:32 +00:00
jsorg71
a8a2f0a0b0
replace long with tbus
2008-06-30 05:02:47 +00:00
jsorg71
dbe6b28ba8
change xrdp file install locations
2008-04-30 05:55:08 +00:00
jsorg71
d061537be9
added new wait_obj functions
2008-04-03 06:43:30 +00:00
jsorg71
fee6f82bf7
added new wait_obj functions
2008-04-03 06:37:51 +00:00
jsorg71
604a743d7d
target fix
2008-04-03 06:24:36 +00:00
jsorg71
6385d06f9b
need tabs
2008-03-16 23:57:20 +00:00
jsorg71
38b789e81f
update copyright year
2008-01-30 07:30:10 +00:00
jsorg71
5bec95f123
added mac makefiles
2007-09-27 18:09:29 +00:00
jsorg71
195c29895f
move sesman com to xrdp
2007-05-12 04:20:14 +00:00
jsorg71
31f3dbeec4
move sesman com to xrdp
2007-05-10 04:19:08 +00:00
jsorg71
df5eb0b8dc
move scp to xrdp
2007-04-20 06:33:26 +00:00
ilsimo
fd8ce33f59
adding libscp to xup
...
some fixes for vnc mod
2007-03-25 13:42:45 +00:00
jsorg71
4b3b83044a
more work on channel support
2006-12-30 05:04:13 +00:00
jsorg71
d7eada56c9
remove sleep calls
2006-12-10 03:07:34 +00:00
jsorg71
de8343eca5
fix invalidate message
2006-09-22 05:28:47 +00:00
jsorg71
8b637673b6
change debian install location
2006-08-07 06:03:29 +00:00
jsorg71
770a27bfb3
printf -> writeln
2006-04-29 01:47:06 +00:00
jsorg71
05178d0733
added installdeb to makefiles
2006-03-04 01:02:09 +00:00
jsorg71
23b4bb18ae
added cursor function
2006-02-11 02:12:15 +00:00
jsorg71
9554e85203
added sesman dymanic session
2006-02-05 05:45:52 +00:00
jsorg71
4ce1dc3ed2
added xup
2006-02-04 19:00:34 +00:00