u/mdw/putty
23 years agoMiscellaneous fixes to try to make other compilers happier
simon [Mon, 9 Oct 2000 12:19:09 +0000 (12:19 +0000)]
Miscellaneous fixes to try to make other compilers happier

git-svn-id: svn://svn.tartarus.org/sgt/putty@691 cda61777-01e9-0310-a592-d414129be87e

23 years agoRemove the hierarchical dialog structure
simon [Mon, 9 Oct 2000 12:16:27 +0000 (12:16 +0000)]
Remove the hierarchical dialog structure

git-svn-id: svn://svn.tartarus.org/sgt/putty@690 cda61777-01e9-0310-a592-d414129be87e

23 years agoAdd a compile option so that anyone who really wants to can build a
simon [Mon, 9 Oct 2000 09:10:09 +0000 (09:10 +0000)]
Add a compile option so that anyone who really wants to can build a
Win95-only (securityless) version of Pageant. This will refuse to
run at all under NT, so as to avoid the risk of people accidentally
running an insecure binary on a security-requiring system.

git-svn-id: svn://svn.tartarus.org/sgt/putty@688 cda61777-01e9-0310-a592-d414129be87e

23 years agoAlt-Enter was fouling up on Win95; added explicit handler
simon [Sat, 7 Oct 2000 08:10:32 +0000 (08:10 +0000)]
Alt-Enter was fouling up on Win95; added explicit handler

git-svn-id: svn://svn.tartarus.org/sgt/putty@687 cda61777-01e9-0310-a592-d414129be87e

23 years agoFix sorting of saved sessions list box so Default Settings is back at
simon [Fri, 6 Oct 2000 16:19:44 +0000 (16:19 +0000)]
Fix sorting of saved sessions list box so Default Settings is back at
the top of the list instead of being filed under D

git-svn-id: svn://svn.tartarus.org/sgt/putty@686 cda61777-01e9-0310-a592-d414129be87e

23 years agoStop throwing out the Connection panel during midsession reconfig.
simon [Fri, 6 Oct 2000 16:01:09 +0000 (16:01 +0000)]
Stop throwing out the Connection panel during midsession reconfig.
Instead, only throw out the useless parts of it. See, the new auto-
layout features bear fruit immediately!

git-svn-id: svn://svn.tartarus.org/sgt/putty@685 cda61777-01e9-0310-a592-d414129be87e

23 years agoUpdate Makefile generation and ensure everything works with Borland 5.5
simon [Fri, 6 Oct 2000 15:54:04 +0000 (15:54 +0000)]
Update Makefile generation and ensure everything works with Borland 5.5

git-svn-id: svn://svn.tartarus.org/sgt/putty@684 cda61777-01e9-0310-a592-d414129be87e

23 years agoCreate settings.c and move the load/save session code out of
simon [Fri, 6 Oct 2000 13:21:36 +0000 (13:21 +0000)]
Create settings.c and move the load/save session code out of
windlg.c into it. Allows plink and pscp to no longer link with
windlg.c, meaning they lose some of the sillier stub functions and
also can provide a console-based form of verify_ssh_host_key().

git-svn-id: svn://svn.tartarus.org/sgt/putty@683 cda61777-01e9-0310-a592-d414129be87e

23 years agoMove omission of SSH protocol setting in PuTTYtel into windlg.c and
simon [Fri, 6 Oct 2000 12:43:19 +0000 (12:43 +0000)]
Move omission of SSH protocol setting in PuTTYtel into windlg.c and
remove nosshres.rc accordingly

git-svn-id: svn://svn.tartarus.org/sgt/putty@682 cda61777-01e9-0310-a592-d414129be87e

23 years agoAdd a parameter to write_clip() so that windlg.c need not call term_deselect
simon [Fri, 6 Oct 2000 12:32:25 +0000 (12:32 +0000)]
Add a parameter to write_clip() so that windlg.c need not call term_deselect

git-svn-id: svn://svn.tartarus.org/sgt/putty@681 cda61777-01e9-0310-a592-d414129be87e

23 years agoRe-enable copying the Event Log. (rev 1.39 [r661] accidentally disabled it)
simon [Fri, 6 Oct 2000 12:31:54 +0000 (12:31 +0000)]
Re-enable copying the Event Log. (rev 1.39 [r661] accidentally disabled it)

git-svn-id: svn://svn.tartarus.org/sgt/putty@680 cda61777-01e9-0310-a592-d414129be87e

