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: