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

docs: document configurable reconnect script path

github.com/neutrinolabs/xrdp - 6fb18cd5faa82013de8dcc39ffb67eb614681394 authored over 6 years ago by Koichiro IWAO <[email protected]>
sesman: fix potential buffer over flow

github.com/neutrinolabs/xrdp - 6e16b38ecc109bc889dcc1ea79a9ad436abd463a authored over 6 years ago by Koichiro IWAO <[email protected]>
Merge pull request #1146 from metalefty/sesman-leak

sesman: fix leak in struct config_sesman

github.com/neutrinolabs/xrdp - 036c29212037d7cb3bd79b3c90a33542ea5704cf authored over 6 years ago by Idan Freiberg <[email protected]>
Merge pull request #1120 from matt335672/set-env-on-reconnect

Copy the PAM session environment for the reconnect script

github.com/neutrinolabs/xrdp - f83d967f46b34cb1d3d08f12edbec8521dcc4888 authored over 6 years ago by metalefty <[email protected]>
sesman: fix leak in struct config_sesman

github.com/neutrinolabs/xrdp - 037d4eeece4f48ae581337dee2928190197f4f31 authored over 6 years ago by Koichiro IWAO <[email protected]>
Merge pull request #1142 from metalefty/dont-spit-on-the-console-sesman

Dont spit on the console (sesman)

github.com/neutrinolabs/xrdp - 91c5ee4475a52515195f44767b7bfaa32a6fd4e2 authored over 6 years ago by metalefty <[email protected]>
sesman: don't spit on the console when starting

As the Debian patch[1] expresses, spitting messages on the console when
a process starts in back...

github.com/neutrinolabs/xrdp - 6ae3052a0f0c87393977264f9d19f168e4bfe02a authored over 6 years ago by Koichiro IWAO <[email protected]>
sesman: close stdout/stderr earlier

not to spit on the console

github.com/neutrinolabs/xrdp - 2262f1361f86292e767f9a62c4ee42d65a3485cb authored over 6 years ago by Koichiro IWAO <[email protected]>
sesman: s/XOrg/Xorg/g, no logic change

X.Org is usually spelled X.Org or Xorg.

github.com/neutrinolabs/xrdp - de33a7832e493ea0ad3aa01cb95f3b3cc154c6a4 authored over 6 years ago by Koichiro IWAO <[email protected]>
sesman: don't print config in reader function

reader function should just read. Add config_dump function to print read
config.

github.com/neutrinolabs/xrdp - 19fa26a27ebf9e1294a7b242ec34d089ee4580a2 authored over 6 years ago by Koichiro IWAO <[email protected]>
sesman: config_read_logging function no longer exists

github.com/neutrinolabs/xrdp - e4857b13fa679bb2b865db66c8d4f8b4bb9c2e70 authored over 6 years ago by Koichiro IWAO <[email protected]>
Copy the PAM session environment for the reconnect script

