summaryrefslogtreecommitdiffstats
path: root/usr.bin/telnet
Commit message (Expand)AuthorAgeFilesLines
* Typo fixo: imbedded => embeddedjmallett2002-07-131-1/+1
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-222-2/+2
* Use `The .Nm utility'charnier2002-04-201-1/+2
* Remove WARNS?=2 and -Wall. WARNS?=2 is going to be the default.markm2001-12-121-2/+0
* Don't assume that the number of fds to select on is known quantity (injkh2001-12-081-32/+56
* Merge from crypto/telnet/telnet/commands.c. Add the necessary paths tojhay2001-12-031-1/+7
* Merge from master (crypto) telnet. WARNS fixes for alpha.markm2001-12-031-1/+1
* Merge the (in)complete ANSIfication work from src/crypto/telnet.markm2001-11-303-116/+116
* After running "make unifdef", commit the result. This code is nowmarkm2001-11-3012-1979/+782
* Diff-reduce WRT src/secure/*telnet*/Makefile.markm2001-11-301-3/+14
* Use strlcpy(3) instead of strcpy(3) to copy optarg into a fixed-size buffer.sobomax2001-10-161-1/+1
* Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code.markm2001-08-295-51/+4
* Code merge and diff reduction between this and crypto telnet.markm2001-08-2014-567/+252
* Removal of following export controll related sentences:horikawa2001-08-151-13/+1
* Remove whitespace at EOL.dd2001-07-151-47/+47
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
* Fix the type of the NULL arg to execl()brian2001-07-091-2/+2
* mdoc(7) police: moved -u down, fixed markup, removed hard sentence break.ru2001-07-051-8/+13
* Document -u in the usage().ru2001-07-051-9/+9
* A feature to allow one to telnet to a unix domain socket.dillon2001-05-233-4/+44
* libtelnet.a is gone; add a special hack for `make release' fixit floppy.ru2001-03-311-3/+8
* Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness.ru2001-03-281-1/+7
* Do not compile INET6 support if RELEASE_CRUNCH is definedluigi2001-02-181-1/+1
* Fix typo: compatability -> compatibility.asmodai2001-02-061-1/+1
* Fix typo: seperate -> separate.asmodai2001-02-062-4/+5
* Fix typo: wierd -> weird.asmodai2001-02-061-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-25/+28
* Prepare for mdoc(7)NG.ru2000-12-271-2/+4
* Correct definition of MAXHOSTNAMELEN in ifdef'ed code.kris2000-11-261-1/+1
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-4/+4
* Fix a buffer overflow from a long local hostname.kris2000-11-191-2/+2
* Fix buffer overflow when DISPLAY is longer than 43 characters. Thisimp2000-09-201-4/+7
* getopt and friends are declared in <unistd.h>imp2000-09-041-3/+3
* Fix buffer size of ALIGNed buffer.ume2000-07-201-2/+2
* One more EAI_NONAME -> EAI_NODATA issue.ume2000-07-071-1/+1
* Make telnet -s work. It is corresponding to EAI_NONAME -> EAI_NODATAume2000-07-071-1/+1
* simplify and correct name resolution in tn().itojun2000-07-051-18/+16
* Mention about -4 and -6 options.ume2000-06-121-1/+9
* Fixed misspelling of DPADD as DPADDA.bde2000-03-271-3/+2
* CMSG_XXX macros alignment fixes to follow RFC2292.shin2000-03-031-14/+12
* Use libcrypto in place of libdes.markm2000-02-241-4/+0
* Use static buffer to save source route hostnames.shin2000-02-191-1/+1
* Print "Trying ..." for each host. Also cleanups for error printing.shin2000-02-191-8/+3
* Fix bugs in telnet.shin2000-02-151-8/+16
* Add more dual stack consideration.shin2000-02-101-27/+96
* Fix telnet core dump at invalid service name specified.shin2000-02-071-0/+6
* Add NI_NAMEREQD flag to getnameinfo() call. Without this flag,shin2000-01-291-1/+1
* fix breakage of make release.shin2000-01-291-3/+10
* another tcp apps IPv6 updates.(should be make world safe)shin2000-01-275-162/+339
OpenPOWER on IntegriCloud