summaryrefslogtreecommitdiffstats
path: root/mc
Commit message (Collapse)AuthorAgeFilesLines
* 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 warnings detected by -Wwrite-stringsPavel Roskin2016-07-082-3/+3
|
* Typo fixesPavel Roskin2016-05-041-1/+1
|
* Move headers from EXTRA_DIST to sources, sort alphabeticallyPavel Roskin2016-02-211-3/+3
| | | | 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.
* update the module APIJay Sorg2015-07-101-9/+10
|
* copyright year updateJay Sorg2013-06-082-2/+2
|
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-192-84/+81
| | | | | 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
|
* update mc interfaceJay Sorg2010-12-091-1/+5
|
* include missing files in make distItamar Reis Peixoto2010-11-201-0/+1
|
* work on freerdpJay Sorg2010-11-191-1/+1
|
* fixes for bell functionJay Sorg2010-11-181-2/+3
|
* update copyright yearjsorg712010-07-042-2/+2
|
* channel fixesjsorg712009-08-152-1/+5
|
* autotools fix and file_loc.h simplifiedjsorg712009-05-191-0/+7
|
* update copyright yearjsorg712009-01-252-2/+2
|
* remove old makefilesjsorg712008-12-161-22/+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/+13
|
* update copyright yearjsorg712008-01-302-2/+2
|
* early workjsorg712007-06-032-1/+161
|
* added mcjsorg712007-06-033-0/+68