summaryrefslogtreecommitdiff
path: root/usr.bin/telnet
AgeCommit message (Expand)Author
2001-12-08Punctuation nit, drop a .Pp.wiz
2001-12-03s/If a port is specified on the command line/If a port is specified/abs
2001-12-01Whitespace cleanup.wiz
2001-11-30Improve previous' markup usage a bit.kleink
2001-11-30Document the .telnetrc DEFAULT machine entry.kleink
2001-11-28Clarify when automatic initialisation of TELNET options occurs.abs
2001-09-24va_{start,end} audit:wiz
2001-09-03just to be sure, set telnetport to 0.itojun
2001-08-20"wierd" is weird.wiz
2001-07-22seperate -> separatewiz
2001-06-18Symmetric has one s and two m's.wiz
2001-06-11Fix various misspellings of compatible/compatibility.wiz
2001-04-04Whitespace and punctuation fixes.wiz
2001-03-04fix spelling of cpp symbol (ENCRYPT vs ENCRYPTION).assar
2001-01-16comment or delete text after CPP directives.cgd
2001-01-04make usr.bin/tn3270 buildable. make sizeof(tline) usable.itojun
2001-01-03Fix possible buffer overruns. From OpenBSD, but without breaking stuff.mjl
2000-11-07fix up various .Nm abuses:lukem
2000-08-03forced: previous was really: remove libvers, it's not being usedassar
2000-08-03link against the not-installed libversassar
2000-08-03update build infrastructure for heimdal 0.3aassar
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