Colin's and my fixes to connection_fatal().
[u/mdw/putty] / ssh.c
2003-05-04 simonColin's and my fixes to connection_fatal().
2003-04-28 simonFirst half of `pageant-async' work. agent_query() is...
2003-04-25 simonThe new ssh_do_close() function itself causes a segfaul...
2003-04-25 simonRobustness in the face of sudden connection closures...
2003-04-23 simonUnix makefile now uses -O2, which massively cuts down...
2003-04-18 simonOops; we _do_ need to set dport even when doing dynamic...
2003-04-18 simonFix obvious foulup in X forwarding: my recent `how...
2003-04-09 simonRemote-to-local port forwarding in SSH2 was apparently...
2003-04-05 simonDynamic port forwarding by means of a local SOCKS serve...
2003-04-04 simonTurned the old `Telnet Command' System-submenu into...
2003-03-31 simonMake sure the socket is closed properly in the various...
2003-03-31 simonAhem; fix `bombout' so it passes the correct frontend...
2003-03-29 benIn a couple of places, snewn() was being asked for...
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-14 simonWhile I'm adding explanatory comments by the coroutine...
2003-03-03 simonI've been meaning to get round to this for _ages_:...
2003-02-28 simonIn merging the username and password input functions...
2003-02-23 benWork around an SC bug that causes it to try to use...
2003-02-18 jacobFix `ssh2.0.11-keyderive-nonbug' on the strength of...
2003-02-04 simonAdd another bug workaround, this one for old OpenSSH...
2003-02-04 simonFurther fallout from the introduction of the Filename...
2003-02-01 simonOops, Ben is quite right about the rather appalling...
2003-02-01 simonCreated new data types `Filename' and `FontSpec', inten...
2003-01-27 simonRemove all `enum'-typed variables from the Config struc...
2003-01-18 benRemove stray debugging code that got in with the last...
2003-01-18 benClear kex_ctx in a new session so we can safely free...
2003-01-15 benAdd the ability to close sessions. This adds *_free...
2003-01-12 simonproxy.c now no longer refers to `cfg'. Instead, each...
2003-01-12 simonThere's no real need for portfwd.c to reference `cfg...
2003-01-12 simonThe back ends now contain their own copies of the Confi...
2003-01-12 simonSupport for XDM-AUTHORIZATION-1 at the SSH server end...
2003-01-11 simonYet _another_ `received data for nonexistent channel...
2003-01-10 simonIntroduce framework for authenticating with the local...
2003-01-09 simonYikes! Forgot to zero the password after SSH2 PW authen...
2003-01-07 benUse '\012' as the end of the SSH banner line, not ...
2003-01-07 benInitialise the "protocol" field of a new ssh_tag to...
2003-01-05 benMake ssh1_pkt_type(), ssh2_pkt_type, logeventf(), setup...
2003-01-05 benMove x11fwd and portfwd prototypes from ssh.c into...
2003-01-05 benDeal with "possible unintended assignment" warnings.
2003-01-05 benAttack char * vs unsigned char * conversions. In most...
2003-01-02 simonPropagate the screen number from a local X display...
2002-12-19 simonMove the stderr output of event log messages in verbose...
2002-12-19 simonlogeventf() shouldn't throw stuff at stderr, since...
2002-12-18 simonSupport for doing DNS at the proxy end. I've invented...
2002-12-18 simonImplement `portfwd-loopback-choice'. Works on local...
2002-12-18 simonBUG_SSH2_DERIVEKEY is apparently only present in SSH...
2002-12-18 simonlogeventf()'s first argument is ssh, not ssh->frontend...
2002-12-08 jacobModify bug-compatibility checks to use wildcards. Shoul...
2002-11-20 simonInterchange two parameters in a printf, to prevent...
2002-11-07 simonRobustness fixes for KEXINIT handling and others. In...
2002-11-01 simonvalgrind has caught two more uninitialised elements...
2002-11-01 simonMove an output newline to make username entry in Plink...
2002-11-01 simonPass int rather than char to va_arg (the latter gets...
2002-10-30 simonMore preparatory work: remove the <windows.h> include...
2002-10-29 simonYikes - put back a #include I accidentally removed...
2002-10-29 simonHmm. Probably best initialise mainchan as well; oops.
2002-10-29 simonTry actually initialising ssh->v1_compressing. With...
2002-10-26 simonYet more global-removal. The static variables in loggin...
2002-10-26 simonX forwarding authentication is now invented on a per...
2002-10-26 simonReorganised the Unicode layer somewhat: moved luni_send and
2002-10-26 simonPort forwarding module now passes backend handles aroun...
2002-10-26 simonLine discipline module now uses dynamically allocated...
2002-10-25 simonThe Zlib module now uses dynamically allocated contexts...
2002-10-25 simonDiffie-Hellman key exchange now uses a dynamically...
2002-10-25 simonSSH CRC attack detector now uses a dynamically allocate...
2002-10-25 simonSSH2 MACs now use dynamically allocated contexts.
2002-10-25 simonSSH ciphers now use dynamically allocated contexts.
2002-10-25 simonMajor destabilisation, phase 2. This time it's the...
2002-10-23 jacobFixes for (Backend)->size() changes -- internal declara...
2002-10-23 simonCleanups from yesterday's destabilisation: lots of...
2002-10-22 simonMajor destabilisation, phase 1. In this phase I've...
2002-10-01 simonRemove last vestiges of `buggymac' in the Config struct...
2002-09-26 simonAdd a new SSH2 bug: some servers apparently claim to...
2002-09-15 simonBe proactively pedantic about channel-close irregularit...
2002-09-15 simonImprovements to SSH1 channel close handling: track...
2002-09-12 jacobSemi-bug "long-usernames":
2002-09-08 simonIntroduce the Bugs control panel, for overriding PuTTY...
2002-09-07 simonIncrease length limit on SSH1_MSG_DEBUG; 70 chars is...
2002-08-18 simonAdd BUG_SSH2_DERIVEKEY, present (according to OpenSSH...
2002-08-18 simonIn SSH2, if decrypting the packet length gave us a...
2002-08-11 simonFinal fixes to keyboard-interactive so it now works...
2002-08-07 simonOops. Didn't quite get the new SSH protocol selection...
2002-08-07 simonAdd an option to force SSH1 protocol only. Partly for...
2002-08-04 simonRevamp of command-line handling. Most command line...
2002-08-03 simonFix culpable lack of generality in keyboard-interactive
2002-06-15 simonOne of the recent port forwarding crash reports contain...
2002-05-31 simonWorkaround for the SSH2 RSA padding bug in OpenSSH...
2002-05-17 simonieof-for-nonexistent-channel problem: avoid comparing...
2002-05-11 owenSSH2 only support
2002-05-11 simonImproved error messages if you use the wrong key type...
2002-03-27 simonRemember to wait for SSH1_MSG_SUCCESS after enabling...
2002-03-27 simonMatt Harden's (modified) patch to do getservbyname...
2002-03-23 simonAttempt to ensure that everything passed to connection_...
2002-03-23 simonJustin Bradford's proxy support patch. Currently suppor...
2002-03-20 simonPedantic little patch to ensure blank usernames work...
2002-03-06 simonEnsure our network layer is properly cleaned up before...
2002-02-27 simonSet SSH socket variable to NULL if connect() fails...
2002-02-27 simonCisco routers apparently have yet another bug: they...
2002-01-10 simonAdd support for sending SSH2_MSG_UNIMPLEMENTED for...
2002-01-10 simonSupport SSH2_MSG_GLOBAL_REQUEST (just return failure)
next