Initial commit of GSSAPI Kerberos support.
[u/mdw/putty] / ssh.c
2008-08-10 owenInitial commit of GSSAPI Kerberos support.
2008-07-18 jacobAnother, subtly different version string for ssh2-bug...
2008-06-01 simonBeen meaning to do this for years: introduce a configur...
2008-05-31 jacobApparently Vista's printf-like functions don't support...
2007-12-05 benAdd a new bug-compatibility mode that limits the window...
2007-10-03 benReplace mentions of SSH-2 I-Ds with references to the...
2007-10-03 bensnew() always returns non-NULL, so checking if its...
2007-10-03 benFactor out the increasingly complicated SSH-2 channel...
2007-10-03 benTake the code that does flow control in SSH-1, and...
2007-10-01 benRather than rejecting spurious SSH_MSG_CHANNEL_SUCCESSe...
2007-09-30 benMerge the looking up of channel numbers for SSH-2 chann...
2007-09-24 benAdd support for automatically tuning the SSH-2 window...
2007-09-20 benDon't try SSH-1 RSA authentication unless the server...
2007-09-20 benIn SSH-1, don't attempt password authentication unless...
2007-09-03 simonssh->mainchan can be NULL; try not to segfault in that...
2007-08-06 benUse "int" rather than "unsigned" as the argument to...
2007-08-05 benMay as well reference an RFC rather than an Internet...
2007-08-05 benSmall window-handling tweaks. Set the default big...
2007-08-04 benIn the file-transfer applications, which only ever...
2007-08-04 benTweak window handling so that we send a window adjust...
2007-08-04 benWhen omitting session data from logs, don't omit the...
2007-08-04 benTweak to window handling: Keep the local window in...
2007-07-21 benSplit pkt_ctx into a separate enumeration for each...
2007-07-21 benArrange that log_packet() isn't called for raw data...
2007-07-19 benSeparate out the code for creating and sending SSH...
2007-07-18 benUpdate an outdated comment.
2007-06-30 jacobRationalise access to, and content of, backends[] array.
2007-06-30 simonFix a couple of signedness compiler warnings, presumabl...
2007-06-30 simonTong Ho points out a missing ssh_pkt_ensure().
2007-05-01 simonReindent the section that was marked `XXX The lines...
2007-04-30 benAdd support for RFC 4432 RSA key exchange, the patch...
2007-02-17 benUse preprocessor trickery to make the signal translatio...
2007-02-17 benssh2_set_window checks whether the channel is being...
2007-02-06 benWhen emitting SSH_MSG_IGNORE to protect against known...
2007-01-20 benFix compiles on GCC 3.3, which doesn't know about asser...
2007-01-17 simonFlag user cancellation of authentication as a clean...
2007-01-09 simonGet rid of all the MSVC warnings.
2007-01-07 simonFix ssh2-cisco-pw-pad by reverting r5122. However,...
2006-12-30 jacobPatch from Colin Watson intended to give a clean Unix...
2006-10-22 jacobMinor semantic tweak to bug-compatibility modes: make
2006-09-05 jacobI seem to have slightly funted Plink's display of banne...
2006-09-05 jacobSlight change to password expiry UI for the benefit...
2006-08-29 simonNew logging mode, which records the exact bytes sent...
2006-08-28 jacobMinor tweaks to -nc:
2006-08-28 simonNew command-line option in Plink (and PuTTY, though...
2006-08-27 simonThe `socket' function in the backends is only ever...
2006-08-26 simonReturn a non-zero exit code in the event of a fatal...
2006-04-23 jacobSprinkle some header comments in various files in an...
2006-03-12 jacobDimitry Andric spotted that DH gex with SHA-256 was...
2006-03-12 jacobLog the hash used for DH kex (now there's a choice).
2006-02-19 simonDaniel Meidlinger points out a redundant test :-)
2006-02-19 simonIntroduce a new checkbox and command-line option to...
2005-12-07 jacobApparently some SSH servers object to our claiming...
2005-11-13 jacobr6437 broke the case where Pageant is running but conta...
2005-11-09 jacobI broke the ability to cope with multiple consecutive...
2005-11-04 jacobFix minor hiccup in SSH-1 p-k auth.
2005-11-04 jacobPlacate a compiler warning introduced in r6437.
2005-11-04 jacobFix for `ssh2-password-expiry'. Success case tested.
2005-10-31 jacob(do_ssh2_authconn_state).method is redundant since...
2005-10-30 jacobRevamp SSH authentication code so that user interaction...
2005-10-30 jacobAllow rsakey_pubblob() to return the key comment.
2005-10-30 jacobAdd ability for ssh2_userkey_loadpub() to return the...
2005-10-26 jacobFix an error I introduced into SSH packet logging in...
2005-10-13 jacobTweak to r6392: spell "MAC" thus.
2005-10-13 benMake SSH_MSG_DISCONNECT reasons less scary (without...
2005-09-10 benImplement hmac-sha1-96. It's RECOMMENDED in the curren...
2005-09-04 benAdd support for diffie-hellman-group-exchange-sha256...
2005-09-03 benRestructure things so that a single entry in the KEX...
2005-09-02 jacobCheck ssh->v2_session_id_len _after_ assigning to it.
2005-08-31 benAdd infrastructure for supporting multiple hashes in...
2005-08-31 benRename ssh_md5 and ssh_sha1 to ssh_hmac_md5 and ssh_hma...
2005-08-30 benFurther progress in the direction of variable exchange...
2005-08-30 benBeginnings of support for multiple exchange hashes...
2005-08-29 jacobMore versions of WeOnlyDo have the rekey bug (but they...
2005-08-26 jacobI think this should fix various problems with queued...
2005-08-22 benFlorian Gaab reports that freeSSHd 1.0.7, which claims...
2005-07-24 bendraft-ietf-secsh-transport-24 says that only "SSH-...
2005-07-05 benPiers Finlayson reports that "DigiSSH_2.0" chokes ...
2005-06-21 jacobFix an apparently-harmless error spotted by Ben Rudiak...
2005-06-20 benMake the sanity-checks on the size of incoming packets...
2005-06-19 benA major purpose of PuTTY's memory-allocation functions...
2005-06-14 jacobDetection of "auth-agent@openssh.com" was too liberal...
2005-05-28 jacobRemove a couple of mistaken references to Telnet in...
2005-05-21 jacobFactor out all local SSH disconnections into a new...
2005-05-16 jacobconnection_fatal() should be called after ssh_closing...
2005-05-16 jacobDon't try and set up reconfigured port-forwardings...
2005-05-12 jacobUse the packet dispatch table to handle USERAUTH_BANNER...
2005-05-05 jacobImplement `bypass-ssh2-userauth', since from correspond...
2005-04-30 benAlso blank X authentication data when using SSH-1,...
2005-04-30 benX11 authentication data are generally sensitive, so...
2005-04-30 benFix stupid typo that probably utterly broke SSH-1 suppo...
2005-04-27 benIn SSH-2 mode, PuTTY wasn't sending KEXINIT until it...
2005-04-23 benNow that we've got at least some SDCTR modes working...
2005-04-21 jacobFirst crack at `terminal-modes' in SSH. PuTTY now sends...
2005-04-19 jacobRemove "none" from the MACs we offer to support in...
2005-04-18 jacobAdd ability to construct SSH-1 packets incrementally...
2005-04-14 benImplement my experimental arcfour modes. The 256-bit...
2005-04-12 jacobUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2005-03-30 simon<1112163342.018492.101240@f14g2000cwb.googlegroups...
2005-03-29 simonAfter we receive EOF on stdin, we should clear ssh...
next