Yet another possible segfault path in the backends fixed. I don't
[u/mdw/putty] / ssh.c
2001-07-31 simonYet another possible segfault path in the backends...
2001-05-13 simonPlacate gcc's `-Wall' warnings.
2001-05-13 simonControl characters are now allowed as part of the passw...
2001-05-13 simonAttempt to report the error condition right when an...
2001-05-09 simon`realhost', passed back from all the backend init funct...
2001-05-06 simonRun entire source base through GNU indent to tidy up...
2001-04-28 simonDebugging improvements. Started using Dave Hinton's...
2001-04-28 simonFix completely stupid agent_exists test. (Hint to self...
2001-04-28 simonAdd some fflushes to make it easier for piped programs...
2001-04-17 simonHaving now compiled the last few days' changes with...
2001-04-16 simonReplace PuTTY's 2-3-4 tree implementation with the...
2001-04-16 simonPageant interface changes. You can now do `pageant...
2001-04-16 simonLog the text message in SSH_MSG_DISCONNECT (both protoc...
2001-04-16 simonAfter we fall back to 3DES, double-check the server...
2001-04-11 simonExperimental checkin to see if we can prevent multiple...
2001-03-29 simonFix the detect_bugs routine, which was failing to find...
2001-03-23 simonFix the SSH protocol version exchange, which had a...
2001-03-22 simonRemove the length limit on protocol version strings...
2001-03-19 simonPlink in noninteractive-script mode should not show...
2001-03-19 simonAdd Norman Brandinger's suggested `-m' option in plink...
2001-03-16 simonSSH2 channel fix: received WINDOW_ADJUSTs were always...
2001-03-16 simonCorrect handling of SSH1 protocol flags, in particular
2001-03-15 simonAdd support for SSH2 userauth banners. We currently...
2001-03-15 simonAt long last: PuTTY will now report its version to...
2001-03-15 simonFix a few trivial compiler warnings
2001-03-15 simonBit more robustness when talking to Pageant
2001-03-15 simonOops - don't invent an X authorisation when doing agent...
2001-03-15 simonFix a segfault on abrupt X connection shutdown.
2001-03-13 simonDave Hinton's modifications to the network layer interf...
2001-03-12 simonssh_get_password has become ssh_get_line, so it can...
2001-03-12 simonZero length passwords no longer cause an assertion...
2001-03-10 simonAdd support for using Diffie-Hellman with short exponen...
2001-03-08 simonHaving introduced a new function into the SSH2 compress...
2001-03-06 simonIntroduce the ability to distinguish remote SSH impleme...
2001-03-06 simonUpdate a couple of messages to be clearer to users...
2001-03-05 simonMake the SSH2 traffic analysis defence robust in the...
2001-03-05 simonFurther traffic analysis defences
2001-03-03 simonImplement OpenSSH's private agent forwarding extension...
2001-03-03 simonRemove a spurious \r\n from an Event Log message
2001-03-03 simonSSH2 can now use Pageant to obtain keys from
2001-03-03 simonThe authentication diagnostics in SSH2 should now be...
2001-03-03 simonPreliminary support for RSA user authentication in...
2001-03-02 simonAdded support for RSA host keys (not user keys yet)
2001-03-02 simonSupport for selecting AES from the GUI. In the process...
2001-03-02 simonAdd AES support in SSH2. Not yet complete: there's...
2001-03-01 simonDiffie-Hellman group exchange in SSH2. Currently #ifdef...
2001-03-01 simonRemove the last lingering knowledge, outside sshbn...
2001-02-24 simonpsftp now works as part of the PuTTY suite
2001-02-23 simonAdd a traffic analysis defence to SSH2 password authent...
2001-02-20 simonAttempt to fix the remaining key re-exchange bug
2001-02-01 simonYet another attempt at OOB handling in the network...
2001-01-29 simonPrevent duplicate sk_close() calls on the same socket...
2001-01-29 simonRemove a segfault in bombout() macro: don't sk_close...
2001-01-26 simonFix the SSH2 key re-exchange bug. Session id != exchang...
2001-01-26 simonEnsure all backends _remember_ the connection has close...
2001-01-24 simonRethink the whole line discipline architecture. Instead...
2001-01-24 simonImprove socket error handling so that a socket error...
2001-01-23 simonRemove the entirely pointless fourth parameter from...
2001-01-22 simonBring the SSH2 channel architecture up to scratch,...
2001-01-22 simonAdd X11 forwarding, mainly thanks to Andreas Schultz
2001-01-19 simonExperimental Rlogin support, thanks to Delian Delchev...
2001-01-17 simonTrivial fix for when the two directions select differen...
2001-01-09 simonOops - accidentally undid rev 1.82 [r844]
2001-01-08 simonEnsure ssh specials (EOF and PING) don't occur except...
2001-01-07 simonAdam D Ligas's segfault: one form of connection closure...
2000-12-18 simonAttempt to get repeated key exchange working in SSH2...
2000-12-12 simonFix an intermittent segfault that prevented the new...
2000-12-12 simonMake memory management uniform: _everything_ now goes...
2000-12-02 simonImprove SSH2 host key abstraction into a generic `signi...
2000-12-02 simonFix bugtraq 1949: server could open an agent forwarding...
2000-11-21 simonFix segfault when you press a key before the SSH protoc...
2000-11-01 simonImplement Zlib compression, in both SSH1 and SSH2.
2000-10-27 simonStop the "Sent username %s" message coming up twice...
2000-10-27 simonMisc bugfixes
2000-10-26 simonFormat SSH2_MSG_DISCONNECT correctly (with reason code...
2000-10-24 simonFix another bignum formatting problem. This one hit...
2000-10-24 simonSSH2 connections weren't closing cleanly after socket...
2000-10-24 simonWindow resizing wasn't working in SSH2
2000-10-23 simonCreated a shiny new abstraction for the socket handling...
2000-10-20 simonIntroduce a sane interface function, from_backend(...
2000-10-19 simonPuTTYgen initial version. Still to do are basic user...
2000-10-18 simonAdd some more commented-out diagnostics for ssh1
2000-10-12 simonImplement MD5 MAC for the benefit of old SSH2 servers
2000-10-12 simonMiscellaneous fixes for better interoperation with...
2000-10-12 simonAdd a config option to emulate the HMAC bug in commerci...
2000-10-09 simonRobert de Bath's big patch:
2000-10-06 simonTighten up use of "static" throughout. Module-internal...
2000-10-04 simonStore default port number in each back end
2000-09-29 simonFurther restructuring
2000-09-29 simonFix ssh2 after the rev 1.54 [r649] reorg broke it
2000-09-29 simonMake sure a locally entered login name still comes...
2000-09-29 simonAdd -pw and -P options, and usage/version message,...
2000-09-29 simonMinor restructuring to ssh.c in preparation for portabi...
2000-09-28 simonWhile we're doing a hostkey reorg, store port numbers...
2000-09-27 simonRationalised host key storage. Also started code reorg...
2000-09-27 simonRemove the special hooks in ssh.c for pscp. pscp now...
2000-09-26 simonImplement OpenSSH-compatible RSA key fingerprints and...
2000-09-26 simonFix a segfault in agent forwarding code
2000-09-26 simonThe "Authenticated using key from agent" message is...
2000-09-25 simonRationalise ordering of authentication operations....
next