Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-19Add xrdpapi/simple.c to the CImatt335672
2022-05-19Update xrdpapi/simple.c for new loggingmatt335672
2022-03-22Explicitly link libxrdpapi with libcommonmatt335672
2021-04-13Move get_display_num_from_display to string_calls modulematt335672
2021-04-13Allow DISPLAY=:0 for chansrv and in other modulesmatt335672
2021-03-01Unify logging in xrdpapi/* (#1812)aquesnel
2020-01-19misc: Fix cppcheck 1.82 + 1.90 warningsmatt335672
2018-10-12dynamic virtual channel improvementsjsorg71
2017-10-17xrdp-ssh-agent: Remove vim modelineBen Cohen
2017-10-17xrdp-ssh-agent.c: Fix braces for coding styleBen Cohen
2017-10-17Handle EINTR for send() in handle_connection()Ben Cohen
2017-10-17Forward ssh-agent data between ssh clients and RDPBen Cohen
2017-09-13xrdpapi: change WTSVirtualChannelWrite return values to be consistent with WT...speidy
2017-03-28Rename file_loc.h to xrdp_sockets.h, install itPavel Roskin
2017-03-18Make socket directory configurable, don't hardcode /tmp/.xrdpPavel Roskin
2017-03-04Include config_ac.h from all source filesPavel Roskin
2017-01-06Use "void" for empty argument list in declarationsPavel Roskin
2016-12-18Distribute all files except git and github specific dataPavel Roskin
2016-10-20Get rid of EXTRA_LIBS, use variables with more specific namesPavel Roskin
2016-10-20Eliminate EXTRA_FLAGS, it's a poor name, use AM_LDFLAGSPavel Roskin
2016-10-20Merge EXTRA_DEFINES and EXTRA_INCLUDES into AM_CPPFLAGSPavel Roskin
2016-07-08Use const unsigned for hex arraysPavel Roskin
2016-05-07Remove unused variables in get_display_num_from_display()Pavel Roskin
2016-05-05Typo fixesPavel Roskin
2016-02-22Move headers from EXTRA_DIST to sources, sort alphabeticallyPavel Roskin
2016-02-14Fix typosPavel Roskin
2016-02-13Stop redefining libdir, use moduledir for ${libdir}/xrdpPavel Roskin
2016-01-31xrdpapi: fix MacOS compilation - use SO_NOSIGPIPE instead of MSG_NOSIGNALPavel Roskin
2016-01-30Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGSPavel Roskin
2015-12-27don't use g_free in xrdpapiJay Sorg
2014-07-27buffer not null terminatedLaxmikant Rashinkar
2014-07-27coverity: dead codeLaxmikant Rashinkar
2014-07-24coverity: fixed issue argument cannot be negativeLaxmikant Rashinkar
2014-07-21coverity: fixed unchecked return value from libraryLaxmikant Rashinkar
2013-12-27xrdpapi: Fix comment, no logic changeKoichiro IWAO
2013-06-08copyright year updateJay Sorg
2013-02-12xrdpapi: cast fixJay Sorg
2012-12-18xrdpapi: send for all bytesJay Sorg
2012-12-18xrdpapi: use header for server to client writesJay Sorg
2012-11-10o in login dialog set sesman-X11rdp as the default moduleLaxmikant Rashinkar
2012-09-28o added support for dynamic virtual channelsLaxmikant Rashinkar
2012-09-20o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar
2012-08-09chansrv: work on dynamic channelsJay Sorg
2012-08-03xrdpapi: got simple test workingJay Sorg
2012-08-03xrdpapi: add cplusplus for headerJay Sorg
2012-08-03xrdpapi: complete basic WTSVirtual* functionsJay Sorg
2012-08-02xrdpapi: added library skelJay Sorg
2012-07-29added xrdpapiJay Sorg