• src/sbbs3/baja.c

    From rswindell@VERT to CVS commit on Fri Jun 29 15:51:00 2018
    src/sbbs3 baja.c 1.49 1.50
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv25326

    Modified Files:
    baja.c
    Log Message:
    If the BAJAINCLUDE environment variable is set (new!), use that path as the default location to find !include'd baja (*.inc) files. If you use the '-I' option, it will override the environment variable setting. For Nelgin.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thu Mar 3 11:45:56 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/7a728e056341d380ee7f91ad
    Modified Files:
    src/sbbs3/baja.c
    Log Message:
    Fix CID 33628: Unbounded source buffer

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Sun Feb 12 16:09:14 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/3814d467a7ed469c7755b13e
    Modified Files:
    src/sbbs3/baja.c
    Log Message:
    Make !INCLUDE directives filename case-insensitive

    Some legacy Baja source files !INCLUDE SBBSDEFS.INC, but the filename is now sbbsdefs.inc, which does not match on case-sensitive filesystems (e.g. Linux) e.g.
    BBSLISTR.ZIP:!INCLUDE SBBSDEFS.INC
    FORSALE1.ZIP:!INCLUDE SBBSDEFS.INC
    FWISH10.ZIP:!INCLUDE SBBSDEFS.INC
    GUESS20.ZIP:!INCLUDE SBBSDEFS.INC
    NU_SYNC.ZIP:!INCLUDE SBBSDEFS.INC
    ONELINE1.ZIP:!INCLUDE SBBSDEFS.INC
    ni-sbbs.zip:!INCLUDE SBBSDEFS.INC

    This issue was reported via DOVE-Net by Rick Smith.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net