Added -DDEFINE_NO_DEPRECATED CMake option
[platform/upstream/freerdp.git] / libfreerdp /
2021-03-01 akallabethAdded -DDEFINE_NO_DEPRECATED CMake option 2.3.1
2021-03-01 akallabethReverted connectErrorCode removal
2021-02-25 akallabethFixed formatting and source/destination length use
2021-02-25 mingfanglibfreerdp: core: deep copy ServerCertificate
2021-02-25 Armin NovakFixed issue with backported websockets support
2021-02-25 Armin NovakAdded ConnectionStateChangeEvent for clients
2021-02-25 Michael Saxlrdg websocket support
2021-02-25 Armin NovakCompatibility changes
2021-02-25 Armin NovakDo not recreate already initialized codecs
2021-02-25 akallabethFixed default return for DrawOrderInfo
2021-02-25 Armin NovakAdded option to remap scancodes
2021-02-25 Vic Leeprogressive: fix multiple regions in one gfx frame.
2021-02-25 Martin Fleiszcore: Enable network auto detection by default
2021-02-25 Martin Fleiszcore: Remove connection type manipulation in gcc_write_...
2021-02-25 kubistikalibfreerdp: core: add checks in gcc_write_client_data_b...
2021-02-25 Martin Fleiszgateway: Fix consent/service message in legacy gateway...
2021-02-25 akallabethAdded OrderInfo callback for primary, seconardy and...
2021-02-25 Simon TathamCommand-line option to choose an X selection.
2021-02-25 akallabethFixed call to GetKeyboardLayout
2021-02-25 akallabethFixed support for huge files in clipboard
2021-02-25 akallabethRefactored RDG chunked data struct
2021-02-25 akallabethFixed RDP gateway types and use after free
2021-02-25 akarl10Implement chunked encoding for RDG_OUT_DATA
2021-02-25 odednoamfree previous value of password field from `freerdp_ass...
2021-02-25 odednoamFixed bug with assistance buffer parsing: `freerdp_assi...
2021-02-25 Nathan Loewenlet freerdp_image_scale() determine step size
2021-02-25 akallabethRespect invalidRegion in progressive_compress
2021-02-25 akallabethFixed progressive decoding without subbanddiff
2021-02-25 akallabethCleaned up rfx API
2021-02-25 Armin NovakFixed primitives test
2021-02-25 Armin NovakFixed unit tests run under memory sanitizer
2021-02-25 akallabethRemoved invalid check
2021-02-25 akallabethImplemented 2.2.1.17.1 Persistent Key List PDU Data...
2021-02-25 akallabethFixed rdp_capability_set_start checks
2021-02-25 akallabethCheck stream capacity in rdp_capability_set_finish
2021-02-25 akallabethAdded data_pdu_type_to_string
2021-02-25 akallabethFixed primitiveYUV unit test.
2021-02-25 akallabethIgnore alpha channel during color conversion.
2021-02-25 akallabethFixed missing check for fastpath input messages
2021-02-25 Armin NovakFixed const correctness of RECTANGLE_16 variable
2021-02-25 Armin NovakFixed pcap capture function const correctness
2021-02-25 Armin NovakFix ColorFidelity use
2021-02-25 Armin NovakFix color fidelity issues with windows 7
2021-02-25 Armin NovakFixed problematic cast of integer mask to bool
2021-02-25 Martin Fleiszprimitives: Respect alpha values in YUV444 SSE pixel...
2021-02-25 Martin Fleiszcore: Remove error code from string returned by rpc_err...
2021-02-25 Martin FleiszFix parsing of current keyboard locale
2021-01-11 Martin FleiszMerge pull request #6623 from akallabeth/stable-2.0...
2021-01-11 Martin FleiszMerge pull request #6671 from akallabeth/stable-2.0...
2020-12-15 akallabethBackported #6670: Progressive decoding of subbanddiff
2020-12-10 akallabethFixed #6656: invalid read of proxy port.
2020-12-02 Armin NovakRemoved obsolete connectErrorCode
2020-12-02 akallabethFixed remarks.
2020-12-02 Bernhard Miklautznew [orders]: BMF_24BPP support and some comments
2020-12-02 akallabethFix warning #6515
2020-12-01 kubistikareset codecs in gdi_pipeline_init
2020-12-01 Fabio Fantoniremove unwanted log level set to debug in rfx
2020-12-01 akallabethRefactored reading of optional order bytes
2020-12-01 akallabethFixed parsing of FastGlyph order.
2020-12-01 akallabethUse settings string setter to overwrite computername
2020-12-01 akallabethFixed #6442: Use cmake to provide source directory...
2020-12-01 Armin NovakRefactored rdg_read_http_unicode_string warning fixes
2020-12-01 Armin NovakFixed warnings.
2020-12-01 Armin NovakFixed missing input length check for color pointer.
2020-12-01 Armin NovakFixed compilation warnings.
2020-12-01 Armin NovakFixed #6418: Warning due to invalid const qualifier
2020-12-01 Armin NovakImprove NLA auth token debugging
2020-12-01 Armin NovakImprove NLA error code logging.
2020-08-05 Martin FleiszMerge pull request #6405 from akallabeth/an-stable-2.0
2020-08-05 akallabethUse freerdp_settings_[s|g]et* api to access proxy vaiables.
2020-08-05 Martin FleiszAdd GatewayMessageType to public API
2020-08-05 Martin Fleiszgateway: Add processing of consent and service messages...
2020-07-31 akallabethFix #6399: Call ConvertFromUnicode with length -1.
2020-07-23 Armin NovakSet BIO data NULL on cleanup
2020-07-20 Martin FleiszMerge pull request #6382 from bmiklautz/release_220 2.2.0
2020-07-20 Norbert Federacore: fix invalid inttype and reference
2020-07-15 akallabethFixed missing input sanitation for GFX surfaces.
2020-07-15 Giovanni PanozzoFix seeking in Cache Brush and other Secondary Drawing...
2020-07-15 Bernhard MiklautzMerge pull request #6319 from akallabeth/stable-2.0...
2020-07-07 Kobi Mizrachilibfreerdp: core: add ServerHeartbeat callback
2020-07-06 akallabethAdded hint for errors due to missing offscreen-cache
2020-07-06 akallabethFilter GSM codec for microphone redirection
2020-06-29 Pascal Nowacknsc: Fix memory leak
2020-06-26 Armin NovakFixed #6298: Mask CACHED_BRUSH when checking brush...
2020-06-22 Martin FleiszMerge pull request #6285 from akallabeth/stable-backports2 2.1.2
2020-06-22 akallabethFixed possible integer overflow in crypto_rsa_common
2020-06-22 akallabethReset freed HGDI_DC
2020-06-22 akallabethFixed out of bound read in RLEDECOMPRESS
2020-06-22 akallabethFixed OOB read in update_recv_secondary_order
2020-06-22 akallabethFixed OOB read in update_read_cache_bitmap_v3_order
2020-06-22 akallabethFixed invalid access in update_recv_primary_order
2020-06-22 akallabethFixed pcap cleanup
2020-06-22 akallabethFixed Out-of-bound read in glyph_cache_put
2020-06-22 akallabethFixed OOB Read in license_read_new_or_upgrade_license_p...
2020-06-22 Armin NovakAdded missing SECBUFFER_READONLY flag in rpc_client_wri...
2020-06-22 Armin NovakTSG improvements
2020-06-16 Martin FleiszFix usage of DsMakeSpn with IP address hostnames
2020-06-16 akallabethFixed #6267: adjust write_pixel_16 endian handling
2020-06-16 Ondrej Holygdi: Fix missing unlock
2020-06-16 Armin NovakFixed #6245: Added additional tests to assistance parser
next