]> asedeno.scripts.mit.edu Git - PuTTY.git/history - ssh.c
Robert de Bath's asynchronous-connect patch. Helps a lot in port
[PuTTY.git] / ssh.c
2001-09-07 Simon TathamRobert de Bath's asynchronous-connect patch. Helps...
2001-09-07 Simon TathamFix gratuitous assertion failure in Plink (ssh1_throttl...
2001-08-28 Simon TathamD'oh! Putting keyboard-interactive authentication _befo...
2001-08-28 Simon TathamFix various small compiler warnings, mostly unused...
2001-08-27 Simon TathamFix handling of SSH2_MSG_CHANNEL_CLOSE, which was break...
2001-08-27 Simon TathamPort forwarding bug fix: we were unable to handle receiving
2001-08-26 Simon TathamPSCP now uses the modern SFTP protocol if it can, and...
2001-08-25 Simon TathamJacob's patch for a drag-list to select SSH ciphers...
2001-08-25 Simon TathamExtensive changes that _should_ fix the socket bufferin...
2001-08-22 Simon TathamOops - fix that fix :-/
2001-08-22 Simon TathamFix to allow more than one challenge/response pair during
2001-08-15 Simon TathamTrivial port forwarding fixes from Jacob
2001-08-09 Simon TathamStop yelling about Access Denied if the server refuses...
2001-08-09 Simon TathamPort forwarding now works in SSH 2 as well as SSH 1.
2001-08-09 Simon TathamKeyboard-interactive authentication, thanks to Paul...
2001-08-08 Simon TathamSSH port forwarding! How cool is that?
2001-08-04 Simon TathamFix segfault if the server maliciously sends the wrong...
2001-07-31 Simon TathamYet another possible segfault path in the backends...
2001-05-13 Simon TathamPlacate gcc's `-Wall' warnings.
2001-05-13 Simon TathamControl characters are now allowed as part of the passw...
2001-05-13 Simon TathamAttempt to report the error condition right when an...
2001-05-09 Simon Tatham`realhost', passed back from all the backend init funct...
2001-05-06 Simon TathamRun entire source base through GNU indent to tidy up...
2001-04-28 Simon TathamDebugging improvements. Started using Dave Hinton's...
2001-04-28 Simon TathamFix completely stupid agent_exists test. (Hint to self...
2001-04-28 Simon TathamAdd some fflushes to make it easier for piped programs...
2001-04-17 Simon TathamHaving now compiled the last few days' changes with...
2001-04-16 Simon TathamReplace PuTTY's 2-3-4 tree implementation with the...
2001-04-16 Simon TathamPageant interface changes. You can now do `pageant...
2001-04-16 Simon TathamLog the text message in SSH_MSG_DISCONNECT (both protoc...
2001-04-16 Simon TathamAfter we fall back to 3DES, double-check the server...
2001-04-11 Simon TathamExperimental checkin to see if we can prevent multiple...
2001-03-29 Simon TathamFix the detect_bugs routine, which was failing to find...
2001-03-23 Simon TathamFix the SSH protocol version exchange, which had a...
2001-03-22 Simon TathamRemove the length limit on protocol version strings...
2001-03-19 Simon TathamPlink in noninteractive-script mode should not show...
2001-03-19 Simon TathamAdd Norman Brandinger's suggested `-m' option in plink...
2001-03-16 Simon TathamSSH2 channel fix: received WINDOW_ADJUSTs were always...
2001-03-16 Simon TathamCorrect handling of SSH1 protocol flags, in particular
2001-03-15 Simon TathamAdd support for SSH2 userauth banners. We currently...
2001-03-15 Simon TathamAt long last: PuTTY will now report its version to...
2001-03-15 Simon TathamFix a few trivial compiler warnings
2001-03-15 Simon TathamBit more robustness when talking to Pageant
2001-03-15 Simon TathamOops - don't invent an X authorisation when doing agent...
2001-03-15 Simon TathamFix a segfault on abrupt X connection shutdown.
2001-03-13 Simon TathamDave Hinton's modifications to the network layer interf...
2001-03-12 Simon Tathamssh_get_password has become ssh_get_line, so it can...
2001-03-12 Simon TathamZero length passwords no longer cause an assertion...
2001-03-10 Simon TathamAdd support for using Diffie-Hellman with short exponen...
2001-03-08 Simon TathamHaving introduced a new function into the SSH2 compress...
2001-03-06 Simon TathamIntroduce the ability to distinguish remote SSH impleme...
2001-03-06 Simon TathamUpdate a couple of messages to be clearer to users...
2001-03-05 Simon TathamMake the SSH2 traffic analysis defence robust in the...
2001-03-05 Simon TathamFurther traffic analysis defences
2001-03-03 Simon TathamImplement OpenSSH's private agent forwarding extension...
2001-03-03 Simon TathamRemove a spurious \r\n from an Event Log message
2001-03-03 Simon TathamSSH2 can now use Pageant to obtain keys from
2001-03-03 Simon TathamThe authentication diagnostics in SSH2 should now be...
2001-03-03 Simon TathamPreliminary support for RSA user authentication in...
2001-03-02 Simon TathamAdded support for RSA host keys (not user keys yet)
2001-03-02 Simon TathamSupport for selecting AES from the GUI. In the process...
2001-03-02 Simon TathamAdd AES support in SSH2. Not yet complete: there's...
2001-03-01 Simon TathamDiffie-Hellman group exchange in SSH2. Currently #ifdef...
2001-03-01 Simon TathamRemove the last lingering knowledge, outside sshbn...
2001-02-24 Simon Tathampsftp now works as part of the PuTTY suite
2001-02-23 Simon TathamAdd a traffic analysis defence to SSH2 password authent...
2001-02-20 Simon TathamAttempt to fix the remaining key re-exchange bug
2001-02-01 Simon TathamYet another attempt at OOB handling in the network...
2001-01-29 Simon TathamPrevent duplicate sk_close() calls on the same socket...
2001-01-29 Simon TathamRemove a segfault in bombout() macro: don't sk_close...
2001-01-26 Simon TathamFix the SSH2 key re-exchange bug. Session id != exchang...
2001-01-26 Simon TathamEnsure all backends _remember_ the connection has close...
2001-01-24 Simon TathamRethink the whole line discipline architecture. Instead...
2001-01-24 Simon TathamImprove socket error handling so that a socket error...
2001-01-23 Simon TathamRemove the entirely pointless fourth parameter from...
2001-01-22 Simon TathamBring the SSH2 channel architecture up to scratch,...
2001-01-22 Simon TathamAdd X11 forwarding, mainly thanks to Andreas Schultz
2001-01-19 Simon TathamExperimental Rlogin support, thanks to Delian Delchev...
2001-01-17 Simon TathamTrivial fix for when the two directions select differen...
2001-01-09 Simon TathamOops - accidentally undid rev 1.82 [r844]
2001-01-08 Simon TathamEnsure ssh specials (EOF and PING) don't occur except...
2001-01-07 Simon TathamAdam D Ligas's segfault: one form of connection closure...
2000-12-18 Simon TathamAttempt to get repeated key exchange working in SSH2...
2000-12-12 Simon TathamFix an intermittent segfault that prevented the new... 0.51
2000-12-12 Simon TathamMake memory management uniform: _everything_ now goes...
2000-12-02 Simon TathamImprove SSH2 host key abstraction into a generic `signi...
2000-12-02 Simon TathamFix bugtraq 1949: server could open an agent forwarding...
2000-11-21 Simon TathamFix segfault when you press a key before the SSH protoc...
2000-11-01 Simon TathamImplement Zlib compression, in both SSH1 and SSH2.
2000-10-27 Simon TathamStop the "Sent username %s" message coming up twice...
2000-10-27 Simon TathamMisc bugfixes
2000-10-26 Simon TathamFormat SSH2_MSG_DISCONNECT correctly (with reason code...
2000-10-24 Simon TathamFix another bignum formatting problem. This one hit...
2000-10-24 Simon TathamSSH2 connections weren't closing cleanly after socket...
2000-10-24 Simon TathamWindow resizing wasn't working in SSH2
2000-10-23 Simon TathamCreated a shiny new abstraction for the socket handling...
2000-10-20 Simon TathamIntroduce a sane interface function, from_backend(...
2000-10-19 Simon TathamPuTTYgen initial version. Still to do are basic user...
2000-10-18 Simon TathamAdd some more commented-out diagnostics for ssh1
2000-10-12 Simon TathamImplement MD5 MAC for the benefit of old SSH2 servers
next