]> asedeno.scripts.mit.edu Git - PuTTY.git/history - ssh.h
Move MODULE files out of individual project directories into a
[PuTTY.git] / ssh.h
2004-07-31 Simon TathamGeneral robustness improvements in SSH1. In particular...
2004-05-31 Simon TathamRJK's patch to enable PuTTY's X forwarding to connect...
2004-01-22 Simon TathamAdded a command-line key generation tool. Currently...
2003-08-29 Jacob NevinsWork towards wish `keyfile-diagnostic'. Many sshpubk...
2003-05-13 Simon TathamRename crc32() to crc32_compute(), to avoid clashing...
2003-05-04 Simon TathamColin's const-fixing Patch Of Death. Seems to build...
2003-04-23 Simon TathamAdded framework to sshbn.c to make it possible to vary the
2003-04-05 Simon TathamDynamic port forwarding by means of a local SOCKS serve...
2003-02-01 Simon TathamCreated new data types `Filename' and `FontSpec', inten...
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 TathamSupport for XDM-AUTHORIZATION-1 at the SSH server end...
2003-01-11 Ben HarrisMove the prototype for platform_get_x11_auth() from...
2003-01-11 Simon TathamSupport XDM-AUTHORIZATION-1 for connecting to local...
2003-01-10 Simon TathamIntroduce framework for authenticating with the local...
2003-01-05 Ben HarrisMove prototypes for base64_decode_atom(), base64_lines...
2003-01-05 Ben HarrisMove x11fwd and portfwd prototypes from ssh.c into...
2002-10-26 Simon TathamYet more global-removal. The static variables in loggin...
2002-10-26 Simon TathamPort forwarding module now passes backend handles aroun...
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-05-13 Simon TathamAdd some basic framework code preparatory to adding...
2002-05-11 Simon TathamAdded a framework for importing foreign key formats...
2002-05-11 Simon TathamImproved error messages if you use the wrong key type...
2002-01-08 Simon TathamAdd the CRC32 compensation attack detector that all...
2001-12-30 Simon TathamPageant is now able to avoid asking for the passphrase...
2001-11-25 Simon TathamINCOMPATIBLE CHANGE to the SSH2 private key file format...
2001-11-21 Simon TathamAdd single-DES support in SSH2
2001-11-12 Simon TathamRemember to initialise p->nphases to zero in progress...
2001-09-22 Simon TathamAdd support for DSA authentication in SSH2, following...
2001-09-15 Simon TathamCygwin build fixes: update the dependencies, add -DNO_S...
2001-08-26 Simon TathamPSCP now uses the modern SFTP protocol if it can, and...
2001-08-25 Simon TathamExtensive changes that _should_ fix the socket bufferin...
2001-08-08 Simon TathamSSH port forwarding! How cool is that?
2001-05-06 Simon TathamRun entire source base through GNU indent to tidy up...
2001-04-17 Simon TathamHaving now compiled the last few days' changes with...
2001-04-16 Simon TathamPageant interface changes. You can now do `pageant...
2001-03-23 Simon TathamFix a couple of silly compiler warnings
2001-03-15 Simon TathamAt long last: PuTTY will now report its version to...
2001-03-10 Simon TathamAdd support for using Diffie-Hellman with short exponen...
2001-03-05 Simon TathamMake the SSH2 traffic analysis defence robust in the...
2001-03-03 Simon TathamSSH2 can now use Pageant to obtain keys from
2001-03-03 Simon TathamAdd support for the OpenSSH SSH2 agent protocol.
2001-03-03 Simon TathamPreliminary support for RSA user authentication in...
2001-03-02 Simon TathamSupport for selecting AES from the GUI. In the process...
2001-03-01 Simon TathamDiffie-Hellman group exchange in SSH2. Currently #ifdef...
2001-03-01 Simon TathamAdd a key length indication to each SSH2 cipher structu...
2001-03-01 Simon TathamRemove the last lingering knowledge, outside sshbn...
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-11-01 Simon TathamImplement Zlib compression, in both SSH1 and SSH2.
2000-10-23 Simon TathamMake the frankly ridiculous prototypes for modpow(...
2000-10-19 Simon TathamPuTTYgen initial version. Still to do are basic user...
2000-10-18 Simon TathamMiscellaneous cleanups and reorgs in preparation for...
2000-10-18 Simon TathamRSA key generation routines, and the bignum enhancement...
2000-09-27 Simon TathamRationalised host key storage. Also started code reorg...
2000-09-26 Simon TathamImplement OpenSSH-compatible RSA key fingerprints and...
2000-09-25 Simon TathamRationalise ordering of authentication operations....
2000-09-14 Simon TathamAdded Pageant, a first-attempt PuTTY authentication agent
2000-09-07 Simon TathamRSA key authentication in ssh1 works; SSH2 is nearly there
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-04-04 Simon TathamOops - now let's get that MD5 change _right_ :-)
2000-04-04 Simon TathamReplace MD5 implementation with my own code
2000-03-24 Simon TathamPeter Schellenbach's patch: re-implement the PuTTY...
2000-03-08 Simon TathamNew CRC32 implementation, from scratch, not copyrighted...
1999-11-09 Simon TathamChanges from executor:
1999-10-25 Simon TathamSingle-DES encryption, patch courtesy of Murphy Lam
1999-07-06 Simon TathamAdd encryption selection, and Blowfish as second option
1999-01-08 Simon TathamJohn Sullivan's patches plus more fixes:
1999-01-08 Simon TathamInitial checkin: beta 0.43