Commit Graph

143 Commits

Author SHA1 Message Date
matt335672 edda1b064d chansrv improved config support 2020-09-08 16:58:03 +01:00
matt335672 a2ca01fdf5 Minor manpage fixes 2020-06-18 12:23:32 +01:00
matt335672 3c4b42b1aa Implemented resize and multimon support for VNC backend 2020-06-04 15:10:35 +01:00
matt335672 4d8f2b5a31 Significant remote file system improvements
- 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-12-05 11:41:32 +00:00
Koichiro IWAO 46b4a9b7c8
docs: sesman and sesrun now have xrdp- prefix 2019-03-20 16:55:02 +09:00
Krzysztof Adamski 751cd97018 reapply outboud-resitrcted clipboard 2019-02-26 07:40:17 +01:00
Koichiro IWAO 5ea403430a
Sort & reword description of IdleTimeLimit 2018-10-16 16:53:33 +09:00
Koichiro IWAO f84f3de478
docs: ressurect IdleTimeLimit
This reverts commit 513f767996.
2018-10-10 17:47:12 +09:00
Koichiro IWAO 1ad8cbb2a0
Document TLSv1.3 support 2018-09-14 11:50:55 +09:00
Koichiro IWAO 5d9ff0f544
docs: fix xrdp's LogFile path in man 2018-07-12 18:04:32 +09:00
Koichiro IWAO 6fb18cd5fa
docs: document configurable reconnect script path 2018-06-16 16:44:37 +09:00
Koichiro IWAO d103e1d83d
docs: '!' is no longer a comment out symbol 2018-04-17 10:57:52 +09:00
Koichiro IWAO c40baf03e6 docs: document base64 prefill credentials 2017-08-01 08:40:30 +09:00
Koichiro IWAO 1b11c1888f docs: document change of xrdp-chansrv log path 2017-07-06 12:36:47 +09:00
Pavel Roskin 43899b7e0c Allocate space for tls_ciphers dynamically 2017-03-21 10:39:40 -07:00
Jay Sorg 05c599666d sesman: remove sessvc, one less process to manage 2017-03-19 17:16:36 -07:00
Pavel Roskin 58c9cb43e9 Make socket directory configurable, don't hardcode /tmp/.xrdp
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-03-17 22:25:05 -07:00
Koichiro IWAO 849c1a22a2 TLS: switch ssl_protocols to a comma separated list 2017-02-27 14:17:25 +09:00
Koichiro IWAO 03b5be5fd0 docs: document maximum length of tls_ciphers 2017-02-27 14:17:25 +09:00
Koichiro IWAO eefc099df7 docs: document ssl_protocols, remove document for disableSSLv3 2017-02-27 14:17:25 +09:00
Koichiro IWAO 021b79ba55 docs: remove IdleTimeLimit until it is actually implemented
it gives users false hope and finally disappoints them.
2017-01-31 05:07:06 -03:00
Pavel Roskin b1c0a7be04 Document --port and --fork options for xrdp 2017-01-17 18:09:47 -08:00
Pavel Roskin 7b32fc864c Respect verbosity settings when generating manual pages 2017-01-06 11:06:09 -08:00
Pavel Roskin d8e3a13f41 Substitute directories in manual pages 2016-12-24 01:00:21 -08:00
Pavel Roskin 6c453ff1be Substitute variables in manual pages 2016-12-24 00:58:15 -08:00
Pavel Roskin a9bfa879e7 Remove man page for xrdp-xcon, as xrdp-xcon not installed
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.
2016-12-24 00:57:47 -08:00
Pavel Roskin 6aed11a8ce Update version to 0.9.1 2016-12-20 13:07:53 -08:00
Idan Freiberg 0f6d1aabc2 Merge pull request #548 from proski/autorun
Set autorun to empty, improve autorun documentation
2016-12-18 02:48:58 -05:00
Pavel Roskin 6881ae6c8a Update manual pages - document "param", fix session type description 2016-12-17 16:14:55 -08:00
Pavel Roskin 65be965ebd Set autorun to empty, improve autorun documentation
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.
2016-12-17 16:14:44 -08:00
Pavel Roskin 9cfe477f60 Document xserverbpp, add it to Xvnc section, remove from Xorg section
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.
2016-12-06 14:40:38 -08:00
Koichiro IWAO 5ee3b9b96d docs: s/Italy/Italian/ for language name 2016-11-16 14:53:34 +09:00
Koichiro IWAO 13aa2fcc2a docs: update descriptions for encryption
- Add descriptions for certificate and key_file
- xrdp actually supports 128-bit encryption in Standard RDP Security
- change line breaks
2016-11-16 14:15:44 +09:00
Koichiro IWAO d6e8435a72 docs: sort parameters in xrdp.ini.5 2016-11-16 14:15:44 +09:00
Koichiro IWAO b74b030891 docs: document security_layer 2016-11-16 14:15:44 +09:00
Koichiro IWAO 4b95a5f347 docs: reword, add description for default value 2016-11-16 14:15:44 +09:00
Koichiro IWAO ad1b484e7a docs: unify the rest boolean values to true/false 2016-11-16 14:15:44 +09:00
Koichiro IWAO 7cb3ffc33f docs: document use_fastpath, require_credentials, pamerrortxt 2016-11-16 14:15:44 +09:00
Koichiro IWAO 901bc9f40c docs: section "Connection" is not used 2016-11-16 14:15:44 +09:00
Koichiro IWAO f6fd8f16d7 docs: Capitalize section title 2016-11-16 14:15:44 +09:00
Koichiro IWAO 1490da309e docs: document tcp_send/recv_buffer_bytes 2016-11-16 14:15:44 +09:00
Koichiro IWAO bb55e0118b docs: unify all boolean values to true/false 2016-11-16 14:15:44 +09:00
Koichiro IWAO 771321ab0c docs: add 32 to max_bpp as it is actually supported 2016-11-16 14:15:44 +09:00
Koichiro IWAO 681f230821 docs: document disableSSLv3 and tls_ciphers 2016-11-16 14:15:44 +09:00
Koichiro IWAO 16dd94b8bc docs: use bold for section headers, not italic 2016-11-16 14:15:44 +09:00
Koichiro IWAO fe8eb5aa14 docs: remove trailing space, put a period at a end of sentence 2016-11-16 14:15:44 +09:00
Koichiro IWAO 5e297ce9ba docs: Capitalize country/language 2016-11-16 14:15:44 +09:00
Koichiro IWAO 499abdcd41 docs: correct section of xrdp-dis
Document that xrdp-dis doen't support disconnecting xorgxrdp session.
2016-11-16 14:15:44 +09:00
Koichiro IWAO 4aa75ca2e3 docs: update version to 0.9.0 2016-11-16 14:15:44 +09:00
Koichiro IWAO fc32099d25 docs: update man for sesman.ini
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
2016-11-16 14:15:44 +09:00
Koichiro IWAO f096f1b028 docs: replace links s/xrdp.sf.net/www.xrdp.org/g 2016-11-16 14:15:44 +09:00
metalefty 94901c9989 Merge pull request #454 from metalefty/change-chansrv-log-path
chansrv: change chansrv log path to ${XDG_DATA_HOME}/xrdp
2016-11-07 09:56:31 +09:00
Koichiro IWAO 2016065a40 docs: update chansrv log path 2016-10-25 15:52:46 +09:00
Koichiro IWAO 042c33a11c Switch the remaining 4 hex digit keymapfile to 8 hex 2016-10-24 15:19:23 +09:00
Pavel Roskin 7aa35f1f57 Fix typos in manual pages 2016-06-21 16:30:15 -07:00
Pavel Roskin 0d7f2d2802 Improve manual page for sesman
Add new sections and parameters, improve wording, wrap lines.
2016-06-21 16:30:15 -07:00
Pavel Roskin ae5bb5bf9c Fix incorrect use of "it's" and "its", adjust wording 2016-06-21 16:30:15 -07:00
Sven Dowideit 332a6d4444 Mention the channel code
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2016-05-31 01:02:23 +00:00
Koichiro IWAO ff4ec98412 fix typo xrdp-sessman -> xrdp-sessvc 2016-03-15 18:25:52 +09:00
Pavel Roskin 7642675ddf Use "dist_" prefix to minimize use of EXTRA_DIST
"dist" is ignored in presense of "noinst", so keep noinst_man_MANS.
2016-02-22 22:11:57 -08:00
mirabilos dca8083ada merge copyright and licence for this file from where it was taken from 2015-08-05 19:27:55 +02:00
anthonyagresta 46c4a1fe4e Add details for crypt_level=fips to man page 2014-08-06 00:50:07 +03:00
Jay Sorg 1934c9ea00 sesman: more options for session lookup from Fredy Paquet 2014-04-20 00:42:19 -07:00
Jay Sorg 9538ca422b man page, remove double 'the' 2013-08-24 19:21:00 -07:00
Jay Sorg 6700eb18d7 kill disconencted, make work like man page and update man page 2013-08-24 18:53:55 -07:00
Philipp Hahn 58024d0500 doc: xrdp-chansrv manual page
Add manual page for internally forked channel server.
2013-01-28 11:04:29 +01:00
Philipp Hahn 007b581538 doc: xrdp-sessvc manual page
Add manual page for internally called xrdp-sessvc.

