Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General updates and bug fixes #6

Merged
merged 6 commits into from
Feb 28, 2024
Merged

General updates and bug fixes #6

merged 6 commits into from
Feb 28, 2024

Conversation

JamesWrigley
Copy link
Collaborator

No description provided.

This is to control whether they should throw if a `SSH_AUTH_ERROR` is
received. Sometimes it's annoying for a client to have to try-catch everything.
- It's possible for callbacks to close their SshChannel or Session, so now we
  check if both are open while polling in poll_loop().
- Similarly, it's possible for the Forwarder socket to already be closed by the
  time the EOF callback is called, so we check that it's still open before
  closing it.
This is necessary because `String(vector)` also empties `vector`.
Now there's a way to get the principals name with `Gssapi.principal_name()`,
which will allow telling if there's a valid ticket that can be used with
`userauth_gssapi()`.
@JamesWrigley JamesWrigley self-assigned this Feb 28, 2024
@JamesWrigley JamesWrigley merged commit ce815b5 into master Feb 28, 2024
3 of 4 checks passed
@JamesWrigley JamesWrigley deleted the general-updates branch February 28, 2024 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant