summaryrefslogtreecommitdiffstats
path: root/usr.bin/telnet/main.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-06Use __progname instead of manually handling argv[0].tobias1-5/+3
2015-11-19how did the pledge "dns" get forgotten?!?! wow..deraadt1-2/+2
2015-11-13move pledge(2) after setrtable(2), like in nc(1);schwarze1-6/+6
2015-11-13pledge "stdio rpath wpath getpw inet tty" at startup. After openingderaadt1-1/+6
2015-11-13Use setrtable() for the entire process, rather than doing it for thederaadt1-1/+7
2015-11-13Remove support for the debug command; noone needs setsockopt SO_DEBUGderaadt1-6/+3
2014-07-22use ansi style function declarationsjsg1-7/+5
2014-07-20Fix array overflow in command line handlingguenther1-2/+2
2014-07-20use NULL instead of 0 when dealing with pointersjsg1-3/+3
2014-07-20Kill lint comments; mark ExitString() as __deadguenther1-4/+3
2014-07-20More encryption tentacles: intr_happened and intr_waiting vanishguenther1-1/+4
2014-07-20Correctly cast to unsigned char for ctype functions/macrosguenther1-5/+2
2014-07-20Simplify #includes, start pushing them into the .c files, eliminateguenther1-3/+1
2014-07-19Flense the telnet code base of unwanted ifdefs: authentication/encryptionguenther1-222/+24
2013-10-26Only use setsockopt(..SO_RTABLE..) if the -V flag is given to nc/telnet,sthen1-4/+3
2013-10-21Oups, a little bit overzealous. If we "route -T4 exec telnet foo", thenphessler1-1/+2
2010-07-03Fix the naming of interfaces and variables for rdomains and rtablesguenther1-6/+6
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-7/+1
2009-08-06fix typo in argument name for a recently added option.sobrado1-2/+2
2009-06-05Last but not least. Telnet -V rdomain to connect to systems in other routingclaudio1-3/+15
2007-03-15telnet.1: sort options; from Igor Sobradojmc1-22/+11
2003-12-28Introduce -4 and -6: options to force usage of IPv4 or IPv6 only.otto1-9/+18
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert1-6/+2
2002-03-22Telnet encryption warning messages, taken from kth-krb4-1.1.1.hin1-4/+6
2001-11-03Telnet client shouldn't say it does Kerberos unless there actually existshin1-1/+2
2001-05-25KerberosV support from Heimdal.hin1-19/+60
2001-01-21oflow fix in rev 1.8 was wrong; mjl@netbsd.orgaaron1-2/+2
1999-12-15usage cleanupderaadt1-8/+6
1999-12-06oflowderaadt1-2/+2
1998-05-15cleanup warnings.art1-2/+3
1998-04-07 - show usage for the encrypt command when there are no arguments.art1-11/+20
1998-03-12encryption support from kth-krb 0.9.8 (kerberos only)art1-24/+53
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!millert1-3/+3
1996-07-03Add a -b option that takes a hostname or IP-address as an argument.niklas1-7/+14
1996-03-27From NetBSD: merge of 960317niklas1-20/+27
1995-10-18initial import of NetBSD treederaadt1-0/+314