23 years agoCross-reference cleanup: winstore.c should not use fatalbox()
simon [Fri, 6 Oct 2000 12:10:26 +0000 (12:10 +0000)]
Cross-reference cleanup: winstore.c should not use fatalbox()

git-svn-id: svn://svn.tartarus.org/sgt/putty@679 cda61777-01e9-0310-a592-d414129be87e

23 years agoMistaken identity in sesssaver() was breaking saved-session edit box
simon [Fri, 6 Oct 2000 11:49:40 +0000 (11:49 +0000)]
Mistaken identity in sesssaver() was breaking saved-session edit box

git-svn-id: svn://svn.tartarus.org/sgt/putty@678 cda61777-01e9-0310-a592-d414129be87e

23 years agoTighten up use of "static" throughout. Module-internal things should NOT
simon [Fri, 6 Oct 2000 11:42:30 +0000 (11:42 +0000)]
Tighten up use of "static" throughout. Module-internal things should NOT
be exported willy-nilly. It encourages people to use them.

git-svn-id: svn://svn.tartarus.org/sgt/putty@677 cda61777-01e9-0310-a592-d414129be87e

23 years agoLocalise control IDs in each dialog procedure, for maintainability
simon [Fri, 6 Oct 2000 09:06:33 +0000 (09:06 +0000)]
Localise control IDs in each dialog procedure, for maintainability

git-svn-id: svn://svn.tartarus.org/sgt/putty@676 cda61777-01e9-0310-a592-d414129be87e

23 years agoAdd LBS_STANDARD on saved session list box, so you can double-click
simon [Fri, 6 Oct 2000 08:10:53 +0000 (08:10 +0000)]
Add LBS_STANDARD on saved session list box, so you can double-click

git-svn-id: svn://svn.tartarus.org/sgt/putty@675 cda61777-01e9-0310-a592-d414129be87e

23 years agoRemove rogue debug statement
simon [Fri, 6 Oct 2000 08:06:23 +0000 (08:06 +0000)]
Remove rogue debug statement

git-svn-id: svn://svn.tartarus.org/sgt/putty@674 cda61777-01e9-0310-a592-d414129be87e

23 years agoRevamp the auto-layout of PuTTY configuration box controls. They are
simon [Thu, 5 Oct 2000 17:19:04 +0000 (17:19 +0000)]
Revamp the auto-layout of PuTTY configuration box controls. They are
now auto-laid-out at runtime instead of compile time. Byebye
win_res.inp and mkres.c; byebye most of win_res.rc; hello a whole
new load of control-creation functions in windlg.c. Also, now that
we're creating the tab control at runtime, we can check to see if it
succeeded and use an alternative if so. This _should_ enable the
config box to work on Win32s, although at the time of checkin that's
untested.

git-svn-id: svn://svn.tartarus.org/sgt/putty@673 cda61777-01e9-0310-a592-d414129be87e

23 years agoRemove /DWIN32S_COMPAT by detecting presence of GetSystemPowerStatus at
simon [Thu, 5 Oct 2000 16:48:37 +0000 (16:48 +0000)]
Remove /DWIN32S_COMPAT by detecting presence of GetSystemPowerStatus at
runtime using GetProcAddress

git-svn-id: svn://svn.tartarus.org/sgt/putty@672 cda61777-01e9-0310-a592-d414129be87e

23 years agoWe now honour the PLINK_PROTOCOL environment variable if it's set.
simon [Thu, 5 Oct 2000 12:15:22 +0000 (12:15 +0000)]
We now honour the PLINK_PROTOCOL environment variable if it's set.
Also we are able to notice when a backend is instantly sendok(),
rather than waiting until after the first successful socket read.
(This was zogging raw connections. They're still slightly zogged but
not as badly as they were.)

git-svn-id: svn://svn.tartarus.org/sgt/putty@671 cda61777-01e9-0310-a592-d414129be87e

23 years agoEnable protocol prefix on [user@]host argument in Plink
simon [Wed, 4 Oct 2000 14:35:31 +0000 (14:35 +0000)]
Enable protocol prefix on [user@]host argument in Plink

git-svn-id: svn://svn.tartarus.org/sgt/putty@670 cda61777-01e9-0310-a592-d414129be87e

23 years agoStore default port number in each back end
simon [Wed, 4 Oct 2000 14:35:15 +0000 (14:35 +0000)]
Store default port number in each back end

git-svn-id: svn://svn.tartarus.org/sgt/putty@669 cda61777-01e9-0310-a592-d414129be87e

