summaryrefslogtreecommitdiffstats
path: root/xrdp
Commit message (Collapse)AuthorAgeFilesLines
* Shorten and clarify log window messagesPavel Roskin2016-07-082-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 outputPavel Roskin2016-07-083-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 Roskin2016-07-081-12/+11
| | | | Make static, fix formatting, shorten some variable names, use += to add to variable, accept immutable strings.
* Fix format warnings in log_message() callsPavel Roskin2016-06-213-14/+11
|
* Report pid and listening address/port for xrdp and xrdp-sesmanPavel Roskin2016-06-212-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 wordingPavel Roskin2016-06-214-7/+6
|
* xrdp_wm: fix for multimon, draw login window and log window on primaryspeidy2016-05-172-23/+32
| | | monitor
* remove tabsJay Sorg2016-05-162-10/+10
|
* remove tabsJay Sorg2016-05-161-9/+9
|
* xrdp_wm: in multimon scenario, draw log window and login window onspeidy2016-05-122-5/+44
| | | | primary monitor
* Remove extraneous color initializationPavel Roskin2016-05-051-1/+0
|
* Typo fixesPavel Roskin2016-05-047-27/+27
|
* Fix format warnings caused by g_writeln("")Pavel Roskin2016-04-211-12/+12
|
* remove some warningsJay Sorg2016-04-092-6/+3
|
* remove some warningsJay Sorg2016-04-091-6/+6
|
* Fix compile error "format not a string literal and no format arguments ↵NerdKnight2016-03-282-2/+2
| | | | [-Werror=format-security]"
* Merge pull request #341 from proski/sanity-checksjsorg712016-03-162-34/+63
|\ | | | | Sanity checks
| * Be more specific in error messages about PID file locationPavel Roskin2016-03-032-4/+4
| |
| * Check if rsakeys.ini exists on startup, exit if it's missingPavel Roskin2016-03-031-0/+8
| |
| * Move all sanity checks to a separate function xrdp_sanity_check()Pavel Roskin2016-03-031-30/+51
| |
* | Fix all format warnings and some unused variable warningsJay Sorg2016-03-141-1/+1
| |
* | Don't attempt to intercept SIGKILL, it doesn't work on any OSJay Sorg2016-03-142-2/+0
|/
* Use "dist_" prefix to minimize use of EXTRA_DISTPavel Roskin2016-02-221-4/+2
| | | "dist" is ignored in presense of "noinst", so keep noinst_man_MANS.
* Move headers from EXTRA_DIST to sources, sort alphabeticallyPavel Roskin2016-02-211-5/+7
| | | | There should be no functional difference.
* Fix typosPavel Roskin2016-02-138-12/+12
|
* Use lowercase program names for syslogPavel Roskin2016-02-131-1/+1
| | | Other programs typically use the same case as their execulables.
* Stop redefining libdir, use moduledir for ${libdir}/xrdpPavel Roskin2016-02-122-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 wrappingPavel Roskin2016-02-121-2/+2
|
* Spell "return value", not "returnvalue"Pavel Roskin2016-02-071-1/+1
|
* Declare xrdp_mm_frame_ack() in xrdp.h, it's used in xrdp_wm.cPavel Roskin2016-01-311-0/+2
|
* More spelling fixes found by codespell and aspellPavel Roskin2016-01-301-1/+1
|
* Replace "charactor" with "character" everywherePavel Roskin2016-01-303-8/+8
|
* Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGSPavel Roskin2016-01-291-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 utilityPavel Roskin2016-01-261-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/develjsorg712016-01-246-10/+10
|\ | | | | Minor fixes
| * Run through codespellPavel Roskin2016-01-146-10/+10
| |
* | Drop exec permission of non executable filesKoichiro IWAO2016-01-223-0/+0
|/
* xrdp: change when using xrdp.ini hidelogwindowJay Sorg2015-12-012-2/+16
|
* xrdp: fix --killJay Sorg2015-10-101-33/+33
|
* rename g_tcp_can_recv to g_sck_can_recvJay Sorg2015-10-071-1/+1
|
* remove some more generated filesJay Sorg2015-08-171-5/+0
|
* add missing files into extra_dist,itamarjp2015-07-141-1/+2
| | | | this is required when using make dist to generate a tarball
* add timeout to trans_get_wait_objs_rwJay Sorg2015-07-131-1/+1
|
* set the source for chansrvJay Sorg2015-07-111-2/+4
|
* update the module APIJay Sorg2015-07-101-8/+8
|
* work on main loop changesJay Sorg2015-07-051-2/+4
|
* finish for supporting swiss german keyboardThomas Spalinger2015-04-191-0/+3
|
* Merge pull request #226 from metalefty/freebsd/openpamjsorg712015-04-011-1/+118
|\ | | | | xrdp: xrdp_mm.c detect and use OpenPAM
| * xrdp: xrdp_mm.c detect and use OpenPAMKoichiro IWAO2015-03-161-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 basicsJay Sorg2015-03-286-198/+284
|/