Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #504 from proski/no-ac | Itamar Reis Peixoto | 2016-11-22 | 1 | -3/+0 | |
|\ \ | |/ |/| | Remove "-ac" from X server parameters, it's insecure and unnecessary | |||||
| * | Remove "-ac" from X server parameters, it's insecure and unnecessary | Pavel Roskin | 2016-11-21 | 1 | -3/+0 | |
|/ | | | | | Fedora patches sesman.ini to remove "-ac", and that doesn't cause any ill effects. | |||||
* | Merge pull request #491 from proski/fuse-format | metalefty | 2016-11-22 | 1 | -74/+75 | |
|\ | | | | | Fix format warnings if FUSE is enabled | |||||
| * | Fix format warnings if FUSE is enabled | Pavel Roskin | 2016-11-21 | 1 | -74/+75 | |
|/ | ||||||
* | Merge pull request #499 from proski/pkgconfig | Itamar Reis Peixoto | 2016-11-21 | 2 | -2/+276 | |
|\ | | | | | Use PKG_INSTALLDIR to determine pkg-config file install location | |||||
| * | Use PKG_INSTALLDIR to determine pkg-config file install location | Pavel Roskin | 2016-11-20 | 2 | -2/+276 | |
|/ | | | | | | | The PKG_INSTALLDIR macro also enables --with-pkgconfigdir for easy overrides. PKG_INSTALLDIR is relatively new, it appeared in pkg-config 0.27. To ensure we have a recent pkg.m4 copy, copy pkg.m4 to the m4 directory. | |||||
* | Merge pull request #460 from metalefty/ipv6/logs | Itamar Reis Peixoto | 2016-11-20 | 1 | -29/+104 | |
|\ | | | | | common: Fix client IP address logging when IPv6 is enabled | |||||
| * | common: Address family it not always AF_INET6 | Koichiro IWAO | 2016-11-04 | 1 | -36/+84 | |
| | | | | | | | | even if XRDP_ENABLE_IPV6 defined. | |||||
| * | common: Fix client IP address logging when IPv6 is enabled | Koichiro IWAO | 2016-11-04 | 1 | -25/+52 | |
| | | | | | | | | | | | | | | | | g_tcp_accept() and g_sck_accept() should use sockadd_in6 when IPv6 is enabled. The former code logs client IP address always "0.0.0.0" in such case. Fixes #412. | |||||
* | | xrdp: do case insensitive compare for section names | Jay Sorg | 2016-11-19 | 1 | -3/+3 | |
| | | ||||||
* | | chansrv: some fixes to log file path | Jay Sorg | 2016-11-19 | 1 | -34/+32 | |
| | | ||||||
* | | Merge pull request #496 from proski/pkgconfig | Itamar Reis Peixoto | 2016-11-18 | 2 | -1/+4 | |
|\ \ | | | | | | | Fix for xrdp-uninstalled.pc and addition of pkgconfig/.gitignore | |||||
| * | | Fix include path in xrdp-uninstalled.pc.in | Pavel Roskin | 2016-11-18 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ${pcfiledir} refers to the directory of the package-config file. For an xrdp build in the source tree, the correct include location would be ${pcfiledir}/../common, not ${pcfiledir}/common For xrdp build outside the source tree, there is no way to find the source tree without help from the configure script. While the '${pc_top_builddir}/${pcfiledir}' pattern is still widespread, many packages (e.g. gstreamer) are switching to @abs_top_srcdir@ and @abs_top_builddir@, which are always absolute and have knowledge about the source tree location from the configure script. Use @abs_top_srcdir@ for the headers. @abs_top_builddir@ is not needed, as xrdp produces no externally consumable libraries or generated headers. | |||||
| * | | Add pkgconfig/.gitignore | Pavel Roskin | 2016-11-18 | 1 | -0/+2 | |
|/ / | ||||||
* | | Merge pull request #495 from proski/distcheck | Itamar Reis Peixoto | 2016-11-18 | 1 | -1/+1 | |
|\ \ | | | | | | | Add "make distcheck" to travis checks | |||||
| * | | Add "make distcheck" to travis checks | Pavel Roskin | 2016-11-18 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #494 from proski/openssl | Itamar Reis Peixoto | 2016-11-18 | 2 | -2/+17 | |
|\ \ | | | | | | | Fix "unable to find 'distinguished_name' in config" with older openssl | |||||
| * | | Fix "unable to find 'distinguished_name' in config" with older openssl | Pavel Roskin | 2016-11-18 | 2 | -2/+17 | |
|/ / | | | | | | | | | This also fixes "make distcheck", which expects "make uninstall" to remove all installed files. | |||||
* | | Merge pull request #488 from metalefty/docs | Itamar Reis Peixoto | 2016-11-17 | 15 | -266/+344 | |
|\ \ | | | | | | | Update man pages and config files | |||||
| * | | docs: revise description for disableSSLv3 in xrdp.ini | Koichiro IWAO | 2016-11-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | docs: s/Italy/Italian/ for language name | Koichiro IWAO | 2016-11-16 | 2 | -2/+2 | |
| | | | ||||||
| * | | config: change order of parameters | Koichiro IWAO | 2016-11-16 | 1 | -37/+38 | |
| | | | | | | | | | | | | | | | Put same layer configuration parameters together, bring low layer parameters earlier. | |||||
| * | | 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 | |
| | | | ||||||
| * | | config: use semicolon to comment out descriptions in config files | Koichiro IWAO | 2016-11-16 | 3 | -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 documents | Koichiro IWAO | 2016-11-16 | 1 | -2/+2 | |
| | | | ||||||
| * | | config: unify all boolean values in config to true/false | Koichiro IWAO | 2016-11-16 | 2 | -18/+17 | |
| | | | ||||||
| * | | 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 #493 from proski/pkgconfig | Itamar Reis Peixoto | 2016-11-17 | 4 | -50/+40 | |
|\ \ \ | | | | | | | | | Fixes for pkg-config | |||||
| * | | | Simplify pkgconfig/Makefile.am | Pavel Roskin | 2016-11-18 | 1 | -11/+1 | |
| | | | | ||||||
| * | | | Add xrdp-uninstalled.pc to allow compilation against xrdp sources | Pavel Roskin | 2016-11-18 | 2 | -0/+7 | |
| | | | | ||||||
| * | | | Pass all substitutions to AC_CONFIG_FILES, sort and reformat them | Pavel Roskin | 2016-11-18 | 1 | -37/+30 | |
| | | | | | | | | | | | | | | | | | | | | Passing arguments to AC_OUTPUT is obsolete. Remove commented out configure code. | |||||
| * | | | Improve xrdp description, substitute package version | Pavel Roskin | 2016-11-18 | 1 | -2/+2 | |
|/ / / | ||||||
* | | | update description in .pc file | Jay Sorg | 2016-11-17 | 1 | -1/+1 | |
| | | |