• src/smblib/smbdump.c

    From rswindell@1:103/705 to CVS commit on Sat Apr 4 15:11:14 2020
    src/smblib smbdump.c 1.16 1.17
    Update of /cvsroot/sbbs/src/smblib
    In directory cvs:/home/rswindell/sbbs/src/smblib

    Modified Files:
    smbdump.c
    Log Message:
    Include number of header fields in dump output.


    --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Mon Apr 27 15:51:35 2020
    src/smblib smbdump.c 1.17 1.18
    Update of /cvsroot/sbbs/src/smblib
    In directory cvs:/tmp/cvs-serv6409

    Modified Files:
    smbdump.c
    Log Message:
    Display/dump parsed FTN addresses for easy readability.

    --- SBBSecho 3.11-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 Dec 9 00:42:43 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/4617db4f53a5cd321c02a235
    Modified Files:
    src/smblib/smbdump.c
    Log Message:
    Dump the "forwarded" header field date/time nicelyUse ctime_r() to dump the forwarded date/time.Correct some other unsafe uses of ctime() here (replace with cime_r).Fix the accidental reference to the GPL license (it's actually LGPL for smblib).
    --- SBBSecho 3.11-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 Sat Apr 24 00:28:03 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/91b2dbf6794952deb2f34fef
    Modified Files:
    src/smblib/smbdump.c
    Log Message:
    Don't repeat the "cost" field in smb_msghdr_str_list()
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Fri May 26 17:14:21 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/49cda4ee1dd5d43f47096071
    Modified Files:
    src/smblib/smbdump.c
    Log Message:
    smb_msghdr_str_list() print strings with trailing whitespace in quotesMake it obvious when a message header value string has trailing white-space.Make this function (and binstr()) thread-safe by eliminating the local staticvariable.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)