]> asedeno.scripts.mit.edu Git - PuTTY.git/history - ssh.c
There's no real need for portfwd.c to reference `cfg' directly, when
[PuTTY.git] / ssh.c
2003-01-12 Simon TathamThere's no real need for portfwd.c to reference `cfg...
2003-01-12 Simon TathamThe back ends now contain their own copies of the Confi...
2003-01-12 Simon TathamSupport for XDM-AUTHORIZATION-1 at the SSH server end...
2003-01-11 Simon TathamYet _another_ `received data for nonexistent channel...
2003-01-10 Simon TathamIntroduce framework for authenticating with the local...
2003-01-09 Simon TathamYikes! Forgot to zero the password after SSH2 PW authen...
2003-01-07 Ben HarrisUse '\012' as the end of the SSH banner line, not '\n'.
2003-01-07 Ben HarrisInitialise the "protocol" field of a new ssh_tag to...
2003-01-05 Ben HarrisMake ssh1_pkt_type(), ssh2_pkt_type, logeventf(), setup...
2003-01-05 Ben HarrisMove x11fwd and portfwd prototypes from ssh.c into...
2003-01-05 Ben HarrisDeal with "possible unintended assignment" warnings.
2003-01-05 Ben HarrisAttack char * vs unsigned char * conversions. In most...
2003-01-02 Simon TathamPropagate the screen number from a local X display...
2002-12-19 Simon TathamMove the stderr output of event log messages in verbose...
2002-12-19 Simon Tathamlogeventf() shouldn't throw stuff at stderr, since...
2002-12-18 Simon TathamSupport for doing DNS at the proxy end. I've invented...
2002-12-18 Simon TathamImplement `portfwd-loopback-choice'. Works on local...
2002-12-18 Simon TathamBUG_SSH2_DERIVEKEY is apparently only present in SSH...
2002-12-18 Simon Tathamlogeventf()'s first argument is ssh, not ssh->frontend...
2002-12-08 Jacob NevinsModify bug-compatibility checks to use wildcards. Shoul...
2002-11-20 Simon TathamInterchange two parameters in a printf, to prevent...
2002-11-07 Simon TathamRobustness fixes for KEXINIT handling and others. In...
2002-11-01 Simon Tathamvalgrind has caught two more uninitialised elements...
2002-11-01 Simon TathamMove an output newline to make username entry in Plink...
2002-11-01 Simon TathamPass int rather than char to va_arg (the latter gets...
2002-10-30 Simon TathamMore preparatory work: remove the <windows.h> include...
2002-10-29 Simon TathamYikes - put back a #include I accidentally removed...
2002-10-29 Simon TathamHmm. Probably best initialise mainchan as well; oops.
2002-10-29 Simon TathamTry actually initialising ssh->v1_compressing. With...
2002-10-26 Simon TathamYet more global-removal. The static variables in loggin...
2002-10-26 Simon TathamX forwarding authentication is now invented on a per...
2002-10-26 Simon TathamReorganised the Unicode layer somewhat: moved luni_send and
2002-10-26 Simon TathamPort forwarding module now passes backend handles aroun...
2002-10-26 Simon TathamLine discipline module now uses dynamically allocated...
2002-10-25 Simon TathamThe Zlib module now uses dynamically allocated contexts...
2002-10-25 Simon TathamDiffie-Hellman key exchange now uses a dynamically...
2002-10-25 Simon TathamSSH CRC attack detector now uses a dynamically allocate...
2002-10-25 Simon TathamSSH2 MACs now use dynamically allocated contexts.
2002-10-25 Simon TathamSSH ciphers now use dynamically allocated contexts.
2002-10-25 Simon TathamMajor destabilisation, phase 2. This time it's the...
2002-10-23 Jacob NevinsFixes for (Backend)->size() changes -- internal declara...
2002-10-23 Simon TathamCleanups from yesterday's destabilisation: lots of stuff in
2002-10-22 Simon TathamMajor destabilisation, phase 1. In this phase I've...
2002-10-01 Simon TathamRemove last vestiges of `buggymac' in the Config struct... 0.53
2002-09-26 Simon TathamAdd a new SSH2 bug: some servers apparently claim to...
2002-09-15 Simon TathamBe proactively pedantic about channel-close irregularit...
2002-09-15 Simon TathamImprovements to SSH1 channel close handling: track...
2002-09-12 Jacob NevinsSemi-bug "long-usernames":
2002-09-08 Simon TathamIntroduce the Bugs control panel, for overriding PuTTY...
2002-09-07 Simon TathamIncrease length limit on SSH1_MSG_DEBUG; 70 chars is...
2002-08-18 Simon TathamAdd BUG_SSH2_DERIVEKEY, present (according to OpenSSH...
2002-08-18 Simon TathamIn SSH2, if decrypting the packet length gave us a...
2002-08-11 Simon TathamFinal fixes to keyboard-interactive so it now works...
2002-08-07 Simon TathamOops. Didn't quite get the new SSH protocol selection...
2002-08-07 Simon TathamAdd an option to force SSH1 protocol only. Partly for...
2002-08-04 Simon TathamRevamp of command-line handling. Most command line...
2002-08-03 Simon TathamFix culpable lack of generality in keyboard-interactive
2002-06-15 Simon TathamOne of the recent port forwarding crash reports contain...
2002-05-31 Simon TathamWorkaround for the SSH2 RSA padding bug in OpenSSH...
2002-05-17 Simon Tathamieof-for-nonexistent-channel problem: avoid comparing...
2002-05-11 Owen DunnSSH2 only support
2002-05-11 Simon TathamImproved error messages if you use the wrong key type...
2002-03-27 Simon TathamRemember to wait for SSH1_MSG_SUCCESS after enabling...
2002-03-27 Simon TathamMatt Harden's (modified) patch to do getservbyname...
2002-03-23 Simon TathamAttempt to ensure that everything passed to connection_...
2002-03-23 Simon TathamJustin Bradford's proxy support patch. Currently suppor...
2002-03-20 Simon TathamPedantic little patch to ensure blank usernames work...
2002-03-06 Simon TathamEnsure our network layer is properly cleaned up before...
2002-02-27 Simon TathamSet SSH socket variable to NULL if connect() fails...
2002-02-27 Simon TathamCisco routers apparently have yet another bug: they...
2002-01-10 Simon TathamAdd support for sending SSH2_MSG_UNIMPLEMENTED for...
2002-01-10 Simon TathamSupport SSH2_MSG_GLOBAL_REQUEST (just return failure)
2002-01-10 Simon TathamExtra safety feature to avoid sending SSH2_MSG_WINDOW_A...
2002-01-08 Simon TathamAdd the CRC32 compensation attack detector that all...
2001-12-30 Simon TathamI have no brain at all. The SSH1 auth loop was trying...
2001-12-30 Simon TathamPuTTY can now detect when one of the Pageant keys it...
2001-12-29 Simon TathamAdd a new back-end function to return the exit code...
2001-12-15 Simon TathamAdd the remote counterpart for the `local port forwardi...
2001-12-14 Simon TathamRetired the #ifdef DUMP_PACKETS stuff in ssh.c because...
2001-12-11 Simon TathamDisable username switching between SSH2 auth attempts...
2001-12-10 Simon TathamApparently sending DISCONNECT on a normal SSH2 connecti...
2001-11-29 Simon TathamMake the nonstandard "des-cbc" cipher disabled by default
2001-11-29 Simon TathamConfigurable TCP_NODELAY option on network connections
2001-11-29 Simon TathamMake keyboard-interactive authentication configurable...
2001-11-29 Simon TathamRemember to terminate the prompt string in keyboard...
2001-11-21 Simon TathamAdd single-DES support in SSH2
2001-11-21 Jacob NevinsPrimitive protection against SSH2 not actually agreeing...
2001-11-21 Simon TathamSend SSH2_MSG_NEWKEYS _before_ expecting to receive...
2001-11-13 Simon TathamHandle incoming SSH2_MSG_CHANNEL_REQUEST (by refusing...
2001-11-10 Simon TathamOops - one missing set of the ssh1 throttling indicator
2001-10-30 Simon TathamTidy up the SERIOUS NETWORK ERROR fixes
2001-10-30 Simon TathamTidy up SSH packet-level debugging
2001-10-27 Simon TathamAdd remaining comments to the last checkin (gah, rememb...
2001-10-27 Simon TathamUpdate to password length traffic analysis: one Cisco...
2001-09-26 Simon Tatham`Server got confused by' error messages now quote a...
2001-09-19 Simon TathamFix pasting of newlines in local line editing mode...
2001-09-18 Simon TathamSSH back end should now be tolerant of garbage appearin...
2001-09-09 Simon TathamBe more careful of bombouts at the s_rdpkt level: if...
2001-09-08 Simon TathamJacob's TIS / CCard authentication tweaks.
2001-09-08 Simon TathamFix error message: couldn't load _private_ key, not public.
next