Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Declare unified module interface and use it in modules | Pavel Roskin | 2016-07-08 | 1 | -4/+6 |
| | | | | | This fixes loading modules compiled with a C++ compiler. Remote thandle type, it's unused. Use tintptr for module data. Don't cast pointers to long, they won't fit on Win64. | ||||
* | Cast the result of g_shmat() to the destination type | Pavel Roskin | 2016-07-08 | 1 | -2/+2 |
| | |||||
* | Use g_new or g_new0 when C++ compiler would complain about implicit cast | Pavel Roskin | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | Fix warnings detected by -Wwrite-strings | Pavel Roskin | 2016-07-08 | 2 | -4/+4 |
| | |||||
* | Return correct error code from process_server_paint_rect_shmem_ex() | Pavel Roskin | 2016-05-06 | 1 | -1/+1 |
| | |||||
* | Typo fixes | Pavel Roskin | 2016-05-04 | 1 | -1/+1 |
| | |||||
* | Fix warnings about unused variables and functions | Pavel Roskin | 2016-04-21 | 1 | -4/+0 |
| | |||||
* | Fix more format warnings | Pavel Roskin | 2016-04-21 | 1 | -1/+1 |
| | |||||
* | Move headers from EXTRA_DIST to sources, sort alphabetically | Pavel Roskin | 2016-02-21 | 1 | -3/+3 |
| | | | | There should be no functional difference. | ||||
* | Stop redefining libdir, use moduledir for ${libdir}/xrdp | Pavel Roskin | 2016-02-12 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | Add missing spaces in the strings that are split for line wrapping | Pavel Roskin | 2016-02-12 | 1 | -1/+1 |
| | |||||
* | Replace "charactor" with "character" everywhere | Pavel Roskin | 2016-01-30 | 2 | -8/+8 |
| | |||||
* | Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGS | Pavel Roskin | 2016-01-29 | 1 | -4/+2 |
| | | | | | | | | | 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. | ||||
* | xup: no logic change, add logging | Jay Sorg | 2015-11-02 | 1 | -0/+6 |
| | |||||
* | xup: fix for when Xorg/X11rdp to xup message payload is zero | Jay Sorg | 2015-07-18 | 1 | -3/+7 |
| | |||||
* | add timeout to trans_get_wait_objs_rw | Jay Sorg | 2015-07-13 | 1 | -1/+1 |
| | |||||
* | update the copyright year | Jay Sorg | 2015-07-12 | 2 | -2/+2 |
| | |||||
* | set the source for xup module | Jay Sorg | 2015-07-11 | 1 | -0/+5 |
| | |||||
* | update the module API | Jay Sorg | 2015-07-10 | 1 | -10/+9 |
| | |||||
* | xup: move to trans for io | Jay Sorg | 2015-07-10 | 2 | -250/+161 |
| | |||||
* | fix for case where shmget can return an shmid of zero | Jay Sorg | 2015-02-09 | 2 | -2/+19 |
| | |||||
* | coverity: uninitialized scalar variable | Laxmikant Rashinkar | 2014-07-28 | 1 | -0/+3 |
| | |||||
* | coverity: Resource leak (2nd round) | Laxmikant Rashinkar | 2014-07-27 | 1 | -0/+6 |
| | |||||
* | coverity: improper use of negative value | Laxmikant Rashinkar | 2014-07-26 | 1 | -0/+5 |
| | |||||
* | work on codec mode | Jay Sorg | 2014-07-19 | 1 | -0/+1 |
| | |||||
* | xup: check for g_shmat failure and change error case | Jay Sorg | 2014-07-03 | 1 | -4/+6 |
| | |||||
* | more fixes for 32 bit color | Jay Sorg | 2014-06-10 | 1 | -3/+3 |
| | |||||
* | xup: don't need to clear on connect | Jay Sorg | 2014-05-19 | 1 | -5/+1 |
| | |||||
* | work on codec mode jpeg | Jay Sorg | 2014-03-22 | 2 | -6/+22 |
| | |||||
* | o default login limit is now 50 users (instead of 10) | Laxmikant Rashinkar | 2014-02-28 | 1 | -6/+6 |
| | | | | | 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 | ||||
* | added server_paint_rects | Jay Sorg | 2014-02-18 | 2 | -8/+73 |
| | |||||
* | xup: added process_server_paint_rect_shmem_ex | Jay Sorg | 2014-02-09 | 1 | -2/+57 |
| | |||||
* | xup: no logic change, seperate one big function out | Jay Sorg | 2014-02-03 | 1 | -250/+579 |
| | |||||
* | xup: call shmdt on disconnect | Jay Sorg | 2014-01-28 | 1 | -5/+7 |
| | |||||
* | log client ip with pid, etc | Jay Sorg | 2013-10-02 | 1 | -2/+6 |
| | |||||
* | xup: pid logging, use log_message | Jay Sorg | 2013-10-02 | 1 | -4/+6 |
| | |||||
* | add pid logging | Jay Sorg | 2013-10-01 | 1 | -0/+30 |
| | |||||
* | merges from authentic8 | Jay Sorg | 2013-09-26 | 2 | -2/+164 |
|\ | |||||
| * | part of merge, no logic change, add -g to Makefile and LLOGLN to xup.c | Jay Sorg | 2013-08-22 | 1 | -0/+6 |
| | | |||||
| * | Hand-apply patch (compositing) from Authentic8: 5d5e470 81c9c29 b0c2c10 ↵ | Jim Grandy | 2013-08-22 | 2 | -2/+80 |
| | | | | | | | | 27d8a01 a96a217 e512090 a9a6762 9c02bfa bd26fcc c0d29d9 676dd35 3b26737 | ||||
| * | Hand-apply patches (glyph cache) from Authentic8 branch: 653869c 30f23d4 ↵ | Jim Grandy | 2013-08-22 | 2 | -1/+58 |
| | | | | | | | | 74b015d 4e51e6d 2829087 | ||||
| * | Hand-apply patches (rail improvements) from Authentic8 branch: 507694d, ↵ | Jim Grandy | 2013-08-22 | 1 | -0/+22 |
| | | | | | | | | 0e21d45, 44447d5, e452e4f, 3d05576, dd69d8f | ||||
* | | X11rdp: work on off screen bitmap, size limit, use ack for screen delayed ↵ | Jay Sorg | 2013-09-09 | 1 | -2/+6 |
| | | | | | | | | drawing | ||||
* | | xup: add shared memory option for X11rdp and xrdp | Jay Sorg | 2013-08-18 | 2 | -1/+73 |
|/ | |||||
* | xup: from Marc, added missing bgcolor | Jay Sorg | 2013-06-27 | 1 | -0/+5 |
| | |||||
* | work on new(color) cursors | Jay Sorg | 2013-03-18 | 2 | -3/+32 |
| | |||||
* | o moved from GNU General Public License to Apache License, Version 2.0 | Laxmikant Rashinkar | 2012-09-19 | 2 | -701/+758 |
| | | | | | o applied new coding standards to all .c files o moved some files around | ||||
* | xup: add some rail messages to the interface | Jay Sorg | 2012-07-31 | 2 | -1/+119 |
| | |||||
* | xup: do not set tcp options for unix domain socket | Jay Sorg | 2012-07-17 | 1 | -2/+2 |
| | |||||
* | autotools: change top_srcdir to top_builddir for LIBADD | Jay Sorg | 2012-07-13 | 1 | -1/+1 |
| |