summaryrefslogtreecommitdiffstats
path: root/xrdpapi
Commit message (Collapse)AuthorAgeFilesLines
* Rename file_loc.h to xrdp_sockets.h, install itPavel Roskin2017-03-281-1/+1
| | | | Include xrdp_sockets.h directly, not through headers.
* Make socket directory configurable, don't hardcode /tmp/.xrdpPavel Roskin2017-03-172-1/+6
| | | | | | | | | | 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.
* Include config_ac.h from all source filesPavel Roskin2017-03-043-0/+12
|
* Use "void" for empty argument list in declarationsPavel Roskin2017-01-051-4/+4
| | | | | | In C, an empty argument list in a declaration means that the function can accept any arguments. Use "void" instead, it means "no arguments". C++ treats void and empty list as "no arguments".
* Distribute all files except git and github specific dataPavel Roskin2016-12-181-0/+5
| | | | | It is better to distribute a few useless file than not to distribute needed files.
* Get rid of EXTRA_LIBS, use variables with more specific namesPavel Roskin2016-10-201-5/+0
|
* Eliminate EXTRA_FLAGS, it's a poor name, use AM_LDFLAGSPavel Roskin2016-10-201-4/+0
|
* Merge EXTRA_DEFINES and EXTRA_INCLUDES into AM_CPPFLAGSPavel Roskin2016-10-201-6/+0
| | | | | | | | | | 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.
* Use const unsigned for hex arraysPavel Roskin2016-07-081-2/+4
| | | Some constants are too big for the signed type.
* Remove unused variables in get_display_num_from_display()Pavel Roskin2016-05-061-18/+0
|
* Typo fixesPavel Roskin2016-05-041-1/+1
|
* Move headers from EXTRA_DIST to sources, sort alphabeticallyPavel Roskin2016-02-211-3/+2
| | | | There should be no functional difference.
* Fix typosPavel Roskin2016-02-131-1/+1
|
* 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.
* xrdpapi: fix MacOS compilation - use SO_NOSIGPIPE instead of MSG_NOSIGNALPavel Roskin2016-01-301-0/+13
|
* 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.
* don't use g_free in xrdpapiJay Sorg2015-12-261-1/+1
|
* buffer not null terminatedLaxmikant Rashinkar2014-07-261-1/+1
|
* coverity: dead codeLaxmikant Rashinkar2014-07-261-0/+2
|
* coverity: fixed issue argument cannot be negativeLaxmikant Rashinkar2014-07-231-1/+5
|
* coverity: fixed unchecked return value from libraryLaxmikant Rashinkar2014-07-201-1/+4
|
* xrdpapi: Fix comment, no logic changeKoichiro IWAO2013-12-271-1/+1
|
* copyright year updateJay Sorg2013-06-084-8/+8
|
* xrdpapi: cast fixJay Sorg2013-02-111-1/+1
|
* xrdpapi: send for all bytesJay Sorg2012-12-171-3/+29
|
* xrdpapi: use header for server to client writesJay Sorg2012-12-171-1/+16
|
* o in login dialog set sesman-X11rdp as the default moduleLaxmikant Rashinkar2012-11-095-48/+155
| | | | o added support for video redirection without using TSMF
* o added support for dynamic virtual channelsLaxmikant Rashinkar2012-09-273-281/+386
| | | | o added echo test routine in simple.c for testing DVC using Microsoft's ECHO protocol
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-193-346/+410
| | | | | o applied new coding standards to all .c files o moved some files around
* chansrv: work on dynamic channelsJay Sorg2012-08-083-4/+21
|
* xrdpapi: got simple test workingJay Sorg2012-08-022-0/+103
|
* xrdpapi: add cplusplus for headerJay Sorg2012-08-022-0/+9
|
* xrdpapi: complete basic WTSVirtual* functionsJay Sorg2012-08-022-8/+318
|
* xrdpapi: added library skelJay Sorg2012-08-022-0/+88
|
* added xrdpapiJay Sorg2012-07-281-0/+50