]> asedeno.scripts.mit.edu Git - PuTTY.git/history - ssh.c
Dave Hinton's modifications to the network layer interface, which
[PuTTY.git] / ssh.c
2001-03-13 Simon TathamDave Hinton's modifications to the network layer interf...
2001-03-12 Simon Tathamssh_get_password has become ssh_get_line, so it can...
2001-03-12 Simon TathamZero length passwords no longer cause an assertion...
2001-03-10 Simon TathamAdd support for using Diffie-Hellman with short exponen...
2001-03-08 Simon TathamHaving introduced a new function into the SSH2 compress...
2001-03-06 Simon TathamIntroduce the ability to distinguish remote SSH impleme...
2001-03-06 Simon TathamUpdate a couple of messages to be clearer to users...
2001-03-05 Simon TathamMake the SSH2 traffic analysis defence robust in the...
2001-03-05 Simon TathamFurther traffic analysis defences
2001-03-03 Simon TathamImplement OpenSSH's private agent forwarding extension...
2001-03-03 Simon TathamRemove a spurious \r\n from an Event Log message
2001-03-03 Simon TathamSSH2 can now use Pageant to obtain keys from
2001-03-03 Simon TathamThe authentication diagnostics in SSH2 should now be...
2001-03-03 Simon TathamPreliminary support for RSA user authentication in...
2001-03-02 Simon TathamAdded support for RSA host keys (not user keys yet)
2001-03-02 Simon TathamSupport for selecting AES from the GUI. In the process...
2001-03-02 Simon TathamAdd AES support in SSH2. Not yet complete: there's...
2001-03-01 Simon TathamDiffie-Hellman group exchange in SSH2. Currently #ifdef...
2001-03-01 Simon TathamRemove the last lingering knowledge, outside sshbn...
2001-02-24 Simon Tathampsftp now works as part of the PuTTY suite
2001-02-23 Simon TathamAdd a traffic analysis defence to SSH2 password authent...
2001-02-20 Simon TathamAttempt to fix the remaining key re-exchange bug
2001-02-01 Simon TathamYet another attempt at OOB handling in the network...
2001-01-29 Simon TathamPrevent duplicate sk_close() calls on the same socket...
2001-01-29 Simon TathamRemove a segfault in bombout() macro: don't sk_close...
2001-01-26 Simon TathamFix the SSH2 key re-exchange bug. Session id != exchang...
2001-01-26 Simon TathamEnsure all backends _remember_ the connection has close...
2001-01-24 Simon TathamRethink the whole line discipline architecture. Instead...
2001-01-24 Simon TathamImprove socket error handling so that a socket error...
2001-01-23 Simon TathamRemove the entirely pointless fourth parameter from...
2001-01-22 Simon TathamBring the SSH2 channel architecture up to scratch,...
2001-01-22 Simon TathamAdd X11 forwarding, mainly thanks to Andreas Schultz
2001-01-19 Simon TathamExperimental Rlogin support, thanks to Delian Delchev...
2001-01-17 Simon TathamTrivial fix for when the two directions select differen...
2001-01-09 Simon TathamOops - accidentally undid rev 1.82 [r844]
2001-01-08 Simon TathamEnsure ssh specials (EOF and PING) don't occur except...
2001-01-07 Simon TathamAdam D Ligas's segfault: one form of connection closure...
2000-12-18 Simon TathamAttempt to get repeated key exchange working in SSH2...
2000-12-12 Simon TathamFix an intermittent segfault that prevented the new... 0.51
2000-12-12 Simon TathamMake memory management uniform: _everything_ now goes...
2000-12-02 Simon TathamImprove SSH2 host key abstraction into a generic `signi...
2000-12-02 Simon TathamFix bugtraq 1949: server could open an agent forwarding...
2000-11-21 Simon TathamFix segfault when you press a key before the SSH protoc...
2000-11-01 Simon TathamImplement Zlib compression, in both SSH1 and SSH2.
2000-10-27 Simon TathamStop the "Sent username %s" message coming up twice...
2000-10-27 Simon TathamMisc bugfixes
2000-10-26 Simon TathamFormat SSH2_MSG_DISCONNECT correctly (with reason code...
2000-10-24 Simon TathamFix another bignum formatting problem. This one hit...
2000-10-24 Simon TathamSSH2 connections weren't closing cleanly after socket...
2000-10-24 Simon TathamWindow resizing wasn't working in SSH2
2000-10-23 Simon TathamCreated a shiny new abstraction for the socket handling...
2000-10-20 Simon TathamIntroduce a sane interface function, from_backend(...
2000-10-19 Simon TathamPuTTYgen initial version. Still to do are basic user...
2000-10-18 Simon TathamAdd some more commented-out diagnostics for ssh1
2000-10-12 Simon TathamImplement MD5 MAC for the benefit of old SSH2 servers
2000-10-12 Simon TathamMiscellaneous fixes for better interoperation with...
2000-10-12 Simon TathamAdd a config option to emulate the HMAC bug in commerci...
2000-10-09 Simon TathamRobert de Bath's big patch:
2000-10-06 Simon TathamTighten up use of "static" throughout. Module-internal...
2000-10-04 Simon TathamStore default port number in each back end
2000-09-29 Simon TathamFurther restructuring
2000-09-29 Simon TathamFix ssh2 after the rev 1.54 [r649] reorg broke it
2000-09-29 Simon TathamMake sure a locally entered login name still comes...
2000-09-29 Simon TathamAdd -pw and -P options, and usage/version message, to plink
2000-09-29 Simon TathamMinor restructuring to ssh.c in preparation for portabi...
2000-09-28 Simon TathamWhile we're doing a hostkey reorg, store port numbers...
2000-09-27 Simon TathamRationalised host key storage. Also started code reorg...
2000-09-27 Simon TathamRemove the special hooks in ssh.c for pscp. pscp now...
2000-09-26 Simon TathamImplement OpenSSH-compatible RSA key fingerprints and...
2000-09-26 Simon TathamFix a segfault in agent forwarding code
2000-09-26 Simon TathamThe "Authenticated using key from agent" message is...
2000-09-25 Simon TathamRationalise ordering of authentication operations....
2000-09-22 Simon TathamEnable better build-time flexibility over which WinSock...
2000-09-22 Simon TathamBug fix: line discipline selection is not enabled until...
2000-09-22 Simon TathamPrevent network errors from summarily closing the windo...
2000-09-21 Simon TathamMiscellaneous ssh2 fixes. plink is now relatively sane
2000-09-20 Simon TathamFix Blowfish-with-SSH2 combination, and enable user cipher
2000-09-20 Simon TathamSSH2 is now more plausible - window sizes listened...
2000-09-20 Simon TathamA couple of SSH2 fixes
2000-09-15 Simon TathamConfiguration option for agent forwarding
2000-09-15 Simon TathamA couple of small cleanups
2000-09-15 Simon TathamPageant now accepts an initial key list on the command line
2000-09-14 Simon TathamAdded Pageant, a first-attempt PuTTY authentication agent
2000-09-12 Simon TathamAdd CryptoCard authentication
2000-09-11 Simon TathamAdd switch to choose SSH v1-versus-v2 protocol preferen...
2000-09-09 Simon TathamOops - remove SHA debugging from ssh2
2000-09-08 Simon TathamStop plink losing data at start of session
2000-09-08 Simon Tathamplink can now execute a specific command instead of...
2000-09-08 Simon TathamAdded a fourth application: plink, a command line conne...
2000-09-08 Simon TathamPublic key authentication now works in pscp too - oops
2000-09-07 Simon TathamRSA key authentication in ssh1 works; SSH2 is nearly there
2000-09-06 Simon TathamSSH2 transport layer now enables encryption and MAC...
2000-09-05 Simon TathamSecond attempt. Can successfully decrypt the _first...
2000-09-05 Simon TathamSSH 2 support, phase 1, debugging. Currently does Diffi...
2000-07-26 Simon TathamRobert de Bath's Big Patch, part 1
2000-07-21 Simon TathamPSCP: After a password supplied with `-pw' fails to...
2000-06-22 Simon TathamJoris van Rantwijk's unified SSH code suitable for...
2000-06-06 Simon TathamSecurity improvement: check that string length field in
2000-05-31 Simon TathamSecurity improvement: check CRC on incoming packets
2000-05-09 Simon TathamAhem. This time high-half characters really _do_ work...
next