summaryrefslogtreecommitdiffstats
path: root/xrdpapi
Commit message (Collapse)AuthorAgeFilesLines
* 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