Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

xrdp project

Open-source server implementation of Microsoft Remote Desktop Protocol
Collective - Host: opensource - https://opencollective.com/xrdp-project - Website: http://www.xrdp.org/ - Code: https://github.com/neutrinolabs/xrdp

Changes for unifying libscp code

github.com/neutrinolabs/xrdp - 5862a6123fe214e8f4ca6dd9e9390500bf641f75 authored about 3 years ago by matt335672 <[email protected]>
Create shared GUID module to simplify session guid handling

github.com/neutrinolabs/xrdp - 8b9b22c773495b4d1f3ae98198a31ec905a8cd69 authored about 3 years ago by matt335672 <[email protected]>
Make msg arg to server_msg() consistently const

github.com/neutrinolabs/xrdp - b2e39049cb982f7259168a6a032ad9daef4e6460 authored about 3 years ago by matt335672 <[email protected]>
Merge pull request #2061 from matt335672/case_insensitive_passwd

Make username and password case insensitive in more places #2061

github.com/neutrinolabs/xrdp - 3b24ecdedf2326aa3fd0872fb6979202ea074cb5 authored about 3 years ago by matt335672 <[email protected]>
Make username and password case insensitive on more places

github.com/neutrinolabs/xrdp - 3f5327542febde021be25aa49d635336853584fa authored about 3 years ago by matt335672 <[email protected]>
Merge pull request #1976 from matt335672/fail2ban_support

