summaryrefslogtreecommitdiff
path: root/usr.bin/telnet/main.c
AgeCommit message (Expand)Author
2015-12-06Use __progname instead of manually handling argv[0].Tobias Stoeckmann
2015-11-19how did the pledge "dns" get forgotten?!?! wow..Theo de Raadt
2015-11-13move pledge(2) after setrtable(2), like in nc(1);Ingo Schwarze
2015-11-13pledge "stdio rpath wpath getpw inet tty" at startup. After openingTheo de Raadt
2015-11-13Use setrtable() for the entire process, rather than doing it for theTheo de Raadt
2015-11-13Remove support for the debug command; noone needs setsockopt SO_DEBUGTheo de Raadt
2014-07-22use ansi style function declarationsJonathan Gray
2014-07-20Fix array overflow in command line handlingPhilip Guenther
2014-07-20use NULL instead of 0 when dealing with pointersJonathan Gray
2014-07-20Kill lint comments; mark ExitString() as __deadPhilip Guenther
2014-07-20More encryption tentacles: intr_happened and intr_waiting vanishPhilip Guenther
2014-07-20Correctly cast to unsigned char for ctype functions/macrosPhilip Guenther
2014-07-20Simplify #includes, start pushing them into the .c files, eliminatePhilip Guenther
2014-07-19Flense the telnet code base of unwanted ifdefs: authentication/encryptionPhilip Guenther
2013-10-26Only use setsockopt(..SO_RTABLE..) if the -V flag is given to nc/telnet,Stuart Henderson
2013-10-21Oups, a little bit overzealous. If we "route -T4 exec telnet foo", thenPeter Hessler
2010-07-03Fix the naming of interfaces and variables for rdomains and rtablesPhilip Guenthe
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-08-06fix typo in argument name for a recently added option.Igor Sobrado
2009-06-05Last but not least. Telnet -V rdomain to connect to systems in other routingClaudio Jeker
2007-03-15telnet.1: sort options; from Igor SobradoJason McIntyre
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
2002-03-22Telnet encryption warning messages, taken from kth-krb4-1.1.1.Hans Insulander
2001-11-03Telnet client shouldn't say it does Kerberos unless there actually existsHans Insulander
2001-05-25KerberosV support from Heimdal.Hans Insulander
2001-01-21oflow fix in rev 1.8 was wrong; mjl@netbsd.orgAaron Campbell
1999-12-15usage cleanupTheo de Raadt
1999-12-06oflowTheo de Raadt
1998-05-15cleanup warnings.Artur Grabowski
1998-04-07 - show usage for the encrypt command when there are no arguments.Artur Grabowski
1998-03-12encryption support from kth-krb 0.9.8 (kerberos only)Artur Grabowski
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-07-03Add a -b option that takes a hostname or IP-address as an argument.Niklas Hallqvist
1996-03-27From NetBSD: merge of 960317Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt