Age | Commit message (Expand) | Author |
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 |
2013-10-21 | Allow a user to switch to rdomain zero | Peter Hessler |
2013-08-06 | Switch vax to gcc 3.3.6. | Miod Vallat |
2013-06-21 | Stop using deprecated Kerberos functions. | Antoine Jacoutot |
2013-06-19 | don't link to hx509, pthread and ntlm related libraries | Robert Nagy |
2013-06-18 | Shuffle library link order to appease the static arch deities. | Miod Vallat |
2013-06-17 | link to the new kerberos libraries | Robert Nagy |
2013-04-21 | Convert select() to poll(). OK deraadt@ | Todd C. Miller |
2013-01-17 | remove uesless Pp; | Jason McIntyre |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-03-01 | Add ssh(1) to SEE ALSO. | lum |
2011-12-28 | As pointed out by Dan Rosenberg our telnet client has the same | Jonathan Gray |
2011-06-21 | Convert SO_RTABLE's protocol level to the SOL_SOCKET; ok claudio | Mike Belopuhov |
2010-10-15 | Switch the remaining users of libdes in src to libcrypto, | Jonathan Gray |
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 | tweak -V; | Jason McIntyre |
2009-06-05 | Last but not least. Telnet -V rdomain to connect to systems in other routing | Claudio Jeker |
2009-04-28 | replacing malloc/realloc dance, by only one realloc | Charles Longeau |
2009-04-27 | Remove unused _hostname[] variable. ok millert@ | Matthieu Herrb |
2007-10-17 | remove "unused variable" warnings | Charles Longeau |
2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage | Igor Sobrado |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-03-15 | telnet.1: sort options; from Igor Sobrado | Jason McIntyre |
2006-12-21 | 'immediatly' -> 'immediately' in comments. | Kenneth R Westerback |
2006-02-01 | double semicolon; from Daniel Matic in PR 4929 | Otto Moerbeek |
2006-01-14 | Properly handle failure binding to a local interface (using the -b | Otto Moerbeek |
2005-05-24 | more files needed | Theo de Raadt |
2005-05-24 | copy files from telnetd that were accessed via .PATH; now we have them | Theo de Raadt |
2005-02-27 | - only send exported vars (based on a diff from Solar Designer) | Otto Moerbeek |
2004-11-17 | remove NI_WITHSCOPEID (which is not standard) | Jun-ichiro itojun Hagino |
2004-01-03 | missing proto; ok hin | Peter Valchev |
2003-12-28 | Introduce -4 and -6: options to force usage of IPv4 or IPv6 only. | Otto Moerbeek |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre |
2003-10-04 | negotation -> negotiation; | Jason McIntyre |
2003-09-07 | escape `.' to avoid a double space; | Jason McIntyre |
2003-09-04 | put escapes in the right place; | Jason McIntyre |
2003-07-25 | remove some obsolete kerberosIV references; | Jason McIntyre |
2003-07-16 | some minor DPADD changes | Theo de Raadt |
2003-07-15 | stop using libcom_err, it is built into krb5 | Theo de Raadt |
2003-06-11 | de-register | Theo de Raadt |
2003-06-10 | - section reorder | Jason McIntyre |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-14 | Removed krb4 support. | Magnus Holmberg |
2003-05-14 | Get rid of libtelnet, it is compiled into the tree programs | Hans Insulander |
2003-04-25 | check asprintf return value for error, as the pointer is not guaranteed | Peter Valchev |
2003-04-03 | strcpy -> strlcpy | Hans Insulander |
2003-01-15 | typos; jmc@prioris.mini.pw.edu.pl | Theo de Raadt |