CVS commit: src/libexec/telnetd

2023-09-22 Thread Mateusz Kocielski
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

CVS commit: src/libexec/telnetd

2023-09-22 Thread Mateusz Kocielski
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

CVS commit: src/libexec/telnetd

2023-09-21 Thread Mateusz Kocielski
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

CVS commit: src/libexec/telnetd

2023-09-21 Thread Mateusz Kocielski
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

CVS commit: src/libexec/telnetd

2022-08-26 Thread Harold Gutch
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

CVS commit: src/libexec/telnetd

2022-08-26 Thread Harold Gutch
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

CVS commit: src/libexec/telnetd

2022-08-26 Thread David A. Holland
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

CVS commit: src/libexec/telnetd

2022-08-26 Thread David A. Holland
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

CVS commit: src/libexec/telnetd

2020-04-22 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Apr 23 00:03:41 UTC 2020 Modified Files: src/libexec/telnetd: ext.h global.c Log Message: Don't play #define games with extern, just have a separate list to avoid commons To generate a diff of this commit: cvs rdiff -u

CVS commit: src/libexec/telnetd

2020-04-22 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Apr 23 00:03:41 UTC 2020 Modified Files: src/libexec/telnetd: ext.h global.c Log Message: Don't play #define games with extern, just have a separate list to avoid commons To generate a diff of this commit: cvs rdiff -u

CVS commit: src/libexec/telnetd

2019-08-14 Thread Kamil Rytarowski
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

CVS commit: src/libexec/telnetd

2019-08-14 Thread Kamil Rytarowski
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

CVS commit: src/libexec/telnetd

2018-12-15 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Dec 15 23:23:51 UTC 2018 Modified Files: src/libexec/telnetd: telnetd.8 Log Message: Remove mention of SPX. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/libexec/telnetd/telnetd.8 Please note that diffs

CVS commit: src/libexec/telnetd

2018-12-15 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Dec 15 23:23:51 UTC 2018 Modified Files: src/libexec/telnetd: telnetd.8 Log Message: Remove mention of SPX. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/libexec/telnetd/telnetd.8 Please note that diffs

CVS commit: src/libexec/telnetd

2018-12-12 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Dec 13 04:29:18 UTC 2018 Modified Files: src/libexec/telnetd: sys_term.c Log Message: Remove unused macros. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/libexec/telnetd/sys_term.c Please note that diffs

CVS commit: src/libexec/telnetd

2018-12-12 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Dec 13 04:29:18 UTC 2018 Modified Files: src/libexec/telnetd: sys_term.c Log Message: Remove unused macros. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/libexec/telnetd/sys_term.c Please note that diffs

CVS commit: src/libexec/telnetd

2018-02-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 10 19:34:34 UTC 2018 Modified Files: src/libexec/telnetd: Makefile Log Message: We need authentication || encryption even when we are not building kerberos. They are needed for telnet_net_write() which is used in

CVS commit: src/libexec/telnetd

2018-02-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 10 19:34:34 UTC 2018 Modified Files: src/libexec/telnetd: Makefile Log Message: We need authentication || encryption even when we are not building kerberos. They are needed for telnet_net_write() which is used in

CVS commit: src/libexec/telnetd

2017-01-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 28 23:40:51 UTC 2017 Modified Files: src/libexec/telnetd: Makefile Log Message: kerberos needs sqlite3 To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/libexec/telnetd/Makefile Please note that diffs

CVS commit: src/libexec/telnetd

2017-01-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 28 23:40:51 UTC 2017 Modified Files: src/libexec/telnetd: Makefile Log Message: kerberos needs sqlite3 To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/libexec/telnetd/Makefile Please note that diffs

CVS commit: src/libexec/telnetd

2014-02-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 27 18:20:21 UTC 2014 Modified Files: src/libexec/telnetd: telnetd.c Log Message: Global variable is never a null pointer. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/libexec/telnetd/telnetd.c

CVS commit: src/libexec/telnetd

2014-02-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 27 18:20:21 UTC 2014 Modified Files: src/libexec/telnetd: telnetd.c Log Message: Global variable is never a null pointer. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/libexec/telnetd/telnetd.c

CVS commit: src/libexec/telnetd

2013-06-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 28 15:48:02 UTC 2013 Modified Files: src/libexec/telnetd: sys_term.c Log Message: fix wrong variable check, remove casts http://m00nbsd.net/ae123a9bae03f7dde5c6d654412daf5a.html To generate a diff of this commit: cvs

CVS commit: src/libexec/telnetd

2013-06-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 28 15:48:02 UTC 2013 Modified Files: src/libexec/telnetd: sys_term.c Log Message: fix wrong variable check, remove casts http://m00nbsd.net/ae123a9bae03f7dde5c6d654412daf5a.html To generate a diff of this commit: cvs

CVS commit: src/libexec/telnetd

2012-11-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 4 21:57:40 UTC 2012 Modified Files: src/libexec/telnetd: sys_term.c Log Message: Only include the headers we use and remove useless variable. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46

CVS commit: src/libexec/telnetd

2012-11-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 4 21:57:40 UTC 2012 Modified Files: src/libexec/telnetd: sys_term.c Log Message: Only include the headers we use and remove useless variable. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46

CVS commit: src/libexec/telnetd

2012-01-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 9 16:36:48 UTC 2012 Modified Files: src/libexec/telnetd: Makefile ext.h state.c sys_term.c telnetd.c utility.c Log Message: PR/45805: Borodin Oleg: telnet/telnetd with -DAUTHENTICATION -DENCRYPTION

CVS commit: src/libexec/telnetd

2012-01-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 9 16:36:48 UTC 2012 Modified Files: src/libexec/telnetd: Makefile ext.h state.c sys_term.c telnetd.c utility.c Log Message: PR/45805: Borodin Oleg: telnet/telnetd with -DAUTHENTICATION -DENCRYPTION

CVS commit: src/libexec/telnetd

2011-12-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 23 16:56:54 UTC 2011 Modified Files: src/libexec/telnetd: state.c Log Message: there is a macro for that, use it. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/libexec/telnetd/state.c Please note

CVS commit: src/libexec/telnetd

2011-12-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 23 16:56:54 UTC 2011 Modified Files: src/libexec/telnetd: state.c Log Message: there is a macro for that, use it. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/libexec/telnetd/state.c Please note

CVS commit: src/libexec/telnetd

2011-04-24 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Sun Apr 24 21:18:24 UTC 2011 Modified Files: src/libexec/telnetd: telnetd.c Log Message: #include com_err.h - #include krb5/com_err.h. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/libexec/telnetd/telnetd.c

CVS commit: src/libexec/telnetd

2011-04-24 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Sun Apr 24 21:18:24 UTC 2011 Modified Files: src/libexec/telnetd: telnetd.c Log Message: #include com_err.h - #include krb5/com_err.h. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/libexec/telnetd/telnetd.c