aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/telnet
Commit message (Expand)AuthorAgeFilesLines
* Make sure that a "make release" (more accurately the bit that makesMark Murray2003-07-241-0/+2
* Ensure that for the cryptographic instances of *telnet*, the "crypto"Mark Murray2003-07-241-0/+1
* Test correct macro for "without crypto" option(s).Mark Murray2003-07-201-1/+1
* Very big makeover in the way telnet, telnetd and libtelnet are built.Mark Murray2003-07-1617-10792/+16
* Mrege from crypto telnet with "make unifdef". This gets a bunch ofMark Murray2003-05-119-41/+41
* Diff-reduction WRT crypto telnet; replace "#if 0" code removed by anMark Murray2002-12-291-0/+41
* english(4) police.Jens Schweikhardt2002-12-271-1/+1
* Be more careful when parsing arguments.Eric Melville2002-11-201-2/+6
* Remove some #if 0'd code. After this, a "make unifdef" here producesDima Dorfman2002-10-021-41/+0
* Merge from crypto telnet: permit the argument to -s to be a hostname.Dima Dorfman2002-10-021-1/+0
* Unifdef(1) the crypto telnet sources.Mark Murray2002-09-256-8/+8
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-6/+6
* Typo fixo: imbedded => embeddedJuli Mallett2002-07-131-1/+1
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-222-2/+2
* Use `The .Nm utility'Philippe Charnier2002-04-201-1/+2
* Remove WARNS?=2 and -Wall. WARNS?=2 is going to be the default.Mark Murray2001-12-121-2/+0
* Don't assume that the number of fds to select on is known quantity (inJordan K. Hubbard2001-12-081-32/+56
* Merge from crypto/telnet/telnet/commands.c. Add the necessary paths toJohn Hay2001-12-031-1/+7
* Merge from master (crypto) telnet. WARNS fixes for alpha.Mark Murray2001-12-031-1/+1
* Merge the (in)complete ANSIfication work from src/crypto/telnet.Mark Murray2001-11-303-116/+116
* After running "make unifdef", commit the result. This code is nowMark Murray2001-11-3012-1979/+782
* Diff-reduce WRT src/secure/*telnet*/Makefile.Mark Murray2001-11-301-3/+14
* Use strlcpy(3) instead of strcpy(3) to copy optarg into a fixed-size buffer.Maxim Sobolev2001-10-161-1/+1
* Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code.Mark Murray2001-08-295-51/+4
* Code merge and diff reduction between this and crypto telnet.Mark Murray2001-08-2014-567/+252
* Removal of following export controll related sentences:Kazuo Horikawa2001-08-151-13/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-47/+47
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-2/+2
* mdoc(7) police: moved -u down, fixed markup, removed hard sentence break.Ruslan Ermilov2001-07-051-8/+13
* Document -u in the usage().Ruslan Ermilov2001-07-051-9/+9
* A feature to allow one to telnet to a unix domain socket.Matthew Dillon2001-05-233-4/+44
* libtelnet.a is gone; add a special hack for `make release' fixit floppy.Ruslan Ermilov2001-03-311-3/+8
* Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness.Ruslan Ermilov2001-03-281-1/+7
* Do not compile INET6 support if RELEASE_CRUNCH is definedLuigi Rizzo2001-02-181-1/+1
* Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-062-4/+5
* Fix typo: wierd -> weird.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-25/+28
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-2/+4
* Correct definition of MAXHOSTNAMELEN in ifdef'ed code.Kris Kennaway2000-11-261-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-4/+4
* Fix a buffer overflow from a long local hostname.Kris Kennaway2000-11-191-2/+2
* Fix buffer overflow when DISPLAY is longer than 43 characters. ThisWarner Losh2000-09-201-4/+7
* getopt and friends are declared in <unistd.h>Warner Losh2000-09-041-3/+3
* Fix buffer size of ALIGNed buffer.Hajimu UMEMOTO2000-07-201-2/+2
* One more EAI_NONAME -> EAI_NODATA issue.Hajimu UMEMOTO2000-07-071-1/+1
* Make telnet -s work. It is corresponding to EAI_NONAME -> EAI_NODATAHajimu UMEMOTO2000-07-071-1/+1
* simplify and correct name resolution in tn().Jun-ichiro itojun Hagino2000-07-051-18/+16