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