• 3rdp/build/cl-fix-ssh-hea

    From Deuc¿@VERT to Git commit to main/sbbs/m on Thu Feb 22 20:53:00 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/53ffa0d022f5cc2c32c796da
    Added Files:
    3rdp/build/cl-fix-ssh-header-read.patch
    Modified Files:
    3rdp/build/GNUmakefile
    Log Message:
    Read SSH packet headers into a fixed buffer in the session info

    Previously, it was read into a local variable, and in the case of a
    partial read, everything would go to hell and SSH would hang.

    "Luckily" this was very hard to trigger.

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From Deuce@VERT to Git commit to main/sbbs/m on Fri Feb 23 06:44:00 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/8b2e59b1237db2cc7717abe7
    Modified Files:
    3rdp/build/cl-fix-ssh-header-read.patch
    Log Message:
    We don't need headerBufferUsed... it's already tracked

    readHeaderFixed() already assumes the same header pointer will be
    passed in next call if the read is incomplete.

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/m on Sat Feb 24 07:07:00 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/d80fe08259db7e35764798c3
    Modified Files:
    3rdp/build/cl-fix-ssh-header-read.patch
    Log Message:
    Expand comment

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/m on Sat Feb 24 10:16:00 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/ff6e345cb475fb0dc2d8656c
    Modified Files:
    3rdp/build/cl-fix-ssh-header-read.patch
    Log Message:
    Re-generate patch

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