Skip to content
Snippets Groups Projects
  1. Dec 07, 2024
    • Rob Swindell's avatar
      Always free(mail) · 855fb1be
      Rob Swindell authored
      I don't think this was actually a leak (since smb.msgs should be non-zero
      any time mail is non-null), but to make Coverity happy (CID 515659) and just
      be more fault-tolerant, always free(mail).
      855fb1be
  2. Dec 06, 2024
  3. Dec 05, 2024
  4. Dec 04, 2024
  5. Dec 03, 2024
    • Deucе's avatar
      Introduce portable.h for ugly hacks · 1ab78800
      Deucе authored
      The plan is to hide non-standard stuff in here.  Currently, just
      has [[maybe-unused]] from C23.
      1ab78800
    • Deucе's avatar
      Use FindOpenSSL instead of pkg-config for OpenSSL · c65fe446
      Deucе authored
      c65fe446
    • Deucе's avatar
      Start of DeuceSSH · 1998f435
      Deucе authored
      The intent is that this will be a library implementation of SSH
      which allows simple extension of the base protocol, and exposes all
      defined features of the protocol (including ones nobody uses).
      
      This will support both client and server, with initial focus on the
      client implementation for use in SyncTERM.
      
      The goal of the core library is to only support the most secure
      standard methods.  When there are multiple methods that are not
      clearly of differing levels of security, the most common two will
      be implemented (ie: RSA and Ed25519).
      
      Additionally, care will be taken during development to allow for
      the OpenSSH Encrypt-then-MAC MAC modes in the expectation that
      someone will standardize an ETM mode at some point, and I expect
      to write an extension to support it soon after DeuceSSH is
      complete.
      
      Finally, if I cannot mitigate Terrapin without non-standard
      extensions, the OpenSSH "strict KEX" extension will be supported
      until there's a standard defined that solves the issue.
      1998f435
Loading