The program should probably be moved to /usr/lib/xrdp/ as it's only
called internally.
2013-01-28 11:04:29 +01:00
Philipp Hahn cae4505f5b doc: xrdp-genkeymap manual page
Add manual page for key map generation utility.
2013-01-28 11:04:29 +01:00
Philipp Hahn d6aed5e83f doc: xrdp-keygen manual page
Add updated manual page from Debian project.
2013-01-28 11:04:29 +01:00
Philipp Hahn 674f4c060f doc: xrdp-xcon manual page
Add a manual page for xrdp-xcon, which is currently not installed, since
xrdp-xcon is not installed.
2013-01-28 11:04:29 +01:00
Philipp Hahn feae08dcc5 doc: xrdp-dis manual page
Add a manual page for xrdp-dis, which is used to disconnect the RDP
connection but otherwise keep the session running.
2013-01-28 11:04:29 +01:00
Philipp Hahn ab2e950246 doc: xrdp-sesadmin manual page
Add a manual page for xrdp-sessadmin.
2013-01-28 11:04:29 +01:00
Philipp Hahn 19efc04e64 doc: Update xrdp.ini options
Update General section.
Document Logging section.
Document Channels section.
2013-01-28 11:04:29 +01:00
Philipp Hahn dfc010f8cc doc: Follow xrdp- rename
sesman and sesrun were prefixed with xrdp- a long time ago.
Update the manual pags to follow that change as well.
2013-01-28 11:04:29 +01:00
Philipp Hahn e67878cedd doc: Man page cleanup
Simlify example sections.
Remove un-needed .LP after section start.
Insert empty line before section start.
2013-01-28 11:04:29 +01:00
Philipp Hahn 3b1897470c doc: Format manual page references
Use .BR to fromat name(section) as recommended by man(7).
Use .I for variable arguments.
2013-01-28 11:04:29 +01:00
Philipp Hahn 2de038d2b1 doc: Use man_MANS in Makefile.am
automake does know where to install manual pages, so use man_MANS
instead of hand crafting custom rules.
2013-01-28 11:04:29 +01:00
Philipp Hahn f2b7aafb4e X11rdp: fix spelling mistakes
exit -> exist
$mn -> $mod_name
folowed -> followed
blocket -> blocked
2013-01-28 11:04:29 +01:00
Itamar Reis Peixoto cade938a0d more files to fix make dist 2010-11-20 22:13:50 -02:00
jsorg71 e83b4c43f5 added X11DisplayOffset sesman option 2010-04-24 06:41:55 +00:00
jsorg71 af83cb7cae remove old makefiles 2008-12-16 02:47:45 +00:00
jsorg71 d6cf451327 added docs 2008-08-17 03:13:40 +00:00
jsorg71 dafe270c55 remove unneeded stuff 2008-05-03 00:24:17 +00:00
jsorg71 0884533c40 rename sesrun.8 to xrdp-sesrun.8 2008-04-29 06:35:32 +00:00
jsorg71 c7bfdeaa35 rename sesman.8 to xrdp-sesman.8 2008-04-29 06:32:21 +00:00
ilsimo 6cbc09be53 added ListenAddress configuration option 2007-03-25 21:20:20 +00:00
ilsimo 5dfa4e3f39 Adding MaxLoginRetry configuration option 2006-10-25 19:35:07 +00:00
jsorg71 05178d0733 added installdeb to makefiles 2006-03-04 01:02:09 +00:00
jsorg71 e02871e8a4 added Makefile 2006-02-04 18:51:05 +00:00
ilsimo bef0f0cffd marked some options as ignored 2006-01-13 16:32:25 +00:00
ilsimo 85835218dc added new options in sesman.ini
old gzipped manpages replaced with unzipped ones to show changes
2006-01-10 20:59:18 +00:00
ilsimo 5c2e28d8c7 added CORE logging level 2005-11-16 12:20:44 +00:00
ilsimo 37df9f4e53 added manpages for xrdp, xrdp.ini, sesman, sesman.ini, sesrun 2005-11-13 22:15:09 +00:00