• src/xpdev/netwrap.c

    From Deucе@1:103/705 to Git commit to main/sbbs/master on Saturday, September 21, 2024 17:03:12
    https://gitlab.synchro.net/main/sbbs/-/commit/edff80ff2de46c8279debf3e
    Modified Files:
    src/xpdev/netwrap.c
    Log Message:
    Fix Borland build.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Tuesday, February 04, 2025 19:16:47
    https://gitlab.synchro.net/main/sbbs/-/commit/1b18f682ed34f7d25b1837cb
    Modified Files:
    src/xpdev/netwrap.c
    Log Message:
    malloc() result check, suppress MSVC warning
    --- SBBSecho 3.23-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Monday, March 02, 2026 22:42:57
    https://gitlab.synchro.net/main/sbbs/-/commit/5ad72a8fa1261e4573b58d45
    Modified Files:
    src/xpdev/netwrap.c
    Log Message:
    getNameServerList() was returning a list with (1) blank entries

    ... when the host was configured with no IPv4 DNS servers.

    So don't add blank IP addresses to the list of hostnames returned from this function. If there are no IPv4 DNS servers, this function should've (and will now) return an empty list.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)