• src/sbbs3/baja.c

    From rswindell@1:103/705 to CVS commit on Fri Jun 29 19:51:12 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.


    --- SBBSecho 3.05-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 Thu Mar 3 16: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
    --- SBBSecho 3.15-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on ChromeOS)@1:103/705 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-insensitiveSome legacy Baja source files
    !INCLUDE SBBSDEFS.INC, but the filename is nowsbbsdefs.inc, which does not match on case-sensitive filesystems (e.g. Linux)e.g.BBSLISTR.ZIP:!INCLUDE SBBSDEFS.INCFORSALE1.ZIP:!INCLUDE SBBSDEFS.INCFWISH10.ZIP:!INCLUDE SBBSDEFS.INCGUESS20.ZIP:!INCLUDE SBBSDEFS.INCNU_SYNC.ZIP:!INCLUDE SBBSDEFS.INCONELINE1.ZIP:!INCLUDE SBBSDEFS.INCni-sbbs.zip:!INCLUDE SBBSDEFS.INCThis issue was reported via DOVE-Net by Rick Smith.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)