9 Commits

Author SHA1 Message Date
Konrad Dybcio
b1237dc356 treewide: Migrate to russh
russh doesn't have the libsodium compilation issues on Windows that
ssh2 - migrate to it.

Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
2025-11-07 15:27:10 +01:00
Konrad Dybcio
5a9168b40f cli: Add a non-interactive control utility
Signed-off-by: Konrad Dybcio <konradybcio@kernel.org>
2024-06-18 00:56:53 +02:00
Konrad Dybcio
b0b60406e3 treewide: Move things around
More binaries inbound

Signed-off-by: Konrad Dybcio <konradybcio@kernel.org>
2024-06-18 00:56:53 +02:00
Konrad Dybcio
e9eefd21e6 Cargo.lock: cargo update
Signed-off-by: Konrad Dybcio <konradybcio@kernel.org>
2024-06-18 00:56:53 +02:00
Konrad Dybcio
ce1145c373 Cargo.lock: cargo update
Signed-off-by: Konrad Dybcio <konradybcio@kernel.org>
2024-05-21 23:05:03 +02:00
Dmitry Baryshkov
dfe093c804 lib: drop unwrap() from send_msg()
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2024-05-06 22:55:02 +02:00
Dmitry Baryshkov
7bd68c3239 lib: stop using bincode::serialize()
There is little point in using bincode::serialize(). Serialize the
header manually, reducing the footprint.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2024-05-06 22:55:02 +02:00
dependabot[bot]
5f88aecf37 build(deps): bump mio from 0.8.10 to 0.8.11
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.10 to 0.8.11.
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/mio/compare/v0.8.10...v0.8.11)

---
updated-dependencies:
- dependency-name: mio
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-27 01:16:17 +02:00
Konrad Dybcio
091d4a77b7 initial commit 2024-04-26 12:00:24 +02:00