IronRDP/crates
rhammonds-teleport a0a3e750c9
Some checks failed
CI / Check formatting (push) Has been cancelled
CI / Check typos (push) Has been cancelled
Coverage / Coverage Report (push) Has been cancelled
Release crates / Open release PR (push) Has been cancelled
Release crates / Release crates (push) Has been cancelled
CI / Checks [linux] (push) Has been cancelled
CI / Checks [macos] (push) Has been cancelled
CI / Checks [windows] (push) Has been cancelled
CI / Fuzzing (push) Has been cancelled
CI / Web Client (push) Has been cancelled
CI / FFI (push) Has been cancelled
CI / Success (push) Has been cancelled
fix(rdpdr): fix incorrect padding when parsing NDR strings (#1015)
When parsing Network Data Representation (NDR) messages, we're supposed
to account for padding at the end of strings to remain aligned on a
4-byte boundary. The existing code doesn't seem to cover all cases, and
the resulting misalignment causes misleading errors when processing the
rest of the message.
2025-10-09 13:25:08 -04:00
..
iron-remote-desktop chore(release): prepare for publishing (#997) 2025-09-29 11:07:48 +00:00
ironrdp chore(release): prepare for publishing (#989) 2025-09-24 08:01:35 +00:00
ironrdp-acceptor refactor: enable missing_panics_doc clippy lint (#1006) 2025-10-06 09:19:22 +00:00
ironrdp-ainput refactor!: enable unwrap_used clippy correctness lint (#965) 2025-09-11 11:41:02 +00:00
ironrdp-async refactor: enable missing_panics_doc clippy lint (#1006) 2025-10-06 09:19:22 +00:00
ironrdp-bench refactor: enable missing_panics_doc clippy lint (#1006) 2025-10-06 09:19:22 +00:00
ironrdp-blocking refactor: enable missing_panics_doc clippy lint (#1006) 2025-10-06 09:19:22 +00:00
ironrdp-cfg feat: inital support for .RDP files (#862) 2025-07-08 13:10:04 -04:00
ironrdp-client build(deps): bump tokio-tungstenite from 0.27.0 to 0.28.0 (#1009) 2025-10-08 04:19:40 -04:00
ironrdp-client-glutin refactor: add macro_use_extern_crate rustc style/readability lint (#919) 2025-08-19 09:45:34 -04:00
ironrdp-cliprdr refactor: enable missing_panics_doc clippy lint (#1006) 2025-10-06 09:19:22 +00:00
ironrdp-cliprdr-format refactor!: enable unwrap_used clippy correctness lint (#965) 2025-09-11 11:41:02 +00:00
ironrdp-cliprdr-native refactor: enable self_named_module_files clippy lint (#1007) 2025-10-03 05:37:14 -04:00
ironrdp-connector refactor: enable missing_panics_doc clippy lint (#1006) 2025-10-06 09:19:22 +00:00
ironrdp-core refactor: add macro_use_extern_crate rustc style/readability lint (#919) 2025-08-19 09:45:34 -04:00
ironrdp-displaycontrol refactor!: enable unwrap_used clippy correctness lint (#965) 2025-09-11 11:41:02 +00:00
ironrdp-dvc refactor: enable missing_panics_doc clippy lint (#1006) 2025-10-06 09:19:22 +00:00
ironrdp-dvc-pipe-proxy chore(release): prepare for publishing (#989) 2025-09-24 08:01:35 +00:00
ironrdp-error refactor: add redundant_imports rustc style/readability lint (#923) 2025-08-20 03:12:31 -04:00
ironrdp-futures chore(release): prepare for publishing (#885) 2025-08-29 13:59:13 +00:00
ironrdp-fuzzing refactor: add redundant_imports rustc style/readability lint (#923) 2025-08-20 03:12:31 -04:00
ironrdp-glutin-renderer refactor: add macro_use_extern_crate rustc style/readability lint (#919) 2025-08-19 09:45:34 -04:00
ironrdp-graphics build(deps): bump bytemuck from 1.23.2 to 1.24.0 (#1008) 2025-10-07 09:43:36 -04:00
ironrdp-input refactor: enable missing_panics_doc clippy lint (#1006) 2025-10-06 09:19:22 +00:00
ironrdp-mstsgu build(deps): bump tokio-tungstenite from 0.27.0 to 0.28.0 (#1009) 2025-10-08 04:19:40 -04:00
ironrdp-pdu refactor(ironrdp-pdu)!: fix as_conversions clippy lint warnings (#967) 2025-10-07 09:36:58 +00:00
ironrdp-pdu-generators refactor: add more clippy lints to "Compile-time / optimization" section (#875) 2025-07-21 12:28:33 -04:00
ironrdp-propertyset refactor: add macro_use_extern_crate rustc style/readability lint (#919) 2025-08-19 09:45:34 -04:00
ironrdp-rdcleanpath chore(release): prepare for publishing (#1002) 2025-10-02 03:34:02 +00:00
ironrdp-rdpdr fix(rdpdr): fix incorrect padding when parsing NDR strings (#1015) 2025-10-09 13:25:08 -04:00
ironrdp-rdpdr-native chore(release): prepare for publishing (#885) 2025-08-29 13:59:13 +00:00
ironrdp-rdpfile refactor: add unused_trait_names clippy extra-pedantic lint (#900) 2025-07-31 03:57:09 -04:00
ironrdp-rdpsnd refactor: add multiple_inherent_impl clippy style and readability lint (#978) 2025-09-19 11:27:49 +00:00
ironrdp-rdpsnd-native build(deps): bump bytemuck from 1.23.2 to 1.24.0 (#1008) 2025-10-07 09:43:36 -04:00
ironrdp-replay-client refactor: add macro_use_extern_crate rustc style/readability lint (#919) 2025-08-19 09:45:34 -04:00
ironrdp-server refactor(ironrdp-pdu)!: fix as_conversions clippy lint warnings (#967) 2025-10-07 09:36:58 +00:00
ironrdp-session refactor(ironrdp-pdu)!: fix as_conversions clippy lint warnings (#967) 2025-10-07 09:36:58 +00:00
ironrdp-session-generators refactor: add more clippy lints to "Compile-time / optimization" section (#875) 2025-07-21 12:28:33 -04:00
ironrdp-svc chore(release): prepare for publishing (#885) 2025-08-29 13:59:13 +00:00
ironrdp-testsuite-core refactor(ironrdp-pdu)!: fix as_conversions clippy lint warnings (#967) 2025-10-07 09:36:58 +00:00
ironrdp-testsuite-extra refactor: enable self_named_module_files clippy lint (#1007) 2025-10-03 05:37:14 -04:00
ironrdp-tls refactor: enable unnecessary_self_imports clippy lint (#1005) 2025-10-02 05:10:55 -04:00
ironrdp-tokio refactor: add multiple_inherent_impl clippy style and readability lint (#978) 2025-09-19 11:27:49 +00:00
ironrdp-web refactor(ironrdp-pdu)!: fix as_conversions clippy lint warnings (#967) 2025-10-07 09:36:58 +00:00