SSH client (mirror)

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

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: