Skip to content
Snippets Groups Projects
  1. Dec 28, 2023
  2. Dec 27, 2023
  3. Dec 26, 2023
  4. Dec 25, 2023
    • Rob Swindell's avatar
      Fix filebase corruption caused by FileBase.renew() · 9d9d2584
      Rob Swindell authored
      echicken reported this problem: pretty severe filebase corruption as a result
      of calling FileBase.renew(). The problem seemed pretty obvious (only loading
      the file's index record), but I do think the underlying SMBLIB functions
      should be more resilient to misuse and not corrupt the base. So, that's still
      a TODO.
      
      No existing scripts were using FileBase.renew(), so this problem has gone
      unnoticed since SBBS v3.19.
      9d9d2584
    • Rob Swindell's avatar
      Fix new (MSVC) warnings · e90e8f82
      Rob Swindell authored
      which were result of QWK_NEWLINE redef to make cppcheck happy
      e90e8f82
  5. Dec 24, 2023
    • Deucе's avatar
      As I was starting to add support for detecting non-interactive · b99d161b
      Deucе authored
      SSH channels, I noticed that I hand't ever finished the terminal
      type/size "stuff", and while fixing that, I noticed that the hack
      for SyncTERM was done wrong.
      
      Fix the whole thing, and now Synchronet and SyncTERM both properly
      support terminal type and size over SSH.  It also looks trivial to
      support the SSH window size change message, but I'm not doing that
      tonight.
      
      Unfortunately, this is a patch on a patch, so is a bit fragile.
      It should really have the patches merged at some point.
      b99d161b
    • Deucе's avatar
      Remove obsolete comment · e694a466
      Deucе authored
      e694a466
    • Rob Swindell's avatar
      Fix mem leak reported by cppcheck · d98add44
      Rob Swindell authored
      d98add44
    • Rob Swindell's avatar
      Address cppcheck error - not an actual bug · fddbd721
      Rob Swindell authored
      netmail.cpp:411:25: error: Invalid strchr() argument nr 2. The value is -29
        but the valid values are '0:255'. [invalidFunctionArg]
        char* tp = strchr(to, QWK_NEWLINE);  /* chop off at first CR */
      fddbd721
    • Deucе's avatar
      Remove debug output and fix get_type_name() · 2e769b62
      Deucе authored
      2e769b62
    • Deucе's avatar
      Start hacking up an sftp server. · 79572c40
      Deucе authored
      Just a proof-of-concept for right now, there's a couple major changes
      and some minor changes that will need to be made before this can
      actually be enabled.
      
      Not really testable without some seriously terrible hacks right now,
      but it has been verified with the sftp client that ships with openssh
      (which is based on a 20-year-old internet draft that is both expired
      and superceded).
      79572c40
  6. Dec 23, 2023
  7. Dec 22, 2023
  8. Dec 21, 2023
  9. Dec 20, 2023
Loading