Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sort & reword description of IdleTimeLimit | Koichiro IWAO | 2018-10-16 | 1 | -6/+7 |
| | |||||
* | docs: ressurect IdleTimeLimit | Koichiro IWAO | 2018-10-10 | 1 | -0/+6 |
| | | | | This reverts commit 513f7679966dc8bc1d86f328dce6372c763e2d93. | ||||
* | Document TLSv1.3 support | Koichiro IWAO | 2018-09-14 | 1 | -1/+1 |
| | |||||
* | docs: fix xrdp's LogFile path in man | Koichiro IWAO | 2018-07-12 | 1 | -1/+1 |
| | |||||
* | docs: document configurable reconnect script path | Koichiro IWAO | 2018-06-16 | 2 | -4/+14 |
| | |||||
* | docs: '!' is no longer a comment out symbol | Koichiro IWAO | 2018-04-17 | 1 | -1/+1 |
| | |||||
* | docs: document base64 prefill credentials | Koichiro IWAO | 2017-08-01 | 1 | -6/+20 |
| | |||||
* | docs: document change of xrdp-chansrv log path | Koichiro IWAO | 2017-07-06 | 1 | -2/+2 |
| | |||||
* | Allocate space for tls_ciphers dynamically | Pavel Roskin | 2017-03-21 | 1 | -2/+2 |
| | |||||
* | sesman: remove sessvc, one less process to manage | Jay Sorg | 2017-03-19 | 2 | -28/+1 |
| | |||||
* | Make socket directory configurable, don't hardcode /tmp/.xrdp | Pavel Roskin | 2017-03-17 | 3 | -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 list | Koichiro IWAO | 2017-02-27 | 1 | -1/+1 |
| | |||||
* | docs: document maximum length of tls_ciphers | Koichiro IWAO | 2017-02-27 | 1 | -2/+2 |
| | |||||
* | docs: document ssl_protocols, remove document for disableSSLv3 | Koichiro IWAO | 2017-02-27 | 1 | -6/+6 |
| | |||||
* | docs: remove IdleTimeLimit until it is actually implemented | Koichiro IWAO | 2017-01-31 | 1 | -6/+0 |
| | | | | it gives users false hope and finally disappoints them. | ||||
* | Document --port and --fork options for xrdp | Pavel Roskin | 2017-01-17 | 1 | -2/+11 |
| | |||||
* | Respect verbosity settings when generating manual pages | Pavel Roskin | 2017-01-06 | 1 | -1/+5 |
| | |||||
* | Substitute directories in manual pages | Pavel Roskin | 2016-12-24 | 7 | -20/+20 |
| | |||||
* | Substitute variables in manual pages | Pavel Roskin | 2016-12-24 | 13 | -24/+34 |
| | |||||
* | Remove man page for xrdp-xcon, as xrdp-xcon not installed | Pavel Roskin | 2016-12-24 | 1 | -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.1 | Pavel Roskin | 2016-12-20 | 12 | -12/+12 |
| | |||||
* | Merge pull request #548 from proski/autorun | Idan Freiberg | 2016-12-18 | 1 | -3/+7 |
|\ | | | | | Set autorun to empty, improve autorun documentation | ||||
| * | Set autorun to empty, improve autorun documentation | Pavel Roskin | 2016-12-17 | 1 | -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 description | Pavel Roskin | 2016-12-17 | 2 | -8/+7 |
|/ | |||||
* | Document xserverbpp, add it to Xvnc section, remove from Xorg section | Pavel Roskin | 2016-12-06 | 1 | -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 name | Koichiro IWAO | 2016-11-16 | 1 | -1/+1 |
| | |||||
* | docs: update descriptions for encryption | Koichiro IWAO | 2016-11-16 | 1 | -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.5 | Koichiro IWAO | 2016-11-16 | 1 | -28/+28 |
| | |||||
* | docs: document security_layer | Koichiro IWAO | 2016-11-16 | 1 | -0/+19 |
| | |||||
* | docs: reword, add description for default value | Koichiro IWAO | 2016-11-16 | 1 | -4/+11 |
| | |||||
* | docs: unify the rest boolean values to true/false | Koichiro IWAO | 2016-11-16 | 1 | -2/+2 |
| | |||||
* | docs: document use_fastpath, require_credentials, pamerrortxt | Koichiro IWAO | 2016-11-16 | 1 | -0/+12 |
| | |||||
* | docs: section "Connection" is not used | Koichiro IWAO | 2016-11-16 | 1 | -3/+0 |
| | |||||
* | docs: Capitalize section title | Koichiro IWAO | 2016-11-16 | 1 | -1/+1 |
| | |||||
* | docs: document tcp_send/recv_buffer_bytes | Koichiro IWAO | 2016-11-16 | 1 | -0/+6 |
| | |||||
* | docs: unify all boolean values to true/false | Koichiro IWAO | 2016-11-16 | 2 | -21/+21 |
| | |||||
* | docs: add 32 to max_bpp as it is actually supported | Koichiro IWAO | 2016-11-16 | 1 | -1/+1 |
| | |||||
* | docs: document disableSSLv3 and tls_ciphers | Koichiro IWAO | 2016-11-16 | 1 | -0/+10 |
| | |||||
* | docs: use bold for section headers, not italic | Koichiro IWAO | 2016-11-16 | 1 | -1/+1 |
| | |||||
* | docs: remove trailing space, put a period at a end of sentence | Koichiro IWAO | 2016-11-16 | 3 | -27/+27 |
| | |||||
* | docs: Capitalize country/language | Koichiro IWAO | 2016-11-16 | 1 | -8/+8 |
| | |||||
* | docs: correct section of xrdp-dis | Koichiro IWAO | 2016-11-16 | 1 | -2/+6 |
| | | | | Document that xrdp-dis doen't support disconnecting xorgxrdp session. | ||||
* | docs: update version to 0.9.0 | Koichiro IWAO | 2016-11-16 | 11 | -11/+11 |
| | |||||
* | docs: update man for sesman.ini | Koichiro IWAO | 2016-11-16 | 1 | -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/g | Koichiro IWAO | 2016-11-16 | 8 | -8/+8 |
| | |||||
* | Merge pull request #454 from metalefty/change-chansrv-log-path | metalefty | 2016-11-07 | 1 | -1/+1 |
|\ | | | | | chansrv: change chansrv log path to ${XDG_DATA_HOME}/xrdp | ||||
| * | docs: update chansrv log path | Koichiro IWAO | 2016-10-25 | 1 | -1/+1 |
| | | |||||
* | | Switch the remaining 4 hex digit keymapfile to 8 hex | Koichiro IWAO | 2016-10-24 | 1 | -11/+11 |
|/ | |||||
* | Fix typos in manual pages | Pavel Roskin | 2016-06-21 | 2 | -4/+4 |
| | |||||
* | Improve manual page for sesman | Pavel Roskin | 2016-06-21 | 1 | -136/+155 |
| | | | | Add new sections and parameters, improve wording, wrap lines. |