1
0
Fork 0
forked from wry/wry

dbus: use challenge-response authentication

This commit is contained in:
Julian Orth 2026-01-18 15:20:54 +01:00
parent 2f4543912b
commit 3d7dc1161f
4 changed files with 9 additions and 19 deletions

View file

@ -98,6 +98,8 @@ pub enum DbusError {
ReadError(#[source] IoUringError),
#[error("timeout")]
IoUringError(#[source] Box<IoUringError>),
#[error("Server did not send auth challenge")]
NoChallenge,
#[error("Server did not accept our authentication")]
Auth,
#[error("Array length is not a multiple of the element size")]