• src/xpdev/sopenfile.c

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Sunday, November 10, 2024 23:52:50
    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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Thursday, November 14, 2024 18:24:05
    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

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