This provides access to variables set at login which may be
required by the script (e.g. KRB5CCN...

github.com/neutrinolabs/xrdp - cde5b0912907a279e4a2e1694690d308b318fc12 authored over 6 years ago by matt335672 <[email protected]>
FreeBSD: separate rc script into xrdp and xrdp-sesman

to improve fscd(8)[1] compatibility. fscd(8) monitors daemons and
restarts after daemons crashed...

github.com/neutrinolabs/xrdp - 72b508844940b72482ecbb2c837039b7c73d7f81 authored over 6 years ago by Koichiro IWAO <[email protected]>
Merge pull request #1132 from daixj-shterm/devel

fix issue #1112: set SSL object's read_ahead flag to be 0

github.com/neutrinolabs/xrdp - 57015aa08862d6e7d21a04ecb6fbfde3c2cc79fd authored over 6 years ago by jsorg71 <[email protected]>
don't remove configure_params.h on make clean, only make distclean

github.com/neutrinolabs/xrdp - f6d3fd46b63ed5d08d13ff6622633d520fe8469d authored over 6 years ago by Jay Sorg <[email protected]>
add ipv6only to configure echo and add configure parameter to xrdp -h output

github.com/neutrinolabs/xrdp - 349616a35d10eb0821b4784198cc196cf86b8a94 authored over 6 years ago by Jay Sorg <[email protected]>
distclean remove configure_params.h

github.com/neutrinolabs/xrdp - 04a5a0582e43bff42235ccc0ab7519f74442f574 authored over 6 years ago by Jay Sorg <[email protected]>
fix issue #1112: set SSL object's read_ahead flag to be 0

github.com/neutrinolabs/xrdp - 88b3c063113140d933643a2e4d33b12e60844d05 authored over 6 years ago by daixj <[email protected]>
Merge pull request #1126 from metalefty/strict-locations

configure: set default value for enable_strict_locations

github.com/neutrinolabs/xrdp - a1576ccbf736fa862885719856e77e9ceafb266a authored over 6 years ago by metalefty <[email protected]>
configure: set default value for enable_strict_locations

This change prints yes or no to configure summary introduced in #1118.

github.com/neutrinolabs/xrdp - 9d8816b41b4c3a7eb61a0e4fbbf058c67af07a4e authored over 6 years ago by Koichiro IWAO <[email protected]>
echo configure summary

github.com/neutrinolabs/xrdp - 0f898203519d9bdfa1fb152cf3b50795e38793fc authored over 6 years ago by Jay Sorg <[email protected]>
Merge pull request #1108 from aiden0z/devel

sesrun support start other session based on session_code argument

github.com/neutrinolabs/xrdp - 39b664fc273e102645966b47b61948f08261959d authored over 6 years ago by metalefty <[email protected]>
sesrun support start other session based on session_code argument

github.com/neutrinolabs/xrdp - 7864f9d69235b4b0ce7f03d613f1b523515c9a07 authored over 6 years ago by Aiden Luo <[email protected]>
Merge pull request #1107 from metalefty/sesman-xorg-wrapper

sesman: Update Xorg help comment for Arch Linux

github.com/neutrinolabs/xrdp - 711750f79891cf3fda7b6d8d4a2bc0a8623246bf authored over 6 years ago by metalefty <[email protected]>
Merge pull request #1104 from metalefty/remove-x11rdp

Remove x11rdp

github.com/neutrinolabs/xrdp - b522fb4a2f0b338308540fbd9597a0aeb207c77d authored over 6 years ago by metalefty <[email protected]>
sesman: Update Xorg help comment for Arch Linux

As reported in #1106, Arch Linux looks to me like using Xorg wrapper now.

github.com/neutrinolabs/xrdp - 819c506d261bfa63e612e9c7f2fd1ec5fcab8267 authored over 6 years ago by Koichiro IWAO <[email protected]>
Merge pull request #1103 from metalefty/docs

docs: '!' is no longer a comment out symbol

github.com/neutrinolabs/xrdp - 6148f0e491912cc6987158567114822262e0f2a4 authored over 6 years ago by metalefty <[email protected]>
Remove x11rdp from README and EXTRA_DIST

github.com/neutrinolabs/xrdp - eb6ba233256a4227f3569225d54d85c2ef655036 authored over 6 years ago by Koichiro IWAO <[email protected]>
Remove x11rdp from xrdp repository

Now x11rdp is replaced with xorgxrdp. Deprecating it.
Repository moved to https://github.com/neu...

github.com/neutrinolabs/xrdp - 2ad5df96a391c0b3a87acd303be08f88c433cc93 authored over 6 years ago by Koichiro IWAO <[email protected]>
docs: '!' is no longer a comment out symbol

github.com/neutrinolabs/xrdp - d103e1d83dcf6c2a9b93be0ac088cbda49d96d64 authored over 6 years ago by Koichiro IWAO <[email protected]>
Merge pull request #1096 from metalefty/version_info

Show OpenSSL version to --version

github.com/neutrinolabs/xrdp - f52f632e21e3206295934706ac4091c0561862fa authored over 6 years ago by metalefty <[email protected]>
xrdp: add OpenSSL version to --version

While here, cleanup --help, --version, and when unknown option.

github.com/neutrinolabs/xrdp - b2b42d28f37f8553f9183b90715aa2cd511a7f7d authored almost 7 years ago by Koichiro IWAO <[email protected]>
xrdp: show which CLI option is unknown to xrdp

github.com/neutrinolabs/xrdp - 2eb4be426b2b7e803bac71c8a3562301c5d0f42b authored almost 7 years ago by Koichiro IWAO <[email protected]>
xrdp: xrdp should exit with error code when unknown CLI option given

github.com/neutrinolabs/xrdp - 48aafc1866131c2c4157f26c956aea622b15531b authored almost 7 years ago by Koichiro IWAO <[email protected]>
UDS file deleted after first connection

If you run xrdp with a Unix Domain Socket (UDS) for the port specified in
/etc/xrdp/xrdp.ini the...

github.com/neutrinolabs/xrdp - 3b5b7a59351757e3983d54faf754328b44d55990 authored almost 7 years ago by Ben Cohen <[email protected]>
Corrected endianness detection on ppc64el.

In common/arch.h, the endianness detection considers all powerpc
architectures as big endian. Si...

github.com/neutrinolabs/xrdp - 9f80fcd74e1b5d438c7b4459c93ba98943af884c authored almost 7 years ago by Fernando Seiti Furusato <[email protected]>
instfiles: Add pam.d config for arch linux.

github.com/neutrinolabs/xrdp - e875cd2af5a25b58ffadf1768a5776235ac2c5fe authored almost 7 years ago by Boris Bopp <[email protected]>
Configure.ac: Add missing macos option for pam config

github.com/neutrinolabs/xrdp - 31fc125e4214a615a41df6ca129678752cd83552 authored almost 7 years ago by Boris Bopp <[email protected]>
Update NEWS for v0.9.6

github.com/neutrinolabs/xrdp - 5f4130805f2ca8174f72e74eb17f44b9aae1ca50 authored almost 7 years ago by Koichiro IWAO <[email protected]>
Update README a little bit

github.com/neutrinolabs/xrdp - 37d5430123b677b94f0bdaaa6ec1aee3cf50788b authored almost 7 years ago by Koichiro IWAO <[email protected]>
Bump version to v0.9.6

github.com/neutrinolabs/xrdp - af57e191df5506a37cc23ec8df13867dfa52558a authored almost 7 years ago by Koichiro IWAO <[email protected]>
sesman: rename vnc password file, just a cosmetic change

github.com/neutrinolabs/xrdp - a63c4117721cbee28fd179c306092b042ec96333 authored almost 7 years ago by Koichiro IWAO <[email protected]>
sesman: add hostname to vnc password file

github.com/neutrinolabs/xrdp - e40f0dc7e25c5290ad8f609b9aeb7194fa7e06ae authored almost 7 years ago by Jay Sorg <[email protected]>
Revert "devredir: fix xinode leak"

This reverts commit 5daa09171e1e6e65a1a3ab969775fdf8affffc37.

Causes "double free". Fix #990 wa...

github.com/neutrinolabs/xrdp - 780ba744f6fd46dbfe01aec3f096f14f7346d609 authored almost 7 years ago by Koichiro IWAO <[email protected]>
common: ssl_calls: add support for OpenSSL>=1.1.0 API for DH keys

also fixes some memory leak introduced in PR#1024.
and adds a check that DH params generated suc...

github.com/neutrinolabs/xrdp - a432969746d6c651cc1f9758419a2c35477551f0 authored almost 7 years ago by speidy <[email protected]>
common: ssl_calls: check if SSL object created right after its creation.

github.com/neutrinolabs/xrdp - 8effc09ab75bf3c353cbc44746d29bdc916b863f authored almost 7 years ago by speidy <[email protected]>
common: temporarily disable DHE

until make it possible to use generated DH parameters per installation.

github.com/neutrinolabs/xrdp - e3d0fd6d468fbbdd0265e09bec118d450d553512 authored almost 7 years ago by Koichiro IWAO <[email protected]>
sesman: default startwm.sh should use bash

as it sources bash_profile. And add comments.
Closes #1009.

github.com/neutrinolabs/xrdp - 97c21bc97274096cd7cf50cf3f253f946a404259 authored almost 7 years ago by Koichiro IWAO <[email protected]>
Update xrdp_keyboard.ini

Add the missing Swiss French rdp_layout_ definitions, ch(fr) in X11

github.com/neutrinolabs/xrdp - 3d9e7db849fa2cc30053e896316e5f61e85d87e5 authored almost 7 years ago by fbourqui <[email protected]>
common: regenerate dhparam

Generated by: openssl dhparam -C 2236

github.com/neutrinolabs/xrdp - 1690950cc89220366a4dea0495a6948b2f248c33 authored almost 7 years ago by Koichiro IWAO <[email protected]>
common: obey coding style, remove trailing space

github.com/neutrinolabs/xrdp - 578d23477cfcd6e617fbb578af1a7d80f25f37fa authored almost 7 years ago by Koichiro IWAO <[email protected]>
add support for DHE ciphers via compiled in dhparam

make it possible to use regular (non EC) EDH ciphers. To make this
possible a Diffie-Hellman par...

github.com/neutrinolabs/xrdp - 70b5adb3960a96db100a5a7812ea7404e1561d29 authored almost 7 years ago by Enrico Tagliavini <[email protected]>
enable automatic ECDH when possible (openssl 1.0.2)

Openssl 1.1.0 and later are enabling ECDH automatically, but for older
version it must be enable...

github.com/neutrinolabs/xrdp - 6cdc0f31b0be94b60fc35e8cfb6acc8d727f855b authored almost 7 years ago by Enrico Tagliavini <[email protected]>
common: log what value is set to tls_ciphers

Related to #1033.

github.com/neutrinolabs/xrdp - 793a418cfbaba13bdd08c7008c1a53b436e45f9e authored almost 7 years ago by Koichiro IWAO <[email protected]>
common: quit using `!` as comment out symbol in config files

It is not used anywhere in default config. Some config like
`tls_ciphers` might contain `!` like...

github.com/neutrinolabs/xrdp - 3da4d72323f3c0a598d3552c31fc3299324114ef authored almost 7 years ago by Koichiro IWAO <[email protected]>
Make xrdp.ini to be dynamic for each operating system

github.com/neutrinolabs/xrdp - 9ed5243de9c8cb511a38b2ee09c3f8be76c40065 authored almost 7 years ago by Vraiment <[email protected]>
Make sesman.ini dynamic for the location of the configuration file

github.com/neutrinolabs/xrdp - fd37805ac073170b88557aeec138e694a781d661 authored almost 7 years ago by Vraiment <[email protected]>
log: revert permission

github.com/neutrinolabs/xrdp - 31ef2552c4bfdff6d50864997cd59e999bf0d21b authored almost 7 years ago by daixj <[email protected]>
log: fix fd checking

github.com/neutrinolabs/xrdp - ea6bb62410aef141f67225c3eac3b03cae285030 authored almost 7 years ago by daixj <[email protected]>
log: remove unused code and fix potential memory leak

github.com/neutrinolabs/xrdp - 551bb185c55ab084b85677d0f23a8ed258328575 authored almost 7 years ago by daixj <[email protected]>
libxrdp: fix memory leak

github.com/neutrinolabs/xrdp - 828079b442383395e7ce0d34632b70e81fa8a9dc authored almost 7 years ago by daixj <[email protected]>
Added PAM support for MacOS

github.com/neutrinolabs/xrdp - 09712d70adac90876ae05973759003352f297d27 authored almost 7 years ago by Vraiment <[email protected]>
FreeBSD: rework setsid code

Pull request #650 is not valid to avoid run session twice.
It certainly stops running session tw...

github.com/neutrinolabs/xrdp - c50015122c58e9a23a058bec006c1552a3524882 authored almost 7 years ago by Koichiro IWAO <[email protected]>
Make changes to generate dylibs in mac again

github.com/neutrinolabs/xrdp - 4cee6726f8645ce73582efa583048459819ff1cf authored almost 7 years ago by Vraiment <[email protected]>
fix leak of SCP_DISCONNECTED_SESSION

Pointed out by: #919

github.com/neutrinolabs/xrdp - e16029cbc251fd37ab1b601ea12e9e12efed4e60 authored almost 7 years ago by Koichiro IWAO <[email protected]>
fix for zombie processes sometimes appearing

github.com/neutrinolabs/xrdp - f763cb37885b02c310aa906147669a29b99405dc authored almost 7 years ago by Jay Sorg <[email protected]>
xrdp: xrdp_encoder.c fix compile when XRDP_RFXCODEC is not defined

github.com/neutrinolabs/xrdp - acd05f365f885e8a4aab23d23ba4ce48b6f31f71 authored almost 7 years ago by Jay Sorg <[email protected]>
xrdp: fix some leaks in xrdp_encoder.c

github.com/neutrinolabs/xrdp - a64cb81a36f0a0db762b6f89a52e6d3e73d786e6 authored almost 7 years ago by Jay Sorg <[email protected]>
fix potential fd leak

In most cases, checking fd > 0 is not valid. open(2) returns -1 on
error, 0 on stdin, 1 on stdou...

github.com/neutrinolabs/xrdp - b17c45d86fc2f22fcff8cb9adf31080738edd37a authored almost 7 years ago by Koichiro IWAO <[email protected]>
devredir: fix xinode leak

Pointed out by: #919

github.com/neutrinolabs/xrdp - 5daa09171e1e6e65a1a3ab969775fdf8affffc37 authored almost 7 years ago by Koichiro IWAO <[email protected]>
sesman: refactor, change variable names

session_variables1 -> env_names
session_variables2 -> env_values

Use the name used in callee fu...

github.com/neutrinolabs/xrdp - 08f847d74b8e5b37650746f48c1333453cb04b15 authored almost 7 years ago by Koichiro IWAO <[email protected]>
remove trailing space

github.com/neutrinolabs/xrdp - dcf64e43ca91474c047ba01df15feadc8e3a142c authored almost 7 years ago by Koichiro IWAO <[email protected]>
fix indent

github.com/neutrinolabs/xrdp - f2db57afb0ecc9b020046c466301c9c9f9f1e73d authored about 7 years ago by Koichiro IWAO <[email protected]>
Make listen check before daemon fork

github.com/neutrinolabs/xrdp - 3f2a017c974c6ff0e0fbd8311cb720ae3bf8ba73 authored about 7 years ago by matt335672 <[email protected]>
update submodules to the latest release

github.com/neutrinolabs/xrdp - 256fa119511e63f85b6554e1140dc26b88ad1913 authored about 7 years ago by Koichiro IWAO <[email protected]>
Bump version to v0.9.5

github.com/neutrinolabs/xrdp - 060e04313b8ac60dd43ca298d502380e859ef812 authored about 7 years ago by Koichiro IWAO <[email protected]>
Update NEWS for v0.9.5

github.com/neutrinolabs/xrdp - 8fee3c0f3f657e5f3c7ce91a4caf220ac08d00c1 authored about 7 years ago by Koichiro IWAO <[email protected]>
Simplify pulseaudio module build instructions

github.com/neutrinolabs/xrdp - 53eccc93a29cc08a01ed8002631a9c539cfcc026 authored about 7 years ago by Dominik George <[email protected]>
pulse: replace old pulse notes with bran-new README

github.com/neutrinolabs/xrdp - 93481365d1c61c8b6b53fe026e16107eaffb6497 authored about 7 years ago by Koichiro IWAO <[email protected]>
README: add a link to wiki, how to set up audio redirection

github.com/neutrinolabs/xrdp - 001cb3e2c6d38f22a1d7611efbc66ba53b460d26 authored about 7 years ago by Koichiro IWAO <[email protected]>
Fix memory corruption introduced by CVE-2017-16927 fix.

github.com/neutrinolabs/xrdp - 3244cb59d526b310005b9983d5c1ba1ca387384f authored about 7 years ago by Dominik George <[email protected]>
workaround for corrupted display with W2K8

workaround for corrupted display like black bars left of cmd with W2K8

github.com/neutrinolabs/xrdp - 84c160725a671a4eaf546e557ed5f5716becbdb0 authored about 7 years ago by cocoon <[email protected]>
sesman: bring Xorg at the top in sesman.ini

as Xorg prefered recommended backend now. Add more comments.

github.com/neutrinolabs/xrdp - d8bb32541ac3a65b628bae8d47f15b13c12fe556 authored about 7 years ago by Koichiro IWAO <[email protected]>
sesman: comment on non-suid Xorg in sesman.ini

Pointed out by: #923

github.com/neutrinolabs/xrdp - 64a0deb9cf0482bde840e86cdc82354290146192 authored about 7 years ago by Koichiro IWAO <[email protected]>
add comment on sessions xrdp.ini

github.com/neutrinolabs/xrdp - 942bb6316a3b1741af21db765c8961a5d7845938 authored about 7 years ago by Koichiro IWAO <[email protected]>
Update xrdp_keyboard.ini

Add the missing? Finnish rdp_layout_ definitions. Makes my install now work with Finnish keyboar...

github.com/neutrinolabs/xrdp - cdba988f5229a106dedb95795c88b4aed5836663 authored about 7 years ago by rkantos <[email protected]>
xrdp_caps: constify and sort capability set

github.com/neutrinolabs/xrdp - 64f15d655350b170a6293ec79f55216050729ff0 authored about 7 years ago by Koichiro IWAO <[email protected]>
xrdp_caps: remove unneeded comment on case statement

github.com/neutrinolabs/xrdp - a20d5c29e82abe501b5dfcd8ac1bfc07f3da7806 authored about 7 years ago by Koichiro IWAO <[email protected]>
common: add more capset constants

defined at MS-RDPBCGR 2.2.1.13.1.1.1 [1] and sort

[1] https://msdn.microsoft.com/en-us/library/...

github.com/neutrinolabs/xrdp - 577bd8214f7c39d01964c72cbd9ba3487db65667 authored about 7 years ago by Koichiro IWAO <[email protected]>
xrdp_sec: constify color depth value

github.com/neutrinolabs/xrdp - 788ae1467a806e132d9756ec99e8345491bd676f authored about 7 years ago by Koichiro IWAO <[email protected]>
common: express capability set constants in hex

as same as done in MS-RDPBCGR 2.2.1.13.1.1.1 [1].

[1] https://msdn.microsoft.com/en-us/library...

github.com/neutrinolabs/xrdp - 77a34e0a7b978ca0fa3739d94242b619b390316d authored about 7 years ago by Koichiro IWAO <[email protected]>
common: suppress log when closing log files

because if xrdp is running 'fork=yes' mode, the log message
'shutting down log subsystem...' is ...

github.com/neutrinolabs/xrdp - d0c27a29048096ea3c9c4f15cdea6df7b4915ee0 authored about 7 years ago by Koichiro IWAO <[email protected]>
remove useless braces

github.com/neutrinolabs/xrdp - fb8f0adcc40d2f3e0cdfafa99fac1138c1de617b authored about 7 years ago by Koichiro IWAO <[email protected]>
xrdp_listen: suppress log when TRANS_STATUS_DOWN

The log is always logged when clients are disconnecting even though
nothing unusual is happening...

github.com/neutrinolabs/xrdp - 8d951ab02e23893247cb3a7744c4980071411fea authored about 7 years ago by Koichiro IWAO <[email protected]>
sesman: scpv0, accept variable length data fields

github.com/neutrinolabs/xrdp - d958d1f0186968200da32bafc3d9be4a4aa7212d authored about 7 years ago by speidy <[email protected]>
common: add more references to constants' origin

classify constants into these 5 types

* constants for xrdp
* constants come from ITU-T Recommen...

github.com/neutrinolabs/xrdp - 3de3a4fab5adb592f55676c5d19984912200f65a authored about 7 years ago by Koichiro IWAO <[email protected]>
common: add references to constants' origin

github.com/neutrinolabs/xrdp - 799c230998f7245f3c3cd42bbd89e9d6d1ee8c78 authored about 7 years ago by Koichiro IWAO <[email protected]>
common: avoid 100% cpu on ssl accept, can be fake client

github.com/neutrinolabs/xrdp - a9eb21e6d73d94989dc0fa221824b0625b37b7aa authored about 7 years ago by Jay Sorg <[email protected]>
Implements the accept/close logic for vsock

github.com/neutrinolabs/xrdp - d7d14d7462f6ec1d6e87f772bda84d5bcf892507 authored about 7 years ago by Justin Terry (VM) <[email protected]>
chansrv: add LOG_LEVEL_TRACE here, too

github.com/neutrinolabs/xrdp - 929a7c359d74720474ed138863c59bf65dcb0c96 authored about 7 years ago by Koichiro IWAO <[email protected]>