summaryrefslogtreecommitdiffstats
path: root/rdp
Commit message (Collapse)AuthorAgeFilesLines
* Constify the value argument to mod_set_paramPavel Roskin2017-01-112-2/+2
|
* Suppress versioning for modules, tell libtool they are modulesPavel Roskin2017-01-061-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=yesvolth2017-01-041-2/+0
|
* Merge EXTRA_DEFINES and EXTRA_INCLUDES into AM_CPPFLAGSPavel Roskin2016-10-201-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 modulesPavel Roskin2016-07-081-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.0Pavel Roskin2016-07-081-3/+3
|
* Use const unsigned for hex arraysPavel Roskin2016-07-081-5/+5
| | | Some constants are too big for the signed type.
* Fix warnings detected by -Wwrite-stringsPavel Roskin2016-07-082-3/+3
|
* Typo fixesPavel Roskin2016-05-042-3/+3
|
* Fix warnings for unused variables read from byte streamsPavel Roskin2016-04-232-18/+9
|
* Fix all format warnings and some unused variable warningsJay Sorg2016-03-142-12/+13
|
* Move headers from EXTRA_DIST to sources, sort alphabeticallyPavel Roskin2016-02-211-1/+1
| | | | There should be no functional difference.
* Stop redefining libdir, use moduledir for ${libdir}/xrdpPavel Roskin2016-02-121-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" everywherePavel Roskin2016-01-301-1/+1
|
* Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGSPavel Roskin2016-01-291-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 codespellPavel Roskin2016-01-141-1/+1
|
* Fix building outside the source treePavel Roskin2016-01-141-1/+1
| | | $(top_srcdir)/common is in INCLUDES, but $(top_srcdir) is not.
* rename g_tcp_can_recv to g_sck_can_recvJay Sorg2015-10-071-1/+1
|
* coverity: fixed missing break in switchLaxmikant Rashinkar2014-07-282-1/+4
|
* coverity: dead codeLaxmikant Rashinkar2014-07-261-0/+3
|
* coverity: improper use of negative valueLaxmikant Rashinkar2014-07-262-0/+6
|
* coverity: fixed out of bounds read-writeLaxmikant Rashinkar2014-07-201-1/+7
|
* coverity: fixed unchecked return valueLaxmikant Rashinkar2014-07-191-1/+3
|
* copyright year updateJay Sorg2013-06-0810-10/+10
|
* update/fix some debug log calls and add the test of XRDP_DEBUG to make files ↵LawrenceK2012-12-201-1/+9
| | | | so controlled by the autoconf option --enable-xrdpdebug
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-1910-4812/+5303
| | | | | o applied new coding standards to all .c files o moved some files around
* autotools: change top_srcdir to top_builddir for LIBADDJay Sorg2012-07-131-1/+1
|
* Deadlock situation bug fix and improved debug informationnorrarvid2012-06-011-0/+8
|
* include missing files in make distItamar Reis Peixoto2010-11-201-0/+1
|
* Fixed warning about wrong vnc* tructNicola Ruggero2010-11-201-1/+1
|
* fixes for bell functionJay Sorg2010-11-181-2/+3
|
* Major code cleanup:Nicola Ruggero2010-11-032-131/+141
| | | | | | | - Initialized and zeroed out local variables - Check for some null pointers - Fixed some typos - Other minor changes (beautify, etc.)
* Added bell (pcspeaker) supportNicola Ruggero2010-10-261-1/+1
|
* update copyright yearjsorg712010-07-0410-10/+10
|
* remove some dead codejsorg712009-12-261-3/+1
|
* remove some dead codejsorg712009-12-261-2/+2
|
* channel fixesjsorg712009-08-152-1/+5
|
* change the order of params for keydown/up to be more backward compatiblejsorg712009-08-121-2/+2
|
* keymap changesjsorg712009-08-121-2/+2
|
* autotools fix and file_loc.h simplifiedjsorg712009-05-191-0/+7
|
* update copyright yearjsorg712009-01-2510-10/+10
|
* fix some buffer overrunsjsorg712009-01-231-12/+33
|
* remove old makefilesjsorg712008-12-163-103/+0
|
* remove lib versionjsorg712008-08-151-3/+0
|
* version and common changejsorg712008-08-121-2/+2
|
* build common as a libraryjsorg712008-08-061-1/+1
|
* autotoolsjsorg712008-08-031-0/+22
|
* added more color conversionjsorg712008-06-151-0/+105
|
* added 24 bpp color supportjsorg712008-06-152-17/+61
|
* fix mono cursor issue with librdpjsorg712008-06-011-2/+2
|