SSH client (mirror)

Ben Harris b73241d17c Removing one bug, and hunting another 25 years ago
.cvsignore 358c18b176 XCOFF object files. 26 years ago
Makefile d6b7448ab8 Rebranch some files on 'ben-mac-port' from trunk. 25 years ago
Makefile.mpw 55e2d53005 Disable real network backends for now 25 years ago
README.mac fffd4563e6 sunc with reality 25 years ago
dnr.c 346137d280 various tweaks to make it work with current MPW 25 years ago
mac.c f2892707df Don't bother with CFM checks on non-CFM machines. 25 years ago
mac.h 9eec9c9f90 Open Transport stuff now actually compiles. 25 years ago
mac_res.r 9d9426785f Initial simple raw TCP backend 25 years ago
maccfg.c 3b6d5dcf1a Fixes so it runs (with bugs) without Color QuickDraw. 25 years ago
macresid.h 05e93b3d2b The "about" box now behaves approximately as it should (though we still don't 25 years ago
mactcp.c a8911cf90f Open Transport support, maybe. Also renamed macnet.c to mactcp.c, but it's 25 years ago
macterm.c 9d9426785f Initial simple raw TCP backend 25 years ago
misc.c 24c7f9b058 Removed windowsism: now uses fatalbox rather than MessageBox. 26 years ago
mkputty.mpw d5f4dd719a Build process tweaks -- now only runs Rez over mac_res.r once. 25 years ago
noise.c ee9e246617 Fix various segfaults and heap trashes. Thanks to Andrew Mobbs. 26 years ago
opentpt.c b73241d17c Removing one bug, and hunting another 25 years ago
putty.h 9eec9c9f90 Open Transport stuff now actually compiles. 25 years ago
putty.ico c74130d423 Initial checkin: beta 0.43 26 years ago
resource.h c74130d423 Initial checkin: beta 0.43 26 years ago
ssh.c 30130ec730 Symbolic constants? What are they? 25 years ago
ssh.h 30130ec730 Symbolic constants? What are they? 25 years ago
sshblowf.c d6b7448ab8 Rebranch some files on 'ben-mac-port' from trunk. 25 years ago
sshcrc.c c74130d423 Initial checkin: beta 0.43 26 years ago
sshdes.c 1e312c2658 Remove CVS logs 26 years ago
sshmd5.c c74130d423 Initial checkin: beta 0.43 26 years ago
sshrand.c 1cd70649c1 typo fix 25 years ago
sshrsa.c d6b7448ab8 Rebranch some files on 'ben-mac-port' from trunk. 25 years ago
sshsha.c c74130d423 Initial checkin: beta 0.43 26 years ago
telnet.c df67c404ae Mac networking ios still as shafted as ever, but I should probably commit what 25 years ago
terminal.c 82fecf970f First attempt at multiple-session support. This has broken meta handling, 26 years ago
testback.c 9d9426785f Initial simple raw TCP backend 25 years ago
version.c 3b1389a474 Added automatic version distinguishing code, to differentiate releases 26 years ago
version.h 0e0fd7702c New version-number system. Doesn't yet do the "about" box. 25 years ago
version.r 05e93b3d2b The "about" box now behaves approximately as it should (though we still don't 25 years ago
win_res.h d6b7448ab8 Rebranch some files on 'ben-mac-port' from trunk. 25 years ago
win_res.rc d6b7448ab8 Rebranch some files on 'ben-mac-port' from trunk. 25 years ago
windlg.c d6b7448ab8 Rebranch some files on 'ben-mac-port' from trunk. 25 years ago
window.c d6b7448ab8 Rebranch some files on 'ben-mac-port' from trunk. 25 years ago

README.mac

$Id: README.mac,v 1.1.2.4 1999/09/01 22:12:48 ben Exp $

Information about PuTTY for the Mac OS
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Known bugs:

* PowerPC and fat versions fail to start on systems without AppearanceLib (ie
most System 7 ones). The 68k version works fine. [MAYBE FIXED]
* If the screen scrolls more than once between calls to WaitNextEvent, Bad
Things can happen owing to a bug in do_scroll. This can be fixed when I
have an easy way to test it.
* Display is far too slow.
* Fails to work on systems without Color QuickDraw. [FIXED]
* Real bold doesn't compensate for changing character widths without Color
QuickDraw. [MAYBE FIXED]
* Scrolling appears to be shafted on Original QuickDraw.
* ResEdit 'TMPL' resource seems to be broken.
* sshsha.c and sshmd5.c cause a stack overflow in Apple's PowerPC C compiler
unless optimisation is entirely disabled.

Features we need (and aren't entirely obvious):

* Scroll-conflation -- scroll_display should change the in-memory display and
remember the scroll, then do_scroll should be called only when
scroll_display gets called for a different rectangle or term_paint happens.

Local Variables:
mode: text
End: