Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | libxrdp: warn when using 512 bit key | Jay Sorg | 2016-11-11 | 1 | -0/+9 | |
| | ||||||
* | Get rid of EXTRA_LIBS, use variables with more specific names | Pavel Roskin | 2016-10-20 | 1 | -6/+6 | |
| | ||||||
* | Eliminate EXTRA_FLAGS, it's a poor name, use AM_LDFLAGS | Pavel Roskin | 2016-10-20 | 1 | -5/+3 | |
| | ||||||
* | Merge EXTRA_DEFINES and EXTRA_INCLUDES into AM_CPPFLAGS | Pavel Roskin | 2016-10-20 | 1 | -17/+12 | |
| | | | | | | | | | | AM_CPPFLAGS is a documented Automake variable for C preprocessor flags that should not be overridden when compiling the package. There is no need to have two additional variables that are ultimately merged into AM_CPPFLAGS. Their names are also confusing. EXTDA_DIST is a documented Automake variable. Everything else that starts with "EXTRA" is not. | |||||
* | Don't use term "missing" when using default files, it's too alarming | Pavel Roskin | 2016-10-17 | 1 | -7/+6 | |
| | | | | Also improve messages when non-absolute path is rejected. | |||||
* | libxrdp: cleanup log log in xrdp_load_keyboard_layout | Koichiro IWAO | 2016-09-06 | 1 | -1/+0 | |
| | ||||||
* | libxrdp: log keyboard type/subtype | Koichiro IWAO | 2016-09-02 | 1 | -0/+3 | |
| | ||||||
* | libxrdp: log keyboard options | Koichiro IWAO | 2016-09-02 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #364 from laigor/devel | metalefty | 2016-08-30 | 1 | -0/+9 | |
|\ | | | | | Allows use the xkb options that for example allows you to specify a key combination to change the layouts. | |||||
| * | Allows use the xkb options that for example allows you to specify a key ↵ | laigor | 2016-04-14 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | combination to change the layouts. Example of xrdp_keyboard.ini for russian keyboard [default_rdp_layouts] rdp_layout_us=0x00000409 rdp_layout_de=0x00000407 rdp_layout_fr=0x0000040C rdp_layout_it=0x00000410 rdp_layout_jp=0x00000411 rdp_layout_jp2=0xe0010411 rdp_layout_jp3=0xe0200411 rdp_layout_jp4=0xe0210411 rdp_layout_ru=0x00000419 rdp_layout_se=0x0000041D rdp_layout_pt=0x00000816 rdp_layout_br=0x00000416 rdp_layout_pl=0x00000415 [rdp_keyboard_ru] keyboard_type=4 keyboard_subtype=1 model=pc105 options=grp:alt_shift_toggle rdp_layouts=default_rdp_layouts layouts_map=layouts_map_ru [layouts_map_ru] rdp_layout_us=us,ru rdp_layout_ru=us,ru | |||||
* | | new options for xrdp.ini disableSSlv3=yes and tls_ciphers=HIGH and code to ↵ | Alex Illsley | 2016-08-25 | 2 | -1/+11 | |
| | | | | | | | | implement | |||||
* | | Merge pull request #384 from CarstenGrohmann/improve_cert_log_messages | jsorg71 | 2016-08-05 | 1 | -6/+25 | |
|\ \ | | | | | | | Improve certificate log messages | |||||
| * | | Improve certificate log messages | Carsten Grohmann | 2016-06-11 | 1 | -6/+25 | |
| | | | ||||||
* | | | Fix warnings detected by -Wwrite-strings | Pavel Roskin | 2016-07-08 | 2 | -2/+2 | |
| | | | ||||||
* | | | Fix incorrect use of "it's" and "its", adjust wording | Pavel Roskin | 2016-06-21 | 4 | -15/+15 | |
|/ / | ||||||
* | | libxrdp: oops, fix virtual desktop size check | speidy | 2016-05-18 | 1 | -2/+2 | |
| | | ||||||
* | | libxrdp: oops, fix virtual desktop size check | speidy | 2016-05-18 | 1 | -2/+2 | |
| | | ||||||
* | | libxrdp: in CS_MONITOR, validate virtual desktop size we got from client | speidy | 2016-05-18 | 1 | -0/+7 | |
| | | ||||||
* | | xrdp_wm: fix for multimon, draw login window and log window on primary | speidy | 2016-05-17 | 1 | -7/+44 | |
| | | | | | | monitor | |||||
* | | Typo fixes | Pavel Roskin | 2016-05-04 | 7 | -20/+20 | |
| | | ||||||
* | | Fix warnings for unused variables read from byte streams | Pavel Roskin | 2016-04-23 | 2 | -10/+5 | |
| | | ||||||
* | | Fix warnings about unused variables and functions | Pavel Roskin | 2016-04-21 | 1 | -1/+0 | |
|/ | ||||||
* | fix warnings | Jay Sorg | 2016-04-09 | 3 | -3/+23 | |
| | ||||||
* | Fix all format warnings and some unused variable warnings | Jay Sorg | 2016-03-14 | 3 | -5/+5 | |
| | ||||||
* | Move headers from EXTRA_DIST to sources, sort alphabetically | Pavel Roskin | 2016-02-21 | 1 | -10/+11 | |
| | | | | There should be no functional difference. | |||||
* | Fix typos | Pavel Roskin | 2016-02-13 | 5 | -6/+6 | |
| | ||||||
* | Stop redefining libdir, use moduledir for ${libdir}/xrdp | Pavel Roskin | 2016-02-12 | 1 | -1/+1 | |
| | | | | | | | 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 | |
| | ||||||
* | 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. | |||||
* | Run through codespell | Pavel Roskin | 2016-01-14 | 6 | -8/+8 | |
| | ||||||
* | libxrdp: rail fix for when no flags are set | Jay Sorg | 2015-12-11 | 1 | -0/+6 | |
| | ||||||
* | remove trailing white space | Jay Sorg | 2015-08-03 | 1 | -2/+2 | |
| | ||||||
* | multimon fix, mstsc reports desktop width and height of primary only | Jay Sorg | 2015-08-03 | 1 | -0/+29 | |
| | ||||||
* | add missing files into extra_dist, | itamarjp | 2015-07-14 | 1 | -1/+1 | |
| | | | | this is required when using make dist to generate a tarball | |||||
* | fix for libxrdp_reset | Jay Sorg | 2015-07-11 | 1 | -8/+0 | |
| | ||||||
* | work on main loop changes | Jay Sorg | 2015-07-05 | 3 | -3/+5 | |
| | ||||||
* | libxrdp: xrdp_iso: changed logs, some fixes in security layer | speidy | 2015-06-04 | 2 | -28/+48 | |
| | | | negotiation. | |||||
* | add frame acks and h264 codec mode basics | Jay Sorg | 2015-03-28 | 5 | -13/+104 | |
| | ||||||
* | libxrdp: opps, fix typeo | Jay Sorg | 2014-12-23 | 1 | -1/+1 | |
| | ||||||
* | libxrdp: no logic change, tabs to spaces | Jay Sorg | 2014-12-23 | 2 | -8/+8 | |
| | ||||||
* | libxrdp: no logic change, statis functions, indent | Jay Sorg | 2014-12-18 | 1 | -58/+47 | |
| | ||||||
* | libxrdp: fastpath RDP_INPUT_SYNCHRONIZE fix | Jay Sorg | 2014-12-16 | 1 | -1/+1 | |
| | ||||||
* | libxrdp: indent, no logic change | Jay Sorg | 2014-12-16 | 1 | -33/+41 | |
| | ||||||
* | libxrdp: no logic change, tabs to spaces | Jay Sorg | 2014-12-15 | 1 | -41/+41 | |
| | ||||||
* | libxrdp: fix for 'low' RDP security level (issue #202) | speidy | 2014-12-15 | 1 | -35/+42 | |
| | ||||||
* | libxrdp: security layer, error handling | speidy | 2014-12-13 | 1 | -3/+7 | |
| | ||||||
* | libxrdp: changes for security layer negotiation, | speidy | 2014-12-13 | 2 | -80/+44 | |
| | | | security_layer=negotiate is working now | |||||
* | libxrdp: delete NLA header detection for now, TLS is working now with | speidy | 2014-11-21 | 2 | -30/+3 | |
| | | | mstsc | |||||
* | libxrdp: remove a global, remove some tabs | Jay Sorg | 2014-11-06 | 3 | -40/+42 | |
| |