SSH client (mirror)

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

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: