]> asedeno.scripts.mit.edu Git - PuTTY.git/history - ssh.c
Note that htmlhelp.h from HTML Help Workshop works perfectly well with Cygwin.
[PuTTY.git] / ssh.c
2007-02-06 Ben HarrisWhen emitting SSH_MSG_IGNORE to protect against known...
2007-01-20 Ben HarrisFix compiles on GCC 3.3, which doesn't know about asser...
2007-01-17 Simon TathamFlag user cancellation of authentication as a clean...
2007-01-09 Simon TathamGet rid of all the MSVC warnings.
2007-01-07 Simon TathamFix ssh2-cisco-pw-pad by reverting r5122. However,...
2006-12-30 Jacob NevinsPatch from Colin Watson intended to give a clean Unix...
2006-10-22 Jacob NevinsMinor semantic tweak to bug-compatibility modes: make
2006-09-05 Jacob NevinsI seem to have slightly funted Plink's display of banne...
2006-09-05 Jacob NevinsSlight change to password expiry UI for the benefit...
2006-08-29 Simon TathamNew logging mode, which records the exact bytes sent...
2006-08-28 Jacob NevinsMinor tweaks to -nc:
2006-08-28 Simon TathamNew command-line option in Plink (and PuTTY, though...
2006-08-27 Simon TathamThe `socket' function in the backends is only ever...
2006-08-26 Simon TathamReturn a non-zero exit code in the event of a fatal...
2006-04-23 Jacob NevinsSprinkle some header comments in various files in an...
2006-03-12 Jacob NevinsDimitry Andric spotted that DH gex with SHA-256 was...
2006-03-12 Jacob NevinsLog the hash used for DH kex (now there's a choice).
2006-02-19 Simon TathamDaniel Meidlinger points out a redundant test :-)
2006-02-19 Simon TathamIntroduce a new checkbox and command-line option to...
2005-12-07 Jacob NevinsApparently some SSH servers object to our claiming...
2005-11-13 Jacob Nevinsr6437 broke the case where Pageant is running but conta...
2005-11-09 Jacob NevinsI broke the ability to cope with multiple consecutive...
2005-11-04 Jacob NevinsFix minor hiccup in SSH-1 p-k auth.
2005-11-04 Jacob NevinsPlacate a compiler warning introduced in r6437.
2005-11-04 Jacob NevinsFix for `ssh2-password-expiry'. Success case tested.
2005-10-31 Jacob Nevins(do_ssh2_authconn_state).method is redundant since...
2005-10-30 Jacob NevinsRevamp SSH authentication code so that user interaction...
2005-10-30 Jacob NevinsAllow rsakey_pubblob() to return the key comment.
2005-10-30 Jacob NevinsAdd ability for ssh2_userkey_loadpub() to return the...
2005-10-26 Jacob NevinsFix an error I introduced into SSH packet logging in...
2005-10-13 Jacob NevinsTweak to r6392: spell "MAC" thus.
2005-10-13 Ben HarrisMake SSH_MSG_DISCONNECT reasons less scary (without...
2005-09-10 Ben HarrisImplement hmac-sha1-96. It's RECOMMENDED in the curren...
2005-09-04 Ben HarrisAdd support for diffie-hellman-group-exchange-sha256...
2005-09-03 Ben HarrisRestructure things so that a single entry in the KEX...
2005-09-02 Jacob NevinsCheck ssh->v2_session_id_len _after_ assigning to it.
2005-08-31 Ben HarrisAdd infrastructure for supporting multiple hashes in...
2005-08-31 Ben HarrisRename ssh_md5 and ssh_sha1 to ssh_hmac_md5 and ssh_hma...
2005-08-30 Ben HarrisFurther progress in the direction of variable exchange...
2005-08-30 Ben HarrisBeginnings of support for multiple exchange hashes...
2005-08-29 Jacob NevinsMore versions of WeOnlyDo have the rekey bug (but they...
2005-08-26 Jacob NevinsI think this should fix various problems with queued...
2005-08-22 Ben HarrisFlorian Gaab reports that freeSSHd 1.0.7, which claims...
2005-07-24 Ben Harrisdraft-ietf-secsh-transport-24 says that only "SSH-...
2005-07-05 Ben HarrisPiers Finlayson reports that "DigiSSH_2.0" chokes ...
2005-06-21 Jacob NevinsFix an apparently-harmless error spotted by Ben Rudiak...
2005-06-20 Ben HarrisMake the sanity-checks on the size of incoming packets...
2005-06-19 Ben HarrisA major purpose of PuTTY's memory-allocation functions...
2005-06-14 Jacob NevinsDetection of "auth-agent@openssh.com" was too liberal...
2005-05-28 Jacob NevinsRemove a couple of mistaken references to Telnet in...
2005-05-21 Jacob NevinsFactor out all local SSH disconnections into a new...
2005-05-16 Jacob Nevinsconnection_fatal() should be called after ssh_closing...
2005-05-16 Jacob NevinsDon't try and set up reconfigured port-forwardings...
2005-05-12 Jacob NevinsUse the packet dispatch table to handle USERAUTH_BANNER...
2005-05-05 Jacob NevinsImplement `bypass-ssh2-userauth', since from correspond...
2005-04-30 Ben HarrisAlso blank X authentication data when using SSH-1,...
2005-04-30 Ben HarrisX11 authentication data are generally sensitive, so...
2005-04-30 Ben HarrisFix stupid typo that probably utterly broke SSH-1 suppo...
2005-04-27 Ben HarrisIn SSH-2 mode, PuTTY wasn't sending KEXINIT until it...
2005-04-23 Ben HarrisNow that we've got at least some SDCTR modes working...
2005-04-21 Jacob NevinsFirst crack at `terminal-modes' in SSH. PuTTY now sends...
2005-04-19 Jacob NevinsRemove "none" from the MACs we offer to support in...
2005-04-18 Jacob NevinsAdd ability to construct SSH-1 packets incrementally...
2005-04-14 Ben HarrisImplement my experimental arcfour modes. The 256-bit...
2005-04-12 Jacob NevinsUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2005-03-30 Simon Tatham<1112163342.018492.101240@f14g2000cwb.googlegroups.com> on
2005-03-29 Simon TathamAfter we receive EOF on stdin, we should clear ssh...
2005-03-17 Simon TathamThe structural reorganisation of ssh.c (r4909) caused
2005-03-11 Jacob NevinsMake it clearer which protocol version various bugs...
2005-03-10 Jacob NevinsConsistently use a single notation to refer to SSH...
2005-03-06 Jacob NevinsAdd notification when using the various auth methods...
2005-03-05 Simon TathamOver-enthusiastic assertions in the port forwarding...
2005-03-05 Simon TathamMake sure we do notify_remote_exit(ssh->frontend) _before_
2005-03-04 Jacob Nevinsrm some magic numbers in ssh_setup_portfwd()
2005-02-20 Jacob NevinsAnother failure to crStop(0) on user abort, this time...
2005-02-19 Simon TathamOops; missed out a crStop in the new host key verificat...
2005-02-18 Simon TathamA few more fixes in the new asynchronous-alert-box...
2005-02-17 Simon TathamAdjust the semantics of cfg.remote_cmd_ptr: it is now...
2005-02-17 Simon TathamAhem. Actually _checking_ that asynchronous askalg...
2005-02-17 Simon TathamRevamp interface to verify_ssh_host_key() and askalg...
2005-02-17 Jacob Nevinsssh_do_close() should close any listening sockets assoc...
2005-02-17 Jacob Nevinsssh_do_close() was only closing about half the channels...
2005-02-16 Jacob NevinsFix a minor valgrind issue in dynamic port-forwarding.
2005-02-15 Jacob NevinsThe terminal window can now indicate that PuTTY is...
2005-02-10 Jacob Nevinsssh_setup_portfwd() should usually be looking at the...
2005-02-10 Jacob NevinsSlightly gratuitous logeventf() crusade and purge of...
2005-01-26 Owen DunnMake a few things static
2005-01-22 Ben HarrisDon't abuse a remote channel number of (unsigned)(...
2005-01-22 Ben HarrisProbable support for first_kex_packet_follows in KEXINI...
2005-01-19 Ben HarrisWhile we're here, pad USERAUTH_INFO_RESPONSEs to 256...
2005-01-19 Ben HarrisMake the outgoing SSH2 sequence number unsigned, so...
2005-01-18 Owen DunnYes we do mean assignment. Bah.
2005-01-18 Owen Dunnssh_pkt_getstring wants a boring int rather than an...
2005-01-17 Owen DunnChange some function arguments to void * to placate...
2005-01-17 Ben HarrisIn SSH2, rather than sending an SSH_MSG_IGNORE after...
2005-01-16 Ben HarrisBe a little less enthusiastic about sending SSH_MSG_CHA...
2005-01-16 Simon TathamSupport for falling back through the list of addresses...
2005-01-16 Ben HarrisMake our SSH2 maximum packet size into a constant,...
2005-01-11 Simon TathamFix `disconnect': arrange that we keep track of when...
2005-01-11 Ben HarrisVersions of OpenSSH before 2.5.4 kill the connection...
next