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
/
usr.bin
/
telnet
/
telnet.c
Age
Commit message (
Expand
)
Author
2009-04-28
replacing malloc/realloc dance, by only one realloc
Charles Longeau
2005-02-27
- only send exported vars (based on a diff from Solar Designer)
Otto Moerbeek
2003-11-08
typos from Jonathon Gray;
Jason McIntyre
2003-10-04
negotation -> negotiation;
Jason McIntyre
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-03-22
Telnet encryption warning messages, taken from kth-krb4-1.1.1.
Hans Insulander
2002-02-17
telnet used a P macro instead of __P -- g/c that too.
Todd C. Miller
2001-11-19
kill more registers
Mike Pechkin
2001-11-03
Telnet client shouldn't say it does Kerberos unless there actually exists
Hans Insulander
2000-11-10
seperate -> separate, okay aaron@
Niels Provos
2000-10-24
When calling setupterm() pass in an int* for the error code so
Todd C. Miller
2000-10-10
Use curses, not ocurses and thus setupterm() not tgetent(). This means
Todd C. Miller
1999-12-30
avoid memory leak on realloc() failure.
Jun-ichiro itojun Hagino
1999-07-23
Fix the case where telnet(1) would escape if in binary (-8) mode, even if the
Aaron Campbell
1998-07-27
don't include term.h
Todd C. Miller
1998-05-15
cleanup warnings.
Artur Grabowski
1998-03-12
encryption support from kth-krb 0.9.8 (kerberos only)
Artur Grabowski
1997-06-05
do not interpret _POSIX_VDISABLE as a special character; netbsd
Theo de Raadt
1996-03-27
From NetBSD: merge of 960317
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt