2005-02-02 21:33:13 +00:00
|
|
|
$Id$
|
2002-12-11 18:34:49 +00:00
|
|
|
|
|
|
|
Information about PuTTY for the Mac OS
|
|
|
|
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|
|
|
|
|
2005-02-27 13:53:08 +00:00
|
|
|
This is a port of PuTTY to the Classic Mac OS. It is a work in
|
|
|
|
progress and should be considered unfinished and insecure. Unless you
|
|
|
|
know what you're doing, don't use it.
|
|
|
|
|
2002-12-11 18:34:49 +00:00
|
|
|
Compiling it:
|
|
|
|
|
|
|
|
See ../README for generic information.
|
|
|
|
|
2002-12-13 00:02:48 +00:00
|
|
|
To compile PuTTY for Mac OS you will need:
|
|
|
|
|
|
|
|
MPW
|
|
|
|
<ftp://ftp.apple.com/developer/Tool_Chest/Core_Mac_OS_Tools/MPW_etc./
|
|
|
|
MPW-GM_Images/MPW-GM.img.bin>
|
2003-02-07 01:33:24 +00:00
|
|
|
Install this in the usual way.
|
2002-12-13 00:02:48 +00:00
|
|
|
|
2003-02-07 01:33:24 +00:00
|
|
|
Universal Headers
|
2002-12-13 00:02:48 +00:00
|
|
|
<ftp://ftp.apple.com/developer/Development_Kits/
|
|
|
|
UniversalHeaders3.4.2.img.bin>
|
2003-02-07 01:33:24 +00:00
|
|
|
Install using the script in "Documentation:MPW Users - ReadMe".
|
2002-12-13 00:02:48 +00:00
|
|
|
|
|
|
|
Text Encoding Converter SDK
|
|
|
|
<ftp://ftp.apple.com/developer/Development_Kits/TEC_1.5.sit.hqx>
|
2003-02-07 01:33:24 +00:00
|
|
|
Copy contents of "68K Static Libraries" to
|
|
|
|
"Interfaces&Libraries:Libraries:Libraries".
|
|
|
|
Copy contents of "Stub Libraries" to
|
|
|
|
"Interfaces&Libraries:Libraries:SharedLibraries".
|
|
|
|
|
|
|
|
CarbonStdCLib.o
|
|
|
|
<ftp://ftp.apple.com/developer/Tool_Chest/Core_Mac_OS_Tools/
|
|
|
|
MPW_Website_Downloads/CarbonStdCLib.o-3.8d3.hqx>
|
|
|
|
Copy contents of "CIncludes" to
|
|
|
|
"Interfaces&Libraries:Interfaces:CIncludes".
|
|
|
|
Copy contents of "PPCLibraries" to
|
|
|
|
"Interfaces&Libraries:Libraries:PPCLibraries".
|
2002-12-13 00:02:48 +00:00
|
|
|
|
2002-12-30 23:15:46 +00:00
|
|
|
The "mkputty.mpw" script does all the work, and currently producess a
|
2003-01-20 01:07:13 +00:00
|
|
|
Classic 68K build of PuTTY called "PuTTY.68k", a non-Carbon PowerPC
|
|
|
|
build called "PuTTY.ppc", and similar builds of PuTTYtel called
|
|
|
|
"PuTTYtel.68k" and "PuTTYtel.ppc". The CFM-68K build is currently
|
|
|
|
disabled because it overflows the global data space and I can't work
|
2003-02-02 16:02:50 +00:00
|
|
|
out how to stop this happening. The Carbon build doesn't work yet.
|
2002-12-11 18:34:49 +00:00
|
|
|
|
|
|
|
Runtime requirements:
|
|
|
|
|
2003-01-02 18:09:21 +00:00
|
|
|
The Classic 68K build of PuTTY should work on any Macintosh running
|
|
|
|
System 7.0 or later. It runs in the Classic environment in Mac OS X.
|
|
|
|
|
|
|
|
The CFM-68K build of PuTTY should work on any Macintosh with a 68020,
|
|
|
|
68030 or 68040 processor and with either the CFM-68K Runtime Enabler
|
|
|
|
or Mac OS 7.6.1 or later installed.
|
|
|
|
|
|
|
|
The PowerPC build of PuTTY should work on any Power Macintosh. It
|
|
|
|
runs in the Classic environment in Mac OS X.
|
2002-12-11 18:34:49 +00:00
|
|
|
|
2003-02-02 16:02:50 +00:00
|
|
|
The Carbon build of PuTTY (when it works) should work on any Power
|
|
|
|
Macintosh with CarbonLib (and Mac OS 8.1 or later), Mac OS 9 or
|
|
|
|
Mac OS X installed.
|
|
|
|
|
2002-12-11 18:34:49 +00:00
|
|
|
Known bugs:
|
|
|
|
* Display is far too slow.
|
|
|
|
* Real bold doesn't compensate for changing character widths without Color
|
|
|
|
QuickDraw. [MAYBE FIXED]
|
2003-01-24 00:28:57 +00:00
|
|
|
* When the last terminal window closes, the Edit menu doesn't get disabled
|
|
|
|
immediately, which it should.
|
2003-01-25 17:20:54 +00:00
|
|
|
* When using the "VT100" font, text copied to the clipboard doesn't
|
|
|
|
get newlines in it, because that font has a graphic character at
|
|
|
|
position 0x0d. Even if we did insert 0x0d manually, TextEdit
|
|
|
|
insists on displaying the graphic version, so I think we need a
|
|
|
|
font switch at this point. This can be seen as a special case of
|
|
|
|
the need to switch fonts to get odd characters.
|
2003-01-25 19:23:03 +00:00
|
|
|
* Pasting large blocks of text doesn't work.
|
2005-02-18 09:22:55 +00:00
|
|
|
* The host key database is currently limited by its implementation to
|
|
|
|
2727 host keys.
|
2002-12-11 18:34:49 +00:00
|
|
|
|
2003-01-20 01:07:13 +00:00
|
|
|
Unimplemented features (should be done before release):
|
2003-01-05 12:53:38 +00:00
|
|
|
* TCP urgent data.
|
2003-01-24 00:28:57 +00:00
|
|
|
* Listening sockets.
|
2003-01-14 19:41:19 +00:00
|
|
|
* Changing font size in reponse to resize requests.
|
2003-01-24 00:37:27 +00:00
|
|
|
* Full screen mode.
|
2005-02-18 09:22:55 +00:00
|
|
|
* Session configuration.
|
2003-01-20 01:07:13 +00:00
|
|
|
* Entropy collection.
|
|
|
|
* Private key files.
|
|
|
|
* Pageant and PuTTYgen.
|
2003-01-25 14:07:50 +00:00
|
|
|
* Do something with Open Application Apple Events.
|
2003-01-20 22:55:54 +00:00
|
|
|
* Close-on-exit.
|
|
|
|
* Warn-on-quit.
|
2003-01-28 11:57:08 +00:00
|
|
|
* Non-block cursors.
|
2003-01-20 01:07:13 +00:00
|
|
|
|
|
|
|
Wishlist (after release):
|
|
|
|
* SFTP client (GUI?)
|
|
|
|
* Carbon compatibility (requires Open Transport and Navigation Services).
|
2003-01-25 19:23:03 +00:00
|
|
|
* 'styl' paste, for script codes.
|
2003-01-25 14:07:50 +00:00
|
|
|
* Handle 'gurl' Apple Events.
|
2002-12-11 18:34:49 +00:00
|
|
|
|
|
|
|
Local Variables:
|
|
|
|
mode: text
|
|
|
|
End:
|