summaryrefslogtreecommitdiff
path: root/libexec/telnetd
AgeCommit message (Collapse)Author
2001-09-16Spell 'occurred' with two 'r's.wiz
2001-09-02-edebug should only be mentioned in the help #ifdef ENCRYPTION, not #ifdefwiz
AUTHENTICATION. Noted (with patch) by Brian Ginsbach.
2001-09-02Describe -S option, and remove mention of /etc/inittab in FILES section.wiz
Patch by Brian Ginsbach.
2001-09-02Fix #ifdef indentation after recent removal of #ifdef NEWINIT-code.wiz
Patch by Brian Ginsbach.
2001-08-30Remove code #ifdef'd on NEWINIT (never used on NetBSD).wiz
Sync with Cray, patch by Brian Ginsbach in private mail.
2001-08-29Cray-only patch (sync with cray). Patch by Brian Ginsbach in private mail.wiz
2001-08-25Remove description of an option that only applies to UNICOS < 7.0.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-20Add extern before terminaltype. (Definition is in global.c viawiz
`#define extern' and `#include <ext.h>'.) Last part of bin/13667 by Brian Ginsbach.
2001-08-20Rename variable to avoid shadowing.wiz
2001-08-20Improve whitespace a bit, per bin/13667 by Brian Ginsbach.wiz
2001-08-20Fix typo, and duplicate ';'. From bin/13667 by Brian Ginsbach.wiz
2001-08-20Typo fixes and syslog string improvements, from bin/13667 by Brian Ginsbach.wiz
2001-08-20Move #endif so that inclusion of libtelnet/auth.h andwiz
libtelnet/encrypt.h do not depend upon DEFAULT_IM being undefined. From bin/13667 by Brian Ginsbach.
2001-08-20Fix type of last execl argument, inspired by bin/13667.wiz
2001-08-20Add some (const char *) casts per bin/13667 by Brian Ginsbach.wiz
2001-08-01Add missing braces, per bin/13612 by Brian Ginsbach.wiz
2001-07-27Fix compilation without -DLINEMODE, per bin/13571 from Onno van der Linden.wiz
2001-07-22seperate -> separatewiz
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-06-18Symmetric has one s and two m's.wiz
2001-02-04fix redundant declarations.christos
2001-01-10use LOG_ERR for fatal errors, LOG_WARNING for other errorslukem
minor knf deprecate LOG_ODELAY; it's the default
2000-12-30${MAKE} print-objdir -> ${PRINTOBJDIR}sommerfeld
2000-12-09(scrub_env): change to only accept a listed set of variables,assar
including only non-filename contents for TERMCAP
2000-11-19Buffer overflow and environment passing fixes [originally inspired fromchristos
FreeBSD]. We really didn't need the environment fixes, but for the sake of keeping the code as close as possible...
2000-10-26Remove direct calls to "make" and replace with ${MAKE}garbled
2000-10-10Format string cleanups by sommerfeld.is
2000-08-18make error case handling in -daemon case meet with other portion of the code.itojun
(use fprintf-then-exit, not errx - costmetic)
2000-08-03forced: previous was really: remove libvers, it's not being usedassar
2000-08-03link against the not-installed libversassar
2000-08-03update build infrastructure for heimdal 0.3aassar
2000-06-23Add MK... variables to enable/disable various aspects of buildingthorpej
crypto support into the system. See share/mk/bsd.README for more a full description.
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.
2000-06-20Merge a bunch of things from crypto-us and crypto-intl into basesrc,thorpej
adding support for Heimdal/KTH Kerberos where easy to do so. Eliminate bsd.crypto.mk. There is still a bunch more work to do, but crypto is now more-or-less fully merged into the base NetBSD distribution.
2000-02-01(net_write): rename to telnet_net_writeassar
2000-01-21Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We getmycroft
the correct definition from errno.h.
2000-01-13Make 'if' capability from gettytab work. *shudder*.ad
1999-12-31Abort if memory for execv(2) argument array cannot be allocated insteadtron
of passing an array with incomplete contents to login(1). Fix provided by Jun-ichiro itojun Hagino in PR bin/9082.
1999-12-16do not touch __ss_len directly, they are not supposed to be touched.itojun
1999-09-17Kerberos5 ticket forwarding works.aidan
1999-08-12Added kerberos5_cleanup() to cleanup if KRB5 defined. This is to destroyaidan
a forwarded ccache on cleanup.
1999-07-20optionally include CRYPTOPATH Makefile.frag files.mrg
1999-07-12Use bsd.crypto.mk.thorpej
1999-07-11Nuke some whitespace.thorpej
1999-07-11Put the RCS ID in the correct place.thorpej
1999-07-02dual-stack telnetd.itojun
1999-06-07Treat crypto-us like domestic.thorpej