23 years agoPlink now honours the Default Settings protocol and supports -l for username.
simon [Wed, 4 Oct 2000 14:13:17 +0000 (14:13 +0000)]
Plink now honours the Default Settings protocol and supports -l for username.
Also removed a diagnostic which had got in by mistake.

git-svn-id: svn://svn.tartarus.org/sgt/putty@668 cda61777-01e9-0310-a592-d414129be87e

23 years agoFix a typo; thanks to Al Sutton
simon [Wed, 4 Oct 2000 10:02:25 +0000 (10:02 +0000)]
Fix a typo; thanks to Al Sutton

git-svn-id: svn://svn.tartarus.org/sgt/putty@667 cda61777-01e9-0310-a592-d414129be87e

23 years agoWork around DSA formatting bug in commercial-SSH 2.0.13
simon [Tue, 3 Oct 2000 09:05:56 +0000 (09:05 +0000)]
Work around DSA formatting bug in commercial-SSH 2.0.13

git-svn-id: svn://svn.tartarus.org/sgt/putty@665 cda61777-01e9-0310-a592-d414129be87e

23 years agoAbility to specify a remote command in PuTTY proper
simon [Mon, 2 Oct 2000 15:22:41 +0000 (15:22 +0000)]
Ability to specify a remote command in PuTTY proper

git-svn-id: svn://svn.tartarus.org/sgt/putty@664 cda61777-01e9-0310-a592-d414129be87e

23 years agoMake the new test suite's comment more accurate :-)
simon [Mon, 2 Oct 2000 13:57:41 +0000 (13:57 +0000)]
Make the new test suite's comment more accurate :-)

git-svn-id: svn://svn.tartarus.org/sgt/putty@663 cda61777-01e9-0310-a592-d414129be87e

23 years agoLocal remove of first key in list wasn't working
simon [Mon, 2 Oct 2000 12:38:12 +0000 (12:38 +0000)]
Local remove of first key in list wasn't working

git-svn-id: svn://svn.tartarus.org/sgt/putty@662 cda61777-01e9-0310-a592-d414129be87e

23 years agoAdd ability to configure the initial window title
simon [Mon, 2 Oct 2000 12:24:58 +0000 (12:24 +0000)]
Add ability to configure the initial window title

git-svn-id: svn://svn.tartarus.org/sgt/putty@661 cda61777-01e9-0310-a592-d414129be87e

23 years agoDeletion case 2c can shift the root; case 3b is not the only case that
simon [Mon, 2 Oct 2000 11:47:30 +0000 (11:47 +0000)]
Deletion case 2c can shift the root; case 3b is not the only case that
can do that. The bad case happens when you have a root node containing
only one actual element, and its two child nodes have only one element
each, and you try to delete the element in the root.

git-svn-id: svn://svn.tartarus.org/sgt/putty@660 cda61777-01e9-0310-a592-d414129be87e

23 years agoAdd trailing newline in tree234.h
simon [Mon, 2 Oct 2000 11:47:30 +0000 (11:47 +0000)]
Add trailing newline in tree234.h

git-svn-id: svn://svn.tartarus.org/sgt/putty@659 cda61777-01e9-0310-a592-d414129be87e

23 years agoShiny new test harness for the 2-3-4 tree
simon [Mon, 2 Oct 2000 11:46:10 +0000 (11:46 +0000)]
Shiny new test harness for the 2-3-4 tree

git-svn-id: svn://svn.tartarus.org/sgt/putty@658 cda61777-01e9-0310-a592-d414129be87e

23 years agoFurther restructuring
simon [Fri, 29 Sep 2000 15:56:33 +0000 (15:56 +0000)]
Further restructuring

git-svn-id: svn://svn.tartarus.org/sgt/putty@657 cda61777-01e9-0310-a592-d414129be87e

23 years agoFix ssh2 after the rev 1.54 [r649] reorg broke it
simon [Fri, 29 Sep 2000 15:53:59 +0000 (15:53 +0000)]
Fix ssh2 after the rev 1.54 [r649] reorg broke it

git-svn-id: svn://svn.tartarus.org/sgt/putty@656 cda61777-01e9-0310-a592-d414129be87e

23 years agoMake sure a locally entered login name still comes up in the pw prompt
simon [Fri, 29 Sep 2000 12:04:42 +0000 (12:04 +0000)]
Make sure a locally entered login name still comes up in the pw prompt

git-svn-id: svn://svn.tartarus.org/sgt/putty@653 cda61777-01e9-0310-a592-d414129be87e

