psftp now works as part of the PuTTY suite
[u/mdw/putty] / ssh.c
2001-02-24 simonpsftp now works as part of the PuTTY suite
2001-02-23 simonAdd a traffic analysis defence to SSH2 password authent...
2001-02-20 simonAttempt to fix the remaining key re-exchange bug
2001-02-01 simonYet another attempt at OOB handling in the network...
2001-01-29 simonPrevent duplicate sk_close() calls on the same socket...
2001-01-29 simonRemove a segfault in bombout() macro: don't sk_close...
2001-01-26 simonFix the SSH2 key re-exchange bug. Session id != exchang...
2001-01-26 simonEnsure all backends _remember_ the connection has close...
2001-01-24 simonRethink the whole line discipline architecture. Instead...
2001-01-24 simonImprove socket error handling so that a socket error...
2001-01-23 simonRemove the entirely pointless fourth parameter from...
2001-01-22 simonBring the SSH2 channel architecture up to scratch,...
2001-01-22 simonAdd X11 forwarding, mainly thanks to Andreas Schultz
2001-01-19 simonExperimental Rlogin support, thanks to Delian Delchev...
2001-01-17 simonTrivial fix for when the two directions select differen...
2001-01-09 simonOops - accidentally undid rev 1.82 [r844]
2001-01-08 simonEnsure ssh specials (EOF and PING) don't occur except...
2001-01-07 simonAdam D Ligas's segfault: one form of connection closure...
2000-12-18 simonAttempt to get repeated key exchange working in SSH2...
2000-12-12 simonFix an intermittent segfault that prevented the new...
2000-12-12 simonMake memory management uniform: _everything_ now goes...
2000-12-02 simonImprove SSH2 host key abstraction into a generic `signi...
2000-12-02 simonFix bugtraq 1949: server could open an agent forwarding...
2000-11-21 simonFix segfault when you press a key before the SSH protoc...
2000-11-01 simonImplement Zlib compression, in both SSH1 and SSH2.
2000-10-27 simonStop the "Sent username %s" message coming up twice...
2000-10-27 simonMisc bugfixes
2000-10-26 simonFormat SSH2_MSG_DISCONNECT correctly (with reason code...
2000-10-24 simonFix another bignum formatting problem. This one hit...
2000-10-24 simonSSH2 connections weren't closing cleanly after socket...
2000-10-24 simonWindow resizing wasn't working in SSH2
2000-10-23 simonCreated a shiny new abstraction for the socket handling...
2000-10-20 simonIntroduce a sane interface function, from_backend(...
2000-10-19 simonPuTTYgen initial version. Still to do are basic user...
2000-10-18 simonAdd some more commented-out diagnostics for ssh1
2000-10-12 simonImplement MD5 MAC for the benefit of old SSH2 servers
2000-10-12 simonMiscellaneous fixes for better interoperation with...
2000-10-12 simonAdd a config option to emulate the HMAC bug in commerci...
2000-10-09 simonRobert de Bath's big patch:
2000-10-06 simonTighten up use of "static" throughout. Module-internal...
2000-10-04 simonStore default port number in each back end
2000-09-29 simonFurther restructuring
2000-09-29 simonFix ssh2 after the rev 1.54 [r649] reorg broke it
2000-09-29 simonMake sure a locally entered login name still comes...
2000-09-29 simonAdd -pw and -P options, and usage/version message,...
2000-09-29 simonMinor restructuring to ssh.c in preparation for portabi...
2000-09-28 simonWhile we're doing a hostkey reorg, store port numbers...
2000-09-27 simonRationalised host key storage. Also started code reorg...
2000-09-27 simonRemove the special hooks in ssh.c for pscp. pscp now...
2000-09-26 simonImplement OpenSSH-compatible RSA key fingerprints and...
2000-09-26 simonFix a segfault in agent forwarding code
2000-09-26 simonThe "Authenticated using key from agent" message is...
2000-09-25 simonRationalise ordering of authentication operations....
2000-09-22 simonEnable better build-time flexibility over which WinSock...
2000-09-22 simonBug fix: line discipline selection is not enabled until...
2000-09-22 simonPrevent network errors from summarily closing the windo...
2000-09-21 simonMiscellaneous ssh2 fixes. plink is now relatively sane
2000-09-20 simonFix Blowfish-with-SSH2 combination, and enable user...
2000-09-20 simonSSH2 is now more plausible - window sizes listened...
2000-09-20 simonA couple of SSH2 fixes
2000-09-15 simonConfiguration option for agent forwarding
2000-09-15 simonA couple of small cleanups
2000-09-15 simonPageant now accepts an initial key list on the command...
2000-09-14 simonAdded Pageant, a first-attempt PuTTY authentication...
2000-09-12 simonAdd CryptoCard authentication
2000-09-11 simonAdd switch to choose SSH v1-versus-v2 protocol preferen...
2000-09-09 simonOops - remove SHA debugging from ssh2
2000-09-08 simonStop plink losing data at start of session
2000-09-08 simonplink can now execute a specific command instead of...
2000-09-08 simonAdded a fourth application: plink, a command line conne...
2000-09-08 simonPublic key authentication now works in pscp too - oops
2000-09-07 simonRSA key authentication in ssh1 works; SSH2 is nearly...
2000-09-06 simonSSH2 transport layer now enables encryption and MAC...
2000-09-05 simonSecond attempt. Can successfully decrypt the _first...
2000-09-05 simonSSH 2 support, phase 1, debugging. Currently does Diffi...
2000-07-26 simonRobert de Bath's Big Patch, part 1
2000-07-21 simonPSCP: After a password supplied with `-pw' fails to...
2000-06-22 simonJoris van Rantwijk's unified SSH code suitable for...
2000-06-06 simonSecurity improvement: check that string length field in
2000-05-31 simonSecurity improvement: check CRC on incoming packets
2000-05-09 simonAhem. This time high-half characters really _do_ work...
2000-04-11 simonEnable high-half characters (>=160) in usernames and...
2000-03-24 simonPeter Schellenbach's patch: re-implement the PuTTY...
2000-03-15 simonFirst stab at the ability to compile puttytel.exe,...
1999-11-30 simonRobert de Bath's multi-purpose patch, slightly modified.
1999-11-09 simonFix unexpected network error 5000
1999-11-09 simonChanges from executor:
1999-11-08 simonAdd TIS authentication option
1999-11-08 simonSwitch to using SSH_MSG macros
1999-10-25 simonFix versioncmp
1999-10-25 simonSingle-DES encryption, patch courtesy of Murphy Lam
1999-09-10 simonWe failed to ignore SSH_MSG_IGNORE :-)
1999-07-20 simonJimen Ching's patches to remove compiler warnings
1999-07-06 simonAdd encryption selection, and Blowfish as second option
1999-03-23 simonAdd SSH_STATE_CLOSED to prevent accidentally sending...
1999-02-09 simonFix various segfaults and heap trashes. Thanks to Andre...
1999-01-15 simonAdd SSH don't-allocate-pty option, and corresponding...
1999-01-08 simonJohn Sullivan's patches plus more fixes:
1999-01-08 simonInitial checkin: beta 0.43