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/common
AgeCommit message (Expand)Author
2022-11-10guid_new() returns GUIDs compatible with RFC4122matt335672
2022-11-09Add --reload option to sesmanmatt335672
2022-11-04Merge pull request #2401 from metalefty/codec_guidmetalefty
2022-11-04Update header commentsKoichiro IWAO
2022-11-01Replace guid_to_str() with ms_guid_to_str()Koichiro IWAO
2022-11-01Use 8-4-4-4-12 rather than 8-4-4-16 for GUID textual representationKoichiro IWAO
2022-11-01common: add function to convert from Microsoft's GUID to stringKoichiro IWAO
2022-11-01Add CODEC_GUID_IGNOREKoichiro IWAO
2022-10-20Add casts required for C++ CI and OpenSSL 3.xmatt335672
2022-10-11log: add some more commentsKoichiro IWAO
2022-10-11log: quit using lrint and -lmKoichiro IWAO
2022-10-11log: change date format to ISO8601-likeKoichiro IWAO
2022-09-15fix code review issuessefler
2022-09-15touchpad scrolling works nowsefler
2022-09-06Add g_memmove() to os_callsmatt335672
2022-09-06Font macro updates for adding font utilitiesmatt335672
2022-09-03fix typosa1346054
2022-07-29Parse more physical monitor size informationmatt335672
2022-05-18Add bitmask to character string conversionsmatt335672
2022-05-18Cosmetic fixes to string_callsmatt335672
2022-05-18Unify connection fields for the connected clientmatt335672
2022-05-04Merge pull request #1983 from matt335672/pam_group_fixmatt335672
2022-04-18Move SCP to a Unix Domain Socketmatt335672
2022-04-15Added g_umask_hex() callmatt335672
2022-04-05Moved initgroups call to before auth_start_session()matt335672
2022-04-01Prevent unnecessary close of sck = -1 in trans_listen_address()matt335672
2022-03-31Rework transport connect logicmatt335672
2022-03-27Updating to refactor xrdp_client_infoChristopher Pitstick
2022-03-27Unify monitor processing logic.Christopher Pitstick
2022-03-15Add libipm test suitematt335672
2022-03-15Add subclassing capability to struct transmatt335672
2022-03-04Change 3rd parameter of log_start() to flags fieldmatt335672
2022-03-03logging : Remove processing for unused variablesmatt335672
2022-02-15Fixed g_waitpid functionzbstao
2022-02-14Fix NPEs in log.cNexarian
2022-02-09Remove s_check() macromatt335672
2022-01-28Implement base64 without opensslmatt335672
2022-01-28Improve wrapping of openssl modulematt335672
2022-01-20OpenSSL 3.x compatibilitymatt335672
2022-01-19const fixes for SSL callsmatt335672
2022-01-14Add g_str_to_bitmask utility functionKentaro Hayashi
2021-11-25Create shared GUID module to simplify session guid handlingmatt335672
2021-11-18Merge pull request #1976 from matt335672/fail2ban_supportmatt335672
2021-11-18Set loongarch need-align-macro.liuxiang88
2021-10-25Added more string calls + fix prototypesmatt335672
2021-10-25Add more file info functionsmatt335672
2021-10-25Logged IP address for fail2ban on login failurematt335672
2021-10-25Rename client_ip to connection_descriptionmatt335672
2021-10-11Fix minor memory leaksmatt335672
2021-10-08base64: separate license and brief of file for visibilityKoichiro IWAO