]> asedeno.scripts.mit.edu Git - PuTTY.git/history - ssh.c
Move MODULE files out of individual project directories into a
[PuTTY.git] / ssh.c
2004-07-31 Simon TathamGeneral robustness improvements in SSH1. In particular...
2004-06-20 Jacob NevinsAdd a configuration option for TCP keepalives (SO_KEEPA...
2004-06-15 Simon Tatham`Authenticating with key' message when using a local...
2004-06-03 Jacob NevinsSpotted by Dimitry Andric: `ssh-termspeed' implementati...
2004-04-24 Jacob NevinsIn SSH, we now send terminal speeds to the server when...
2004-01-21 Simon TathamTwo small memory leaks, also noticed by Martin Prikryl.
2004-01-21 Simon TathamMartin Prikryl points out that need_pw may be used...
2004-01-18 Simon TathamMemory management fixes. Fixed a segfault in SSH1 compr...
2004-01-01 Simon TathamJoe Yates's memory leak patch was overenthusiastically...
2003-12-19 Simon TathamJoe Yates's memory leak patches.
2003-11-22 Simon TathamTrivial braino in parsing of the port forwarding config...
2003-08-29 Jacob NevinsWork towards wish `keyfile-diagnostic'. Many sshpubk...
2003-08-07 Jacob NevinsControl of 'addr' is now handed over to {platform_...
2003-07-12 Jacob NevinsAdd SSH-1 password camouflage bug detection for version...
2003-06-26 Simon TathamFix a segfault (non-security-critical - null dereferenc...
2003-06-14 Ben HarrisFix a couple of memory leaks pointed out by Adam Bernstein.
2003-05-24 Jacob NevinsAdd exceptions for "VShell" to the ssh.com bug compatib...
2003-05-13 Simon TathamRename crc32() to crc32_compute(), to avoid clashing...
2003-05-10 Ben HarrisMake ssh_agent_callback() and ssh_agentf_callback() static.
2003-05-04 Simon TathamColin's const-fixing Patch Of Death. Seems to build...
2003-05-04 Simon TathamColin's and my fixes to connection_fatal().
2003-04-28 Simon TathamFirst half of `pageant-async' work. agent_query() is...
2003-04-25 Simon TathamThe new ssh_do_close() function itself causes a segfaul...
2003-04-25 Simon TathamRobustness in the face of sudden connection closures...
2003-04-23 Simon TathamUnix makefile now uses -O2, which massively cuts down...
2003-04-18 Simon TathamOops; we _do_ need to set dport even when doing dynamic...
2003-04-18 Simon TathamFix obvious foulup in X forwarding: my recent `how...
2003-04-09 Simon TathamRemote-to-local port forwarding in SSH2 was apparently...
2003-04-05 Simon TathamDynamic port forwarding by means of a local SOCKS serve...
2003-04-04 Simon TathamTurned the old `Telnet Command' System-submenu into...
2003-03-31 Simon TathamMake sure the socket is closed properly in the various...
2003-03-31 Simon TathamAhem; fix `bombout' so it passes the correct frontend...
2003-03-29 Ben HarrisIn a couple of places, snewn() was being asked for...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-14 Simon TathamWhile I'm adding explanatory comments by the coroutine...
2003-03-03 Simon TathamI've been meaning to get round to this for _ages_:...
2003-02-28 Simon TathamIn merging the username and password input functions...
2003-02-23 Ben HarrisWork around an SC bug that causes it to try to use...
2003-02-18 Jacob NevinsFix `ssh2.0.11-keyderive-nonbug' on the strength of...
2003-02-04 Simon TathamAdd another bug workaround, this one for old OpenSSH...
2003-02-04 Simon TathamFurther fallout from the introduction of the Filename...
2003-02-01 Simon TathamOops, Ben is quite right about the rather appalling...
2003-02-01 Simon TathamCreated new data types `Filename' and `FontSpec', inten...
2003-01-27 Simon TathamRemove all `enum'-typed variables from the Config struc...
2003-01-18 Ben HarrisRemove stray debugging code that got in with the last...
2003-01-18 Ben HarrisClear kex_ctx in a new session so we can safely free...
2003-01-15 Ben HarrisAdd the ability to close sessions. This adds *_free...
2003-01-12 Simon Tathamproxy.c now no longer refers to `cfg'. Instead, each...
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...
next