Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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. | ||||
* | Fix signed to unsigned comparisons reported by g++ 6.1.0 | Pavel Roskin | 2016-07-08 | 1 | -3/+3 |
| | |||||
* | Use const unsigned for hex arrays | Pavel Roskin | 2016-07-08 | 1 | -5/+5 |
| | | | Some constants are too big for the signed type. | ||||
* | Fix warnings detected by -Wwrite-strings | Pavel Roskin | 2016-07-08 | 2 | -3/+3 |
| | |||||
* | Typo fixes | Pavel Roskin | 2016-05-04 | 2 | -3/+3 |
| | |||||
* | Fix warnings for unused variables read from byte streams | Pavel Roskin | 2016-04-23 | 2 | -18/+9 |
| | |||||
* | Fix all format warnings and some unused variable warnings | Jay Sorg | 2016-03-14 | 2 | -12/+13 |
| | |||||
* | Move headers from EXTRA_DIST to sources, sort alphabetically | Pavel Roskin | 2016-02-21 | 1 | -1/+1 |
| | | | | 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. | ||||
* | 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. | ||||
* | Run through codespell | Pavel Roskin | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | Fix building outside the source tree | Pavel Roskin | 2016-01-14 | 1 | -1/+1 |
| | | | $(top_srcdir)/common is in INCLUDES, but $(top_srcdir) is not. | ||||
* | rename g_tcp_can_recv to g_sck_can_recv | Jay Sorg | 2015-10-07 | 1 | -1/+1 |
| | |||||
* | coverity: fixed missing break in switch | Laxmikant Rashinkar | 2014-07-28 | 2 | -1/+4 |
| | |||||
* | coverity: dead code | Laxmikant Rashinkar | 2014-07-26 | 1 | -0/+3 |
| | |||||
* | coverity: improper use of negative value | Laxmikant Rashinkar | 2014-07-26 | 2 | -0/+6 |
| | |||||
* | coverity: fixed out of bounds read-write | Laxmikant Rashinkar | 2014-07-20 | 1 | -1/+7 |
| | |||||
* | coverity: fixed unchecked return value | Laxmikant Rashinkar | 2014-07-19 | 1 | -1/+3 |
| | |||||
* | copyright year update | Jay Sorg | 2013-06-08 | 10 | -10/+10 |
| | |||||
* | update/fix some debug log calls and add the test of XRDP_DEBUG to make files ↵ | LawrenceK | 2012-12-20 | 1 | -1/+9 |
| | | | | so controlled by the autoconf option --enable-xrdpdebug | ||||
* | o moved from GNU General Public License to Apache License, Version 2.0 | Laxmikant Rashinkar | 2012-09-19 | 10 | -4812/+5303 |
| | | | | | o applied new coding standards to all .c files o moved some files around | ||||
* | autotools: change top_srcdir to top_builddir for LIBADD | Jay Sorg | 2012-07-13 | 1 | -1/+1 |
| | |||||
* | Deadlock situation bug fix and improved debug information | norrarvid | 2012-06-01 | 1 | -0/+8 |
| | |||||
* | include missing files in make dist | Itamar Reis Peixoto | 2010-11-20 | 1 | -0/+1 |
| | |||||
* | Fixed warning about wrong vnc* truct | Nicola Ruggero | 2010-11-20 | 1 | -1/+1 |
| | |||||
* | fixes for bell function | Jay Sorg | 2010-11-18 | 1 | -2/+3 |
| | |||||
* | Major code cleanup: | Nicola Ruggero | 2010-11-03 | 2 | -131/+141 |
| | | | | | | | - Initialized and zeroed out local variables - Check for some null pointers - Fixed some typos - Other minor changes (beautify, etc.) | ||||
* | Added bell (pcspeaker) support | Nicola Ruggero | 2010-10-26 | 1 | -1/+1 |
| | |||||
* | update copyright year | jsorg71 | 2010-07-04 | 10 | -10/+10 |
| | |||||
* | remove some dead code | jsorg71 | 2009-12-26 | 1 | -3/+1 |
| | |||||
* | remove some dead code | jsorg71 | 2009-12-26 | 1 | -2/+2 |
| | |||||
* | channel fixes | jsorg71 | 2009-08-15 | 2 | -1/+5 |
| | |||||
* | change the order of params for keydown/up to be more backward compatible | jsorg71 | 2009-08-12 | 1 | -2/+2 |
| | |||||
* | keymap changes | jsorg71 | 2009-08-12 | 1 | -2/+2 |
| | |||||
* | autotools fix and file_loc.h simplified | jsorg71 | 2009-05-19 | 1 | -0/+7 |
| | |||||
* | update copyright year | jsorg71 | 2009-01-25 | 10 | -10/+10 |
| | |||||
* | fix some buffer overruns | jsorg71 | 2009-01-23 | 1 | -12/+33 |
| | |||||
* | remove old makefiles | jsorg71 | 2008-12-16 | 3 | -103/+0 |
| | |||||
* | remove lib version | jsorg71 | 2008-08-15 | 1 | -3/+0 |
| | |||||
* | version and common change | jsorg71 | 2008-08-12 | 1 | -2/+2 |
| | |||||
* | build common as a library | jsorg71 | 2008-08-06 | 1 | -1/+1 |
| | |||||
* | autotools | jsorg71 | 2008-08-03 | 1 | -0/+22 |
| | |||||
* | added more color conversion | jsorg71 | 2008-06-15 | 1 | -0/+105 |
| | |||||
* | added 24 bpp color support | jsorg71 | 2008-06-15 | 2 | -17/+61 |
| | |||||
* | fix mono cursor issue with librdp | jsorg71 | 2008-06-01 | 1 | -2/+2 |
| |