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-11-11Constify some magic numbersKoichiro IWAO
2022-11-01Replace guid_to_str() with ms_guid_to_str()Koichiro IWAO
2022-11-01libxrdp: record codec GUID to identify unknown codecKoichiro IWAO
2022-09-03fix typosa1346054
2022-07-29Parse more physical monitor size informationmatt335672
2022-07-03Update handling of scale factorChristopher Pitstick
2022-05-18Unify connection fields for the connected clientmatt335672
2022-05-18Relaxed Channel Join PDU requirements for non-TLSmatt335672
2022-05-18Log connected client versionmatt335672
2022-05-18Send MS-compatible user channelmatt335672
2022-05-18Update channel loggingmatt335672
2022-04-19Merge pull request #2219 from matt335672/off_by_onematt335672
2022-04-08Fix off-by-one errors in monitor resize logicmatt335672
2022-04-01Set closed RDP socket to -1 rather than 0matt335672
2022-03-27Updating to refactor xrdp_client_infoChristopher Pitstick
2022-03-27Unify monitor processing logic.Christopher Pitstick
2022-02-15Minor logging fixes in xrdp_iso.cNexarian
2022-02-14Move DRDYNVC_STATUS_* to xrdp_channel.hNexarian
2022-01-28Better logging of classic connection securitymatt335672
2022-01-05Merge pull request #1932 from Nexarian/add_monitor_processing_unit_testsmatt335672
2021-12-15Add calculate_multifragmentupdate_len()matt335672
2021-12-08Initial cut at a unit test for xrdp_sec_process_mcs_data_monitorsChristopher Pitstick
2021-12-02Fix buffer size checkmatt335672
2021-11-30Set stream size correctly before adding TS_SURFCMD_STREAM_SURF_BITS headermatt335672
2021-10-25Rename client_ip to connection_descriptionmatt335672
2021-09-03Improve security level logging at ISO layermatt335672
2021-08-15Bug fix when parameter is 0TOMATO-ONE
2021-08-08override keyboard infomation #1950TOMATO-ONE
2021-06-08Create ms-rdpeclip.h and update ms-rdpbcgr.hmatt335672
2021-05-28xrdp_rdp_send_data() now works with --enable-devel-streamcheckmatt335672
2021-05-28Split development option into separate thingsmatt335672
2021-04-26Demote some too verbose logs to TRACE levelKoichiro IWAO
2021-04-22Resolution switching without reconnecting.Christopher Pitstick
2021-02-26Add versioning to xrdp_client_infomatt335672
2021-02-04Added libxrdp_get_channel_count()matt335672
2021-02-04Add detailed logging to libxrdp (#1742)aquesnel
2021-01-24Fixing TS_PLAY_SOUND_PDU_DATA to set the correct frequency and durationAlexandre Quesnel
2020-12-23Merge pull request #1738 from aquesnel/unify_logging_libxrdpmetalefty
2020-12-22Moved a lot of string funcs to string_calls modulematt335672
2020-12-21Allow FuseMountName for chansrv to be absolute pathmatt335672
2020-12-12Removing duplicate logging statementsAlexandre Quesnel
2020-12-05Changing LOG_DEVEL to LOG to avoid silent failures.Alexandre Quesnel
2020-11-30Fixing code formatting with astyleAlexandre Quesnel
2020-11-30Migrating logging to LOG() and LOG_DEVEL() in libxrdp/*Alexandre Quesnel
2020-10-16Added -c / --config to xrdpmatt335672
2020-09-09Merge pull request #1668 from bolkedebruin/enable_token_ssomatt335672
2020-09-01Merge pull request #1662 from aquesnel/fix_chunk_assemblymetalefty
2020-08-30Allow domain name to be concatenated to usernameBolke de Bruin
2020-08-29Add support for token authenticationBolke de Bruin
2020-08-24Adding checks to prevent buffer overruns during data chunk re-assemblyAlexandre Quesnel