• Changes in binkd sources

    From binkd inspector@2:5020/1042.3 to All on Friday, January 31, 2020 01:10:02
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    Auto increase patchlevel, set 1.1a-101 Fix an out-of-bounds error on sockaddrs.
    The `invalidAddresses` vector in `client.c` is used to hold invalid addresses `binkd` should not use. However, the array was of type `struct sockaddr`, which
    is not large enough to hold all of the protocol-specific data of the `struct sockaddr_*` structures. As a result, `binkd` would access out-of-bounds memory
    when examining elements of the array.
    Author: git <git>
    Date: 2020-01-30 10:22:11 +0200
    Committed by: git-cvs sync robot <git@happy.kiev.ua>
    Files:
    M Config.h
    M HISTORY
    M mkfls/unix/binkd.spec
    ===========================
    Auto increase patchlevel, set 1.1a-100 Fix use-after-free bug in get_host_and_port. Don't use pointer assignment in this function, but rather, copy into a fixed-length buffer.
    Author: git <git>
    Date: 2020-01-30 10:22:11 +0200
    Committed by: git-cvs sync robot <git@happy.kiev.ua>
    Files:
    M Config.h
    M HISTORY
    M mkfls/unix/binkd.spec
    ===========================
    Merge pull request #16 from fat-dragon/master
    Author: Pavel <pgul@users.noreply.github.com>
    Date: 2020-01-30 10:19:58 +0200
    Committed by: GitHub <noreply@github.com>
    Files:
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From binkd inspector@2:5020/1042.3 to All on Monday, April 06, 2020 01:10:02
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    Auto update HISTORY Update README.md Fixed incorrect instructions and beautified the steps into a tested and verified cookbook style Howto.
    Author: git <git>
    Date: 2020-04-05 20:34:09 +0300
    Committed by: git-cvs sync robot <git@happy.kiev.ua>
    Files:
    M HISTORY
    ===========================
    Merge pull request #14 from tallship/patch-1
    Author: Pavel <pgul@users.noreply.github.com>
    Date: 2020-04-05 20:32:59 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From binkd inspector@2:5020/1042.3 to All on Sunday, April 26, 2020 01:10:02
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    Auto update HISTORY [OS/2] change .EXE naming scheme and library definitions Author: git <git>
    Date: 2020-04-25 15:54:13 +0300
    Committed by: git-cvs sync robot <git@happy.kiev.ua>
    Files:
    M HISTORY
    ===========================
    Auto increase patchlevel, set 1.1a-103 compile Binkd for DOS with djgpp 2.05 and watt32 library
    Author: git <git>
    Date: 2020-04-25 15:54:12 +0300
    Committed by: git-cvs sync robot <git@happy.kiev.ua>
    Files:
    M Config.h
    M HISTORY
    M mkfls/unix/binkd.spec
    ===========================
    Auto update HISTORY compile Binkd for DOS with djgpp 2.05 and watt32 library Author: git <git>
    Date: 2020-04-25 15:54:12 +0300
    Committed by: git-cvs sync robot <git@happy.kiev.ua>
    Files:
    M HISTORY
    ===========================
    Auto increase patchlevel, set 1.1a-102 Fix build for OS/2 and Windows 9x on ancient compilers Original patch by Dan Cross, additional testing and improvements by Max Vasilyev Neither Win9x nor OS/2 define `struct sockaddr_storage`. To work around this, weAuthor: git <git>
    Date: 2020-04-25 15:54:12 +0300
    Committed by: git-cvs sync robot <git@happy.kiev.ua>
    Files:
    M Config.h
    M HISTORY
    M mkfls/unix/binkd.spec
    ===========================
    Merge pull request #19 from vasilyevmax/master
    Author: Pavel <pgul@users.noreply.github.com>
    Date: 2020-04-25 15:52:19 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From binkd inspector@2:5020/1042.3 to All on Thursday, April 30, 2020 01:10:02
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    Auto increase patchlevel, set 1.1a-104 Silence warnings: remove superfluous nullity checks struct `FTN_NODE` defined in `btypes.h` contains the member `pwd`, which is a character array. Several places in the code, this array was checked for nullity; howevAuthor: git <git>
    Date: 2020-04-29 09:04:09 +0300
    Committed by: git-cvs sync robot <git@happy.kiev.ua>
    Files:
    M Config.h
    M HISTORY
    M mkfls/unix/binkd.spec
    ===========================
    Merge pull request #17 from fat-dragon/master
    Author: Pavel <pgul@users.noreply.github.com>
    Date: 2020-04-29 09:02:11 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From binkd inspector@2:5020/1042.3 to All on Friday, May 01, 2020 01:10:02
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    Auto update HISTORY [DOS] fix making directory tree for DOS build
    Author: git <git>
    Date: 2020-04-30 21:31:11 +0300
    Committed by: git-cvs sync robot <git@happy.kiev.ua>
    Files:
    M HISTORY
    ===========================
    Merge pull request #20 from vasilyevmax/master
    Author: Pavel <pgul@users.noreply.github.com>
    Date: 2020-04-30 21:29:36 +0300
    Committed by: GitHub <noreply@github.com>
    ===========================
    [DOS] fix making directory tree for DOS build
    Author: vasilyevmax <35378045+vasilyevmax@users.noreply.github.com>
    Date: 2020-04-30 22:22:58 +0400
    Committed by: vasilyevmax <35378045+vasilyevmax@users.noreply.github.com> Files:
    M mkfls/dos-djgpp/Makefile
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From binkd inspector@2:5020/1042.3 to All on Sunday, May 24, 2020 10:28:04
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    Auto increase patchlevel, set 1.1a-109 Call PERL_SYS_INIT3() only once
    Author: git <git>
    Date: 2020-05-17 23:38:09 +0300
    Committed by: git-cvs sync robot <git@happy.kiev.ua>
    Files:
    M Config.h
    M HISTORY
    M mkfls/unix/binkd.spec
    ===========================
    Call PERL_SYS_INIT3() only once
    Author: Pavel Gulchuk <gul@gul.kiev.ua>
    Date: 2020-05-17 23:31:13 +0300
    Committed by: Pavel Gulchuk <gul@gul.kiev.ua>
    Files:
    M binkd.c
    M perlhooks.c
    M perlhooks.h
    M readcfg.c
    ===========================
    Auto increase patchlevel, set 1.1a-108 tab to spaces
    Author: git <git>
    Date: 2020-05-17 20:53:12 +0300
    Committed by: git-cvs sync robot <git@happy.kiev.ua>
    Files:
    M Config.h
    M HISTORY
    M mkfls/unix/binkd.spec
    ===========================
    Auto increase patchlevel, set 1.1a-107 Require PERL_MULTIPLICITY for run multiple perl interpreters
    Author: git <git>
    Date: 2020-05-17 20:53:12 +0300
    Committed by: git-cvs sync robot <git@happy.kiev.ua>
    Files:
    M Config.h
    M HISTORY
    M mkfls/unix/binkd.spec
    ===========================
    Auto increase patchlevel, set 1.1a-106 Set PL_perl_destruct_level to 1 for correct restart perl interpreter Signed-off-by: Pavel Gulchuk <gul@gul.kiev.ua>
    Author: git <git>
    Date: 2020-05-17 20:53:12 +0300
    Committed by: git-cvs sync robot <git@happy.kiev.ua>
    Files:
    M Config.h
    M HISTORY
    M mkfls/unix/binkd.spec
    ===========================
    Merge branch 'set-perl-destruct-level'
    Author: Pavel Gulchuk <gul@gul.kiev.ua>
    Date: 2020-05-17 20:50:48 +0300
    Committed by: Pavel Gulchuk <gul@gul.kiev.ua>
    ===========================
    tab to spaces
    Author: Pavel Gulchuk <gul@gul.kiev.ua>
    Date: 2020-05-17 20:34:47 +0300
    Committed by: Pavel Gulchuk <gul@gul.kiev.ua>
    Files:
    M exitproc.c
    ===========================
    Require PERL_MULTIPLICITY for run multiple perl interpreters
    Author: Pavel Gulchuk <gul@gul.kiev.ua>
    Date: 2020-05-17 20:32:08 +0300
    Committed by: Pavel Gulchuk <gul@gul.kiev.ua>
    Files:
    M readcfg.c
    ===========================
    Auto increase patchlevel, set 1.1a-105 Fix init perlsem
    Author: git <git>
    Date: 2020-05-17 20:17:10 +0300
    Committed by: git-cvs sync robot <git@happy.kiev.ua>
    Files:
    M Config.h
    M HISTORY
    M mkfls/unix/binkd.spec
    ===========================
    Set PL_perl_destruct_level to 1 for correct restart perl interpreter
    Author: Pavel Gulchuk <gul@gul.kiev.ua>
    Date: 2020-05-17 20:15:39 +0300
    Committed by: Pavel Gulchuk <gul@gul.kiev.ua>
    Files:
    M perlhooks.c
    ===========================
    Fix init perlsem
    Author: Pavel Gulchuk <gul@gul.kiev.ua>
    Date: 2020-05-17 20:10:14 +0300
    Committed by: Pavel Gulchuk <gul@gul.kiev.ua>
    Files:
    M perlhooks.c
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From binkd inspector@2:5020/1042.3 to All on Tuesday, May 26, 2020 01:10:02
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    Auto update HISTORY Fix check perl multiplicity in configure
    Author: git <git>
    Date: 2020-05-25 14:18:13 +0300
    Committed by: git-cvs sync robot <git@happy.kiev.ua>
    Files:
    M HISTORY
    ===========================
    Fix check perl multiplicity in configure
    Author: Pavel Gulchuk <gul@ytechteam.com>
    Date: 2020-05-25 14:10:42 +0300
    Committed by: Pavel Gulchuk <gul@ytechteam.com>
    Files:
    M mkfls/unix/configure
    M mkfls/unix/configure.in
    ===========================
    Auto increase patchlevel, set 1.1a-110 Revert 4a528544 (perl multiplicity) Author: git <git>
    Date: 2020-05-25 08:49:10 +0300
    Committed by: git-cvs sync robot <git@happy.kiev.ua>
    Files:
    M Config.h
    M HISTORY
    M mkfls/unix/binkd.spec
    ===========================
    Revert 4a528544 (perl multiplicity)
    Author: Pavel Gulchuk <gul@ytechteam.com>
    Date: 2020-05-25 08:46:57 +0300
    Committed by: Pavel Gulchuk <gul@ytechteam.com>
    Files:
    M readcfg.c
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From binkd inspector@2:5020/1042.3 to All on Wednesday, May 27, 2020 01:10:02
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    Auto increase patchlevel, set 1.1a-111 Print "Facilities" without space at the end of line. Make sense for further "binkd.exe -vv>file_id.diz" processing. (#21)
    Author: git <git>
    Date: 2020-05-26 20:54:10 +0300
    Committed by: git-cvs sync robot <git@happy.kiev.ua>
    Files:
    M Config.h
    M HISTORY
    M mkfls/unix/binkd.spec
    ===========================
    Print "Facilities" without space at the end of line. Make sense for further "binkd.exe -vv>file_id.diz" processing. (#21)
    Author: vasilyevmax <35378045+vasilyevmax@users.noreply.github.com>
    Date: 2020-05-26 20:47:18 +0300
    Committed by: GitHub <noreply@github.com>
    Files:
    M binkd.c
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From Alexander Kruglikov@2:5053/58 to All on Wednesday, May 27, 2020 13:13:42
    Good ${greeting_time}, All!

    27 May 20 01:10, binkd inspector wrote to you:

    Auto increase patchlevel, set 1.1a-111

    New versions began to released everyday! its development! =))))

    With best regards, Alexander.

    --- "GoldED+/LNX 1.1.5-b20180707" ---
    * Origin: 24 hours in a day, 24 beers in a case, Hmmm... (2:5053/58)
  • From binkd inspector@2:5020/1042.3 to All on Sunday, December 18, 2022 23:51:02
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    replace '$(INSTALL) -s' by '$(INSTALL)'
    to prevent creating empty debuginfo package;
    add '--with-debug' to 'configure'.

    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2022-12-18 21:38:21 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M mkfls/unix/binkd.spec
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From binkd inspector@2:5020/1042.3 to All on Wednesday, February 22, 2023 23:51:02
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    add gcc to BuildRequires
    Author: root <postmaster@d1042.ru>
    Date: 2023-02-22 17:52:31 +0300
    Committed by: root <postmaster@d1042.ru>
    Files:
    M mkfls/unix/binkd.spec
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)
  • From binkd inspector@2:5020/1042.3 to All on Monday, May 22, 2023 23:51:02
    Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
    (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken ===========================
    correct the FAQ date
    Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Date: 2023-05-22 22:04:57 +0300
    Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
    Files:
    M binkdfaq-en.txt
    M binkdfaq-ru.txt
    --- hpt/lnx 1.9.0
    * Origin: Moscow, Russia (2:5020/1042.3)