Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix format warnings caused by g_writeln("") | Pavel Roskin | 2016-04-21 | 1 | -12/+12 |
| | |||||
* | remove some warnings | Jay Sorg | 2016-04-09 | 2 | -6/+3 |
| | |||||
* | remove some warnings | Jay Sorg | 2016-04-09 | 1 | -6/+6 |
| | |||||
* | Fix compile error "format not a string literal and no format arguments ↵ | NerdKnight | 2016-03-28 | 2 | -2/+2 |
| | | | | [-Werror=format-security]" | ||||
* | Merge pull request #341 from proski/sanity-checks | jsorg71 | 2016-03-16 | 2 | -34/+63 |
|\ | | | | | Sanity checks | ||||
| * | Be more specific in error messages about PID file location | Pavel Roskin | 2016-03-03 | 2 | -4/+4 |
| | | |||||
| * | Check if rsakeys.ini exists on startup, exit if it's missing | Pavel Roskin | 2016-03-03 | 1 | -0/+8 |
| | | |||||
| * | Move all sanity checks to a separate function xrdp_sanity_check() | Pavel Roskin | 2016-03-03 | 1 | -30/+51 |
| | | |||||
* | | Fix all format warnings and some unused variable warnings | Jay Sorg | 2016-03-14 | 1 | -1/+1 |
| | | |||||
* | | Don't attempt to intercept SIGKILL, it doesn't work on any OS | Jay Sorg | 2016-03-14 | 2 | -2/+0 |
|/ | |||||
* | Use "dist_" prefix to minimize use of EXTRA_DIST | Pavel Roskin | 2016-02-22 | 1 | -4/+2 |
| | | | "dist" is ignored in presense of "noinst", so keep noinst_man_MANS. | ||||
* | Move headers from EXTRA_DIST to sources, sort alphabetically | Pavel Roskin | 2016-02-21 | 1 | -5/+7 |
| | | | | There should be no functional difference. | ||||
* | Fix typos | Pavel Roskin | 2016-02-13 | 8 | -12/+12 |
| | |||||
* | Use lowercase program names for syslog | Pavel Roskin | 2016-02-13 | 1 | -1/+1 |
| | | | Other programs typically use the same case as their execulables. | ||||
* | Stop redefining libdir, use moduledir for ${libdir}/xrdp | Pavel Roskin | 2016-02-12 | 2 | -2/+2 |
| | | | | | | | libdir is for shared and static libraries. Some xrdp libraries are loaded dynamically from a non-standard directory, so they are used like modules. Having separate libdir and moduledir would eventually allow to separate dynamically loaded modules from shared libraries. | ||||
* | Add missing spaces in the strings that are split for line wrapping | Pavel Roskin | 2016-02-12 | 1 | -2/+2 |
| | |||||
* | Spell "return value", not "returnvalue" | Pavel Roskin | 2016-02-07 | 1 | -1/+1 |
| | |||||
* | Declare xrdp_mm_frame_ack() in xrdp.h, it's used in xrdp_wm.c | Pavel Roskin | 2016-01-31 | 1 | -0/+2 |
| | |||||
* | More spelling fixes found by codespell and aspell | Pavel Roskin | 2016-01-30 | 1 | -1/+1 |
| | |||||
* | Replace "charactor" with "character" everywhere | Pavel Roskin | 2016-01-30 | 3 | -8/+8 |
| | |||||
* | Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGS | Pavel Roskin | 2016-01-29 | 1 | -4/+2 |
| | | | | | | | | | AM_CPPFLAGS is for flags passed to the preprocessor, such as defines and includes. AM_CFLAGS is for flags affecting the compiler, such as debug and optimization settings. INCLUDES is an obsolete name. Users can pass INCLUDES and break compilation. AM_CPPFLAGS is more explicit that the flags come from Automake and should not be overridden. | ||||
* | Remove GOT_PREFIX, it's a broken hack of limited utility | Pavel Roskin | 2016-01-26 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | To add flags to the compiler, CFLAGS, CPPFLAGS or LDFLAGS can be used on the configure command line. The need to add flags depends on the location of the headers and libraries of the dependencies, which is orthogonal to the directory where xrdp will be installed. The implementation in configure.ac has a stray closing bracket, making GOT_PREFIX true even if --prefix is not passed. The implementation is inconsistent - the only affected makefiles are for xrdp and libxrdp. Changing rpath manually is wrong in most cases. Libtool should be able to set rpath correctly on its own. Using $(prefix)/lib ignores the libdir setting. For many 64-bit systems, /usr/lib is used for 32-bit libraries. Adding 32-bit libraries to the rpath slows down 64-bit executables, as the dynamic loader searches for libraries in a wrong directory. There is no way to disable GOT_PREFIX if --prefix has to be passed. Fedora RPM patches configure.ac and needs to rerun autoconf and automake after that. | ||||
* | Merge pull request #304 from proski/devel | jsorg71 | 2016-01-24 | 6 | -10/+10 |
|\ | | | | | Minor fixes | ||||
| * | Run through codespell | Pavel Roskin | 2016-01-14 | 6 | -10/+10 |
| | | |||||
* | | Drop exec permission of non executable files | Koichiro IWAO | 2016-01-22 | 3 | -0/+0 |
|/ | |||||
* | xrdp: change when using xrdp.ini hidelogwindow | Jay Sorg | 2015-12-01 | 2 | -2/+16 |
| | |||||
* | xrdp: fix --kill | Jay Sorg | 2015-10-10 | 1 | -33/+33 |
| | |||||
* | rename g_tcp_can_recv to g_sck_can_recv | Jay Sorg | 2015-10-07 | 1 | -1/+1 |
| | |||||
* | remove some more generated files | Jay Sorg | 2015-08-17 | 1 | -5/+0 |
| | |||||
* | add missing files into extra_dist, | itamarjp | 2015-07-14 | 1 | -1/+2 |
| | | | | this is required when using make dist to generate a tarball | ||||
* | add timeout to trans_get_wait_objs_rw | Jay Sorg | 2015-07-13 | 1 | -1/+1 |
| | |||||
* | set the source for chansrv | Jay Sorg | 2015-07-11 | 1 | -2/+4 |
| | |||||
* | update the module API | Jay Sorg | 2015-07-10 | 1 | -8/+8 |
| | |||||
* | work on main loop changes | Jay Sorg | 2015-07-05 | 1 | -2/+4 |
| | |||||
* | finish for supporting swiss german keyboard | Thomas Spalinger | 2015-04-19 | 1 | -0/+3 |
| | |||||
* | Merge pull request #226 from metalefty/freebsd/openpam | jsorg71 | 2015-04-01 | 1 | -1/+118 |
|\ | | | | | xrdp: xrdp_mm.c detect and use OpenPAM | ||||
| * | xrdp: xrdp_mm.c detect and use OpenPAM | Koichiro IWAO | 2015-03-16 | 1 | -1/+118 |
| | | | | | | | | | | | | OpenPAM is used in FreeBSD, NetBSD, DragonFly BSD and Mac OS X. On the Linux system, Linux-PAM is used. Detect PAM during configure and use which the system has. | ||||
* | | add frame acks and h264 codec mode basics | Jay Sorg | 2015-03-28 | 6 | -198/+284 |
|/ | |||||
* | xrdp: fix -h -v option if xrdp.ini is invalid | Koichiro IWAO | 2015-03-10 | 1 | -47/+49 |
| | | | | | - log_start should be called after help and version - Fixes neutrinolabs/xrdp#33. | ||||
* | xrdp_keyboard.ini: Fix jp keyboard model | Akira Taniguchi | 2014-12-29 | 1 | -0/+1 |
| | |||||
* | Add Japanese keymap codes in xrdp_keyboard.ini | Koichiro IWAO | 2014-12-11 | 1 | -0/+9 |
| | |||||
* | Fix spelling error and typo | Mike Rostermund | 2014-11-20 | 1 | -1/+1 |
| | |||||
* | Merge pull request #178 from mgorny/altgr-keymap | jsorg71 | 2014-11-08 | 3 | -1/+22 |
|\ | | | | | altgr+shift/capslock support in keymaps | ||||
| * | Install and enable 0415/pl keymap | Michał Górny | 2014-10-27 | 1 | -0/+3 |
| | | |||||
| * | keymap: support combining shift & capslock with altgr | Michał Górny | 2014-10-24 | 2 | -1/+19 |
| | | | | | | | | | | | | Add support for combining shift & caps lock keys with altgr so that capital national characters can be written. There was some support for shift+altgr in xrdp-keygen but it was never actually used. | ||||
* | | vnc: Added delay_ms option. Fixes neutrinolabs/xrdp#182 | Anthony Agresta | 2014-11-07 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #173 from moobyfr/default-autorun-ini | jsorg71 | 2014-11-01 | 1 | -0/+3 |
|\ \ | |/ |/| | Set a value for the default autorun session | ||||
| * | Set a value for the default autorun session | BLINDAUER Emmanuel | 2014-09-21 | 1 | -0/+3 |
| | | |||||
* | | big endian fix | Jay Sorg | 2014-09-20 | 1 | -2/+31 |
|/ | |||||
* | no logic change, indent | Jay Sorg | 2014-09-04 | 1 | -62/+83 |
| |