Fail2ban support (#1076)

github.com/neutrinolabs/xrdp - ce23c824ea0daa6d34fea8cf90d01b158a91f563 authored about 3 years ago by matt335672 <[email protected]>
Merge pull request #2057 from liuxiang88/devel

Add loongarch support to common/arch.h

github.com/neutrinolabs/xrdp - c36f92049deb2693ac789cce4db51d833886574b authored about 3 years ago by matt335672 <[email protected]>
Set loongarch need-align-macro.

github.com/neutrinolabs/xrdp - 03ae4840e4d0423adf1e916bef3cabaa2420ab21 authored about 3 years ago by liuxiang88 <[email protected]>
Merge pull request #2032 from matt335672/chansrv_hang_fix

Chansrv hang fix #2032

github.com/neutrinolabs/xrdp - 4ea93beebb15c225adbec7c12f1f2cd4f1d9ea67 authored about 3 years ago by matt335672 <[email protected]>
Merge pull request #2030 from metalefty/cleanup

Cleanup unnecessary files #2030

github.com/neutrinolabs/xrdp - dd2336f8c67fa3ccdbb39184b2338558b0c1977c authored about 3 years ago by matt335672 <[email protected]>
Avoid deadlock in clipboard copy code

github.com/neutrinolabs/xrdp - a49144be731625d35e2ddfbdf3af1e3a9b32d9e1 authored about 3 years ago by matt335672 <[email protected]>
Add xfuse_path_in_xfuse_fs()

github.com/neutrinolabs/xrdp - b87b7f9ee8229be8e400a2547aef4fc125d70a7b authored about 3 years ago by matt335672 <[email protected]>
Added more string calls + fix prototypes

- Added g_strrchr() and g_strstr()
- Made C prototypes for g_strchr() and g_strnchr() compatible...

github.com/neutrinolabs/xrdp - a7b48cd1cf41c57b10e744c1c4d28495314eccc3 authored about 3 years ago by matt335672 <[email protected]>
Add more file info functions

- g_file_get_device_number()
- g_file_get_inode_num()

github.com/neutrinolabs/xrdp - 50e37bf6731b0d3b1b6aee94cd066e78068e2684 authored about 3 years ago by matt335672 <[email protected]>
Address review comments

github.com/neutrinolabs/xrdp - 0b28fe05b62af60662b94bd82b05d50d2fea4325 authored about 3 years ago by matt335672 <[email protected]>
Rename client_ip to connection_description

github.com/neutrinolabs/xrdp - 60016c1f7594645dc9ed8e1a7457df7994bbdc97 authored about 3 years ago by matt335672 <[email protected]>
Logged IP address for fail2ban on login failure

github.com/neutrinolabs/xrdp - 5fb621ca53146bed645ef3d0e14dc56abb321a03 authored about 3 years ago by matt335672 <[email protected]>
remove unnecessary files also from Makefile.am

github.com/neutrinolabs/xrdp - b8164031728934f2da7da87cc758848726c9ae2c authored about 3 years ago by Koichiro IWAO <[email protected]>
Merge pull request #2028 from matt335672/mem_fixes

Minor memory leaks found with valgrind #2028

github.com/neutrinolabs/xrdp - e867c925d5f002d80c2d1ca4422ef70b68848b4c authored about 3 years ago by matt335672 <[email protected]>
remove obsoleted install.txt

Install instructions are now on Wiki.

github.com/neutrinolabs/xrdp - 47467ec2b36f8a474f3ee355462e524f14e5200c authored about 3 years ago by Koichiro IWAO <[email protected]>
remove obsoleted faq-general.txt

github.com/neutrinolabs/xrdp - aa59f27650a31ddea0cab3b8016190534965e3a5 authored about 3 years ago by Koichiro IWAO <[email protected]>
remove obsoleted faq-compile.txt

It is now covered by README.md and Wiki.

github.com/neutrinolabs/xrdp - 543334f2086ab709114ae5c08d1ba70053a3f296 authored about 3 years ago by Koichiro IWAO <[email protected]>
remove not used *-pak files

github.com/neutrinolabs/xrdp - 0c71c44e169d1357f402897cf4a21905320d27a2 authored about 3 years ago by Koichiro IWAO <[email protected]>
remove not up-to-date design.txt

it can be found at:
https://github.com/neutrinolabs/xrdp/wiki/XRDP-Architecture-Overview

github.com/neutrinolabs/xrdp - 8413531caee107ad20fafd2f333afb2d7ae239d9 authored about 3 years ago by Koichiro IWAO <[email protected]>
remove not up-to-date file-loc.txt

github.com/neutrinolabs/xrdp - 26b2efc4495540eb746357698d058001abc1d2b4 authored about 3 years ago by Koichiro IWAO <[email protected]>
Minor memory leaks found with valgrind

github.com/neutrinolabs/xrdp - 15b7f18edeab2893c7c2f2905fbf646861c0ca6d authored about 3 years ago by matt335672 <[email protected]>
Merge pull request #2014 from matt335672/xrdp_leaks

Fix definitely lost memory leaks #2014

github.com/neutrinolabs/xrdp - 0c605a3cc488a5ebe977dabf5d7e932a0d080696 authored about 3 years ago by matt335672 <[email protected]>
Merge pull request #2016 from matt335672/neutrinordp_fix_query_channel

Remove unnecessary error from neutrinordp log #2016

github.com/neutrinolabs/xrdp - 24bb730d02d0d331c59d9a1254ce33e838fa5cc8 authored about 3 years ago by matt335672 <[email protected]>
Remove unnecessary error from neutrinordp log

github.com/neutrinolabs/xrdp - 0b5445b67651c1ee0f423934f3f7dde32fed6a71 authored about 3 years ago by matt335672 <[email protected]>
Merge pull request #2015 from metalefty/test-strtrim

tests: add tests on g_strtrim()

github.com/neutrinolabs/xrdp - 729aaaddd014a93b37683c6320af0661671c3d8f authored about 3 years ago by matt335672 <[email protected]>
tests(g_strtrim): string copy is not necessary here

github.com/neutrinolabs/xrdp - ed2fb6d739912d19e7d471f10a152ba4001c3fa7 authored about 3 years ago by Koichiro IWAO <[email protected]>
tests: add tests on g_strtrim()

github.com/neutrinolabs/xrdp - fa3beb3694b9614895cd632a08de658dba25d444 authored about 3 years ago by Koichiro IWAO <[email protected]>
Fix minor memory leaks

github.com/neutrinolabs/xrdp - b0f3b13cff87d1eaf1ed14733c6b09a19087a8f3 authored about 3 years ago by matt335672 <[email protected]>
Merge pull request #2005 from matt335672/alpine_support

Rework alpine support (#2005)

github.com/neutrinolabs/xrdp - c11d0e3d2efd0d2df3ee6cce03cca76508f2c29a authored about 3 years ago by matt335672 <[email protected]>
Merge pull request #2013 from metalefty/base64

base64: separate license and brief of file for visibility

github.com/neutrinolabs/xrdp - 223ea0499272da440fbadded5600ff6f0c075a92 authored about 3 years ago by metalefty <[email protected]>
base64: separate license and brief of file for visibility

github.com/neutrinolabs/xrdp - f0a0ec7b0fb6b4c969b155d3606cb8b3c99333d4 authored about 3 years ago by Koichiro IWAO <[email protected]>
Merge pull request #2008 from matt335672/cppcheck_26

Bump cppcheck version to 2.6

github.com/neutrinolabs/xrdp - f01c3d6be69d7bad4a4e92e68397f22e42e3b8cb authored over 3 years ago by metalefty <[email protected]>
Fixed cppcheck 2.6 warnings

github.com/neutrinolabs/xrdp - b0c9c92627769e7eb436d4a37d4cb718d4228f2f authored over 3 years ago by matt335672 <[email protected]>
Bump CI version of cppcheck to 2.6

github.com/neutrinolabs/xrdp - cda6c6074874a9b99d129c41579141a7749c2a07 authored over 3 years ago by matt335672 <[email protected]>
Merge pull request #2006 from metalefty/ignore

ignore substituted systemd service files (#2006)

github.com/neutrinolabs/xrdp - 0c8ac11f090d55eda5c3e64d15358f4d68ab6a95 authored over 3 years ago by matt335672 <[email protected]>
ignore substituted systemd service files

github.com/neutrinolabs/xrdp - 6138cac56a40d0cf4e8db8c9759eedb5e001d3d6 authored over 3 years ago by Koichiro IWAO <[email protected]>
Adding (working) stanza for Apline to startwm.sh

github.com/neutrinolabs/xrdp - d868c00e2cc073686a1beed15c47b2d4786169e2 authored over 3 years ago by matt335672 <[email protected]>
Revert 57bf8b8a5c9329d934f9d3dbaf082afcbea66e82

github.com/neutrinolabs/xrdp - 346f48401e0d3aa225a2fb5c0942bfc864b168ea authored over 3 years ago by matt335672 <[email protected]>
Merge pull request #2002 from metalefty/dupinit

Fix duplicated initialization #1909

github.com/neutrinolabs/xrdp - a5e7e641e9a1481c662a572e53f59512712ece64 authored over 3 years ago by matt335672 <[email protected]>
Fix duplicated initialization #1909

github.com/neutrinolabs/xrdp - 7a8711e2d7eda45411f762353b0cbd440eecdf06 authored over 3 years ago by Koichiro IWAO <[email protected]>
Merge pull request #2001 from metalefty/clipfile-fail

clipboard file: Implement MS-RDPECLIP 3.1.5.4.7 compliance (#2001)

github.com/neutrinolabs/xrdp - 32d5d7cc27fb785a2439a871aeb51842645467ad authored over 3 years ago by matt335672 <[email protected]>
clipboard file: adjust log level and add some detailed info

github.com/neutrinolabs/xrdp - eb848747d2193b0390ad1699f614152a763a1736 authored over 3 years ago by Koichiro IWAO <[email protected]>
clipboard file: Implement MS-RDPECLIP 3.1.5.4.7 compliance

If the requested file data could not be retrieved or the sender received
an unsuccessful Format ...

github.com/neutrinolabs/xrdp - ad13956b126a764e14b0016d89feb8407b1fa938 authored over 3 years ago by Koichiro IWAO <[email protected]>
Merge pull request #1996 from matt335672/investigate_paste_hang

Some copy-paste tidyups + Nautilus 3 compatibility (#1996)

github.com/neutrinolabs/xrdp - 85518a81574e3153f266b4d66138f7a772450eee authored over 3 years ago by matt335672 <[email protected]>
Add Nautilus 3 compatibility

github.com/neutrinolabs/xrdp - 2dbec6332772dfd402795acd967306085445f2de authored over 3 years ago by matt335672 <[email protected]>
Improve error checking and logging for returned CLIPRDR_FILELIST

github.com/neutrinolabs/xrdp - d9988c340cd4f28cbd5e62ec3470e1d3275b60f0 authored over 3 years ago by matt335672 <[email protected]>
Send clip response for string while file list is available

github.com/neutrinolabs/xrdp - 253ea6eb6dbc321566cfefa5453d45a04a1eb1cc authored over 3 years ago by matt335672 <[email protected]>
Merge pull request #1995 from matt335672/clipboard_fixes

Clipboard fixes (#1995)

github.com/neutrinolabs/xrdp - 23742dbb8ef4f3a0b2d7d911bafd09153c6193da authored over 3 years ago by matt335672 <[email protected]>
Check CLIPRDR_FILEDESCRIPTOR is present before reading it

github.com/neutrinolabs/xrdp - e1bbef99aa5682e0219faba86e10b93bc7f80991 authored over 3 years ago by matt335672 <[email protected]>
Correct filename padding skip in CLIPRDR_FILEDESCRIPTOR

github.com/neutrinolabs/xrdp - 8fdf7b518ca08d7b596ea15c5c7325be43ae976f authored over 3 years ago by matt335672 <[email protected]>
Remove unnecessary malloc/free

github.com/neutrinolabs/xrdp - 6a5895ce37f192173304e67a957f0d61bee66467 authored over 3 years ago by matt335672 <[email protected]>
Corrected size of filename in struct clip_file_desc

github.com/neutrinolabs/xrdp - 9d8676f89d110ac5381e71ec123a146fd9936ea3 authored over 3 years ago by matt335672 <[email protected]>
Merge pull request #1984 from matt335672/fix_redir_with_printers

Parse DEVICE_ANNOUNCE header correctly (#1984)

github.com/neutrinolabs/xrdp - 3e5948f52ea6930439715e258817d7c5e7c37dde authored over 3 years ago by matt335672 <[email protected]>
Addressed review comments

github.com/neutrinolabs/xrdp - 8e9fb8008f16328763ee1d6d9649711a53bc106a authored over 3 years ago by matt335672 <[email protected]>
Parse DEVICE_ANNOUNCE header correctly

github.com/neutrinolabs/xrdp - d32953c405404442cbf6b29dd83dfe8dd1a7713a authored over 3 years ago by matt335672 <[email protected]>
Merge pull request #1993 from matt335672/fix_vnc_link

Add missing rfb.c to the VNC module makefile (#1993)

github.com/neutrinolabs/xrdp - d1f4a47c9936f3fe8a41120ef100b29d48c2192e authored over 3 years ago by matt335672 <[email protected]>
Add missing rfb.c to the VNC module makefile

github.com/neutrinolabs/xrdp - ae45344a45cca5e5f6282cb5bdd9e5e2001e9dcf authored over 3 years ago by matt335672 <[email protected]>
Merge pull request #1989 from matt335672/rename_rfb_func

Rename misnamed function get_eds_status_msg (regression #1989)

github.com/neutrinolabs/xrdp - 58727cb383b4936fcdd92b6ac6c7deb0113d181b authored over 3 years ago by matt335672 <[email protected]>
Rename misnamed function get_eds_status_msg

github.com/neutrinolabs/xrdp - ce27e25dcc2d9a647d41e3609211dca2fe4fb136 authored over 3 years ago by matt335672 <[email protected]>
Merge pull request #1975 from matt335672/improve_security_level_log

Use text strings for security level logging at ISO layer (#1975)

github.com/neutrinolabs/xrdp - b367f57036f9c9ac2501eb83f7cafe7b0bbaeaef authored over 3 years ago by matt335672 <[email protected]>
Improve security level logging at ISO layer

github.com/neutrinolabs/xrdp - 62ca216d4dda2197156a2115e2febdb469a683fb authored over 3 years ago by matt335672 <[email protected]>
Merge pull request #1985 from matt335672/fix_32bit_ci

32-bit CI build process : Remove some 64-bit packages

github.com/neutrinolabs/xrdp - b56bd78c08a9ec34322806487497a98df71b6cb3 authored over 3 years ago by matt335672 <[email protected]>
32-bit CI build process : Remove some 64-bit packages

github.com/neutrinolabs/xrdp - f69bcda8c7554ea1855ab6b8bcf5b1b9829256ba authored over 3 years ago by matt335672 <[email protected]>
Merge pull request #1962 from matt335672/imlib2

Add imlib2 support for login screen customisation (#1962)

github.com/neutrinolabs/xrdp - 63c3ca4ddd48c13a27be6e91145ac36128b1b5b8 authored over 3 years ago by matt335672 <[email protected]>
Address review comments and re-test

github.com/neutrinolabs/xrdp - e35507125cb5589f16c2129a1c950cfc286e0d02 authored over 3 years ago by matt335672 <[email protected]>
Add --with-imlib2 to i386 CI

github.com/neutrinolabs/xrdp - aa43a005e30691ddc079f33a5f24f143ee08b8a1 authored over 3 years ago by matt335672 <[email protected]>
Disable the login screen background if the client has disabled wallpaper

github.com/neutrinolabs/xrdp - ed6e71a54f86912b0085eea1b5b296bd3c2c2e07 authored over 3 years ago by matt335672 <[email protected]>
Rework and simplify xrdp_bitmap_load_bmp()

github.com/neutrinolabs/xrdp - f87502872deb881bc81a66c2c904168b1a2ccb55 authored over 3 years ago by matt335672 <[email protected]>
Add unit tests for xrdp_bitmap_load()

github.com/neutrinolabs/xrdp - 47737c7d13f2a848153b8f929c777dc61fa57b7a authored over 3 years ago by matt335672 <[email protected]>
Added -with-imlib2 to configure.ac

github.com/neutrinolabs/xrdp - 1606cdfb8e733445a2c18f211fbbdc68dd08f1b2 authored over 3 years ago by matt335672 <[email protected]>
Split xrdp_bitmap.c into separate files for testing

github.com/neutrinolabs/xrdp - 2c841d06031230140319f6f283f07934295b70f5 authored over 3 years ago by matt335672 <[email protected]>
Add imlib2 support to xrdp_bitmap_load.c

github.com/neutrinolabs/xrdp - 8f8b4c5868d392c6a77f72adec86cae830f69acb authored over 3 years ago by matt335672 <[email protected]>
Added code to cope with dithering in xrdp_bitmap_load tests

github.com/neutrinolabs/xrdp - 19d49e3622c5703feefc9c337fe295a8e1c77ff2 authored over 3 years ago by matt335672 <[email protected]>
Add zoom and scale functionality to xrdp_bitmap_load()

github.com/neutrinolabs/xrdp - ee79247110d5da022f24bef469c3f8fdabea7b55 authored over 3 years ago by matt335672 <[email protected]>
Add xrdp_bitmap_load() jpg and png test cases

github.com/neutrinolabs/xrdp - 971f91129059e5d8704502bc83d94e83dfda9e66 authored over 3 years ago by matt335672 <[email protected]>
Add additional background and logo parameters to xrdp.ini

github.com/neutrinolabs/xrdp - d998ce7b5b157051253fe2d7515e64ff23658cf9 authored over 3 years ago by matt335672 <[email protected]>
Background login image on the primary monitor only

github.com/neutrinolabs/xrdp - 82b8c0a78e2ab50193fb03473bfd9f208662ce06 authored over 3 years ago by matt335672 <[email protected]>
Add imlib2 to CI

github.com/neutrinolabs/xrdp - 2d123d519d0a81034fadf999d65b1cc574d408dd authored over 3 years ago by matt335672 <[email protected]>
Merge pull request #1980 from metalefty/release

Release v0.9.17

github.com/neutrinolabs/xrdp - 58088324956d94fd2eb5e7694a318cccec6990f1 authored over 3 years ago by metalefty <[email protected]>
Update NEWS for v0.9.17

github.com/neutrinolabs/xrdp - 00d97a9731f4a9bbc41e8ee6e16a4733ac655647 authored over 3 years ago by Koichiro IWAO <[email protected]>
Bump version to 0.9.1

github.com/neutrinolabs/xrdp - 61cb6ca4f91a12bf55a374a37afafbc430f16e45 authored over 3 years ago by Koichiro IWAO <[email protected]>
Merge pull request #1952 from TOMATO-ONE/xrdp_allow_overrite_keyboard

override keyboard infomation #1950 (1st)

github.com/neutrinolabs/xrdp - 6207679fadd273863ffd0b6cfc274f21c2ebad4b authored over 3 years ago by metalefty <[email protected]>
Bug fix when parameter is 0

github.com/neutrinolabs/xrdp - 7847b2380893a56ab57ad401716d5ecfbeafa1be authored over 3 years ago by TOMATO-ONE <[email protected]>
Merge pull request #1954 from metalefty/clipboard-file-log

clipboard: log file transfer for the purpose of audit (#1954)

github.com/neutrinolabs/xrdp - b481351ad7440e0e05f11f2df5214e46171d4d0e authored over 3 years ago by matt335672 <[email protected]>
clipboard: log file transfer for the purpose of audit

Sponsored by: @CyberTrust and @haw

github.com/neutrinolabs/xrdp - 1722451715e90dd93a0b2f2afdece8a27d56045f authored over 3 years ago by Koichiro IWAO <[email protected]>
Merge pull request #1965 from fcolista/alpine-support

sesman/startwm.sh : add support for Alpine Linux (#1965)

github.com/neutrinolabs/xrdp - 507305b8fb742a392c8dea46535524cd23a443cd authored over 3 years ago by matt335672 <[email protected]>
sesman/startwm.sh : add support for Alpine Linux

github.com/neutrinolabs/xrdp - 57bf8b8a5c9329d934f9d3dbaf082afcbea66e82 authored over 3 years ago by Francesco Colista <[email protected]>
Merge pull request #1963 from matt335672/vnc_clip_fix

Cater for RFB clip size of zero bytes (#1963)

github.com/neutrinolabs/xrdp - 08eefbaffccfcb95469c1fc0156cc5fb2d8b9775 authored over 3 years ago by matt335672 <[email protected]>
override keyboard infomation #1950

github.com/neutrinolabs/xrdp - badc612a8acd09602d33111a1fd4b242284b9e3d authored over 3 years ago by TOMATO-ONE <[email protected]>
Cater for RFB clip size of zero bytes

github.com/neutrinolabs/xrdp - f55a8fbfc580583b15370e83d3fd84e6c3c187c3 authored over 3 years ago by matt335672 <[email protected]>
Merge pull request #1925 from matt335672/move_scp_to_trans

Move scp to standard transport (#1925)

github.com/neutrinolabs/xrdp - 34e56f35d2ee2788be8f69c56d78b8e7d17fb25e authored over 3 years ago by matt335672 <[email protected]>
Module testing now OK

github.com/neutrinolabs/xrdp - d4c81229bad4349b8224b72ff966bc40790f2dd7 authored over 3 years ago by matt335672 <[email protected]>
Minor const and comment fixes

github.com/neutrinolabs/xrdp - c9afd804a4811b30782b240a423b5215b4a0e02f authored over 3 years ago by matt335672 <[email protected]>
Removed struct SCP_CONNECTION type entirely

github.com/neutrinolabs/xrdp - a10de5c5aa1ae19b51fb5e0e96cf005945c34d7e authored over 3 years ago by matt335672 <[email protected]>
Address review comments

github.com/neutrinolabs/xrdp - 5c9839a7f40465353ece267ca974b52383c0e2fd authored over 3 years ago by matt335672 <[email protected]>