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/docs
AgeCommit message (Collapse)Author
2022-11-09Add --reload option to sesmanmatt335672
Adds a --reload switch to sesman and plumbs this in to systemctl reload xrdp-sesman.service
2022-10-12xrdp.ini.5.in: Fix mixed up config optionsAlexander Georgievskiy
2022-09-06Add font control variables to xrdp.inimatt335672
This commit adds the variables fv1_select and default_dpi to xrdp.ini. These variables allow for a different font to be loaded, depending on the DPI of the login screen.
2022-09-06Replace Windows font utility with native utilitiesmatt335672
To generate new fonts, the freetype2 library is required. This can now be specified by configure in the usual way. If it's missing, new fonts cannot be generated.
2022-09-03fix typosa1346054
2022-05-18Updated session allocation policy for sesmanmatt335672
Made session allocation policies more readable and maintainable. The 'C' policy which was confusing before has been replaced with the 'Separate' keyword. This is a public interface change, but is unlikely to affect many users. The logging in session_get_bydata() is substantially improved, making it far easier to spot why sessions are getting matched or not matched.
2022-04-18Move SCP to a Unix Domain Socketmatt335672
The TCP socket implementation of sesman has a number of limitations, namely that it is affected by firewalls, and also that determining the user on the other end requires a full authentication process. The advantage of the TCP socket is that sesman and xrdp can be run on separate machines. This is however not supported by the xorgxrdp backend (shared memory), and is insecure, in that passwords are sent in-the-clear, and the connection is susceptible to MitM attacks. This architecture has been deprecated in release notes since xrdp v0.9.17, and although it will continue to be supported in any further releases in the x0.9.x series, it will not be supported in the next major version.
2022-01-14Update sesman.ini.5 explanation about ↵Kentaro Hayashi
RestrictOutboundClipboard,RestrictOutboundClipboard RestrictOutboundClipboard,RestrictOutboundClipboard are extended to accept text,file,image configuration value.
2021-09-16Add Nautilus 3 compatibilitymatt335672
2021-04-13Add DISPLAY(n) ass a valid form of chansrvportmatt335672
2021-01-20Minor manpage fixesmatt335672
2021-01-07Remove output on stdout by default on daemon startuipmatt335672
2020-12-22Merge pull request #1703 from matt335672/issue1048-2matt335672
Allow FuseMountName for chansrv to be absolute path (#1048) Move string funcs from os_calls.h to string_calls.h
2020-12-21Fix typo in sesman.ini man pageaquesnel
The ChansrvLogging section name was added and changed in #1633 but this documentation line was missed when renaming the section name.
2020-12-21Allow FuseMountName for chansrv to be absolute pathmatt335672
2020-12-21Merge pull request #1741 from matt335672/sesrun-improvementsmetalefty
sesrun improvements and doc fixes
2020-12-18man page fixes after neutrinolabs/xorgxrdp#175Koichiro IWAO
2020-12-09sesrun improvements and doc fixesmatt335672
2020-12-09Added --config/-c to sesmanmatt335672
2020-10-21Updated man and .ini file regarding address:port parameters.robertoetcheverryr
2020-10-19Unifying logging in chanservAlexandre Quesnel
This commit adds: * replace multiple logging macros with LOG and LOG_DEVEL * logging configuration for chanserv * logging configuration for console output * logging configuration for per file or method log level filtering for debug builds * file, line, and method name in log message for debug builds
2020-10-16Added -c / --config to xrdpmatt335672
2020-09-09Merge pull request #1668 from bolkedebruin/enable_token_ssomatt335672
Add support for token authentication
2020-09-09Improve documentationBolke de Bruin
2020-09-08chansrv improved config supportmatt335672
2020-06-18Minor manpage fixesmatt335672
2020-06-04Implemented resize and multimon support for VNC backendmatt335672
2019-12-05Significant remote file system improvementsmatt335672
- Reimplemented inode store in separate module chansrv_xfs.[hc] - Allowed atimes and mtimes to be written to Windows side - Mapped file user write bit to (inverted) Windows FILE_ATTRIBUTE_READONLY bit - Mapped file user execute bit to Windows FILE_ATTRIBUTE_SYSTEM bit - Implemented improved security for remotely mounted drives - Implemented USB device removal, allowing hot-plug/remove of memory sticks - Fixed pagefile.sys breaking Ubuntu file browser - Fixed write offset bug - Allowed renaming of open files - Improved reported error codes - Fixed various memory leaks - Addressed valgrind errors related to struct fuse_file_info pointers.
2019-03-20docs: sesman and sesrun now have xrdp- prefixKoichiro IWAO
2019-02-26reapply outboud-resitrcted clipboardKrzysztof Adamski
2018-10-16Sort & reword description of IdleTimeLimitKoichiro IWAO
2018-10-10docs: ressurect IdleTimeLimitKoichiro IWAO
This reverts commit 513f7679966dc8bc1d86f328dce6372c763e2d93.
2018-09-14Document TLSv1.3 supportKoichiro IWAO
2018-07-12docs: fix xrdp's LogFile path in manKoichiro IWAO
2018-06-16docs: document configurable reconnect script pathKoichiro IWAO
2018-04-17docs: '!' is no longer a comment out symbolKoichiro IWAO
2017-08-01docs: document base64 prefill credentialsKoichiro IWAO
2017-07-06docs: document change of xrdp-chansrv log pathKoichiro IWAO
2017-03-21Allocate space for tls_ciphers dynamicallyPavel Roskin
2017-03-20sesman: remove sessvc, one less process to manageJay Sorg
2017-03-18Make socket directory configurable, don't hardcode /tmp/.xrdpPavel Roskin
Use XRDP_SOCKET_PATH in file_loc.h Don't define any non-socket paths in file_loc.h, they should come from the makefiles. Define all paths unconditionally, they should not be defined elsewhere. Pass XRDP_SOCKET_PATH as environment variable to the backends.
2017-02-27TLS: switch ssl_protocols to a comma separated listKoichiro IWAO
2017-02-27docs: document maximum length of tls_ciphersKoichiro IWAO
2017-02-27docs: document ssl_protocols, remove document for disableSSLv3Koichiro IWAO
2017-01-31docs: remove IdleTimeLimit until it is actually implementedKoichiro IWAO
it gives users false hope and finally disappoints them.
2017-01-18Document --port and --fork options for xrdpPavel Roskin
2017-01-06Respect verbosity settings when generating manual pagesPavel Roskin
2016-12-24Substitute directories in manual pagesPavel Roskin
2016-12-24Substitute variables in manual pagesPavel Roskin
2016-12-24Remove man page for xrdp-xcon, as xrdp-xcon not installedPavel Roskin
Tools that are not installed can be documented by text files in other formats. There is nothing useful in the xrdp-xcon manual page that would need to be preserved.