index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libexec
/
telnetd
/
telnetd.c
Age
Commit message (
Expand
)
Author
2003-01-28
fix fd_set overflow
Vincent Labrecque
2002-12-07
Backout unrelated changes in last commit
Todd C. Miller
2002-12-07
Kill '-a otp' flag. Our login(5) doesn't support this option and on OpenBSD
Todd C. Miller
2002-06-28
When gettytab doesn't exist, IM contains a #defined string so don't
Todd C. Miller
2002-04-29
wierd -> weird
Peter Valchev
2001-07-02
Allows building w/o kerb support
Todd C. Miller
2001-06-29
Add back gettytab reading but use cget* instead of the obsolescent gtget*
Todd C. Miller
2001-06-26
-Wall -Werror cleanup
Hans Insulander
2001-06-23
Replace our telnetd with the one from heimdal-0.3f, with the following changes:
Hans Insulander
2001-06-11
strncpy vs strlcpy, some strlen missuse.
Michael Shalayeff
2001-05-25
KerberosV support from Heimdal.
Hans Insulander
2000-11-16
Don't use sizeof() a pointer as a length parameter. This change makes
Todd C. Miller
2000-10-24
When calling setupterm() pass in an int* for the error code so
Todd C. Miller
2000-10-10
Link with curses, not ocurses and use setupterm(). For now, telnet(1)
Todd C. Miller
2000-10-06
Remove the unimplemented -edebug flag from usage and manpage.
Hans Insulander
2000-09-15
check return value for setenv(3) for failure, and deal appropriately
Theo de Raadt
2000-08-18
add support to telnetd -debug -6 (listens to AF_INET6).
Jun-ichiro itojun Hagino
1999-12-20
perform setsockopt(IP_TOS) only when IPv4 connection comes.
Jun-ichiro itojun Hagino
1999-12-11
set "host" properly when getnameinfo() is successful.
Jun-ichiro itojun Hagino
1999-12-10
v6 friendly; KAME
Theo de Raadt
1999-08-17
More <sys/file.h> vs. <fcntl.h> and open() flags fixes.
Todd C. Miller
1999-07-20
bad arguments? usage() should syslog()
Theo de Raadt
1998-12-19
less cryptic message on pty allocation failure
Theo de Raadt
1998-07-28
change getent/getstr to gtgettent/gtgetstr, the names now used
Marco S Hyman
1998-07-27
use old curses to avoid duplicate symbol in libtelnet
Todd C. Miller
1998-07-23
delete SecurID hacks
Theo de Raadt
1998-05-08
oops
Theo de Raadt
1998-05-08
tighter buf handling
Theo de Raadt
1998-04-25
Fix casts in args to mem*. Boy am I anal.
Todd C. Miller
1998-03-25
cleanup and please -Wall
Artur Grabowski
1998-03-12
Encryption from kth-krb 0.9.8 (only for those with kerberos)
Artur Grabowski
1997-07-14
-Wall
Todd C. Miller
1997-01-15
getopt(3) returns -1 when out of args, not EOF, whee!
Todd C. Miller
1996-12-23
Eliminate assignment/truth-value compiler warning.
robin
1996-08-27
strncpy correctly
Theo de Raadt
1996-04-23
sync with netbsd 960418
Theo de Raadt
1996-03-28
From NetBSD: merge of 960317
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt