1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00
Commit Graph

6536 Commits

Author SHA1 Message Date
Simon Tatham
815e2be208 Fix small compilation problem in Pageant
[originally from svn r642]
2000-09-28 08:35:20 +00:00
Simon Tatham
48795b5896 Remove unnecessary DSS bit
[originally from svn r641]
2000-09-27 16:44:00 +00:00
Simon Tatham
5b2b3de044 Finish creating the storage.h abstraction and winstore.c implementation
[originally from svn r640]
2000-09-27 16:21:52 +00:00
Simon Tatham
aad0a52dfb Rationalised host key storage. Also started code reorg: persistent-state
routines have been moved out into a replaceable module winstore.c.

[originally from svn r639]
2000-09-27 15:21:04 +00:00
Simon Tatham
0fed43e9f4 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.

[originally from svn r638]
2000-09-27 09:36:39 +00:00
Simon Tatham
355cdbd5e8 Implement OpenSSH-compatible RSA key fingerprints and use them throughout
[originally from svn r637]
2000-09-26 14:26:21 +00:00
Simon Tatham
3312fd2933 Oops - free the key after removing it!
[originally from svn r636]
2000-09-26 13:31:15 +00:00
Simon Tatham
d6d53f4ae9 Remote addition and removal of keys in Pageant
[originally from svn r635]
2000-09-26 13:18:43 +00:00
Simon Tatham
99dc6ef4f7 Accelerators and wording change in Pageant systray menu
[originally from svn r634]
2000-09-26 12:54:43 +00:00
Simon Tatham
ab839c6127 Fix a segfault in agent forwarding code
[originally from svn r633]
2000-09-26 11:16:47 +00:00
Simon Tatham
c9557bfc40 Fix tree corruption in the "really easy" case on deletion
[originally from svn r632]
2000-09-26 11:16:33 +00:00
Simon Tatham
3e4619b479 The "Authenticated using key from agent" message is a verbose-only one
[originally from svn r631]
2000-09-26 10:06:05 +00:00
Simon Tatham
2c76bd5b3a Fix a small bug in 2-3-4 tree enumeration
[originally from svn r630]
2000-09-26 10:05:48 +00:00
Simon Tatham
5b20c5b8ce Pageant should now not fail for lack of security APIs on 95-type platforms
[originally from svn r629]
2000-09-26 09:22:40 +00:00
Simon Tatham
1aa92869c0 Oops - puttytel now needs a stub random_destroy_seed() to compile
[originally from svn r628]
2000-09-25 16:25:12 +00:00
Simon Tatham
4f3def030a Add an invisible System Caret for blind-helper-software to track
[originally from svn r627]
2000-09-25 16:17:53 +00:00
Simon Tatham
f80f9d4299 Implement "putty -cleanup"
[originally from svn r626]
2000-09-25 15:47:57 +00:00
Simon Tatham
0fb760b16d Robert de Bath has a better alternative to revs 1.47/48 [r582,r583];
back out those changes and commit the simpler version

[originally from svn r625]
[r582 == 147fca411c]
[r583 == 22f91a3604]
2000-09-25 11:11:46 +00:00
Simon Tatham
1dc5147efb Pageant now detects if it is already running and refuses to start if so
[originally from svn r624]
2000-09-25 10:56:56 +00:00
Simon Tatham
603619cbfe Pageant now allows filenames with spaces on cmdline. Thanks to Brian Coogan
[originally from svn r623]
2000-09-25 10:55:00 +00:00
Simon Tatham
fa5a243407 Double-clicking on the Pageant systray icon now brings up the key list
[originally from svn r622]
2000-09-25 10:50:54 +00:00
Simon Tatham
673f2e48a7 Rationalise ordering of authentication operations. Still some work to do,
but at least pscp no longer hangs when prompting for a passphrase

[originally from svn r621]
2000-09-25 10:14:53 +00:00
Simon Tatham
117fd9affc Enable PuTTY command line to deal with "user@host" format
[originally from svn r620]
2000-09-25 09:27:26 +00:00
Simon Tatham
cbdd9b3ac5 Enable copying the Event Log
[originally from svn r619]
2000-09-22 14:46:26 +00:00
Simon Tatham
ddbc120725 Make the Event Log scroll down when more things appear on it
[originally from svn r618]
2000-09-22 14:24:27 +00:00
Simon Tatham
6522c357fc Avoid rapid-fire resize events during NT opaque drags
[originally from svn r617]
2000-09-22 14:10:58 +00:00
Simon Tatham
196d42f89c Everyone's favourite trivial change: Shift-Ins now pastes
[originally from svn r616]
2000-09-22 13:23:35 +00:00
Simon Tatham
e70425dda6 Enable better build-time flexibility over which WinSock to include
[originally from svn r615]
2000-09-22 13:16:49 +00:00
Simon Tatham
c0ac8ab9b4 Bug fix: line discipline selection is not enabled until after ssh
authentication phase to stop user/password prompts behaving oddly

[originally from svn r614]
2000-09-22 13:10:19 +00:00
Simon Tatham
e5ef37f3f5 Prevent network errors from summarily closing the window when CoE is off
[originally from svn r613]
2000-09-22 11:04:57 +00:00
Simon Tatham
985207d4a9 Num Lock shouldn't send anything in non-app-keypad mode
[originally from svn r612]
2000-09-22 09:49:34 +00:00
Simon Tatham
c89ca570fe Closing the About box now returns focus to the config box, and likewise
closing the Licence box returns focus to the About box

[originally from svn r611]
2000-09-22 09:38:35 +00:00
Simon Tatham
c320531909 Saved-session name box now persists over panel switches
[originally from svn r610]
2000-09-22 09:35:06 +00:00
Simon Tatham
60b9871947 Work around the missing underline in some fonts
[originally from svn r609]
2000-09-22 09:30:11 +00:00
Simon Tatham
180b62b6b0 Miscellaneous ssh2 fixes. plink is now relatively sane
[originally from svn r608]
2000-09-21 14:34:32 +00:00
Simon Tatham
ea8d61f2d9 Fix Blowfish-with-SSH2 combination, and enable user cipher
selection for SSH2

[originally from svn r606]
2000-09-20 15:15:02 +00:00
Simon Tatham
9291dfc7c5 Remove a spurious WS_GROUP
[originally from svn r605]
2000-09-20 14:58:26 +00:00
Simon Tatham
c410c7c44c SSH2 is now more plausible - window sizes listened to, basic non-crashing
[originally from svn r604]
2000-09-20 14:29:52 +00:00
Simon Tatham
b18de5b924 Ensure backend netevent handlers are never reentered -
fixes many strange problems with the ssh.c coroutines

[originally from svn r603]
2000-09-20 11:40:23 +00:00
Simon Tatham
774110ee94 A couple of SSH2 fixes
[originally from svn r602]
2000-09-20 10:59:24 +00:00
Simon Tatham
0e67e1b291 Improved means of IPC between agent and PuTTY
[originally from svn r601]
2000-09-19 16:29:28 +00:00
Simon Tatham
9119c6e02f Fix Jacob's fix for mingw32 resource compiler so that it _only_ happens
when using the mingw32 resource compiler!

[originally from svn r600]
2000-09-19 08:24:51 +00:00
Simon Tatham
1c948beb32 Jacob Nevins provided this workaround for a bug in mingw32's resource
compiler

[originally from svn r599]
2000-09-17 07:30:56 +00:00
Simon Tatham
98d40b56fe Lars Gunnarsson's GUI interface changes
[originally from svn r598]
2000-09-15 15:54:04 +00:00
Simon Tatham
f8be19a08b Configuration option for agent forwarding
[originally from svn r597]
2000-09-15 11:26:18 +00:00
Simon Tatham
2cbed87ad1 Rationalise accelerators in dialog boxes
[originally from svn r596]
2000-09-15 11:17:31 +00:00
Simon Tatham
a97b390d96 A couple of small cleanups
[originally from svn r595]
2000-09-15 10:57:15 +00:00
Simon Tatham
74a50d2d55 Delete should be void not void *; also use correct compare fn in find.
[originally from svn r594]
2000-09-15 10:48:42 +00:00
Simon Tatham
1ff320c8b2 Delete should be void not void *.
[originally from svn r593]
2000-09-15 10:48:42 +00:00
Simon Tatham
c96384efe0 Pageant now accepts an initial key list on the command line
[originally from svn r592]
2000-09-15 10:48:42 +00:00