Module Name:src
Committed By: kre
Date: Tue Oct 29 13:10:10 UTC 2024
Modified Files:
src/libexec/telnetd: state.c sys_term.c telnetd.c
Log Message:
PR bin/58787 telnetd - handle auto authentication better
Apparently from FreeBSD via RVP -- but FreeBSD deleted telnetd
mor
Module Name:src
Committed By: kre
Date: Tue Oct 29 13:10:10 UTC 2024
Modified Files:
src/libexec/telnetd: state.c sys_term.c telnetd.c
Log Message:
PR bin/58787 telnetd - handle auto authentication better
Apparently from FreeBSD via RVP -- but FreeBSD deleted telnetd
mor
Module Name:src
Committed By: shm
Date: Fri Sep 22 15:28:36 UTC 2023
Modified Files:
src/libexec/telnetd: state.c
Log Message:
Fix off by one in telrcv()
In case of "\r" in the data buffer, the code was unconditionally looking ahead
to next character, even if "\r" was las
Module Name:src
Committed By: shm
Date: Fri Sep 22 15:28:36 UTC 2023
Modified Files:
src/libexec/telnetd: state.c
Log Message:
Fix off by one in telrcv()
In case of "\r" in the data buffer, the code was unconditionally looking ahead
to next character, even if "\r" was las
Module Name:src
Committed By: shm
Date: Thu Sep 21 14:00:34 UTC 2023
Modified Files:
src/libexec/telnetd: telnetd.c
Log Message:
Fix memory leak - free resources allocated by getaddrinfo
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/libexec/telnetd/te
Module Name:src
Committed By: shm
Date: Thu Sep 21 14:00:34 UTC 2023
Modified Files:
src/libexec/telnetd: telnetd.c
Log Message:
Fix memory leak - free resources allocated by getaddrinfo
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/libexec/telnetd/te
Module Name:src
Committed By: hgutch
Date: Fri Aug 26 22:01:20 UTC 2022
Modified Files:
src/libexec/telnetd: utility.c
Log Message:
Fix CVE-2020-10188
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/libexec/telnetd/utility.c
Please note that diffs are
Module Name:src
Committed By: hgutch
Date: Fri Aug 26 22:01:20 UTC 2022
Modified Files:
src/libexec/telnetd: utility.c
Log Message:
Fix CVE-2020-10188
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/libexec/telnetd/utility.c
Please note that diffs are
Module Name:src
Committed By: dholland
Date: Fri Aug 26 19:30:44 UTC 2022
Modified Files:
src/libexec/telnetd: telnetd.c
Log Message:
telnetd: fix the crash that's been talked about the past couple days.
(Move initialization of the slc table earlier so it doesn't get
acce
Module Name:src
Committed By: dholland
Date: Fri Aug 26 19:30:44 UTC 2022
Modified Files:
src/libexec/telnetd: telnetd.c
Log Message:
telnetd: fix the crash that's been talked about the past couple days.
(Move initialization of the slc table earlier so it doesn't get
acce
Module Name:src
Committed By: kamil
Date: Thu Aug 15 01:15:21 UTC 2019
Modified Files:
src/libexec/telnetd: sys_term.c telnetd.c
Log Message:
telnetd: Stop defining the same variables concurrently in bss and data
auth_level and require_secure_login were defined in two pla
Module Name:src
Committed By: kamil
Date: Thu Aug 15 01:15:21 UTC 2019
Modified Files:
src/libexec/telnetd: sys_term.c telnetd.c
Log Message:
telnetd: Stop defining the same variables concurrently in bss and data
auth_level and require_secure_login were defined in two pla
12 matches
Mail list logo