jsorg71
97cd690f84
Merge pull request #384 from CarstenGrohmann/improve_cert_log_messages
...
Improve certificate log messages
2016-08-05 14:44:34 -07:00
Pavel Roskin
aeeb3d2c2e
Fix warnings detected by -Wwrite-strings
2016-07-08 04:29:42 +00:00
Pavel Roskin
ae5bb5bf9c
Fix incorrect use of "it's" and "its", adjust wording
2016-06-21 16:30:15 -07:00
Carsten Grohmann
7f0d059d84
Improve certificate log messages
2016-06-11 10:58:15 +02:00
speidy
f5ec7f4102
libxrdp: oops, fix virtual desktop size check
2016-05-18 00:24:16 -04:00
speidy
881756a82c
libxrdp: oops, fix virtual desktop size check
2016-05-18 00:23:07 -04:00
speidy
36c17767b7
libxrdp: in CS_MONITOR, validate virtual desktop size we got from client
2016-05-18 00:20:41 -04:00
speidy
b38dcf1bb0
xrdp_wm: fix for multimon, draw login window and log window on primary
...
monitor
2016-05-17 20:11:49 -04:00
Pavel Roskin
ca9cbcafc8
Typo fixes
2016-05-04 23:33:30 -07:00
Pavel Roskin
70f3d4c5e2
Fix warnings for unused variables read from byte streams
2016-04-23 00:18:38 -07:00
Pavel Roskin
0629b25d5f
Fix warnings about unused variables and functions
2016-04-21 22:27:27 -07:00
Jay Sorg
87208db090
fix warnings
2016-04-09 22:10:12 -07:00
Jay Sorg
38241f2a0b
Fix all format warnings and some unused variable warnings
2016-03-14 17:04:08 -07:00
Pavel Roskin
59a5fb0ddb
Move headers from EXTRA_DIST to sources, sort alphabetically
...
There should be no functional difference.
2016-02-21 23:06:48 -08:00
Pavel Roskin
92a6833e9b
Fix typos
2016-02-13 20:41:07 -08:00
Pavel Roskin
dcab7552db
Stop redefining libdir, use moduledir for ${libdir}/xrdp
...
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.
2016-02-12 23:52:46 -08:00
Pavel Roskin
22e808a186
Add missing spaces in the strings that are split for line wrapping
2016-02-12 23:52:45 -08:00
Pavel Roskin
a452d8d36a
Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGS
...
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.
2016-01-29 22:45:00 -08:00
Pavel Roskin
ee1a237685
Remove GOT_PREFIX, it's a broken hack of limited utility
...
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.
2016-01-26 22:36:59 -08:00
Pavel Roskin
964e860072
Run through codespell
2016-01-14 08:47:50 -08:00
Jay Sorg
96a237c8ef
libxrdp: rail fix for when no flags are set
2015-12-11 20:05:40 -08:00
Jay Sorg
a303f9aaec
remove trailing white space
2015-08-03 20:37:43 -07:00
Jay Sorg
a4f8705e99
multimon fix, mstsc reports desktop width and height of primary only
2015-08-03 17:12:46 -07:00
itamarjp
960cc62a0e
add missing files into extra_dist,
...
this is required when using make dist to generate a tarball
2015-07-14 11:35:33 -03:00
Jay Sorg
914b4acf39
fix for libxrdp_reset
2015-07-11 00:13:50 -07:00
Jay Sorg
b56aa9832e
work on main loop changes
2015-07-05 23:14:46 -07:00
speidy
9fb02e381d
libxrdp: xrdp_iso: changed logs, some fixes in security layer
...
negotiation.
2015-06-04 16:48:41 +03:00
Jay Sorg
33167a7c74
add frame acks and h264 codec mode basics
2015-03-28 18:34:25 -07:00
Jay Sorg
253028431c
libxrdp: opps, fix typeo
2014-12-23 22:51:10 -06:00
Jay Sorg
25809f4f1c
libxrdp: no logic change, tabs to spaces
2014-12-23 20:04:20 -08:00
Jay Sorg
eddf0eefdc
libxrdp: no logic change, statis functions, indent
2014-12-18 19:40:26 -08:00
Jay Sorg
ce1a4e660b
libxrdp: fastpath RDP_INPUT_SYNCHRONIZE fix
2014-12-16 17:36:18 -08:00
Jay Sorg
69a551cdf7
libxrdp: indent, no logic change
2014-12-16 12:20:57 -08:00
Jay Sorg
d1bc5b0bf7
libxrdp: no logic change, tabs to spaces
2014-12-15 16:26:32 -08:00
speidy
5e89424129
libxrdp: fix for 'low' RDP security level (issue #202 )
2014-12-15 22:12:16 +02:00
speidy
bf622c46a6
libxrdp: security layer, error handling
2014-12-13 16:36:23 +02:00
speidy
fb306e624e
libxrdp: changes for security layer negotiation,
...
security_layer=negotiate is working now
2014-12-13 16:24:07 +02:00
speidy
52cac06092
libxrdp: delete NLA header detection for now, TLS is working now with
...
mstsc
2014-11-21 03:17:45 +02:00
Jay Sorg
605df27103
libxrdp: remove a global, remove some tabs
2014-11-06 16:51:39 -08:00
speidy
4015f526db
work on tls mode
2014-08-22 09:13:33 +03:00
Jay Sorg
c7144744a4
security change for none
2014-08-05 14:41:59 -07:00
Jay Sorg
ffed349875
added option to set rdp crypto level to none
2014-08-05 12:28:54 -07:00
Jay Sorg
821bf3e2a5
no logic change, convert tabs to spaces
2014-08-05 11:59:52 -07:00
Jay Sorg
779f0bf470
add xrdp_keyboard.ini to Makefile.am
2014-07-31 21:54:16 -07:00
Jay Sorg
4ef60f163d
load the rdp to X11 keybaord mappings from file
2014-07-31 16:17:19 -07:00
Laxmikant Rashinkar
0915d33d70
coverity: dead code
2014-07-26 15:06:35 -07:00
Idan Freiberg
16929efb05
Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into
...
devel
Conflicts:
libxrdp/xrdp_sec.c
2014-07-23 16:44:59 +03:00
Idan Freiberg
0795400fe2
libxrdp: mcs, delete temp hexdump
2014-07-23 15:51:21 +03:00
Idan Freiberg
5a0d1f028a
libxrdp: work on TLS mode
2014-07-23 15:42:19 +03:00
Idan Freiberg
afdf638c7b
libxrdp, common: work on TLS mode
2014-07-23 15:31:45 +03:00