Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove crc16.h from common/Makefile.am | Jay Sorg | 2017-11-09 | 1 | -1/+0 |
| | |||||
* | move base64 functions to base64.c | Koichiro IWAO | 2017-08-01 | 1 | -0/+2 |
| | |||||
* | Rename file_loc.h to xrdp_sockets.h, install it | Pavel Roskin | 2017-03-28 | 1 | -2/+2 |
| | | | | Include xrdp_sockets.h directly, not through headers. | ||||
* | Make socket directory configurable, don't hardcode /tmp/.xrdp | Pavel Roskin | 2017-03-17 | 1 | -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=yes | volth | 2017-01-04 | 1 | -2/+0 |
| | |||||
* | fix build with --enable-xrdpdebug=yes | volth | 2017-01-04 | 1 | -0/+6 |
| | |||||
* | Use pkg-config to discover OpenSSL | Pavel Roskin | 2016-11-29 | 1 | -2/+3 |
| | | | All supported versions of OpenSSL have pkg-config files. | ||||
* | Add -ldl to libcommon link flags if it's needed for dlopen() | Pavel Roskin | 2016-11-29 | 1 | -1/+2 |
| | |||||
* | Install headers used by X11rdp and xorgxrdp | Pavel Roskin | 2016-11-06 | 1 | -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 defined | Jay Sorg | 2016-08-12 | 1 | -5/+5 |
| | |||||
* | add more advances region support using pixman | Jay Sorg | 2016-08-08 | 1 | -1/+10 |
| | |||||
* | Move headers from EXTRA_DIST to sources, sort alphabetically | Pavel Roskin | 2016-02-21 | 1 | -23/+21 |
| | | | | 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. | ||||
* | Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGS | Pavel Roskin | 2016-01-29 | 1 | -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 files | Jay Sorg | 2015-08-18 | 1 | -2/+0 |
| | |||||
* | add missing files into extra_dist, | itamarjp | 2015-07-14 | 1 | -1/+2 |
| | | | | this is required when using make dist to generate a tarball | ||||
* | common: move tls calls to ssl_calls | Jay Sorg | 2014-11-25 | 1 | -2/+1 |
| | |||||
* | libxrdp, common: work on TLS mode | Idan Freiberg | 2014-07-23 | 1 | -2/+3 |
| | |||||
* | reduce the memory needed for crc16 bitmap cache lists | Jay Sorg | 2014-03-15 | 1 | -0/+2 |
| | |||||
* | added a FIFO implementation | Laxmikant Rashinkar | 2014-03-12 | 1 | -0/+2 |
| | |||||
* | sesman: Fix dist | Philipp Hahn | 2013-01-28 | 1 | -2/+18 |
| | | | | | Add missing header files to EXTRA_DIST. Otherwise "make distcheck" fails. | ||||
* | log: added path for when --prefix is used | Jay Sorg | 2012-06-10 | 1 | -1/+2 |
| | |||||
* | add ssl init to common | Jay Sorg | 2011-05-28 | 1 | -0/+1 |
| | |||||
* | include missing files in make dist | Itamar Reis Peixoto | 2010-11-20 | 1 | -0/+2 |
| | |||||
* | autotools fix and file_loc.h simplified | jsorg71 | 2009-05-19 | 1 | -0/+7 |
| | |||||
* | added trans.c | jsorg71 | 2008-08-31 | 1 | -1/+2 |
| | |||||
* | remove lib version | jsorg71 | 2008-08-15 | 1 | -3/+0 |
| | |||||
* | libcommon and version change | jsorg71 | 2008-08-12 | 1 | -5/+5 |
| | |||||
* | build common as a library | jsorg71 | 2008-08-06 | 1 | -7/+10 |
| | |||||
* | autotools | jsorg71 | 2008-08-03 | 1 | -0/+15 |