summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Sort & reword description of IdleTimeLimitKoichiro IWAO2018-10-161-6/+7
|
* docs: ressurect IdleTimeLimitKoichiro IWAO2018-10-101-0/+6
| | | | This reverts commit 513f7679966dc8bc1d86f328dce6372c763e2d93.
* Document TLSv1.3 supportKoichiro IWAO2018-09-141-1/+1
|
* docs: fix xrdp's LogFile path in manKoichiro IWAO2018-07-121-1/+1
|
* docs: document configurable reconnect script pathKoichiro IWAO2018-06-162-4/+14
|
* docs: '!' is no longer a comment out symbolKoichiro IWAO2018-04-171-1/+1
|
* docs: document base64 prefill credentialsKoichiro IWAO2017-08-011-6/+20
|
* docs: document change of xrdp-chansrv log pathKoichiro IWAO2017-07-061-2/+2
|
* Allocate space for tls_ciphers dynamicallyPavel Roskin2017-03-211-2/+2
|
* sesman: remove sessvc, one less process to manageJay Sorg2017-03-192-28/+1
|
* Make socket directory configurable, don't hardcode /tmp/.xrdpPavel Roskin2017-03-173-4/+5
| | | | | | | | | | 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.
* TLS: switch ssl_protocols to a comma separated listKoichiro IWAO2017-02-271-1/+1
|
* docs: document maximum length of tls_ciphersKoichiro IWAO2017-02-271-2/+2
|
* docs: document ssl_protocols, remove document for disableSSLv3Koichiro IWAO2017-02-271-6/+6
|
* docs: remove IdleTimeLimit until it is actually implementedKoichiro IWAO2017-01-311-6/+0
| | | | it gives users false hope and finally disappoints them.
* Document --port and --fork options for xrdpPavel Roskin2017-01-171-2/+11
|
* Respect verbosity settings when generating manual pagesPavel Roskin2017-01-061-1/+5
|
* Substitute directories in manual pagesPavel Roskin2016-12-247-20/+20
|
* Substitute variables in manual pagesPavel Roskin2016-12-2413-24/+34
|
* Remove man page for xrdp-xcon, as xrdp-xcon not installedPavel Roskin2016-12-241-14/+0
| | | | | | 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.
* Update version to 0.9.1Pavel Roskin2016-12-2012-12/+12
|
* Merge pull request #548 from proski/autorunIdan Freiberg2016-12-181-3/+7
|\ | | | | Set autorun to empty, improve autorun documentation
| * Set autorun to empty, improve autorun documentationPavel Roskin2016-12-171-3/+7
| | | | | | | | | | | | | | | | | | Setting autorun to empty keeps X11rdp as the default backend for autologin (since it's the first section), but it also enables the backend selection by the domain name. Describe the autorun interaction with the domain name both in the config file and in the manual.
* | Update manual pages - document "param", fix session type descriptionPavel Roskin2016-12-172-8/+7
|/
* Document xserverbpp, add it to Xvnc section, remove from Xorg sectionPavel Roskin2016-12-061-0/+6
| | | | | | xserverbpp affects X11rdp and Xvnc, but not Xorg. No need to have xserverbpp in the Xorg section where it has no effect. Add commented out xserverbpp to Xvnc, some users may want to experiment with that setting.
* docs: s/Italy/Italian/ for language nameKoichiro IWAO2016-11-161-1/+1
|
* docs: update descriptions for encryptionKoichiro IWAO2016-11-161-8/+29
| | | | | | - Add descriptions for certificate and key_file - xrdp actually supports 128-bit encryption in Standard RDP Security - change line breaks
* docs: sort parameters in xrdp.ini.5Koichiro IWAO2016-11-161-28/+28
|
* docs: document security_layerKoichiro IWAO2016-11-161-0/+19
|
* docs: reword, add description for default valueKoichiro IWAO2016-11-161-4/+11
|
* docs: unify the rest boolean values to true/falseKoichiro IWAO2016-11-161-2/+2
|
* docs: document use_fastpath, require_credentials, pamerrortxtKoichiro IWAO2016-11-161-0/+12
|
* docs: section "Connection" is not usedKoichiro IWAO2016-11-161-3/+0
|
* docs: Capitalize section titleKoichiro IWAO2016-11-161-1/+1
|
* docs: document tcp_send/recv_buffer_bytesKoichiro IWAO2016-11-161-0/+6
|
* docs: unify all boolean values to true/falseKoichiro IWAO2016-11-162-21/+21
|
* docs: add 32 to max_bpp as it is actually supportedKoichiro IWAO2016-11-161-1/+1
|
* docs: document disableSSLv3 and tls_ciphersKoichiro IWAO2016-11-161-0/+10
|
* docs: use bold for section headers, not italicKoichiro IWAO2016-11-161-1/+1
|
* docs: remove trailing space, put a period at a end of sentenceKoichiro IWAO2016-11-163-27/+27
|
* docs: Capitalize country/languageKoichiro IWAO2016-11-161-8/+8
|
* docs: correct section of xrdp-disKoichiro IWAO2016-11-161-2/+6
| | | | Document that xrdp-dis doen't support disconnecting xorgxrdp session.
* docs: update version to 0.9.0Koichiro IWAO2016-11-1611-11/+11
|
* docs: update man for sesman.iniKoichiro IWAO2016-11-161-9/+11
| | | | | | | | | | | Not to confuse the default value written in config and the default value will be used when not specified in config use the words "it not specified, defaults to foobar" for the latter. And other miscellaneous changes, - Fix typo - Emphasize the default value
* docs: replace links s/xrdp.sf.net/www.xrdp.org/gKoichiro IWAO2016-11-168-8/+8
|
* Merge pull request #454 from metalefty/change-chansrv-log-pathmetalefty2016-11-071-1/+1
|\ | | | | chansrv: change chansrv log path to ${XDG_DATA_HOME}/xrdp
| * docs: update chansrv log pathKoichiro IWAO2016-10-251-1/+1
| |
* | Switch the remaining 4 hex digit keymapfile to 8 hexKoichiro IWAO2016-10-241-11/+11
|/
* Fix typos in manual pagesPavel Roskin2016-06-212-4/+4
|
* Improve manual page for sesmanPavel Roskin2016-06-211-136/+155
| | | | Add new sections and parameters, improve wording, wrap lines.