summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* config: use semicolon to comment out descriptions in config filesKoichiro IWAO2016-11-163-129/+129
| | | | | | | | and use number sign to comment out actual configurations. For example: ; if set to true, enables foobar #foobar=true
* config: Capitalize section title to fit documentsKoichiro IWAO2016-11-161-2/+2
|
* config: unify all boolean values in config to true/falseKoichiro IWAO2016-11-162-18/+17
|
* 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 #490 from proski/parammetalefty2016-11-161-23/+23
|\ | | | | Omit numbers from the "param" keys, they are not needed
| * Omit numbers from the "param" keys, they are not neededPavel Roskin2016-11-151-23/+23
|/ | | | | Users assume that they need to renumber the parameters. That makes parameter editing more involved than it needs to be.
* Merge pull request #489 from metalefty/travis-ciIdan Freiberg2016-11-151-0/+42
|\ | | | | CI: add .travis.yml
| * CI: add .travis.ymlKoichiro IWAO2016-11-151-0/+42
|/ | | | tests xrdp, librfxcodec, xorgxrdp, x11rdp in master, devel and other topic branches.
* Merge pull request #487 from proski/x11rdpItamar Reis Peixoto2016-11-132-11/+15
|\ | | | | X11rdp build system fixes
| * Strip the installed X11rdp binary, not the originalPavel Roskin2016-11-131-1/+1
| |
| * Reorder static libraries to avoid the need to link them twicePavel Roskin2016-11-131-7/+8
| |
| * Check that X11RDPBASE is set, give it a better descriptionPavel Roskin2016-11-131-3/+6
|/ | | Use BINBASE for the binary install path.
* change xrdp.ini security_layer=negotiate and auto generate tls keys on make ↵Jay Sorg2016-11-112-2/+3
| | | | install
* libxrdp: warn when using 512 bit keyJay Sorg2016-11-111-0/+9
|
* on make install, don't create rsakeys.ini if it already existsJay Sorg2016-11-111-1/+1
|
* Merge pull request #479 from proski/strerrorjsorg712016-11-091-2/+2
|\ | | | | Use g_get_strerror() instead of strerror(errno) for portability
| * Use g_get_strerror() instead of strerror(errno) for portabilityPavel Roskin2016-11-081-2/+2
|/
* Merge pull request #418 from metalefty/keymap-fallback-lower-16bitmetalefty2016-11-081-2/+14
|\ | | | | Use km-0000yyyy.ini if km-xxxxyyyy.ini doen't exist
| * Use km-0000yyyy.ini if km-xxxxyyyy.ini doen't existKoichiro IWAO2016-11-041-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | upper 16 bits of keylayout value indicates keyboard layout. lower 16 bits of keylayout value indicates country/language. If the keymap file doesn't match exactly to keylayout value, the typical keyboard of the country/language should be used. For example [1]: 0x00000409: US English 0x00010409: US Dvorak 0x00020409: US International 0x00030409: US Dvorak for left hand 0x00040409: US Dvorak for right hang 0x0000040e: Hungarian 0x0001040e: Hungarian 101-key [1] https://msdn.microsoft.com/windows/hardware/commercialize/manufacture/desktop/windows-language-pack-default-values
* | Merge pull request #478 from proski/install-headersmetalefty2016-11-071-3/+5
|\ \ | | | | | | Install headers used by X11rdp and xorgxrdp
| * | Install headers used by X11rdp and xorgxrdpPavel Roskin2016-11-061-3/+5
|/ / | | | | | | | | Installing the headers makes it possible to compile xorgxrdp as a separate package, without xrdp sources.
* | Merge pull request #454 from metalefty/change-chansrv-log-pathmetalefty2016-11-072-1/+41
|\ \ | |/ |/| chansrv: change chansrv log path to ${XDG_DATA_HOME}/xrdp
| * docs: update chansrv log pathKoichiro IWAO2016-10-251-1/+1
| |
| * chansrv: change chansrv log path to ${XDG_DATA_HOME}/xrdpKoichiro IWAO2016-10-251-0/+40
| | | | | | | | | | | | | | like Xorg's logfile is written to ${XDG_DATA_HOME}/xorg/Xorg.n.log. If XDG_DATA_HOME is not defined, the log path will be ${HOME}/.local/share/xrdp.
* | Merge pull request #473 from metalefty/add-finnish-keyboardItamar Reis Peixoto2016-11-022-0/+792
|\ \ | | | | | | add Finnish keyboard
| * | add Finnish keyboardKoichiro IWAO2016-11-022-0/+792
|/ / | | | | | | Closes #70
* | Merge pull request #437 from metalefty/switch-to-8-hex-digit-keymap-fileItamar Reis Peixoto2016-11-0225-176/+176
|\ \ | | | | | | Switch to 8 hex digit keymapfile
| * | switch newly added keymaps to 8 hex digitKoichiro IWAO2016-10-243-123/+123
| | |
| * | Switch the remaining 4 hex digit keymapfile to 8 hexKoichiro IWAO2016-10-245-34/+34
| | |
| * | Switch to 8 hex digit keymapfileKoichiro IWAO2016-10-2418-19/+19
| | | | | | | | | | | | | | | as the value keyboardLayout is actually 32-bit unsigned integer. See [MS-RDPBCGR] - v20160714 p.45.
* | | Merge pull request #470 from proski/xorg-inimetalefty2016-11-021-20/+20
|\ \ \ | | | | | | | | Simplify names of xrdp.ini sections, rename "Session Manager" to "Xorg"
| * | | Simplify names of xrdp.ini sections, rename "Session Manager" to "Xorg"Pavel Roskin2016-11-011-20/+20
|/ / / | | | | | | | | | | | | | | | Make section names equal to the names in the "name=" setting to avoid confusion and the need to renumber sections. Avoid "sesman-" in the names, it's not helpful to the user. Move "Xorg" just below "X11rdp", that would give xorgxrdp more visibility.
* | | Merge pull request #472 from proski/sslItamar Reis Peixoto2016-11-011-15/+26
|\ \ \ | | | | | | | | Use static inline functions for OpenSSL 1.0 backport