feat: smartcard pin, autologon, GetReaderIconCall and GetReaderIconReturn (#230)

Includes #231
This commit is contained in:
Isaiah Becker-Mayer 2023-10-20 20:35:19 +00:00 committed by GitHub
parent a29ff47f49
commit 47bc49b50e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 175 additions and 27 deletions

View file

@ -53,14 +53,10 @@ where
{
let mut buf = WriteBuf::new();
debug!("CredSSP procedure");
while connector.is_credssp_step() {
single_connect_step(framed, &mut connector, &mut buf).await?;
}
debug!("Remaining of connection sequence");
let result = loop {
single_connect_step(framed, &mut connector, &mut buf).await?;