• src/ssh/TODO.md ssh-conn.c

    From Deucе@VERT to Git commit to main/sbbs/master on Tue Mar 24 20:58:43 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/ee785accd1f8c627cca4da09
    Modified Files:
    src/ssh/TODO.md ssh-conn.c
    Log Message:
    Delete dead x11 type_len==2 check (bug 6)

    The check `type_len == 2 && memcmp(ctype, "x11", 3)` compared
    3 bytes against a 2-byte string — could never match. The x11
    rejection is fully handled by the type_len==3 check.

    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Wed Mar 25 23:06:00 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/3007d949c00e9f351be790e1
    Modified Files:
    src/ssh/TODO.md ssh-conn.c
    Log Message:
    Fix channel ID collision on uint32_t wrap

    alloc_channel_id() now scans the active channel table to skip
    IDs already in use. Returns DSSH_ERROR_ALLOC if all 2^32 IDs
    are exhausted (the application has made some terrible mistakes).

    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

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