23 years agoOops - remove ugly debugging test pattern in cursor
simon [Fri, 29 Sep 2000 12:04:27 +0000 (12:04 +0000)]
Oops - remove ugly debugging test pattern in cursor

git-svn-id: svn://svn.tartarus.org/sgt/putty@652 cda61777-01e9-0310-a592-d414129be87e

23 years agoTry to improve the caret usage
simon [Fri, 29 Sep 2000 10:32:07 +0000 (10:32 +0000)]
Try to improve the caret usage

git-svn-id: svn://svn.tartarus.org/sgt/putty@651 cda61777-01e9-0310-a592-d414129be87e

23 years agoAdd -pw and -P options, and usage/version message, to plink
simon [Fri, 29 Sep 2000 08:56:30 +0000 (08:56 +0000)]
Add -pw and -P options, and usage/version message, to plink

git-svn-id: svn://svn.tartarus.org/sgt/putty@650 cda61777-01e9-0310-a592-d414129be87e

23 years agoMinor restructuring to ssh.c in preparation for portability drive
simon [Fri, 29 Sep 2000 08:43:47 +0000 (08:43 +0000)]
Minor restructuring to ssh.c in preparation for portability drive

git-svn-id: svn://svn.tartarus.org/sgt/putty@649 cda61777-01e9-0310-a592-d414129be87e

23 years agoAdd the About and Licence boxes to Pageant
simon [Fri, 29 Sep 2000 08:43:06 +0000 (08:43 +0000)]
Add the About and Licence boxes to Pageant

git-svn-id: svn://svn.tartarus.org/sgt/putty@648 cda61777-01e9-0310-a592-d414129be87e

23 years agoFix a very old bug nobody ever noticed: multiple About boxes :-)
simon [Fri, 29 Sep 2000 08:42:55 +0000 (08:42 +0000)]
Fix a very old bug nobody ever noticed: multiple About boxes :-)

git-svn-id: svn://svn.tartarus.org/sgt/putty@647 cda61777-01e9-0310-a592-d414129be87e

23 years agoDSS key format string was missing some commas
simon [Thu, 28 Sep 2000 11:05:43 +0000 (11:05 +0000)]
DSS key format string was missing some commas

git-svn-id: svn://svn.tartarus.org/sgt/putty@646 cda61777-01e9-0310-a592-d414129be87e

23 years agoKeep parent pointers valid during deletion
simon [Thu, 28 Sep 2000 09:48:49 +0000 (09:48 +0000)]
Keep parent pointers valid during deletion

git-svn-id: svn://svn.tartarus.org/sgt/putty@645 cda61777-01e9-0310-a592-d414129be87e

23 years agoRemove some spurious #includes
simon [Thu, 28 Sep 2000 08:37:10 +0000 (08:37 +0000)]
Remove some spurious #includes

git-svn-id: svn://svn.tartarus.org/sgt/putty@644 cda61777-01e9-0310-a592-d414129be87e

23 years agoWhile we're doing a hostkey reorg, store port numbers as well
simon [Thu, 28 Sep 2000 08:37:10 +0000 (08:37 +0000)]
While we're doing a hostkey reorg, store port numbers as well

git-svn-id: svn://svn.tartarus.org/sgt/putty@643 cda61777-01e9-0310-a592-d414129be87e

23 years agoFix small compilation problem in Pageant
simon [Thu, 28 Sep 2000 08:35:20 +0000 (08:35 +0000)]
Fix small compilation problem in Pageant

git-svn-id: svn://svn.tartarus.org/sgt/putty@642 cda61777-01e9-0310-a592-d414129be87e

23 years agoRemove unnecessary DSS bit
simon [Wed, 27 Sep 2000 16:44:00 +0000 (16:44 +0000)]
Remove unnecessary DSS bit

git-svn-id: svn://svn.tartarus.org/sgt/putty@641 cda61777-01e9-0310-a592-d414129be87e

23 years agoFinish creating the storage.h abstraction and winstore.c implementation
simon [Wed, 27 Sep 2000 16:21:52 +0000 (16:21 +0000)]
Finish creating the storage.h abstraction and winstore.c implementation

git-svn-id: svn://svn.tartarus.org/sgt/putty@640 cda61777-01e9-0310-a592-d414129be87e

23 years agoRationalised host key storage. Also started code reorg: persistent-state
simon [Wed, 27 Sep 2000 15:21:04 +0000 (15:21 +0000)]
Rationalised host key storage. Also started code reorg: persistent-state
routines have been moved out into a replaceable module winstore.c.

