Martin Fleisz
|
5cec90c781
|
Merge pull request #4305 from hardening/xrandr_fix
Fix XRandr for old systems and MacOSX
|
2017-12-13 17:24:41 +01:00 |
|
Martin Fleisz
|
f6b8a6eaa2
|
Merge pull request #4276 from akallabeth/big_endian_more
Big endian fixes
|
2017-12-13 09:58:14 +01:00 |
|
Martin Fleisz
|
6aa914363a
|
Merge pull request #4301 from hardening/geometry
geometry: a skeleton for the MS-RDPEGT channel
|
2017-12-13 09:09:33 +01:00 |
|
David Fort
|
3b670703fb
|
Merge pull request #4277 from akallabeth/mac_server
Mac fixes
|
2017-12-12 10:40:14 +01:00 |
|
Armin Novak
|
0a9ef97a57
|
Fixed uninitialized variable.
|
2017-12-12 10:35:02 +01:00 |
|
David Fort
|
41823080f9
|
Fix users of Stream_GetPosition() that returns size_t
|
2017-12-11 22:38:58 +01:00 |
|
David Fort
|
a6cfd3c49a
|
geometry: a skeleton for the MS-RDPEGT channel
The base for implementing the MS-RDPEGT client channel that allows to track window
geometry.
|
2017-12-08 11:26:29 +01:00 |
|
David Fort
|
11ee81be60
|
Fix XRandr for old systems and MacOSX
We need a recent enough version of XRandr to correctly detect monitor.
Also this patch adds some typo or style fixes.
|
2017-12-08 10:59:38 +01:00 |
|
Martin Fleisz
|
876a7697be
|
Merge pull request #4297 from akallabeth/cmd_parser_hardening
Fix #4296: Hardened command line post filter.
|
2017-12-05 14:40:03 +01:00 |
|
Martin Fleisz
|
5931fd4fe4
|
Merge pull request #4294 from akallabeth/shadow_fix
Shadow server crash fixes
|
2017-12-05 11:19:59 +01:00 |
|
Martin Fleisz
|
ed9a4b7d45
|
Merge pull request #4288 from hardening/disp_channel
Disp channel changes and improvements
|
2017-12-05 10:56:14 +01:00 |
|
Bernhard Miklautz
|
22c71c0034
|
Merge pull request #4298 from myfreeweb/libressl-fix-fips
Fix LibreSSL build
|
2017-12-02 16:09:43 +01:00 |
|
Greg V
|
bfe3af4c72
|
Fix LibreSSL build
LibreSSL does not support FIPS mode.
|
2017-12-01 18:34:48 +03:00 |
|
David Fort
|
1e48405d19
|
drdynvc: fix invalid check
There were a copy'n paste error in the check of a malloc.
|
2017-12-01 14:20:24 +01:00 |
|
David Fort
|
e73da4a656
|
display control channel: add a callback called when we receive capabilities
We need a signal to know when the channel is ready and it's safe to send the
monitor layouts.
|
2017-12-01 14:19:39 +01:00 |
|
Armin Novak
|
78a0c4c618
|
Fix #4296: Hardened command line post filter.
|
2017-12-01 13:13:21 +01:00 |
|
akallabeth
|
0cb5907664
|
Merge pull request #4275 from ondrejholy/big-endian-fixes
Big endian fixes
|
2017-12-01 11:24:50 +01:00 |
|
David Fort
|
d2cb79ce98
|
Merge pull request #4292 from daixj-shterm/master
Fix #4291: xfreerdp segfault when connecting freerdp-shadow-cli
|
2017-11-29 15:28:37 +01:00 |
|
Armin Novak
|
877f161465
|
Reset errno in X11 monitor enumeration
XOpenDisplay may succeed but set errno,
reset at the end of the function.
|
2017-11-29 14:17:27 +01:00 |
|
Armin Novak
|
33271415fe
|
Fixed /monitors argument checks.
|
2017-11-29 14:13:50 +01:00 |
|
daixj
|
d10448fde2
|
Fix #4291: xfreerdp segfault when connecting freerdp-shadow-cli
|
2017-11-29 05:12:40 -05:00 |
|
David Fort
|
e064aa6a99
|
xfreerdp: when available use xrandr to get display infos
|
2017-11-29 10:38:48 +01:00 |
|
akallabeth
|
2f15b806f5
|
Merge pull request #4287 from bmiklautz/dev2
2.0.0-dev2 - start rc2 development cycle
|
2017-11-28 16:36:32 +01:00 |
|
Bernhard Miklautz
|
1cda26274f
|
client/android: increase version
|
2017-11-28 15:33:03 +01:00 |
|
Bernhard Miklautz
|
ac9b6d15f2
|
2.0.0-dev2 - start rc2 development cycle
|
2017-11-28 15:29:17 +01:00 |
|
akallabeth
|
84f8161897
|
Merge pull request #4286 from bmiklautz/rc1
Version 2.0.0-rc1
|
2017-11-28 15:26:30 +01:00 |
|
Bernhard Miklautz
|
8244370bfb
|
Version 2.0.0-rc1
|
2017-11-28 15:03:09 +01:00 |
|
David Fort
|
cf33966f2e
|
Merge pull request #4282 from akallabeth/force_ipv6
Fix #4281: Added option to prefer IPv6 over IPv4
|
2017-11-28 10:48:53 +01:00 |
|
Bernhard Miklautz
|
cb4b6267e9
|
Merge pull request #4284 from akallabeth/channel_count_fix_v2
Fixed channel count exceed checks
|
2017-11-28 10:47:27 +01:00 |
|
Armin Novak
|
3e4c274cc9
|
Fixed channel count exceed checks
The check aborted on CHANNEL_MAX_COUNT - 1 instead
of correctly at CHANNEL_MAX_COUNT
|
2017-11-28 09:40:04 +01:00 |
|
akallabeth
|
ae0fb64656
|
Merge pull request #4283 from bmiklautz/kfreebsd
fix build: GNU/kFreeBSD
|
2017-11-28 09:19:58 +01:00 |
|
David Fort
|
2f4a2f8595
|
Merge pull request #4272 from akallabeth/static_channel_checks
Fix #3378: 31 static channels are supported.
|
2017-11-27 22:46:23 +01:00 |
|
Bernhard Miklautz
|
0da2fb6915
|
fix/build: handle GNU/kFreeBSD like other BSDs
Based on a patch for Debian from
Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
|
2017-11-27 17:04:52 +01:00 |
|
Mike Gabriel
|
d4af7eaa59
|
fix/build: GNU/kFreeBSD is not FreeBSD
|
2017-11-27 17:04:52 +01:00 |
|
Bernhard Miklautz
|
50105c8157
|
Merge pull request #3991 from akallabeth/stream_string_helper
Stream convenience functions to read/write strings.
|
2017-11-27 11:49:46 +01:00 |
|
Bernhard Miklautz
|
baf52f529f
|
Merge pull request #4261 from akallabeth/doc_ssl_store
Fix #3890: Point to OpenSSL doc for private CA
|
2017-11-27 11:46:54 +01:00 |
|
Armin Novak
|
2cc64298f2
|
Fix #4281: Added option to prefer IPv6 over IPv4
|
2017-11-27 11:43:54 +01:00 |
|
Bernhard Miklautz
|
73533230a3
|
Merge pull request #4220 from akallabeth/version_from_file_or_tag
Extract build version from file or git tag.
|
2017-11-27 10:57:26 +01:00 |
|
Bernhard Miklautz
|
52c297e509
|
Merge pull request #4273 from akallabeth/issue_template
Added issue template.
|
2017-11-27 10:41:06 +01:00 |
|
Bernhard Miklautz
|
cd0b055008
|
Merge pull request #4270 from akallabeth/mac_clipboard_fix
Fixed #1536: Clipboard data size.
|
2017-11-27 10:40:44 +01:00 |
|
Bernhard Miklautz
|
640b3e1994
|
Merge pull request #4280 from akallabeth/snd_parser_fix
Fix #4278: Fix nasty range check bug
|
2017-11-27 10:06:30 +01:00 |
|
Armin Novak
|
153e21ece7
|
Added mailing list address.
|
2017-11-27 10:03:49 +01:00 |
|
Armin Novak
|
72f2ae5716
|
Added reminder to delete template before submit
|
2017-11-27 09:41:55 +01:00 |
|
Armin Novak
|
1f0a8480c8
|
Added pull request template.
|
2017-11-27 09:07:29 +01:00 |
|
Armin Novak
|
8651996cd6
|
Added issue template.
|
2017-11-27 09:07:29 +01:00 |
|
Armin Novak
|
f96a46acd5
|
Fix #4278: Fix nasty range check bug
|
2017-11-26 14:59:37 +01:00 |
|
David Fort
|
8f8ce70f3d
|
Merge pull request #4229 from akallabeth/from_stdin_args
Option to force password prompt before connection
|
2017-11-24 15:51:46 +01:00 |
|
Bernhard Miklautz
|
aa47c8ebe8
|
Merge pull request #4268 from akallabeth/big_endian_fixes
Fix ZGfx decoder on big endian
|
2017-11-24 15:44:15 +01:00 |
|
Armin Novak
|
57958cb178
|
Fixed #3810: Renamed color functions
|
2017-11-24 13:21:43 +01:00 |
|
Armin Novak
|
8f27b1a51c
|
Added missing channel defines.
|
2017-11-24 13:21:43 +01:00 |
|