History log of /netbsd-src/libexec/telnetd/sys_term.c (Results 1 – 25 of 50)
Revision Date Author Comments
# a582757c 29-Oct-2024 kre <kre@NetBSD.org>

PR bin/58787 telnetd - handle auto authentication better

Apparently from FreeBSD via RVP -- but FreeBSD deleted telnetd
more than 2 years ago, so I assume instead from
https://github.com/cschuber/

PR bin/58787 telnetd - handle auto authentication better

Apparently from FreeBSD via RVP -- but FreeBSD deleted telnetd
more than 2 years ago, so I assume instead from
https://github.com/cschuber/freebsd-telnet/tree/main/contrib/telnet

show more ...


# d9a1e5d3 15-Aug-2019 kamil <kamil@NetBSD.org>

telnetd: Stop defining the same variables concurrently in bss and data

auth_level and require_secure_login were defined in two places:

- global.c that picked it from headers and removed 'extern'

telnetd: Stop defining the same variables concurrently in bss and data

auth_level and require_secure_login were defined in two places:

- global.c that picked it from headers and removed 'extern'
- telnetd.c that initialized it to 0

line was defined twice: in global.c and sys_term.c with a non-zero value.
Remove the definition and initialization from sys_term.c and initialize
the variable early in main().

Detected during the build of telned with Address Sanitizer (MKSANITIZER).

Reviewed by <mrg>

show more ...


# cd6150e9 13-Dec-2018 maya <maya@NetBSD.org>

Remove unused macros.


# b4e74c76 28-Jun-2013 christos <christos@NetBSD.org>

fix wrong variable check, remove casts
http://m00nbsd.net/ae123a9bae03f7dde5c6d654412daf5a.html


# 5d69c939 04-Nov-2012 christos <christos@NetBSD.org>

Only include the headers we use and remove useless variable.


# 8ec0ca78 09-Jan-2012 christos <christos@NetBSD.org>

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


# d405d8ca 17-Jan-2007 hubertf <hubertf@NetBSD.org>

Remove duplicated #includes and some trailing whitespace while here.
From Slava Semushin <slava.semushin@gmail.com>


# 2bfc59a5 05-May-2005 lukem <lukem@NetBSD.org>

use _PATH_DEV instead of "/dev/"


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

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


# 8b4b693d 14-Nov-2004 christos <christos@NetBSD.org>

Pass -a [srrvis'd struct sockaddr] to login, so that login can record the
address where we have logged in from.


# 4698292e 19-Sep-2003 itojun <itojun@NetBSD.org>

realloc pedannt


# 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.


# 47d8f56c 14-Jul-2003 itojun <itojun@NetBSD.org>

more cleanups


# 311ed763 14-Jul-2003 itojun <itojun@NetBSD.org>

remove unused function
XXX what's the difference between #ifdef UTMPX and #ifdef SUPPORT_UTMPX


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

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


# aa50bfde 13-Jul-2003 itojun <itojun@NetBSD.org>

use bounded string op (there still are remains)


# b46a0ef5 22-Aug-2002 itojun <itojun@NetBSD.org>

use strlcpy. minor style fixes


# 9d7f515b 20-Aug-2002 christos <christos@NetBSD.org>

add some more ifdefs, so that we don't define variables we don't use.


# 6c99012e 20-Aug-2002 christos <christos@NetBSD.org>

PR/17999: FUKAUMI Naoki: Support wtmpx entries.


# 4b8f5ccd 02-Sep-2001 wiz <wiz@NetBSD.org>

Fix #ifdef indentation after recent removal of #ifdef NEWINIT-code.
Patch by Brian Ginsbach.


# 9731e34b 30-Aug-2001 wiz <wiz@NetBSD.org>

Remove code #ifdef'd on NEWINIT (never used on NetBSD).
Sync with Cray, patch by Brian Ginsbach in private mail.


# be3b9c2e 29-Aug-2001 wiz <wiz@NetBSD.org>

Cray-only patch (sync with cray). Patch by Brian Ginsbach in private mail.


# 4538e1ce 24-Aug-2001 wiz <wiz@NetBSD.org>

Remove lots of #ifdef's for dead Cray hardware and obsolete UNICOS releases;
also some Cray-specific fixes. No change for NetBSD.
From Brian Ginsbach of Cray Inc. in bin/13614 and private mail.


# 3fc7637d 20-Aug-2001 wiz <wiz@NetBSD.org>

Rename variable to avoid shadowing.


# 53adc1db 20-Aug-2001 wiz <wiz@NetBSD.org>

Improve whitespace a bit, per bin/13667 by Brian Ginsbach.


12