git-svn-id: svn://svn.tartarus.org/sgt/putty@639 cda61777-01e9-0310-a592-d414129be87e

23 years agoRemove the special hooks in ssh.c for pscp. pscp now uses the standard
simon [Wed, 27 Sep 2000 09:36:39 +0000 (09:36 +0000)]
Remove the special hooks in ssh.c for pscp. pscp now uses the standard
interface to the outside of the ssh module. This means pscp now works
without change in SSH2.

git-svn-id: svn://svn.tartarus.org/sgt/putty@638 cda61777-01e9-0310-a592-d414129be87e

23 years agoImplement OpenSSH-compatible RSA key fingerprints and use them throughout
simon [Tue, 26 Sep 2000 14:26:21 +0000 (14:26 +0000)]
Implement OpenSSH-compatible RSA key fingerprints and use them throughout

git-svn-id: svn://svn.tartarus.org/sgt/putty@637 cda61777-01e9-0310-a592-d414129be87e

23 years agoOops - free the key after removing it!
simon [Tue, 26 Sep 2000 13:31:15 +0000 (13:31 +0000)]
Oops - free the key after removing it!

git-svn-id: svn://svn.tartarus.org/sgt/putty@636 cda61777-01e9-0310-a592-d414129be87e

23 years agoRemote addition and removal of keys in Pageant
simon [Tue, 26 Sep 2000 13:18:43 +0000 (13:18 +0000)]
Remote addition and removal of keys in Pageant

git-svn-id: svn://svn.tartarus.org/sgt/putty@635 cda61777-01e9-0310-a592-d414129be87e

23 years agoAccelerators and wording change in Pageant systray menu
simon [Tue, 26 Sep 2000 12:54:43 +0000 (12:54 +0000)]
Accelerators and wording change in Pageant systray menu

git-svn-id: svn://svn.tartarus.org/sgt/putty@634 cda61777-01e9-0310-a592-d414129be87e

23 years agoFix a segfault in agent forwarding code
simon [Tue, 26 Sep 2000 11:16:47 +0000 (11:16 +0000)]
Fix a segfault in agent forwarding code

git-svn-id: svn://svn.tartarus.org/sgt/putty@633 cda61777-01e9-0310-a592-d414129be87e

23 years agoFix tree corruption in the "really easy" case on deletion
simon [Tue, 26 Sep 2000 11:16:33 +0000 (11:16 +0000)]
Fix tree corruption in the "really easy" case on deletion

git-svn-id: svn://svn.tartarus.org/sgt/putty@632 cda61777-01e9-0310-a592-d414129be87e

23 years agoThe "Authenticated using key from agent" message is a verbose-only one
simon [Tue, 26 Sep 2000 10:06:05 +0000 (10:06 +0000)]
The "Authenticated using key from agent" message is a verbose-only one

git-svn-id: svn://svn.tartarus.org/sgt/putty@631 cda61777-01e9-0310-a592-d414129be87e

23 years agoFix a small bug in 2-3-4 tree enumeration
simon [Tue, 26 Sep 2000 10:05:48 +0000 (10:05 +0000)]
Fix a small bug in 2-3-4 tree enumeration

git-svn-id: svn://svn.tartarus.org/sgt/putty@630 cda61777-01e9-0310-a592-d414129be87e

23 years agoPageant should now not fail for lack of security APIs on 95-type platforms
simon [Tue, 26 Sep 2000 09:22:40 +0000 (09:22 +0000)]
Pageant should now not fail for lack of security APIs on 95-type platforms

git-svn-id: svn://svn.tartarus.org/sgt/putty@629 cda61777-01e9-0310-a592-d414129be87e

23 years agoOops - puttytel now needs a stub random_destroy_seed() to compile
simon [Mon, 25 Sep 2000 16:25:12 +0000 (16:25 +0000)]
Oops - puttytel now needs a stub random_destroy_seed() to compile

git-svn-id: svn://svn.tartarus.org/sgt/putty@628 cda61777-01e9-0310-a592-d414129be87e

23 years agoAdd an invisible System Caret for blind-helper-software to track
simon [Mon, 25 Sep 2000 16:17:53 +0000 (16:17 +0000)]
Add an invisible System Caret for blind-helper-software to track

git-svn-id: svn://svn.tartarus.org/sgt/putty@627 cda61777-01e9-0310-a592-d414129be87e

