summaryrefslogtreecommitdiff
path: root/usr.bin/telnet
AgeCommit message (Collapse)Author
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
- don't default to autologin and autoencrypt when kerberos is disabled.
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
plus some tweaks for better binary/8-bit support.
1998-02-16fixes to compile against netbsd domestic libtelnetJason Wright
1997-12-25misc cleanupTheo de Raadt
1997-12-16do not let fd_set overflowTheo de Raadt
1997-11-11some cleanup from freebsdTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-06-05more doc changesTheo de Raadt
1997-06-05do not interpret _POSIX_VDISABLE as a special character; netbsdTheo de Raadt
1997-05-31typo; msaitoh@spa.is.uec.ac.jpTheo de Raadt
1997-05-29errors fixed; msaitoh@spa.is.uec.ac.jpTheo de Raadt
1997-03-26no libcrypt, fix DPADDTheo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesThorsten Lockert
1996-12-12Add <unistd.h> for select(2) prototype.robin
1996-12-12Add <sys/socket.h> for setsockopt(2), <unistd.h> for select(2).robin
Remove two unused variables: `pettydump' and `buf'. Remove redundant case label: `def_case'.
1996-12-11Add ``#include <unistd.h>'' for prototypes of:robin
close(2), write(2), read(2), select(2), sleep(3) and isatty(3).
1996-12-10"the the" purgeTheo de Raadt
1996-12-06Fix bug where one could ``send'' various TELNET commands from the telnetrobin
command prompt, prior to being connected to a remote host. The affected commands were: set binary | inbinary | outbinary toggle binary | inbinary | outbinary
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
deprived code)
1996-07-03Add a -b option that takes a hostname or IP-address as an argument.Niklas Hallqvist
This address is bound to the local socket of the TCP connection and is useful for talking to services which does authentication based on IP- addresses.
1996-04-21sync to netbsd 960418Theo de Raadt
1996-03-27From NetBSD: merge of 960317Niklas Hallqvist
1996-02-23From NetBSD:Niklas Hallqvist
I (tls) seem to have forgotten to commit the patch in PR1608 when I closed it. Fix VLNEXT handling.
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