• src/sbbs3/ftpsrvr.c js_socket.c mailsrvr.c services.c websrvr.c

    From Deuc¿@VERT to Git commit to main/sbbs/master on Tue Dec 19 10:10:30 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/83d6ae6e1415bb9a545ac741
    Modified Files:
    src/sbbs3/ftpsrvr.c js_socket.c mailsrvr.c services.c websrvr.c
    Log Message:
    Now that we have a rwlock, extend it back to where it was.

    We'll hold a reader lock under the session is established, which
    should prevent blocking other threads unless something is beating
    on get_ssl_cert() (which would be a different bug).

    This still needs to be figured out, but at least this should fix
    the immediate issue.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Fri Jan 19 21:16:28 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/630353149b7158dfbd351e92
    Modified Files:
    src/sbbs3/ftpsrvr.c js_socket.c mailsrvr.c services.c websrvr.c
    Log Message:
    Don't call destroy_session() until after add_private_key()

    Use cryptDestroySession() instead.

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