summaryrefslogtreecommitdiff
path: root/libexec/telnetd/state.c
AgeCommit message (Collapse)Author
2021-08-09s/fist/first/andvar
2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg
- add __unreachable() after functions that can return but won't in this case, and thus can't be marked __dead easily
2016-12-12acknowleg -> acknowledg, proceedure -> procedure.maya
only comments were changed. from miod
2012-01-09PR/45805: Borodin Oleg: telnet/telnetd with -DAUTHENTICATION -DENCRYPTIONchristos
(rfc2941) - separate MKCRYPTO from USE_KERBEROS - WARNS=4
2011-12-23there is a macro for that, use it.christos
2007-02-21Move ctype.h from headers to files which really need ithubertf
From: Slava Semushin <slava.semushin@gmail.com>
2005-06-21Remove static local variable so its easier to correctly use strlcpy.lha
2005-02-06de-__P, ANSIfy function declarations, remove obsolete "register" declarations.perry
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22284, verified by myself.
2003-07-14remove unneeded #ifdefs. improves readability.itojun
(confirmed that exact same *.o is produced)
2002-02-11achive is not a good word.wiz
2001-08-24Remove lots of #ifdef's for dead Cray hardware and obsolete UNICOS releases;wiz
also some Cray-specific fixes. No change for NetBSD. From Brian Ginsbach of Cray Inc. in bin/13614 and private mail.
2001-08-20Typo fixes and syslog string improvements, from bin/13667 by Brian Ginsbach.wiz
2001-08-20Add some (const char *) casts per bin/13667 by Brian Ginsbach.wiz
2001-07-27Fix compilation without -DLINEMODE, per bin/13571 from Onno van der Linden.wiz
2001-07-19vsnprintf() can return value longer than the actual string. from assaritojun
2001-07-19try netflush() if buffer is too low.itojun
2001-07-19bound-check all "*nfrontp++" code. from openbsd/heimdal.itojun
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.
2001-02-04fix redundant declarations.christos
2000-10-10Format string cleanups by sommerfeld.is
2000-06-22Bring the telnet situation back into better shape. Specifically,thorpej
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.
1997-10-08WARNS?=1. RCS ids.mrg
1996-09-07Block ENV and BASH_ENV from client. From David Holland ↵explorer
<dholland@hcs.harvard.edu>
1996-02-28RCS id cosmetics.thorpej
1996-02-24update to telnetd from 95.10.23 version. Includes Borman's scrub_env()jtk
to keep stuff out of the environment on the way to exec (we already have one in the state machine that keeps them from arriving over the wire, so this should be redundant, but it'll make any further updates easier to have it present). also, RCS Id police.
1995-10-19Cleanup, from Mark Eichin.ghudson
1995-10-18Filter potentially dangerous environment variables passed fromghudson
telnet client.
1994-02-25new telnetd from ftp.cray.com. Encryption support ripped out, pendingcgd
figuring out what to do about it...
1993-08-02Nuke remaining patchkit headers.mycroft
1993-08-01Add RCS identifiers.mycroft
1993-03-21after 0.2.2 "stable" patches appliedcgd
1993-03-21initial import of 386bsd-0.1 sourcescgd