summaryrefslogtreecommitdiffstats
path: root/common/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* remove crc16.h from common/Makefile.amJay Sorg2017-11-091-1/+0
|
* move base64 functions to base64.cKoichiro IWAO2017-08-011-0/+2
|
* Rename file_loc.h to xrdp_sockets.h, install itPavel Roskin2017-03-281-2/+2
| | | | Include xrdp_sockets.h directly, not through headers.
* Make socket directory configurable, don't hardcode /tmp/.xrdpPavel Roskin2017-03-171-1/+2
| | | | | | | | | | Use XRDP_SOCKET_PATH in file_loc.h Don't define any non-socket paths in file_loc.h, they should come from the makefiles. Define all paths unconditionally, they should not be defined elsewhere. Pass XRDP_SOCKET_PATH as environment variable to the backends.
* fix build with --enable-xrdpdebug=yesvolth2017-01-041-2/+0
|
* fix build with --enable-xrdpdebug=yesvolth2017-01-041-0/+6
|
* Use pkg-config to discover OpenSSLPavel Roskin2016-11-291-2/+3
| | | All supported versions of OpenSSL have pkg-config files.
* Add -ldl to libcommon link flags if it's needed for dlopen()Pavel Roskin2016-11-291-1/+2
|
* Install headers used by X11rdp and xorgxrdpPavel Roskin2016-11-061-3/+5
| | | | | Installing the headers makes it possible to compile xorgxrdp as a separate package, without xrdp sources.
* Include stdint.h, don't redefine MAX/MIN constants if already definedJay Sorg2016-08-121-5/+5
|
* add more advances region support using pixmanJay Sorg2016-08-081-1/+10
|
* Move headers from EXTRA_DIST to sources, sort alphabeticallyPavel Roskin2016-02-211-23/+21
| | | | 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.
* Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGSPavel Roskin2016-01-291-1/+1
| | | | | | | | | 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.
* common: remove d3des filesJay Sorg2015-08-181-2/+0
|
* add missing files into extra_dist,itamarjp2015-07-141-1/+2
| | | | this is required when using make dist to generate a tarball
* common: move tls calls to ssl_callsJay Sorg2014-11-251-2/+1
|
* libxrdp, common: work on TLS modeIdan Freiberg2014-07-231-2/+3
|
* reduce the memory needed for crc16 bitmap cache listsJay Sorg2014-03-151-0/+2
|
* added a FIFO implementationLaxmikant Rashinkar2014-03-121-0/+2
|
* sesman: Fix distPhilipp Hahn2013-01-281-2/+18
| | | | | Add missing header files to EXTRA_DIST. Otherwise "make distcheck" fails.
* log: added path for when --prefix is usedJay Sorg2012-06-101-1/+2
|
* add ssl init to commonJay Sorg2011-05-281-0/+1
|
* include missing files in make distItamar Reis Peixoto2010-11-201-0/+2
|
* autotools fix and file_loc.h simplifiedjsorg712009-05-191-0/+7
|
* added trans.cjsorg712008-08-311-1/+2
|
* remove lib versionjsorg712008-08-151-3/+0
|
* libcommon and version changejsorg712008-08-121-5/+5
|
* build common as a libraryjsorg712008-08-061-7/+10
|
* autotoolsjsorg712008-08-031-0/+15