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
/
commands.c
Age
Commit message (
Expand
)
Author
2003-12-28
Introduce -4 and -6: options to force usage of IPv4 or IPv6 only.
Otto Moerbeek
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-04-25
check asprintf return value for error, as the pointer is not guaranteed
Peter Valchev
2003-04-03
strcpy -> strlcpy
Hans Insulander
2002-06-12
a real pid_t cleanup.
Mike Pechkin
2002-02-17
telnet used a P macro instead of __P -- g/c that too.
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-11-19
kill more registers
Mike Pechkin
2001-09-03
repair a bug in 1.23, where "telnetport" was incorrectly set.
Jun-ichiro itojun Hagino
2001-07-12
first pass at a -Wall cleanup
Theo de Raadt
2001-07-09
correct type on last arg to execl(); nordin@cse.ogi.edu
Theo de Raadt
2001-04-30
don't freeaddrinfo if getaddrinfo fails; ok deraadt@,itojun@
Markus Friedl
2000-11-08
Fix a buf oflow, only exposed because a user happened to have a host with a
Aaron Campbell
2000-10-10
Use curses, not ocurses and thus setupterm() not tgetent(). This means
Todd C. Miller
2000-08-13
recover 1.29 -> 1.30
Jun-ichiro itojun Hagino
2000-08-13
properly look at error code from getnameinfo(3)
Jun-ichiro itojun Hagino
2000-08-13
telnet -b broke when getaddrinfo conversion was done,
Niklas Hallqvist
2000-08-02
$HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zero
Todd C. Miller
2000-04-30
If getaddrinfo() fails:
Todd C. Miller
2000-02-05
show scopeid on "Trying foo...".
Jun-ichiro itojun Hagino
2000-01-29
remove #if 0'ed portion (not necessary due to use of getaddrinfo)
Jun-ichiro itojun Hagino
1999-12-20
it looks perror("") has no effect in most cases.
Jun-ichiro itojun Hagino
1999-12-11
Add a perror() in reporting failure to connect.
Angelos D. Keromytis
1999-12-11
IPv6/IPv4 dual stack support. uses getaddrinfo() and getnameinfo()
Jun-ichiro itojun Hagino
1999-12-07
extra setuid calls go away
Theo de Raadt
1999-07-20
skey help; freebsd
Theo de Raadt
1999-01-04
spelling
Artur Grabowski
1998-07-16
terminate nicer
Theo de Raadt
1998-07-09
use MAXHOSTNAMELEN
Theo de Raadt
1998-07-01
delete unknown error
Theo de Raadt
1998-05-23
fix multi-address host connects; cstone@pobox.com
Theo de Raadt
1998-05-15
cleanup warnings.
Artur Grabowski
1998-05-15
check mallocs
Artur Grabowski
1998-04-07
- show usage for the encrypt command when there are no arguments.
Artur Grabowski
1998-03-18
fix connecting to ip-numbers
Artur Grabowski
1998-03-12
repair tn3270
Theo de Raadt
1998-03-12
encryption support from kth-krb 0.9.8 (kerberos only)
Artur Grabowski
1996-12-22
Deal with _POSIX_SAVED_IDS when relinquishing privileges
Thorsten Lockert
1996-12-06
Fix bug where one could ``send'' various TELNET commands from the telnet
robin
1996-10-28
Safe $HOME handling.
Todd C. Miller
1996-09-05
skey command for inline use; by brian@saturn.net (but i had to fix his sleep ...
Theo de Raadt
1996-07-03
Add a -b option that takes a hostname or IP-address as an argument.
Niklas Hallqvist
1996-04-21
sync to netbsd 960418
Theo de Raadt
1996-03-27
From NetBSD: merge of 960317
Niklas Hallqvist
1996-01-05
from tls; contrary to unpopular opinion, "help" is a perfectly valid hostname
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt