Commit Graph

27 Commits (acdfc94511985c5c4369fc650c9f3bb3773dc2e3)

Author SHA1 Message Date
Pavel Roskin aaa89ad4e6 Use const unsigned for hex arrays
Some constants are too big for the signed type.
9 years ago
Pavel Roskin 9057ad0bba Remove unused variables in get_display_num_from_display() 9 years ago
Pavel Roskin ca9cbcafc8 Typo fixes 9 years ago
Pavel Roskin 59a5fb0ddb Move headers from EXTRA_DIST to sources, sort alphabetically
There should be no functional difference.
9 years ago
Pavel Roskin 92a6833e9b Fix typos 9 years ago
Pavel Roskin dcab7552db Stop redefining libdir, use moduledir for ${libdir}/xrdp
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.
9 years ago
Pavel Roskin 5d9dae24c5 xrdpapi: fix MacOS compilation - use SO_NOSIGPIPE instead of MSG_NOSIGNAL 9 years ago
Pavel Roskin a452d8d36a Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGS
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.
9 years ago
Jay Sorg 040c3a3327 don't use g_free in xrdpapi 9 years ago
Laxmikant Rashinkar 119fd3031c buffer not null terminated 11 years ago
Laxmikant Rashinkar 0915d33d70 coverity: dead code 11 years ago
Laxmikant Rashinkar fde7be5151 coverity: fixed issue argument cannot be negative 11 years ago
Laxmikant Rashinkar a990287c46 coverity: fixed unchecked return value from library 11 years ago
Koichiro IWAO 53e360b5ed xrdpapi: Fix comment, no logic change 11 years ago
Jay Sorg c6fa03102f copyright year update 12 years ago
Jay Sorg b7af404030 xrdpapi: cast fix 12 years ago
Jay Sorg d1fc67102a xrdpapi: send for all bytes 12 years ago
Jay Sorg 4f6cbfd3fe xrdpapi: use header for server to client writes 12 years ago
Laxmikant Rashinkar edf5971cef o in login dialog set sesman-X11rdp as the default module
o added support for video redirection without using TSMF
12 years ago
Laxmikant Rashinkar 5b0eaa4a9b o added support for dynamic virtual channels
o added echo test routine in simple.c for testing DVC using Microsoft's ECHO protocol
13 years ago
Laxmikant Rashinkar 1123323fda o moved from GNU General Public License to Apache License, Version 2.0
o applied new coding standards to all .c files
o moved some files around
13 years ago
Jay Sorg 7539d7271e chansrv: work on dynamic channels 13 years ago
Jay Sorg 9b9d2304fd xrdpapi: got simple test working 13 years ago
Jay Sorg 2aa53cbdd1 xrdpapi: add cplusplus for header 13 years ago
Jay Sorg 97ec29f9ff xrdpapi: complete basic WTSVirtual* functions 13 years ago
Jay Sorg e9aa5df420 xrdpapi: added library skel 13 years ago
Jay Sorg 0e6210fb13 added xrdpapi 13 years ago