Armin Novak
|
b7f272cd16
|
Fixed casts in Data_Read macros.
|
2018-10-25 15:52:12 +02:00 |
David Fort
|
0b2ea08f74
|
uwac: change seat API to not reference disposed UwacSeat
This is a false positive returned by covscan, but that doesn't hurt to fix it.
|
2018-10-25 15:24:29 +02:00 |
Armin Novak
|
423d54d752
|
Fixed signedness casts.
|
2018-10-25 14:08:20 +02:00 |
Armin Novak
|
9633e4576d
|
Fixed signedness of MoniorCount
|
2018-10-25 14:08:20 +02:00 |
Armin Novak
|
6339c43c80
|
Fixed sockfd/socketBio resource leak.
|
2018-10-25 13:41:47 +02:00 |
Armin Novak
|
42014e80d0
|
Fixed sockfd/socketBio resource leak.
|
2018-10-25 13:38:31 +02:00 |
Armin Novak
|
7aebf8ebd2
|
Silence code analyzers, check correct variable for NULL.
|
2018-10-25 13:19:45 +02:00 |
Armin Novak
|
f269a0ce5b
|
Fixed sockfd/socketBio resource leak.
|
2018-10-25 13:19:45 +02:00 |
Armin Novak
|
847ee233f4
|
Fixed resource leak in rpc_ntlm_http_request
|
2018-10-25 12:49:42 +02:00 |
Armin Novak
|
97e68deea5
|
Fixed initialisation in DEFINE_EVENT_ENTRY define
|
2018-10-24 16:50:05 +02:00 |
Armin Novak
|
987ca5ec6a
|
Fixed another bunch of warnings.
|
2018-10-24 14:36:12 +02:00 |
Armin Novak
|
02f68c35b9
|
Fixed -Wextra sign warnings
|
2018-10-24 13:25:31 +02:00 |
Armin Novak
|
86f08981ef
|
Fixed warnings of uninitialized struct values.
|
2018-10-24 13:25:18 +02:00 |
Armin Novak
|
46d6aa4e2b
|
Fixed cast warnings for thread wrapper
|
2018-10-24 13:24:45 +02:00 |
Armin Novak
|
2a4b47aaac
|
Changed size iterator variables to size_t
|
2018-10-24 13:24:25 +02:00 |
Armin Novak
|
6ccaafe2d9
|
Fixed default return value for fastpath_send_multiple_input_pdu
|
2018-10-23 12:33:13 +02:00 |
akallabeth
|
d3c1db1746
|
Merge pull request #4947 from akallabeth/http_gw_fix
Fixed http gateway body length read.
|
2018-10-23 12:03:03 +02:00 |
akallabeth
|
76e81c6157
|
Merge pull request #4958 from nfedera/nf-fix-alsapulse-wrn-err
channels/client: fix alsa/pulse warning and checks
|
2018-10-23 10:40:09 +02:00 |
Norbert Federa
|
af992f4ce1
|
channels/client: fix alsa/pulse warning and checks
- pa_stream_writable_size() returns (size_t) -1 on error
- fix missing cast in alsa client sound channel code
|
2018-10-23 09:45:20 +02:00 |
Norbert Federa
|
a7022e9a57
|
Merge pull request #4957 from akallabeth/wave_2_pdu_fix
Wave 2 pdu fix
|
2018-10-23 09:28:00 +02:00 |
akallabeth
|
16d37b1a17
|
Merge pull request #4932 from hardening/stream_static
winpr: add some functions to use wStream in a static way
|
2018-10-22 21:16:36 +02:00 |
Armin Novak
|
fe7a37dcbd
|
Cleaned up resource cleanup for rdpsnd alsa backend.
|
2018-10-22 14:53:46 +02:00 |
Bernhard Miklautz
|
0e9b26c1d2
|
Merge pull request #4796 from akallabeth/groegera_fixes
Update X11-modifier key state on focus_in
|
2018-10-22 12:50:21 +00:00 |
Armin Novak
|
900abb61f7
|
Fixed memory leak in update_recv_surfcmd_surface_bits
|
2018-10-22 14:41:59 +02:00 |
Armin Novak
|
3ed50aaca2
|
Implemented rdpsnd_pulse_get_volume
|
2018-10-22 13:17:25 +02:00 |
Armin Novak
|
9ff17dc0f4
|
fixed return value check in rdpsnd_recv_volume_pdu
|
2018-10-22 12:27:19 +02:00 |
Armin Novak
|
e2e1071ff5
|
Seal length in wave pdu alignment.
|
2018-10-22 12:16:18 +02:00 |
Armin Novak
|
1a015612a6
|
Align wave pdu size
|
2018-10-22 12:00:07 +02:00 |
Armin Novak
|
fb76f88cac
|
Added missing length check and log message information.
|
2018-10-22 11:59:42 +02:00 |
Armin Novak
|
3d49697d19
|
Improved debug logging for sound device handling.
|
2018-10-22 10:27:16 +02:00 |
Armin Novak
|
ff7e91fed0
|
Removed unnecessary pulse context check.
|
2018-10-22 10:18:17 +02:00 |
Armin Novak
|
03dcfaf8db
|
Unified sound device reopen in a single function.
|
2018-10-22 10:04:02 +02:00 |
akallabeth
|
c251bdc11a
|
Merge pull request #4952 from eledoux/master
gateway HTTP transport - fixed partial reads
|
2018-10-19 17:13:21 +02:00 |
akallabeth
|
b8ff18f37f
|
Merge pull request #4951 from nfedera/nf-fix-fnobjnew-fnstylecasts
fix issue with fnObjectFree and related casts
|
2018-10-19 14:00:14 +02:00 |
akallabeth
|
1929e3d1e1
|
Merge pull request #4949 from bmiklautz/floatbar_warning
fix [x11]: compiler warnings in floatbar
|
2018-10-19 13:47:42 +02:00 |
akallabeth
|
a263da002d
|
Merge pull request #4950 from bmiklautz/cleanup_pr_4581p2
fix [cache/pointer]: add missing callback checks
|
2018-10-19 13:00:51 +02:00 |
Armin Novak
|
b9933e7af4
|
Read byte by byte, the alignment may otherwise be broken.
|
2018-10-19 12:52:14 +02:00 |
Armin Novak
|
5a747b118d
|
Read http request in 4byte chunks until '\r\n\r\n' is found
Avoid reading too much data in a single call to BIO_read as some
implementations may return a lot more data than is part of the response.
|
2018-10-19 12:16:04 +02:00 |
Emmanuel Ledoux
|
33c7f6590a
|
fixed partial reads
|
2018-10-19 11:56:56 +02:00 |
Armin Novak
|
d05684a50a
|
Properly parse ContentType to find length.
|
2018-10-19 11:47:11 +02:00 |
Bernhard Miklautz
|
9b353202a5
|
fix [x11]: compiler warnings in floatbar
client/X11/xf_floatbar.c:530:27: warning: use of logical '&&' with constant
operand [-Wconstant-logical-operand]
if (event->xmotion.state && Button1Mask && mode > XF_FLOATBAR_MODE_DRAGGING)
^ ~~~~~~~~~~~
client/X11/xf_floatbar.c:534:32: warning: use of logical '&&' with constant
operand [-Wconstant-logical-operand]
else if (event->xmotion.state && Button1Mask && mode == XF_FLOATBAR_MODE_DRAGGING)
^ ~~~~~~~~~~~
clang 8.0.0-svn344413-1~exp1+0~20181012203207.819~1.gbpc91f27
|
2018-10-19 11:33:28 +02:00 |
Norbert Federa
|
0572572eb9
|
fix issue with fnObjectFree and related casts
- remove unnecessary/dangerous OBJECT_xxx function-style casts
- fix -Wstrict-prototypes issue with OBJECT_NEW_FN definition
|
2018-10-19 11:30:01 +02:00 |
Bernhard Miklautz
|
7290e3f2b0
|
fix [cache/pointer]: add missing callback checks
|
2018-10-19 11:13:21 +02:00 |
MartinHaimberger
|
1dc3c91a19
|
Merge pull request #4948 from bmiklautz/cleanup_pr_4581
new [cache/pointer]: don't require pointer functions to be set
|
2018-10-19 11:10:23 +02:00 |
Bernhard Miklautz
|
e114ee44e4
|
new [cache/pointer]: don't require pointer functions to be set
This as cleanup/rework of PR #4581.
|
2018-10-19 10:14:24 +02:00 |
Armin Novak
|
7e397d0f1c
|
Fixed http gateway body length read.
|
2018-10-19 09:31:55 +02:00 |
akallabeth
|
3d0ccb3f5d
|
Merge pull request #4946 from mmattes/fix/floatbar_app_check_missing
added missing check for remote app where no floatbar exists
|
2018-10-18 16:40:22 +02:00 |
akallabeth
|
6f14018a22
|
Merge pull request #4945 from mmattes/fix/transferEncoding
transferEncoding can be NULL, correct if happens in line 348
|
2018-10-18 15:37:24 +02:00 |
Markus Mattes
|
a235b44f61
|
added missing check for remote app where no floatbar exists
|
2018-10-18 15:33:01 +02:00 |
Norbert Federa
|
850d2dbda9
|
Merge pull request #4942 from akallabeth/rail_fixes_2.0
Fix ORDER_TYPE_WINDOW reading
|
2018-10-18 14:11:18 +02:00 |