• src/xpdev/sopenfile.c

    From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Sun Nov 10 23:52:50 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/4c6de442358c6f860282fe2c
    Added Files:
    src/xpdev/sopenfile.c
    Log Message:
    A useful little program for testing sopen() from filewrap.c

    This is the program I used (along with flock) to reach the root cause of
    the SH_COMPAT == SH_DENYRW (no locking) bug in sopen() as well as other interactions between Linux and Windows clients opening the same files
    across a Samba share.
    --- SBBSecho 3.21-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 Thu Nov 14 18:24:04 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/6cc93d8cce3e5ee03161b793
    Modified Files:
    src/xpdev/sopenfile.c
    Log Message:
    Add a -l (loop) option to retry until failure

    Pretty remedial option parsing here, the order is significant
    --- SBBSecho 3.22-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 Sun Dec 1 21:23:54 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/f078cd9d83c8486f314e8e8c
    Modified Files:
    src/xpdev/sopenfile.c
    Log Message:
    Add -c and -R options

    Really need to make the option order (arity) neutral
    --- SBBSecho 3.23-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 Sat Dec 28 20:19:16 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/aca246a6352515d5d367a84b
    Modified Files:
    src/xpdev/sopenfile.c
    Log Message:
    Add -2 (open second descriptor) and -t (second thread) options

    Order of options no longer matters.
    --- SBBSecho 3.23-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)