Silence valgrind in rdp_read_header
[platform/upstream/freerdp.git] / libfreerdp /
2020-05-08 akallabethSilence valgrind in rdp_read_header
2020-05-08 Linus Heckemannshadow_server: allow specifying IP addresses to listen...
2020-05-08 akallabethFixed index out of bound access in update_glyph_offset
2020-05-05 akallabethFixed #6112: Segfault in update_decompress_brush
2020-05-05 akallabethFixed oob read in rfx_process_message_tileset
2020-05-05 akallabethFixed oob read in clear_decompress_subcode_rlex
2020-05-05 akallabethFixed oob read in update_recv
2020-05-05 akallabethupdate_decompress_brush: explicit output length checks
2020-05-05 akallabethFixed possible int overflow.
2020-05-05 akallabethRemove unnecessary cast.
2020-05-05 akallabethFixed oob read in irp_write and similar
2020-05-05 Armin NovakAdded expert settings /tune and /tune-list
2020-05-05 akallabethFixed #6122: Allow SSL server and client purpose
2020-05-05 akallabethWorkaround #6072: FFMPEG AAC encoding graded experimental
2020-05-05 Raul FernandesOptimize function xcrush_copy_bytes()
2020-04-28 akallabethFixed #6099: Add a flag for legacy hash entries
2020-04-28 akallabethRefactored pointer and/xor data copying
2020-04-28 akallabethRefactored freerdp_image_copy_from_pointer_data
2020-04-28 akallabethFixed #6101: POINTER_LARGE_UPDATE serialization
2020-04-28 akallabethFix initialization of LargePointer flags
2020-04-28 akallabethFixed [MS-RDPBCGR] 2.2.9.1.1.4.4 Color Pointer Update
2020-04-28 Raul FernandesCache the calculated color
2020-04-28 akallabethMoved PROGRESSIVE_BLOCK_REGION to heap.
2020-04-28 Armin NovakFixed #6067: Better CMake warning for deactivated image...
2020-04-28 Armin NovakFixed data type warnings
2020-04-28 Armin NovakFixed format string warnings.
2020-04-14 David FortMerge pull request #6052 from akallabeth/stable_backport
2020-04-10 Linus Heckemanntls: support non-RSA keys
2020-04-09 akallabethCheck for int overflow in gdi_InvalidateRegion
2020-04-09 akallabethAllow icon info with empty bitmap data.
2020-04-09 akallabethAbort order read on invalid element count.
2020-04-09 akallabethFixed possible NULL access.
2020-04-09 akallabethRefactored gdi region
2020-04-09 akallabethProper error return from gdi_rect_str and gdi_regn_str
2020-04-09 akallabethRefactored order stream manipulation
2020-04-09 akallabethFixed CVE-2020-11521: Out of bounds write in planar...
2020-04-09 akallabethFixed CVE-2020-11522: Limit number of DELTA_RECT to 45.
2020-04-09 akallabethFix CVE-2020-11524: out of bounds access in interleaved
2020-04-09 akallabethAdded debug logging and claping to all region functions
2020-04-09 akallabethFix CVE-2020-11523: clamp invalid rectangles to size 0
2020-04-09 akallabethFixed #6012: CVE-2020-11526: Out of bounds read in...
2020-04-09 akallabethFixed CVE-2020-11525: Out of bounds read in bitmap_cach...
2020-04-09 Martin FleiszMerge pull request #6034 from akallabeth/addrinfo
2020-04-09 akallabethFix #6033: freeaddrinfo must not be called with NULL...
2020-04-06 Norbert FederaMerge pull request #6019 from akallabeth/bound_access_fixes
2020-04-06 akallabethExport remaining packet length from rdp_read_share_cont...
2020-04-06 akallabethFixed substream read in rdp_recv_tpkt_pdu
2020-04-06 akallabethFixed rdp_recv_tpkt_pdu parsing, use substream.
2020-04-06 akallabethFixed incorrect parser error message.
2020-04-03 akallabethBetter error message for partial parsed capability
2020-04-03 Norbert FederaMerge pull request #5982 from akallabeth/surface_stream...
2020-04-03 akallabethAdded fallback to CMDTYPE_STREAM_SURFACE_BITS
2020-04-03 akallabethFix sending/receiving surface bits command.
2020-04-02 akallabethFixed invalid seek size in patrial pdu parse case
2020-04-02 akallabethUse safe seek for capability parsing
2020-04-02 akallabethUse substreams to parse gcc_read_server_data_blocks
2020-04-02 akallabethFix #6010: Check length in read_icon_info
2020-04-02 akallabethFixed #6013: Check new length is > 0
2020-04-02 akallabethFixed #6011: Bounds check in rdp_read_font_capability_set
2020-04-02 akallabethFixed #6005: Bounds checks in update_read_bitmap_data
2020-04-02 akallabethFixed #6006: bounds checks in update_read_synchronize
2020-04-02 akallabethFixed #6009: Bounds checks in autodetect_recv_bandwidth...
2020-04-02 akallabethFixed #6007: Boundary checks in rdp_read_flow_control_pdu
2020-04-02 akallabethFixed possible NULL dereference
2020-04-02 Martin FleiszMerge pull request #5974 from akallabeth/cmd_avc420_fix
2020-03-31 Martin FleiszMerge pull request #5884 from akallabeth/smartcard_ndr_...
2020-03-26 Martin FleiszMerge pull request #5985 from akallabeth/log_version_debug
2020-03-24 akallabethTreat NULL and empty string as the same for credentials.
2020-03-18 akallabethInitialize KeyboardHook with define instead of magic...
2020-03-10 Martin FleiszMerge pull request #5943 from akallabeth/x11_lock
2020-03-10 Armin NovakFixed length checks for compressed rdp data.
2020-03-10 Armin NovakCleaned up bulk_compress/decompress, prettified log.
2020-03-10 Armin NovakRefactored bulk compression
2020-03-10 Armin NovakUnify pReceiveChannelData and psPeerReceiveChannelData
2020-03-10 Armin NovakFixed misinterpretation of SendChannelData
2020-03-10 Armin NovakFix tpkt header length checks for encrypted packets
2020-03-10 Martin FleiszMerge pull request #5963 from akallabeth/fixes
2020-03-10 Armin NovakDefault to positive return for missing callbacks
2020-03-06 Armin NovakFixed memory leak in tls_get_channel_bindings
2020-03-06 Armin NovakAdded raw function wrapping X509_digest
2020-03-06 Armin NovakLet ssl backend handle hash checks.
2020-03-06 Armin NovakCheck cert against CertificateAcceptedFingerprints
2020-03-06 Armin NovakAdded CertificateAcceptedFingerprints to settings
2020-03-05 Armin NovakConsume all TPKT data reading new/upgrade license
2020-03-05 Armin Novakrdp_recv_tpkt_pdu verbose debug parsing issues
2020-03-05 Armin Novaktpkt_ensure_stream_consumed now more verbose.
2020-03-05 Martin FleiszMerge pull request #5944 from akallabeth/fragmented_pac...
2020-03-04 Armin NovakAdded clarifications in freerdp_channel_process
2020-03-04 Armin NovakFixed arguments for peer->ReceiveChannelData
2020-03-04 Armin NovakFixed conversion and return checks.
2020-03-04 Armin NovakFixed freerdp_channel_process length checks
2020-03-04 Armin NovakAdded freerdp_channels_data argument checks.
2020-03-04 Martin FleiszMerge pull request #5939 from akallabeth/scaling_patch
2020-03-04 Martin FleiszMerge pull request #5932 from nfedera/fix_gfx_bitmapcac...
2020-03-04 David FortMerge pull request #5940 from akallabeth/pretty_print_s...
2020-03-04 Armin NovakImprove signal handler printout.
2020-03-04 Norbert Federadynvc/client: fix and improve channel closing code
2020-03-03 Norbert FederaMerge pull request #5935 from akallabeth/shadow_server_...
2020-03-03 Armin NovakFixed reading suppress output pdu
2020-03-03 Armin NovakFixed shadow server with mstsc as client.
next