• src/sbbs3/scfgdefs.h ssl.c

    From Deucе@1:103/705 to Git commit to main/sbbs/master on Sun Nov 7 23:26:01 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/e535aaac61c0e45e371144e4
    Modified Files:
    src/sbbs3/scfgdefs.h ssl.c
    Log Message:
    Keep track of certificate file timestamp and reload if it has changedWith the old method, it was possible for a certificate to remain usedeternally, and letsyncrypt.js can change it relatively often.
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Wed Nov 17 18:03:35 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/5b8577aef312011d38aaebf2
    Modified Files:
    src/sbbs3/scfgdefs.h ssl.c
    Log Message:
    Don't use time_t in scfg_t definitionsbbsctrl.exe is built with Borland C++ still which only has a 32-bit time_t, so to keep the scfg_t definition compatible between MSVC and Borland builds, use time32_t (32-bit time_t) values only.This fixes the reported sbbsctrl.exe error:Error loading configurationcfg->size (23944) != sizeof(scfg_t) (23952)Introduced in commit e535aaac.Reported via DOVE-Net by Daryl Stout (TBOLT), confirmed by Nightfox (DIGDIST).
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)