23 years agoImplement "putty -cleanup"
simon [Mon, 25 Sep 2000 15:47:57 +0000 (15:47 +0000)]
Implement "putty -cleanup"

git-svn-id: svn://svn.tartarus.org/sgt/putty@626 cda61777-01e9-0310-a592-d414129be87e

23 years agoRobert de Bath has a better alternative to revs 1.47/48 [r582,r583];
simon [Mon, 25 Sep 2000 11:11:46 +0000 (11:11 +0000)]
Robert de Bath has a better alternative to revs 1.47/48 [r582,r583];
back out those changes and commit the simpler version

git-svn-id: svn://svn.tartarus.org/sgt/putty@625 cda61777-01e9-0310-a592-d414129be87e

23 years agoPageant now detects if it is already running and refuses to start if so
simon [Mon, 25 Sep 2000 10:56:56 +0000 (10:56 +0000)]
Pageant now detects if it is already running and refuses to start if so

git-svn-id: svn://svn.tartarus.org/sgt/putty@624 cda61777-01e9-0310-a592-d414129be87e

23 years agoPageant now allows filenames with spaces on cmdline. Thanks to Brian Coogan
simon [Mon, 25 Sep 2000 10:55:00 +0000 (10:55 +0000)]
Pageant now allows filenames with spaces on cmdline. Thanks to Brian Coogan

git-svn-id: svn://svn.tartarus.org/sgt/putty@623 cda61777-01e9-0310-a592-d414129be87e

23 years agoDouble-clicking on the Pageant systray icon now brings up the key list
simon [Mon, 25 Sep 2000 10:50:54 +0000 (10:50 +0000)]
Double-clicking on the Pageant systray icon now brings up the key list

git-svn-id: svn://svn.tartarus.org/sgt/putty@622 cda61777-01e9-0310-a592-d414129be87e

23 years agoRationalise ordering of authentication operations. Still some work to do,
simon [Mon, 25 Sep 2000 10:14:53 +0000 (10:14 +0000)]
Rationalise ordering of authentication operations. Still some work to do,
but at least pscp no longer hangs when prompting for a passphrase

git-svn-id: svn://svn.tartarus.org/sgt/putty@621 cda61777-01e9-0310-a592-d414129be87e

23 years agoEnable PuTTY command line to deal with "user@host" format
simon [Mon, 25 Sep 2000 09:27:26 +0000 (09:27 +0000)]
Enable PuTTY command line to deal with "user@host" format

git-svn-id: svn://svn.tartarus.org/sgt/putty@620 cda61777-01e9-0310-a592-d414129be87e

23 years agoEnable copying the Event Log
simon [Fri, 22 Sep 2000 14:46:26 +0000 (14:46 +0000)]
Enable copying the Event Log

git-svn-id: svn://svn.tartarus.org/sgt/putty@619 cda61777-01e9-0310-a592-d414129be87e

23 years agoMake the Event Log scroll down when more things appear on it
simon [Fri, 22 Sep 2000 14:24:27 +0000 (14:24 +0000)]
Make the Event Log scroll down when more things appear on it

git-svn-id: svn://svn.tartarus.org/sgt/putty@618 cda61777-01e9-0310-a592-d414129be87e

23 years agoAvoid rapid-fire resize events during NT opaque drags
simon [Fri, 22 Sep 2000 14:10:58 +0000 (14:10 +0000)]
Avoid rapid-fire resize events during NT opaque drags

git-svn-id: svn://svn.tartarus.org/sgt/putty@617 cda61777-01e9-0310-a592-d414129be87e

23 years agoEveryone's favourite trivial change: Shift-Ins now pastes
simon [Fri, 22 Sep 2000 13:23:35 +0000 (13:23 +0000)]
Everyone's favourite trivial change: Shift-Ins now pastes

git-svn-id: svn://svn.tartarus.org/sgt/putty@616 cda61777-01e9-0310-a592-d414129be87e

23 years agoEnable better build-time flexibility over which WinSock to include
simon [Fri, 22 Sep 2000 13:16:49 +0000 (13:16 +0000)]
Enable better build-time flexibility over which WinSock to include

git-svn-id: svn://svn.tartarus.org/sgt/putty@615 cda61777-01e9-0310-a592-d414129be87e

23 years agoBug fix: line discipline selection is not enabled until after ssh
simon [Fri, 22 Sep 2000 13:10:19 +0000 (13:10 +0000)]
Bug fix: line discipline selection is not enabled until after ssh
authentication phase to stop user/password prompts behaving oddly

