• src/sbbs3/login.cpp

    From rswindell@VERT to CVS commit on Sun Nov 20 21:26:35 2016
    src/sbbs3 login.cpp 1.23 1.24
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv8010

    Modified Files:
    login.cpp
    Log Message:
    Call "badlogin" even when the username entered is invalid and the
    "Always Prompt for Password" setting is set to "No".
    This change enables the auto-hack-log, throttling, filtering, and banning
    logic for these types of failed login attempts.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From rswindell@VERT to CVS commit on Sat Apr 25 23:32:05 2020
    src/sbbs3 login.cpp 1.30 1.31
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv20786

    Modified Files:
    login.cpp
    Log Message:
    Fix bug introduced in rev 1.29 (Jul-16-2019) which caused login via-real-name to not work if the second byte of a stack-allocated but unintiallized variable (str) was non-zero. This was only observable on Win32-Release builds
    (in debug builds, stack variables are initialized to non-zero). Reported by Sneaky (Ian) who was patient and kept with me through the remote debugging effort. Thanks!

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