platform/upstream/freerdp.git
2020-04-28 Alex WilsonSCardReadCache/SCardWriteCache should actually cache...
2020-04-28 akallabethRemoved casts in udevman_parse_device_id_addr
2020-04-28 Lukas FinkRefactored parsing of usb dev: command line option
2020-04-28 akallabethFix #6085: Java string comparison should prefer equals
2020-04-28 Raul FernandesCache the calculated color
2020-04-28 Martin Haimbergerremoved unnecessary casts, use sizeof for debug printing
2020-04-28 Martin Haimbergerfix: server side ntlmv2 implementation
2020-04-28 akallabethFixi #6086: smartcard filter early abort.
2020-04-28 akallabethMoved PROGRESSIVE_BLOCK_REGION to heap.
2020-04-28 Allan NordhøyLanguage fixes for aFreeRDP
2020-04-28 Allan NordhøyAdd Norwegian Bokmål translation
2020-04-28 Julian AlbrechtAdds the title options to wlfreerdp
2020-04-28 Armin NovakFixed #6067: Better CMake warning for deactivated image...
2020-04-28 Armin NovakFix #6066, #6045: Disable spincount by default.
2020-04-28 Armin NovakFixed data type warnings
2020-04-28 Armin NovakFixed format string warnings.
2020-04-28 Armin NovakFixed cups httpConnectEncrypt deprecation warning.
2020-04-28 Nathan LoewenMake use of percent scale if available when calculating...
2020-04-28 jacobopantojaRestrict USBDK to Windows builds
2020-04-18 akallabethMade xf_OutputExpose non blocking.
2020-04-14 David FortMerge pull request #6052 from akallabeth/stable_backport
2020-04-10 Linus Heckemanntls: support non-RSA keys
2020-04-10 David FortMerge pull request #6048 from akallabeth/subsystem_entr...
2020-04-10 Fabrice Fontainesrc/libuwac/uwac-os.c: fix build with uclibc
2020-04-10 David FortMerge pull request #6040 from akallabeth/2.1-devel...
2020-04-10 akallabethFixed URBDRC DEVICE_ADD_FLAG definitions
2020-04-10 akallabethFixed return type for subsystem entry
2020-04-10 akallabethStarted 2.1 development cycle.
2020-04-09 Bernhard Miklautznew: update ChangeLog and set version to 2.0.0 2.0.0
2020-04-09 akallabethFixed URBDRC parsing error reported in #6024.
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-09 akallabethEnforce coding style.
2020-04-09 Julian AlbrechtMoves variable declaration to beginning of scope
2020-04-09 Julian Christian... Check return value if already a listener is registered
2020-04-09 Alex WilsonAlways copy null terminator when filtering smartcard...
2020-04-09 akallabethAllow old openssl name in android client.
2020-04-09 akallabethFixed cmake formatting
2020-04-09 akallabethUse cmake from NDK
2020-04-09 akallabethUsed default openssl library names.
2020-04-09 akallabethUpdated android build scripts for ci.
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 Federaserver: fix surface command types
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-30 akallabethAdded missing context and handle read.
2020-03-27 Armin NovakPack smartcard channel structs to 1 byte alignment
2020-03-27 akallabethRemoved a few magic numbers.
2020-03-27 akallabethFixed typos, make status comparisons explicit.
2020-03-27 akallabethFormatted patch.
2020-03-27 Julian AlbrechtAdds touch support to wlfreerdp
2020-03-27 LatinSuDFree clipboard respond to fix bug
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-24 Martin FleiszMerge pull request #5988 from akallabeth/rdp_parser_leak
2020-03-24 Martin FleiszMerge pull request #5987 from akallabeth/manual_ack_timeout
2020-03-23 akallabethFixed memory leak in rdp file parser.
2020-03-23 akallabethAdd option to adjust the tcp ack timeout
2020-03-20 akallabethAdded buildconfig output to debug log level.
2020-03-18 akallabethInitialize KeyboardHook with define instead of magic...
2020-03-18 akallabethAllow externally supplied FREERDP_INSTALL_PREFIX
2020-03-15 akallabethAdded deprecation warning to gfx-h264
2020-03-15 akallabethFixed gfx-h264 option parsing.
2020-03-12 Kobi Mizrachiserver: proxy: fix wrong log level used in pf_modules_r...
2020-03-12 Kobi Mizrachiserver: proxy: removed unnecessary cast after #5955
2020-03-12 Kobi Mizrachiserver: proxy: use config path from argv if provided
2020-03-10 Martin FleiszMerge pull request #5943 from akallabeth/x11_lock
next