git-svn-id: svn://svn.tartarus.org/sgt/putty@614 cda61777-01e9-0310-a592-d414129be87e

23 years agoPrevent network errors from summarily closing the window when CoE is off
simon [Fri, 22 Sep 2000 11:04:57 +0000 (11:04 +0000)]
Prevent network errors from summarily closing the window when CoE is off

git-svn-id: svn://svn.tartarus.org/sgt/putty@613 cda61777-01e9-0310-a592-d414129be87e

23 years agoNum Lock shouldn't send anything in non-app-keypad mode
simon [Fri, 22 Sep 2000 09:49:34 +0000 (09:49 +0000)]
Num Lock shouldn't send anything in non-app-keypad mode

git-svn-id: svn://svn.tartarus.org/sgt/putty@612 cda61777-01e9-0310-a592-d414129be87e

23 years agoClosing the About box now returns focus to the config box, and likewise
simon [Fri, 22 Sep 2000 09:38:35 +0000 (09:38 +0000)]
Closing the About box now returns focus to the config box, and likewise
closing the Licence box returns focus to the About box

git-svn-id: svn://svn.tartarus.org/sgt/putty@611 cda61777-01e9-0310-a592-d414129be87e

23 years agoSaved-session name box now persists over panel switches
simon [Fri, 22 Sep 2000 09:35:06 +0000 (09:35 +0000)]
Saved-session name box now persists over panel switches

git-svn-id: svn://svn.tartarus.org/sgt/putty@610 cda61777-01e9-0310-a592-d414129be87e

23 years agoWork around the missing underline in some fonts
simon [Fri, 22 Sep 2000 09:30:11 +0000 (09:30 +0000)]
Work around the missing underline in some fonts

git-svn-id: svn://svn.tartarus.org/sgt/putty@609 cda61777-01e9-0310-a592-d414129be87e

23 years agoMiscellaneous ssh2 fixes. plink is now relatively sane
simon [Thu, 21 Sep 2000 14:34:32 +0000 (14:34 +0000)]
Miscellaneous ssh2 fixes. plink is now relatively sane

git-svn-id: svn://svn.tartarus.org/sgt/putty@608 cda61777-01e9-0310-a592-d414129be87e

23 years agoFix Blowfish-with-SSH2 combination, and enable user cipher
simon [Wed, 20 Sep 2000 15:15:02 +0000 (15:15 +0000)]
Fix Blowfish-with-SSH2 combination, and enable user cipher
selection for SSH2

git-svn-id: svn://svn.tartarus.org/sgt/putty@606 cda61777-01e9-0310-a592-d414129be87e

23 years agoRemove a spurious WS_GROUP
simon [Wed, 20 Sep 2000 14:58:26 +0000 (14:58 +0000)]
Remove a spurious WS_GROUP

git-svn-id: svn://svn.tartarus.org/sgt/putty@605 cda61777-01e9-0310-a592-d414129be87e

23 years agoSSH2 is now more plausible - window sizes listened to, basic non-crashing
simon [Wed, 20 Sep 2000 14:29:52 +0000 (14:29 +0000)]
SSH2 is now more plausible - window sizes listened to, basic non-crashing

git-svn-id: svn://svn.tartarus.org/sgt/putty@604 cda61777-01e9-0310-a592-d414129be87e

23 years agoEnsure backend netevent handlers are never reentered -
simon [Wed, 20 Sep 2000 11:40:23 +0000 (11:40 +0000)]
Ensure backend netevent handlers are never reentered -
fixes many strange problems with the ssh.c coroutines

git-svn-id: svn://svn.tartarus.org/sgt/putty@603 cda61777-01e9-0310-a592-d414129be87e

23 years agoA couple of SSH2 fixes
simon [Wed, 20 Sep 2000 10:59:24 +0000 (10:59 +0000)]
A couple of SSH2 fixes

git-svn-id: svn://svn.tartarus.org/sgt/putty@602 cda61777-01e9-0310-a592-d414129be87e

23 years agoImproved means of IPC between agent and PuTTY
simon [Tue, 19 Sep 2000 16:29:28 +0000 (16:29 +0000)]
Improved means of IPC between agent and PuTTY

git-svn-id: svn://svn.tartarus.org/sgt/putty@601 cda61777-01e9-0310-a592-d414129be87e

