summaryrefslogtreecommitdiffstats
path: root/xrdpapi/xrdpapi.c
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-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.
* Include config_ac.h from all source filesPavel Roskin2017-03-041-0/+4
|
* 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
|
* Fix typosPavel Roskin2016-02-131-1/+1
|
* xrdpapi: fix MacOS compilation - use SO_NOSIGPIPE instead of MSG_NOSIGNALPavel Roskin2016-01-301-0/+13
|
* 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-081-2/+2
|
* 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-091-29/+30
| | | | o added support for video redirection without using TSMF
* o added support for dynamic virtual channelsLaxmikant Rashinkar2012-09-271-181/+225
| | | | 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-191-265/+303
| | | | | o applied new coding standards to all .c files o moved some files around
* chansrv: work on dynamic channelsJay Sorg2012-08-081-1/+7
|
* xrdpapi: got simple test workingJay Sorg2012-08-021-0/+14
|
* xrdpapi: add cplusplus for headerJay Sorg2012-08-021-0/+1
|
* xrdpapi: complete basic WTSVirtual* functionsJay Sorg2012-08-021-5/+303
|
* xrdpapi: added library skelJay Sorg2012-08-021-0/+64