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
path: root/vnc
AgeCommit message (Expand)Author
2022-09-03fix typosa1346054
2022-03-31Rework transport connect logicmatt335672
2022-03-27Updating to refactor xrdp_client_infoChristopher Pitstick
2022-02-09Remove s_check() macromatt335672
2022-01-20Add missing ssl_sha1_clear()/ssl_md5_clear() callsmatt335672
2022-01-05Merge pull request #2011 from matt335672/unify_scpv0_codematt335672
2022-01-04Fix gcc11.1 uninitialised var warningmatt335672
2021-11-25Create shared GUID module to simplify session guid handlingmatt335672
2021-10-21Minor memory leaks found with valgrindmatt335672
2021-10-20Merge pull request #2014 from matt335672/xrdp_leaksmatt335672
2021-10-12Remove unnecessary error from neutrinordp logmatt335672
2021-10-11Fix minor memory leaksmatt335672
2021-09-08Add missing rfb.c to the VNC module makefilematt335672
2021-09-06Rename misnamed function get_eds_status_msgmatt335672
2021-08-05Cater for RFB clip size of zero bytesmatt335672
2021-06-08Use symbolic names for static virtual channel name stringsmatt335672
2021-06-08Don't tell the RDP client about unchanged clip data from the RFB sidematt335672
2021-06-08Split up vnc.c into modules and re-implement clipboard functionsmatt335672
2021-06-08Add server_chansrv_in_use() to module interfacematt335672
2021-05-28Split development option into separate thingsmatt335672
2021-05-08Fixing formatting with astyleAlexandre Quesnel
2021-04-22Resolution switching without reconnecting.Christopher Pitstick
2021-03-01Unify logging in vnc/* (#1811)aquesnel
2020-12-22Moved a lot of string funcs to string_calls modulematt335672
2020-10-20Improve source_info commenting and fix neutrino slow linkMatt Burt
2020-06-04Implemented resize and multimon support for VNC backendmatt335672
2019-04-26update the module versionJay Sorg
2019-04-26vnc: implement suppress outputJay Sorg
2018-01-30Make changes to generate dylibs in mac againVraiment
2017-03-14Eliminate APP_CC and DEFAULT_CCPavel Roskin
2017-03-04Include config_ac.h from all source filesPavel Roskin
2017-01-11Constify the value argument to mod_set_paramPavel Roskin
2017-01-06Suppress versioning for modules, tell libtool they are modulesPavel Roskin
2017-01-04fix build with --enable-xrdpdebug=yesvolth
2017-01-04fix build with --enable-xrdpdebug=yesvolth
2016-12-09Fix support for 32-bpp clients connecting to 16-bpp VNCPavel Roskin
2016-12-05vnc: code cleanupJay Sorg
2016-12-04vnc: change password file to use guid hashJay Sorg
2016-07-08Declare unified module interface and use it in modulesPavel Roskin
2016-07-08Fix signed to unsigned comparisons reported by g++ 6.1.0Pavel Roskin
2016-07-08Fix warnings detected by -Wwrite-stringsPavel Roskin
2016-06-22Fix format warnings in log_message() callsPavel 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-02-10vnc: enable 32 bpp support for Xvnc, it actually worksPavel Roskin
2016-02-08Don't capitalize "Error" and print the error valuePavel Roskin
2016-01-31Replace "charactor" with "character" everywherePavel Roskin
2016-01-30Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGSPavel Roskin