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
David Fort
27807bea2b
Merge pull request #4271 from akallabeth/surface_c
...
Fixed return value check for callbacks.
2017-11-24 11:14:17 +01:00
akallabeth
3ba862d549
Merge pull request #4274 from hardening/clipboard_checks
...
clipboard: add some checks for the message
2017-11-24 10:43:53 +01:00
David Fort
a5af2cc865
clipboard: add some checks for the message
2017-11-23 17:37:55 +01:00
Armin Novak
377bfeb227
Fix #3378 : 31 static channels are supported.
2017-11-23 16:18:44 +01:00
David Fort
d982cf0e90
Merge pull request #4255 from akallabeth/rfx_fix
...
Fix #4253 : Rfx decode tile width.
2017-11-23 15:35:52 +01:00
Armin Novak
f68bc07a22
Fixed return value check for callbacks.
2017-11-23 15:10:42 +01:00
Armin Novak
65a97b13c8
Fixed #1536 : Clipboard data size.
2017-11-23 13:16:50 +01:00
akallabeth
71e38a4ce7
Merge pull request #4267 from ondrejholy/autofips
...
Enable FIPS mode automatically
2017-11-23 10:49:15 +01:00
Ondrej Holy
74bbbdb5c3
Remove unused variable
...
Unused variable was added together with FIPS mode support, let's remove it.
2017-11-23 10:09:17 +01:00
Ondrej Holy
6973b14eed
Enable FIPS mode automatically
...
FreeRDP aborts if OpenSSL operates in FIPS mode and +fipsmode is not
manually specified. Let's prevent the abortion and enable the necessary
options in that case automatically.
2017-11-23 10:09:17 +01:00
Armin Novak
dbdc4f4933
Fixed endianess issues of zgfx decoder.
2017-11-23 09:32:29 +01:00
David Fort
a834ef8243
Merge pull request #4251 from akallabeth/openssl_warn_fixes
...
Fix #4247 : warnings introduced with #3904
2017-11-23 09:22:02 +01:00
Martin Fleisz
2f281c06ba
Merge pull request #4244 from akallabeth/drivestoredirect
...
Fix parsing of drivestoredirect (#3267 )
2017-11-22 12:23:04 +01:00
Martin Fleisz
a8208530ed
Merge pull request #4258 from akallabeth/kbd_parse_fix
...
Fix #4257 : Proper error checks for /kbd argument
2017-11-22 12:06:55 +01:00
Armin Novak
e4cf045860
Extract version from file or git tag.
2017-11-22 11:07:05 +01:00
Armin Novak
7183189328
Fix #4257 : Proper error checks for /kbd argument
2017-11-22 11:03:43 +01:00
Martin Fleisz
e6e5daea08
Merge pull request #4263 from akallabeth/rdp_parser_mem_corruption_fix
...
Fixed #4249 : Corruption due to recursive parser
2017-11-22 09:24:16 +01:00
akallabeth
77a921240b
Testing argument to end with file extension.
2017-11-21 19:10:28 +01:00
Martin Fleisz
59d1f61e4b
Merge pull request #4264 from cedrozor/upstream-master
...
Fixed NLA for Negotiate and NTLM authentication
2017-11-21 17:25:25 +01:00
cedrozor
49f4b2a42e
Fixed NLA for Negotiate and NTLM authentication (regression due to the recent addition of kerberos support)
2017-11-21 16:36:47 +01:00
Armin Novak
65482ee9bf
Fixed #4249 : Corruption due to recursive parser
2017-11-21 13:47:28 +01:00
Armin Novak
12a9b9a0b4
Fix #3890 : Point to OpenSSL doc for private CA
2017-11-21 11:47:33 +01:00
Armin Novak
a376656b3c
Disabled ceritficate signature check.
2017-11-21 11:37:42 +01:00
Armin Novak
d81e2ec351
Fixed X11 stride on screen update.
2017-11-21 11:09:16 +01:00
Armin Novak
b1d2053ad1
Fix #4101 : Rfx decode tile width.
2017-11-21 11:08:16 +01:00
Martin Fleisz
785c42f463
Merge pull request #4252 from akallabeth/mac_kbd_sync
...
Mac kbd sync
2017-11-21 11:02:25 +01:00
Martin Fleisz
ca4d204c78
Merge pull request #4256 from akallabeth/15bpp_fix
...
Fix #4111 : 15bpp color handling for brush.
2017-11-21 10:55:18 +01:00
Armin Novak
6504b81b9e
Fix parsing of drivestoredirect ( #3267 )
2017-11-21 10:46:50 +01:00
Bernhard Miklautz
cbb8650b3d
Merge pull request #4254 from akallabeth/doc_update
...
Fix #3509 : Added Ctrl+Alt+Enter description
2017-11-20 16:30:54 +01:00