Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | neutrinordp: don't enable remote_app if the INFO_RAIL flag is not set | daixj | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | workaround for corrupted display with W2K8 | cocoon | 2017-12-18 | 1 | -2/+7 |
| | | | workaround for corrupted display like black bars left of cmd with W2K8 | ||||
* | Eliminate APP_CC and DEFAULT_CC | Pavel Roskin | 2017-03-14 | 3 | -58/+58 |
| | |||||
* | Include config_ac.h from all source files | Pavel Roskin | 2017-03-04 | 2 | -0/+8 |
| | |||||
* | neutrinordp: add session_info | speidy | 2017-01-15 | 2 | -3/+51 |
| | |||||
* | Constify the value argument to mod_set_param | Pavel Roskin | 2017-01-11 | 2 | -2/+2 |
| | |||||
* | Suppress versioning for modules, tell libtool they are modules | Pavel Roskin | 2017-01-06 | 1 | -0/+2 |
| | | | | | | | | Versioning is for libraries. Modules are not libraries; no code is linked against them. Libtool makes sure the modules can be opened by dlopen(). That is already true for ELF format, but other file formats may need special processing. | ||||
* | fix build with --enable-xrdpdebug=yes | volth | 2017-01-04 | 1 | -2/+0 |
| | |||||
* | Distribute all files except git and github specific data | Pavel Roskin | 2016-12-18 | 1 | -0/+1 |
| | | | | | It is better to distribute a few useless file than not to distribute needed files. | ||||
* | Merge EXTRA_DEFINES and EXTRA_INCLUDES into AM_CPPFLAGS | Pavel Roskin | 2016-10-20 | 1 | -9/+6 |
| | | | | | | | | | | AM_CPPFLAGS is a documented Automake variable for C preprocessor flags that should not be overridden when compiling the package. There is no need to have two additional variables that are ultimately merged into AM_CPPFLAGS. Their names are also confusing. EXTDA_DIST is a documented Automake variable. Everything else that starts with "EXTRA" is not. | ||||
* | 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. | ||||
* | Don't include X11/Xlib.h for XPoint, define a replacement | Pavel Roskin | 2016-07-08 | 1 | -2/+3 |
| | | | | XRDP modules are not X11 clients and should not generally need X11 headers. There is no need to match the X11 structure. | ||||
* | Fix warnings detected by -Wwrite-strings | Pavel Roskin | 2016-07-08 | 2 | -3/+3 |
| | |||||
* | Fix format warnings in log_message() calls | Pavel Roskin | 2016-06-21 | 1 | -8/+8 |
| | |||||
* | neutrinordp: indentation fixes | speidy | 2016-05-12 | 3 | -214/+262 |
| | |||||
* | neutrinordp: | speidy | 2016-05-12 | 2 | -12/+19 |
| | | | | | | o support for passing domain name to module, using xrdp.ini module specific parameter o reduce rail trace logging | ||||
* | neutrinordp: support for 32 to 16 bitmap conversion | speidy | 2016-05-12 | 2 | -0/+25 |
| | |||||
* | neutrinordp: added 16bpp to 32bpp pixel color conversion | speidy | 2016-05-12 | 1 | -0/+8 |
| | |||||
* | neutrinordp: set nla, program parameters from preamble | speidy | 2016-05-12 | 1 | -0/+8 |
| | |||||
* | Typo fixes | Pavel Roskin | 2016-05-04 | 1 | -1/+1 |
| | |||||
* | Move headers from EXTRA_DIST to sources, sort alphabetically | Pavel Roskin | 2016-02-21 | 1 | -2/+4 |
| | | | | There should be no functional difference. | ||||
* | Fix typos | Pavel Roskin | 2016-02-13 | 1 | -2/+2 |
| | |||||
* | 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. | ||||
* | Replace "charactor" with "character" everywhere | Pavel Roskin | 2016-01-30 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | update the module API | Jay Sorg | 2015-07-10 | 1 | -9/+10 |
| | |||||
* | neutrinordp: turn off order caps not tested | Jay Sorg | 2014-10-12 | 1 | -16/+40 |
| | |||||
* | Readded removed breaks | ArvidNorr | 2014-05-23 | 1 | -0/+2 |
| | |||||
* | merge ArvidN | speidy | 2014-05-20 | 1 | -5/+22 |
| | |||||
* | neutrinordp: minor changes, coding style, log level | Jay Sorg | 2014-05-20 | 2 | -7/+4 |
| | | | | | | Conflicts: neutrinordp/xrdp-neutrinordp.c neutrinordp/xrdp-neutrinordp.h | ||||
* | neutirnordp: changes for rail proxy | speidy | 2014-02-05 | 1 | -33/+53 |
| | |||||
* | neutrinordp: fix for rail proxy, change freerdp_UnicodeToAsciiAlloc | speidy | 2014-01-19 | 1 | -19/+24 |
| | | | calls | ||||
* | work on neutrinordp proxy, cursor and glyph | Jay Sorg | 2013-06-23 | 2 | -29/+100 |
| | |||||
* | neutrinordp module, use SendInvalidate on invalidate | Jay Sorg | 2013-05-13 | 1 | -43/+8 |
| | |||||
* | got neutrinordp module building | Jay Sorg | 2013-05-03 | 2 | -108/+122 |
| | |||||
* | started adding neutrinordp module | Jay Sorg | 2013-05-03 | 5 | -0/+2408 |