1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-08 08:58:00 +00:00

Commit Graph

  • ba279cafd0 Added keyboard shortcuts on the system menu. I haven't tried to compile it, but the changes are trivial. Chris Emerson 1999-12-06 14:57:49 +0000
  • 929935d05b Replace SHA implementation with homegrown one Simon Tatham 1999-12-03 11:32:50 +0000
  • cc98ca9aea Avoid recursing into . and .. when in -r mode Simon Tatham 1999-11-30 11:53:42 +0000
  • d5123675aa Add description of workaround for Visual Studio 6 problem Simon Tatham 1999-11-30 11:39:04 +0000
  • 396d6cd422 Turn #ifdef LOG into a command-line option for debugging use Simon Tatham 1999-11-30 11:22:30 +0000
  • 97b5df1691 Oops - fix total idiocies in applying that patch Simon Tatham 1999-11-30 11:13:33 +0000
  • a8d5838ebc Robert de Bath's multi-purpose patch, slightly modified. - ^E answerback is now PuTTY'. - The framework is now in place for the scrollback to reset to bottom on display _or_ keyboard events _or_ both. An actual configurable option isn't yet present, but most of the code is in place. - Try to deal with the problems where incoming data gets dropped after decoding but before display. - Scrollback behaviour has changed: instead of keying it off scroll' versus delete top line', things now go into the scrollback from _either_ of those but only if the primary screen is selected. Should fix problems with less' and talkers. - must_update variable has gone because rdb correctly observed that it didn't seem to be doing a great deal :-) Simon Tatham 1999-11-30 10:52:07 +0000
  • 8446532e4a Cleanups to remove warnings for GNU/mingw32 compilation Simon Tatham 1999-11-22 10:07:24 +0000
  • 55b8c21f0f Fix potential segfault on malloc failure Simon Tatham 1999-11-17 14:22:12 +0000
  • 5fa57669ec Remove accelerator conflict in Language panel 0.48 Simon Tatham 1999-11-17 14:00:45 +0000
  • 1c73cba012 Add ISO-8859-2 / Win-1250 char set translation Simon Tatham 1999-11-17 10:44:43 +0000
  • e0baec8159 Fix a slightly picky compiler warning Simon Tatham 1999-11-17 10:39:17 +0000
  • 3a3aaaf86d Fix printing of Telnet GA as ugrave Simon Tatham 1999-11-16 09:57:40 +0000
  • 1d837144c4 Update from Joris van Rantwijk: command line options to specify port and password in scp Simon Tatham 1999-11-16 09:26:19 +0000
  • cda9171850 Declare `struct RSAKey' so that its implicit declaration in the parameter list of verify_ssh_host_key() does not have scope restricted to that parameter list. Probably unnecessary but let's not take chances. Simon Tatham 1999-11-15 10:31:06 +0000
  • 30807509a7 Put a #ifndef around definition of TCS_MULTILINE Simon Tatham 1999-11-11 10:27:09 +0000
  • cce6d4082a _sntprintf is nonportable; use sprintf instead Simon Tatham 1999-11-11 10:13:40 +0000
  • f1f2aafbfc Add spiel about there being a comment at the top of Makefile Simon Tatham 1999-11-10 10:28:59 +0000
  • b5c923f250 Added LICENCE and README files Simon Tatham 1999-11-10 09:47:31 +0000
  • 6863ae5a2d Add "extern" on declaration of raw_backend Simon Tatham 1999-11-10 09:14:08 +0000
  • 143424030c Should be able to switch line disciplines mid-session Simon Tatham 1999-11-09 14:20:51 +0000
  • 429b6f4a83 Added local-editing line discipline to make raw backend usable Simon Tatham 1999-11-09 12:05:34 +0000
  • b51c18f24c Fix unexpected network error 5000 Simon Tatham 1999-11-09 11:34:14 +0000
  • edf8b22b98 Oops - Shift-PgUp/PgDn conflicted with NetHack mode Simon Tatham 1999-11-09 11:19:34 +0000
  • f6c63320ea Changes from executor: - NetHack keypad mode (Shift only works with NumLock off) - Alt-Space handling (best I could manage; not too bad considering) - Event Log rather than Telnet Negotiation Log Simon Tatham 1999-11-09 11:10:04 +0000
  • 59e798fc6d Add TIS authentication option Simon Tatham 1999-11-08 17:42:12 +0000
  • a764191663 Switch to using SSH_MSG macros Simon Tatham 1999-11-08 17:36:08 +0000
  • a4dfed1d3a Removed now obsolete sizetip.h from window.obj dependencies Owen Dunn 1999-11-08 12:19:02 +0000
  • 3c9b8bff57 Clean up scp client - re-indent to my coding style and remove compiler warnings Simon Tatham 1999-11-08 11:22:45 +0000
  • 7809b519d5 xlat.c needs stdio.h for vsprintf Simon Tatham 1999-11-08 11:14:33 +0000
  • 1f5bcfd90e Clean up sizetip patch: remove separate header file and // comments Simon Tatham 1999-11-08 11:13:53 +0000
  • e913e99b40 Oleg Panashchenko's Cyrillic support patch Simon Tatham 1999-11-08 11:08:09 +0000
  • 97994b235d Warn-on-close is now configurable off Simon Tatham 1999-11-05 09:50:49 +0000
  • 7205ae9199 Prompt before summarily closing a session Simon Tatham 1999-11-04 13:44:21 +0000
  • ce35a4ab94 Can now build with /DWIN32S_COMPAT to work (minimally) with Win32s Owen Dunn 1999-11-04 11:26:07 +0000
  • 1fc7bb735c Add sizetip stuff to makefile - oops Simon Tatham 1999-11-04 09:18:46 +0000
  • 5e76cd7a17 John Sullivan's sizetip patch - experimental Simon Tatham 1999-11-03 14:08:26 +0000
  • 0e3f5802b3 Fix potential buffer overrun in new saved-session menu Simon Tatham 1999-11-01 17:18:08 +0000
  • 6693daa636 Mark Baker's raw-TCP back end (untested and experimental as yet) Simon Tatham 1999-11-01 16:40:40 +0000
  • 2ec48b843b Stop putting meaning in bottom four bits of WM_SYSCOMMAND wParam Simon Tatham 1999-10-28 16:29:06 +0000
  • d0184e9d4f Added a couple of GLOBALs Simon Tatham 1999-10-28 16:25:15 +0000
  • 9fc2b746b0 Added saved sessions submenu from system menu. Owen Dunn 1999-10-28 16:07:25 +0000
  • a019c66786 Add the ability to do ssh by default: using -ssh command line option, or by manually adding protocol and port settings to Default Settings in the Registry, or by compiling with -DSSH_DEFAULT Simon Tatham 1999-10-27 14:28:11 +0000
  • 3992fc48f1 Fix versioncmp Simon Tatham 1999-10-25 14:27:13 +0000
  • 2d6fcb0a7a Single-DES encryption, patch courtesy of Murphy Lam Simon Tatham 1999-10-25 08:59:40 +0000
  • 2da19fc59d Silly error in loading Default Settings - reset port but not protocol Simon Tatham 1999-10-22 15:47:26 +0000
  • c409f643f8 Stop IAC IAC from being swallowed in telnet (fix due to Robert de Bath) Simon Tatham 1999-10-04 14:20:17 +0000
  • d929fb621e Add WS_TABSTOP on configuration list boxes Simon Tatham 1999-09-24 10:24:45 +0000
  • 8e8039b534 Added accelerators for most of main dialogue box. Still can't get focus into list boxes though. Owen Dunn 1999-09-23 14:30:19 +0000
  • 27acfb1639 Changed default title bar format to host.name - PuTTY Owen Dunn 1999-09-20 15:58:50 +0000
  • b3efa01293 We failed to ignore SSH_MSG_IGNORE :-) Simon Tatham 1999-09-10 15:35:26 +0000
  • b73241d17c Removing one bug, and hunting another ben-mac-port Ben Harris 1999-09-07 23:41:32 +0000
  • 30130ec730 Symbolic constants? What are they? Ben Harris 1999-09-07 23:40:19 +0000
  • 8665bc6746 Disastrously silly Makefile errors Simon Tatham 1999-09-07 16:36:23 +0000
  • b857fd06cc Oops, add scp to makefile Simon Tatham 1999-09-03 15:12:04 +0000
  • 1cd70649c1 typo fix Ben Harris 1999-09-01 22:28:03 +0000
  • c67315fd39 Various minor tweaks Ben Harris 1999-09-01 22:24:41 +0000
  • 9d9426785f Initial simple raw TCP backend Ben Harris 1999-09-01 22:16:15 +0000
  • f2892707df Don't bother with CFM checks on non-CFM machines. Ben Harris 1999-09-01 22:13:52 +0000
  • fffd4563e6 sunc with reality Ben Harris 1999-09-01 22:12:48 +0000
  • 55e2d53005 Disable real network backends for now Ben Harris 1999-09-01 22:12:12 +0000
  • 4df919c784 Added Joris van Rantwijk's scp client Simon Tatham 1999-08-31 09:20:48 +0000
  • c84d945382 ssh_gotdata now compiles again Ben Harris 1999-08-21 18:18:09 +0000
  • 3709407827 Small but highly unhelpful typo 0.47 Simon Tatham 1999-08-11 08:50:36 +0000
  • 15d6509142 Module description file added Simon Tatham 1999-08-10 16:04:43 +0000
  • 9eec9c9f90 Open Transport stuff now actually compiles. Various stuff caught up to latest versions. Ben Harris 1999-08-02 22:32:39 +0000
  • 5aab53ce52 Fix potential security problems in random number generator Simon Tatham 1999-08-02 08:35:11 +0000
  • d6b7448ab8 Rebranch some files on 'ben-mac-port' from trunk. git migration script 1999-08-02 08:35:11 +0000
  • a8911cf90f Open Transport support, maybe. Also renamed macnet.c to mactcp.c, but it's still as broken as before. Ben Harris 1999-08-02 08:06:32 +0000
  • 47204a394f Various changes for Open Transport. Ben Harris 1999-08-02 08:04:31 +0000
  • 3b6d5dcf1a Fixes so it runs (with bugs) without Color QuickDraw. Ben Harris 1999-07-24 15:51:12 +0000
  • 4e889024e3 Jimen Ching's patches to remove compiler warnings Simon Tatham 1999-07-20 13:01:56 +0000
  • 3774094e46 Remove double close of registry key Simon Tatham 1999-07-16 08:13:51 +0000
  • 5862a6348a Add a couple of `extern' keywords Simon Tatham 1999-07-12 10:28:18 +0000
  • b74a5565a6 Third attempt at Blowfish, dammit 0.46 Simon Tatham 1999-07-08 08:37:32 +0000
  • 59135fd9ea Blowfish patch, second attempt Simon Tatham 1999-07-07 17:33:34 +0000
  • 97731141ad Fix misparse of ESC[?9r sequence; I must find out what it _should_ do Simon Tatham 1999-07-07 13:16:41 +0000
  • 585c14f365 Add encryption selection, and Blowfish as second option Simon Tatham 1999-07-06 19:42:57 +0000
  • 4b76ca2ab2 Joris's RSA works; reformat and remove old version pre-blowfish Simon Tatham 1999-07-06 19:38:54 +0000
  • b84caf5446 Put that ReleaseCapture call just _before_ return, not after! Simon Tatham 1999-07-05 16:35:34 +0000
  • bd241d7dfc Joris van Rantwijk's RSA speedup patch Simon Tatham 1999-07-05 16:31:57 +0000
  • cd5c916e25 Improve error handling in registry code Simon Tatham 1999-07-05 16:13:31 +0000
  • 346137d280 various tweaks to make it work with current MPW Ben Harris 1999-04-07 22:50:11 +0000
  • a83eecd585 original version from MacTCP 2.0.6 SDK Ben Harris 1999-04-07 22:48:55 +0000
  • 50ad98d1e9 Some tweaks, but it still crashes. Really need to do some proper tests. Ben Harris 1999-04-07 22:43:35 +0000
  • df67c404ae Mac networking ios still as shafted as ever, but I should probably commit what I _have_ done. It does manage to open a connection to the correct port on the correct host -- it just then bombs the client with a "CHK error". Pity. Ben Harris 1999-04-06 23:18:50 +0000
  • 0256bceece Lots of MacTCP networking stuff. I think all the code's written, but it doesn't actually work yet. Also the telnet backend is still single-session, and I haven't even touched the ssh one. Oh, and the "Main" segment just overflowed 32k, so we have extra linker incantations. I'm off to the pub now. Ben Harris 1999-04-04 18:23:35 +0000
  • efc9e4260c Yeah. Some progress on Mac OS networking. Still some way to go, though. Ben Harris 1999-04-03 21:53:29 +0000
  • 05e93b3d2b The "about" box now behaves approximately as it should (though we still don't have a licence box). Ben Harris 1999-04-02 12:58:03 +0000
  • 3966fdee44 Missing dependency Ben Harris 1999-04-02 12:56:57 +0000
  • d5f4dd719a Build process tweaks -- now only runs Rez over mac_res.r once. Ben Harris 1999-04-02 10:21:49 +0000
  • 60b6897f17 Mac versioning update. Ben Harris 1999-04-01 21:27:36 +0000
  • 5e9240491d Minor code clean-up Ben Harris 1999-04-01 21:26:44 +0000
  • f837821b3a Beginnings of an attempt at MacTCP networking support. Ben Harris 1999-04-01 21:26:03 +0000
  • 0e0fd7702c New version-number system. Doesn't yet do the "about" box. Ben Harris 1999-04-01 21:25:06 +0000
  • cd724101ae Yeah. Ben Harris 1999-03-30 19:46:44 +0000
  • bd7698ddcc Fonts where boldface is wider than usual are now beaten up so they fit. Note that this doesn't happen for non-COlor QuickDraw yet, due to the lack of CharExtra(). Ben Harris 1999-03-30 19:44:52 +0000
  • 3b65b371d0 We now only link weakly with AppearanceLib, which should let us run on PowerPCs without the Appearance Manager. Not that I've tested this, of course. Ben Harris 1999-03-29 23:55:06 +0000
  • ff6025bc79 Ooh! It's some documentation! What's that doing there? Ben Harris 1999-03-29 19:51:40 +0000
  • 82fecf970f First attempt at multiple-session support. This has broken meta handling, since mac.c needs to know whether to grab Cmd-keys or not. Ben Harris 1999-03-29 19:50:24 +0000