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