• src/smblib/smbfile.c

    From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Sun Dec 24 21:51:36 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/43575170940c3ff3a9017eee
    Modified Files:
    src/smblib/smbfile.c
    Log Message:
    Reset import time (to current date/time) in smb_renewfile()

    Don't allow smb_removefile() to corrupt a filebase if passed an uninitialized (not fully load()'d) file_t*. Doesn't fix a bug, just some extra defensive programming here.

    Addressing problems reported by echicken

    ---
    ț Synchronet ț Vertrauen ț Home of Synchronet ț [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Tue Dec 26 16:04:06 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/46c0eb0de29bab7607bfb0efăModified Files:ă src/smblib/smbfile.căLog Message:ăFix CID 471656 in smb_addfile_withlist()ăăNo one's using this function currently (and may never).ăăIt was used back when I was putting archive contents in .ini format in theăfiles' metadata (now auxdata).ă---ă ț Synchronet ț Vertrauen ț Home of Synchronet ț [vert/cvs/bbs].synchro.netă
  • From rswindell@VERT to CVS commit on Tue Apr 14 00:08:50 2020
    src/smblib smbfile.c 1.16 1.17
    Update of /cvsroot/sbbs/src/smblib
    In directory cvs:/tmp/cvs-serv25844

    Modified Files:
    smbfile.c
    Log Message:
    Don't retry/loop in smb_fread(), regardless of the errno value, if we're at the end of the file.


    ---
    ț Synchronet ț Vertrauen ț Home of Synchronet ț [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Tue Sep 17 12:06:15 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/45363fee6f6d688671faeee0
    Modified Files:
    src/smblib/smbfile.c
    Log Message:
    NUL-terminate the SMB fileidxrec_t.name field, just in case

    The terminating NUL is actually part of the index record, but with file corruption, it's technically possible the NUL could be missing.
    Fixes CID 509552

    Use strnicmp() insted of stricmp() in smb_removefile()
    Fixes CID 509551

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