[comp.sys.mac.apps] NCSA Telnet

palmer@gap.caltech.edu (David Palmer) (08/24/90)

Minor bug in NCSA telnet, which causes a slightly decreased resolution
in Tektronix mode.  Here is how to fix it.

In the binary: version 2.3 (7/11/89)

Using ResEdit, open code segment 4: "Teklib", at location 2CE3, change:

2CE0:   102A 0012 4880 48C0 ...
	       vv
2CE0:	102A 0010 4880 48C0 ...


To patch the source code: File vgtek.c, procedure VGdraw (about half-way
through the file)

	case 3: /* this is loy; previous loy was really extra */
		vp->ney = (vp->nloy >> 2) & 3;
		vp->nex = (vp->nlox) & 3;	<- Bug here
		vp->nloy=value;
		state[vw]=HIX;
		break;
	}


Change the line:
		vp->nex = (vp->nlox) & 3;
to
		vp->nex = (vp->nloy) & 3;


This fix has not been endorsed by NCSA.  Nobody assumes any liability
for anything. Use at your own risk.  Change only copies of files,
not your original.  If captured or killed, the receptionist will
disavow all knowledge of your actions.  Close cover before striking.
Do not throw cigarette butts in urinals (it makes them soggy and hard
to light) etc. u.s.w.

--
		David Palmer
		palmer@gap.cco.caltech.edu
		...rutgers!cit-vax!gap.cco.caltech.edu!palmer
	I have the power to cloud men's minds -- or at least my own.

epsilon@wet.UUCP (Eric P. Scott) (08/26/90)

In article <palmer.651472823@gap> palmer@gap.caltech.edu (David Palmer) writes:
>In the binary: version 2.3 (7/11/89)

Is the same fix applicable to BYU Telnet 2.3.2 (5/4/90)?
Is it identical between NCSA and MacTCP versions?

					-=EPS=-

russt@tcom.stc.co.uk (Russ Taylor) (09/21/90)

I am currently trying configure NCSA Telnet for a network of Macs, so
that users can get access to Unix machines.  However, I could do with a
User's Guide or equivalent that explains all the functions of NCSA
Telnet.  Please mail me direct at russt@rhum.tcom.stc.co.uk with any
info, also if there is a User's Guide on any of the Bullettin Boards,
could somebody please mail it to me, because I can't get access to them
from here.

Thanks

Russ Taylor
Network Management Engineering Centre
STC Telecommunications Ltd.

krogh@ux1.cso.uiuc.edu (09/22/90)

You can download NCSA software and documentation from our anonymous ftp
server (ftp.ncsa.uiuc.edu 128.174.20.50) or you can order software
and printed manuals from us:

	NCSA
        University of Illinois at Urbana-Champaign
	Attention: Documentation Orders           (also software)
	605 E. Springfield Ave.
	Champaign, IL 61820
	217-244-0072




Mike Krogh
NCSA
krogh@ncsa.uiuc.edu

rterry@hpcuhc.HP.COM (Ray Terry) (09/23/90)

>> You can download NCSA software and documentation from our anonymous ftp
>> server (ftp.ncsa.uiuc.edu 128.174.20.50)...

For those w/o anonymous ftp capabilities, the NCSA s/w is also available for
DL from MacScience BBS on 408-866-4933 (1200-2400-9600HST, 8-N-1).

Ray

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Ray Terry      GEnie = R.Terry      CIS = 71150,735      HPDesk = /HP4700
Domain = rterry@hpda.cup.hp.com    SysOp = MacScience BBS 408-866-4933
Packet = N6PHJ @ N6IIU.#NOCAL.CA.USA  UUCP = ...!sun!hpda!hpcupt1!rterry
UFGate = ...!apple!camphq!36!ray.terry
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

derosa@motcid.UUCP (John DeRosa) (09/24/90)

russt@tcom.stc.co.uk (Russ Taylor) writes:

>I am currently trying configure NCSA Telnet for a network of Macs, so
>that users can get access to Unix machines.  However, I could do with a
>User's Guide or equivalent that explains all the functions of NCSA
>Telnet.  

The documents are available from the infomac archives as 
COMM/NCSA-TELNET-23-DOCS-PART1.HQX
and
COMM/NCSA-TELNET-23-DOCS-PART2.HQX

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=    John DeRosa, Motorola, Inc, Cellular Infrastructure Division           =
=                   e-mail: ...uunet!motcid!derosaj                         =
=                           motcid!derosaj@uunet.uu.net                     =
=                Applelink: N1111                                           =
= I do not hold by employer responsible for any information in this message =
=      nor am I responsible for anything my employer may do or say.         =
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=