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

wolfSSHd port to Windows #512

Merged
merged 11 commits into from
Aug 30, 2023
Merged

Conversation

JacobBarthelmeh
Copy link
Contributor

@JacobBarthelmeh JacobBarthelmeh commented Apr 24, 2023

What's Left:

  • SCP on Windows
  • Public key / x509 authentication (currently only testing with password auth)
  • Proper management of security level / access of connection (right now the create process uses current process token with higher privileges rather than user token)
    • SHELL
    • SFTP
    • SCP
  • Better handling of waiting for data with shell, now it uses a lot of processing power while looping on checking if there is data to read/write
  • SFTP connection
  • Password auth shell connection
  • Initial build and wolfSSHD VS project
  • Additional testing
    • Memory leak testing
    • CI build tie in
    • static analysis testing

examples/sftpclient/sftpclient.c Outdated Show resolved Hide resolved
ide/winvs/README.md Outdated Show resolved Hide resolved
ide/winvs/include.am Outdated Show resolved Hide resolved
apps/wolfsshd/configuration.c Show resolved Hide resolved
.gitignore Show resolved Hide resolved
apps/wolfsshd/auth.c Outdated Show resolved Hide resolved
apps/wolfsshd/auth.c Outdated Show resolved Hide resolved
apps/wolfsshd/wolfsshd.c Show resolved Hide resolved
apps/wolfsshd/wolfsshd.c Outdated Show resolved Hide resolved
apps/wolfsshd/wolfsshd.c Outdated Show resolved Hide resolved
@ejohnstown ejohnstown self-requested a review August 30, 2023 18:46
@ejohnstown ejohnstown merged commit bfed822 into wolfSSL:master Aug 30, 2023
2 checks passed
@ejohnstown ejohnstown deleted the sshd-windows branch August 30, 2023 23:06
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.

2 participants