23 years agoFix Jacob's fix for mingw32 resource compiler so that it _only_ happens
simon [Tue, 19 Sep 2000 08:24:51 +0000 (08:24 +0000)]
Fix Jacob's fix for mingw32 resource compiler so that it _only_ happens
when using the mingw32 resource compiler!

git-svn-id: svn://svn.tartarus.org/sgt/putty@600 cda61777-01e9-0310-a592-d414129be87e

23 years agoJacob Nevins provided this workaround for a bug in mingw32's resource
simon [Sun, 17 Sep 2000 07:30:56 +0000 (07:30 +0000)]
Jacob Nevins provided this workaround for a bug in mingw32's resource
compiler

git-svn-id: svn://svn.tartarus.org/sgt/putty@599 cda61777-01e9-0310-a592-d414129be87e

23 years agoLars Gunnarsson's GUI interface changes
simon [Fri, 15 Sep 2000 15:54:04 +0000 (15:54 +0000)]
Lars Gunnarsson's GUI interface changes

git-svn-id: svn://svn.tartarus.org/sgt/putty@598 cda61777-01e9-0310-a592-d414129be87e

23 years agoConfiguration option for agent forwarding
simon [Fri, 15 Sep 2000 11:26:18 +0000 (11:26 +0000)]
Configuration option for agent forwarding

git-svn-id: svn://svn.tartarus.org/sgt/putty@597 cda61777-01e9-0310-a592-d414129be87e

23 years agoRationalise accelerators in dialog boxes
simon [Fri, 15 Sep 2000 11:17:31 +0000 (11:17 +0000)]
Rationalise accelerators in dialog boxes

git-svn-id: svn://svn.tartarus.org/sgt/putty@596 cda61777-01e9-0310-a592-d414129be87e

23 years agoA couple of small cleanups
simon [Fri, 15 Sep 2000 10:57:15 +0000 (10:57 +0000)]
A couple of small cleanups

git-svn-id: svn://svn.tartarus.org/sgt/putty@595 cda61777-01e9-0310-a592-d414129be87e

23 years agoDelete should be void not void *; also use correct compare fn in find.
simon [Fri, 15 Sep 2000 10:48:42 +0000 (10:48 +0000)]
Delete should be void not void *; also use correct compare fn in find.

git-svn-id: svn://svn.tartarus.org/sgt/putty@594 cda61777-01e9-0310-a592-d414129be87e

23 years agoDelete should be void not void *.
simon [Fri, 15 Sep 2000 10:48:42 +0000 (10:48 +0000)]
Delete should be void not void *.

git-svn-id: svn://svn.tartarus.org/sgt/putty@593 cda61777-01e9-0310-a592-d414129be87e

23 years agoPageant now accepts an initial key list on the command line
simon [Fri, 15 Sep 2000 10:48:42 +0000 (10:48 +0000)]
Pageant now accepts an initial key list on the command line

git-svn-id: svn://svn.tartarus.org/sgt/putty@592 cda61777-01e9-0310-a592-d414129be87e

23 years agoSource form of win_res.rc
simon [Thu, 14 Sep 2000 15:04:05 +0000 (15:04 +0000)]
Source form of win_res.rc

git-svn-id: svn://svn.tartarus.org/sgt/putty@591 cda61777-01e9-0310-a592-d414129be87e

23 years ago2-3-4 tree routines
simon [Thu, 14 Sep 2000 15:02:50 +0000 (15:02 +0000)]
2-3-4 tree routines

git-svn-id: svn://svn.tartarus.org/sgt/putty@590 cda61777-01e9-0310-a592-d414129be87e

23 years agoAdded Pageant, a first-attempt PuTTY authentication agent
simon [Thu, 14 Sep 2000 15:02:50 +0000 (15:02 +0000)]
Added Pageant, a first-attempt PuTTY authentication agent

git-svn-id: svn://svn.tartarus.org/sgt/putty@589 cda61777-01e9-0310-a592-d414129be87e

23 years agoHeader file for 2-3-4 tree routines
simon [Thu, 14 Sep 2000 15:02:50 +0000 (15:02 +0000)]
Header file for 2-3-4 tree routines

git-svn-id: svn://svn.tartarus.org/sgt/putty@588 cda61777-01e9-0310-a592-d414129be87e

23 years agoAdd CryptoCard authentication
simon [Tue, 12 Sep 2000 08:44:30 +0000 (08:44 +0000)]
Add CryptoCard authentication

git-svn-id: svn://svn.tartarus.org/sgt/putty@587 cda61777-01e9-0310-a592-d414129be87e