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