Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shorten and clarify log window messages | Pavel Roskin | 2016-07-08 | 2 | -6/+4 |
| | | | | | Specify display in the "login failed" message. Print the section name that wasn't found. Remove stdout message about missing section, xrdp_wm_log_msg() already writes to stdout. | ||||
* | Make xrdp_wm_log_msg() log its output | Pavel Roskin | 2016-07-08 | 3 | -63/+64 |
| | | | | Accept variable arguments and the log level in xrdp_wm_log_msg(). Remove logging that is done automatically now. | ||||
* | Rewrite add_string_to_logwindow() | Pavel Roskin | 2016-07-08 | 1 | -12/+11 |
| | | | | Make static, fix formatting, shorten some variable names, use += to add to variable, accept immutable strings. | ||||
* | Fix format warnings in log_message() calls | Pavel Roskin | 2016-06-21 | 3 | -14/+11 |
| | |||||
* | Report pid and listening address/port for xrdp and xrdp-sesman | Pavel Roskin | 2016-06-21 | 2 | -0/+3 |
| | | | | | | For xrdp-sesman, don't report that the daemon is listening to a port if it fails to attach to that port. Don't use LOG_LEVEL_ALWAYS for startup message, it's not a critical error. | ||||
* | Fix incorrect use of "it's" and "its", adjust wording | Pavel Roskin | 2016-06-21 | 4 | -7/+6 |
| | |||||
* | xrdp_wm: fix for multimon, draw login window and log window on primary | speidy | 2016-05-17 | 2 | -23/+32 |
| | | | monitor | ||||
* | remove tabs | Jay Sorg | 2016-05-16 | 2 | -10/+10 |
| | |||||
* | remove tabs | Jay Sorg | 2016-05-16 | 1 | -9/+9 |
| | |||||
* | xrdp_wm: in multimon scenario, draw log window and login window on | speidy | 2016-05-12 | 2 | -5/+44 |
| | | | | primary monitor | ||||
* | Remove extraneous color initialization | Pavel Roskin | 2016-05-05 | 1 | -1/+0 |
| | |||||
* | Typo fixes | Pavel Roskin | 2016-05-04 | 7 | -27/+27 |
| | |||||
* | 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 |
|/ |