| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-12-06 | Use __progname instead of manually handling argv[0]. |  tobias | 1 | -5/+3 |
| 2015-11-19 | how did the pledge "dns" get forgotten?!?! wow.. |  deraadt | 1 | -2/+2 |
| 2015-11-13 | move pledge(2) after setrtable(2), like in nc(1); |  schwarze | 1 | -6/+6 |
| 2015-11-13 | pledge "stdio rpath wpath getpw inet tty" at startup. After opening |  deraadt | 1 | -1/+6 |
| 2015-11-13 | Use setrtable() for the entire process, rather than doing it for the |  deraadt | 1 | -1/+7 |
| 2015-11-13 | Remove support for the debug command; noone needs setsockopt SO_DEBUG |  deraadt | 1 | -6/+3 |
| 2014-07-22 | use ansi style function declarations |  jsg | 1 | -7/+5 |
| 2014-07-20 | Fix array overflow in command line handling |  guenther | 1 | -2/+2 |
| 2014-07-20 | use NULL instead of 0 when dealing with pointers |  jsg | 1 | -3/+3 |
| 2014-07-20 | Kill lint comments; mark ExitString() as __dead |  guenther | 1 | -4/+3 |
| 2014-07-20 | More encryption tentacles: intr_happened and intr_waiting vanish |  guenther | 1 | -1/+4 |
| 2014-07-20 | Correctly cast to unsigned char for ctype functions/macros |  guenther | 1 | -5/+2 |
| 2014-07-20 | Simplify #includes, start pushing them into the .c files, eliminate |  guenther | 1 | -3/+1 |
| 2014-07-19 | Flense the telnet code base of unwanted ifdefs: authentication/encryption |  guenther | 1 | -222/+24 |
| 2013-10-26 | Only use setsockopt(..SO_RTABLE..) if the -V flag is given to nc/telnet, |  sthen | 1 | -4/+3 |
| 2013-10-21 | Oups, a little bit overzealous. If we "route -T4 exec telnet foo", then |  phessler | 1 | -1/+2 |
| 2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables |  guenther | 1 | -6/+6 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 1 | -7/+1 |
| 2009-08-06 | fix typo in argument name for a recently added option. |  sobrado | 1 | -2/+2 |
| 2009-06-05 | Last but not least. Telnet -V rdomain to connect to systems in other routing |  claudio | 1 | -3/+15 |
| 2007-03-15 | telnet.1: sort options; from Igor Sobrado |  jmc | 1 | -22/+11 |
| 2003-12-28 | Introduce -4 and -6: options to force usage of IPv4 or IPv6 only. |  otto | 1 | -9/+18 |
| 2003-06-03 | Remove the advertising clause in the UCB license which Berkeley |  millert | 1 | -6/+2 |
| 2002-03-22 | Telnet encryption warning messages, taken from kth-krb4-1.1.1. |  hin | 1 | -4/+6 |
| 2001-11-03 | Telnet client shouldn't say it does Kerberos unless there actually exists |  hin | 1 | -1/+2 |
| 2001-05-25 | KerberosV support from Heimdal. |  hin | 1 | -19/+60 |
| 2001-01-21 | oflow fix in rev 1.8 was wrong; mjl@netbsd.org |  aaron | 1 | -2/+2 |
| 1999-12-15 | usage cleanup |  deraadt | 1 | -8/+6 |
| 1999-12-06 | oflow |  deraadt | 1 | -2/+2 |
| 1998-05-15 | cleanup warnings. |  art | 1 | -2/+3 |
| 1998-04-07 | - show usage for the encrypt command when there are no arguments. |  art | 1 | -11/+20 |
| 1998-03-12 | encryption support from kth-krb 0.9.8 (kerberos only) |  art | 1 | -24/+53 |
| 1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! |  millert | 1 | -3/+3 |
| 1996-07-03 | Add a -b option that takes a hostname or IP-address as an argument. |  niklas | 1 | -7/+14 |
| 1996-03-27 | From NetBSD: merge of 960317 |  niklas | 1 | -20/+27 |
| 1995-10-18 | initial import of NetBSD tree |  deraadt | 1 | -0/+314 |