Skip to content
Snippets Groups Projects
  1. Jun 08, 2021
    • Rob Swindell's avatar
      Increase the progress() reporting frequency for filename/desc searches · e8f56dfb
      Rob Swindell authored
      This resolve long delays (while searching for files) without any indication of progress.
      
      Keep new-scan progress interval at 10 dirs however (they're fast).
      e8f56dfb
    • Rob Swindell's avatar
      Detect TLS startup errors correct/fully · 1d402b2c
      Rob Swindell authored
      We can't (apparently) only rely on the return value of start_tls(), we have to check the value of the crypt session too.
      This fix the possibility of this happening:
      Jun  7 18:07:26 sbbs synchronet: ftp  0058 TLS ERROR 'No permiss.to perform this operation' (-21) opening keyset
      Jun  7 18:07:26 sbbs synchronet: ftp  0058 <192.168.1.25> initialized TLS successfully
      
      Instead, we'll detect the failure and disable FTPS support, logging "failed to initialize TLS successfully".
      1d402b2c
  2. Jun 07, 2021
    • Rob Swindell's avatar
      Modernize finduser() a bit · 32d45ed7
      Rob Swindell authored
      Skip any prepended white-space in the passed name to find.
      Use better variable names (and length) for the character strings.
      Use matchusername() instead of strcmp(); matchusername() follows the liberal user-id/alias/name matching algorithm.
      Use strcasestr() instead of strstr(), so no copy/modification (upper-casing) of passed name is now required.
      When 'Q'uitting the search, set the SS_ABORT flag.
      32d45ed7
    • Rob Swindell's avatar
      1e31300f
  3. Jun 06, 2021
  4. Jun 05, 2021
  5. Jun 03, 2021
  6. Jun 01, 2021
  7. May 31, 2021
  8. May 30, 2021
Loading