• src/syncterm/bbslist.c ssh.c

    From Deucе@1:103/705 to Git commit to main/sbbs/master on Mon Feb 19 11:00:02 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/f3bc86d9636c0ae2658c6a67
    Modified Files:
    src/syncterm/bbslist.c ssh.c
    Log Message:
    Fix SSH fingerprinting.

    A hex nybble is not 8 bits, and C strings need to be termianted.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Tue Dec 30 17:57:10 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/e984c0a99aab88473d786281
    Modified Files:
    src/syncterm/bbslist.c ssh.c
    Log Message:
    Tighten up listfile read/write

    Always fclose() as soon as we can, and don't do the whole open/read/close/open/write/close dance, just open r+b to start.
    --- SBBSecho 3.34-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)