index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libexec
/
telnetd
/
telnetd.c
Age
Commit message (
Expand
)
Author
2002-01-31
implement -u <len>. PR 13676
itojun
2001-09-02
-edebug should only be mentioned in the help #ifdef ENCRYPTION, not #ifdef
wiz
2001-08-30
Remove code #ifdef'd on NEWINIT (never used on NetBSD).
wiz
2001-08-24
Remove lots of #ifdef's for dead Cray hardware and obsolete UNICOS releases;
wiz
2001-08-20
Fix typo, and duplicate ';'. From bin/13667 by Brian Ginsbach.
wiz
2001-08-20
Add some (const char *) casts per bin/13667 by Brian Ginsbach.
wiz
2001-07-19
bound-check all "*nfrontp++" code. from openbsd/heimdal.
itojun
2001-02-04
fix redundant declarations.
christos
2001-01-10
use LOG_ERR for fatal errors, LOG_WARNING for other errors
lukem
2000-11-19
Buffer overflow and environment passing fixes [originally inspired from
christos
2000-08-18
make error case handling in -daemon case meet with other portion of the code.
itojun
2000-06-22
Bring the telnet situation back into better shape. Specifically,
thorpej
2000-01-13
Make 'if' capability from gettytab work. *shudder*.
ad
1999-12-16
do not touch __ss_len directly, they are not supposed to be touched.
itojun
1999-07-11
Nuke some whitespace.
thorpej
1999-07-11
Put the RCS ID in the correct place.
thorpej
1999-07-02
dual-stack telnetd.
itojun
1999-02-12
Fix for PR 5821
dean
1998-07-09
Declare ints, too, don't default them.
msaitoh
1998-07-06
- use an array MAXHOSTNAMELEN+1 size to hold hostnames
mrg
1997-10-20
No need to declare optind and optarg.
enami
1997-10-16
don't include <sys/cdefs.h> twice, kill old-style getpty() declaration
mikel
1997-10-14
use <termcap.h>
lukem
1997-10-08
WARNS?=1. RCS ids.
mrg
1997-10-08
Put a whitespace after the keyword `switch'.
enami
1997-10-08
Compare a return value of getopt() against -1 instead of EOF.
enami
1996-03-20
apply Thorsten's patch to add gettytab support to telnetd.
tls
1996-02-28
RCS id cosmetics.
thorpej
1996-02-24
update to telnetd from 95.10.23 version. Includes Borman's scrub_env()
jtk
1994-02-25
new telnetd from ftp.cray.com. Encryption support ripped out, pending
cgd
1993-08-01
Add RCS identifiers.
mycroft
1993-03-21
initial import of 386bsd-0.1 sources
cgd