History log of /netbsd/libexec/telnetd/utility.c (Results 1 – 25 of 34)
Revision Date Author Comments
# 6cc1539c 26-Aug-2022 hgutch <hgutch@NetBSD.org>

Fix CVE-2020-10188


# 68d6437c 04-Feb-2019 mrg <mrg@NetBSD.org>

- bump buffer sizes to avoid potential truncation issues


# 74326c9e 09-Jan-2012 christos <christos@NetBSD.org>

PR/45805: Borodin Oleg: telnet/telnetd with -DAUTHENTICATION -DENCRYPTION
(rfc2941)
- separate MKCRYPTO from USE_KERBEROS
- WARNS=4


# 9c23f96c 21-Feb-2007 hubertf <hubertf@NetBSD.org>

Move ctype.h from headers to files which really need it
From: Slava Semushin <slava.semushin@gmail.com>


# 7d7720ce 07-Oct-2006 elad <elad@NetBSD.org>

Don't print uninitialized errno, from David A. Holland on #NetBSD-code


# 6daaa2e3 11-May-2006 mrg <mrg@NetBSD.org>

use a u_char[] when it is expected.


# 6cb3c8e4 17-Mar-2005 christos <christos@NetBSD.org>

Handle printing ptyfs pty names


# f27acbf4 06-Feb-2005 agc <agc@NetBSD.org>

Make this compile after the de-__Ping round.


# 4b901290 06-Feb-2005 perry <perry@NetBSD.org>

de-__P, ANSIfy function declarations, remove obsolete "register" declarations.


# 1869f0e1 05-Nov-2004 dsl <dsl@NetBSD.org>

Add (unsigned char) cast to ctype functions


# 8e6ab883 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22284, verified by myself.


# 625dced9 14-Jul-2003 itojun <itojun@NetBSD.org>

remove unneeded #ifdefs. improves readability.
(confirmed that exact same *.o is produced)


# ac8c3de3 09-May-2003 christos <christos@NetBSD.org>

PR/21515: Onno van der Linden: Fix typo preventing %v from working.


# 9a36a834 20-Sep-2002 mycroft <mycroft@NetBSD.org>

Use the argument to stilloob() for the poll...


# 720a68f0 18-Sep-2002 mycroft <mycroft@NetBSD.org>

select() -> poll()


# d88a5fe2 12-Aug-2002 abs <abs@NetBSD.org>

If the peer closes the connection in ttloop()
syslog(LOG_ERR, "ttloop: peer died: %m");
is a little console spammingly excessive. Switch to LOG_INFO.


# eb2e3cb6 19-Jul-2001 itojun <itojun@NetBSD.org>

bound-check all "*nfrontp++" code. from openbsd/heimdal.
bark if file descriptor goes above FD_SETSIZE. from openbsd.

XXX needs more checking.
XXX what is tab stop size for this code? need more c

bound-check all "*nfrontp++" code. from openbsd/heimdal.
bark if file descriptor goes above FD_SETSIZE. from openbsd.

XXX needs more checking.
XXX what is tab stop size for this code? need more consistency...
XXX we should really remove #ifdef CRAY, UNICOS5 and such.
we just cannot read it through.

show more ...


# 5dea9a59 04-Feb-2001 christos <christos@NetBSD.org>

fix redundant declarations.


# 412ee5c5 10-Jan-2001 lukem <lukem@NetBSD.org>

use LOG_ERR for fatal errors, LOG_WARNING for other errors
minor knf
deprecate LOG_ODELAY; it's the default


# 48052d04 10-Oct-2000 is <is@NetBSD.org>

Format string cleanups by sommerfeld.


# 5c099b14 22-Jun-2000 thorpej <thorpej@NetBSD.org>

Bring the telnet situation back into better shape. Specifically,
pull in just about all of the differences from the crypto-us telnet
suite (which includes Kerberos 4 and connection encryption suppor

Bring the telnet situation back into better shape. Specifically,
pull in just about all of the differences from the crypto-us telnet
suite (which includes Kerberos 4 and connection encryption support).
Also bring in the Kerberos 5 support from the Heimdal telnet, and
frob a little so that it can work with the non-Heimdal telnet suite.

There is still some work left to do, specifically:
- Add Heimdal's ticket forwarding support to the Berkeley Kerberos 4
module.
- Add connection encryption support to the Heimdal Kerberos 5
module. Hints on this can be taken from the MIT Kerberos 5
module which still exists in crypto-us.

However, even with the shortcomings listed above, this is a
better situation than using the stock Heimdal telnet suite,
which does not understand the IPSec policy stuff, and is also
based on much older code which contains bugs that we have already
fixed in the NetBSD sources.

show more ...


# 3476632b 13-Jan-2000 ad <ad@NetBSD.org>

Make 'if' capability from gettytab work. *shudder*.


# 2bb7a441 16-Oct-1997 mikel <mikel@NetBSD.org>

kill old-style declaration of strchr()
add back variable needed for -DAUTHENTICATION


# ee62445d 08-Oct-1997 mrg <mrg@NetBSD.org>

WARNS?=1. RCS ids.


# 3d938079 27-Sep-1996 thorpej <thorpej@NetBSD.org>

Don't truncate long host names.
From SAITOH Masanobu <msaitoh@spa.is.uec.ac.jp>, PR #2676.


12