summaryrefslogtreecommitdiff
path: root/usr.bin/telnet
AgeCommit message (Expand)Author
2000-06-23Add MK... variables to enable/disable various aspects of buildingthorpej
2000-06-22Fix unused variable warning in the non-ENCRYPTION case (e.g. whenthorpej
2000-06-22Bring the telnet situation back into better shape. Specifically,thorpej
2000-06-20Merge a bunch of things from crypto-us and crypto-intl into basesrc,thorpej
2000-05-25add missing #ifdef INET6, to compile without -DINET6.itojun
2000-05-25Convert telnet and top to the new termcap interface. This stops someblymn
2000-05-13recover old error message on unknown service ("telnet localhost foo"itojun
2000-02-29sync comment for sourceroute() to realityitojun
2000-02-05use getnameinfo for "Trying ::1..." message, to enable printing ofitojun
2000-02-01(net_write): update prototypeassar
2000-02-01(net_write): rename to telnet_net_writeassar
2000-01-31sync with latest libipsec/kernel.itojun
2000-01-27clarify reverse lookup and -N.itojun
2000-01-21Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We getmycroft
1999-12-30avoid memory leak on realloc() failure.itojun
1999-12-13remove setuid(getuid()). they are unnecessary as noone is going toitojun
1999-12-03clarify getaddrinfo() loop. try to contact all possible addressesitojun
1999-12-03clarify reverse address lookup (-N). AI_NUMERICHOST is for forward lookup.itojun
1999-11-26fix following sequence:msaitoh
1999-09-30Remove extraneous colons and newlines from perror(3) arguments.soren
1999-07-28Add -N option (numeric host address) - idea taken from FreeBSD.abs
1999-07-21fix handling of port number preceded by minus sign to restore documented beha...jtk
1999-07-20optionally include CRYPTOPATH Makefile.frag files.mrg
1999-07-14clarify socket-connect trial loop. fix freeaddrinfo().itojun
1999-07-12Use bsd.crypto.mk.thorpej
1999-07-12Whitespace cleanup.thorpej
1999-07-11Simply a construct in usage().thorpej
1999-07-02bark if mismatched address families are found on source route.itojun
1999-07-02IPv6-ready telnet.itojun
1999-06-07Treat crypto-us like domestic.thorpej
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-03-07Clean up SYNOPSIS formatting.mycroft
1999-01-03Descend on obj, as well as clean, etc.cjs
1998-12-22 Added an #undef. This, and previous revision fixes PR bin/5374mcr
1998-12-22 fixed call to select to keep track of the highest numbered filemcr
1998-12-20Make sure termio is defined to termios.christos
1998-11-06- synchronize with the domestic versionchristos
1998-09-05distclean is a synonym for cleandirlukem
1998-07-27Ack! I misunderstood a problem reported to me. We don't need to doscottr
1998-07-27Fix two problems with my previous change:scottr
1998-07-26const poisoning.mycroft
1998-07-22Unlike other domestic bits, telnet and telnetd are never built as a partscottr
1998-07-09Declare ints, too, don't default them.msaitoh
1998-07-07Fix pasto in previous.fvdl
1998-07-06- use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg
1998-03-30use static int instead of staticmrg
1998-03-05Avoid GCC warning on m68k.thorpej
1998-03-04Adjust for tn3270 cleanup.christos
1998-03-03Add a cast to make the compiler happy on the Alpha.thorpej
1998-02-28Fix compile error of tn3270/tn3270; getpgrp() takes no argument.enami