Add the ability to close sessions. This adds *_free() functions to most
[u/mdw/putty] / ssh.h
2003-01-15 benAdd the ability to close sessions. This adds *_free...
2003-01-12 simonproxy.c now no longer refers to `cfg'. Instead, each...
2003-01-12 simonThere's no real need for portfwd.c to reference `cfg...
2003-01-12 simonSupport for XDM-AUTHORIZATION-1 at the SSH server end...
2003-01-11 benMove the prototype for platform_get_x11_auth() from...
2003-01-11 simonSupport XDM-AUTHORIZATION-1 for connecting to local...
2003-01-10 simonIntroduce framework for authenticating with the local...
2003-01-05 benMove prototypes for base64_decode_atom(), base64_lines...
2003-01-05 benMove x11fwd and portfwd prototypes from ssh.c into...
2002-10-26 simonYet more global-removal. The static variables in loggin...
2002-10-26 simonPort forwarding module now passes backend handles aroun...
2002-10-25 simonThe Zlib module now uses dynamically allocated contexts...
2002-10-25 simonDiffie-Hellman key exchange now uses a dynamically...
2002-10-25 simonSSH CRC attack detector now uses a dynamically allocate...
2002-10-25 simonSSH2 MACs now use dynamically allocated contexts.
2002-10-25 simonSSH ciphers now use dynamically allocated contexts.
2002-10-25 simonMajor destabilisation, phase 2. This time it's the...
2002-05-13 simonAdd some basic framework code preparatory to adding...
2002-05-11 simonAdded a framework for importing foreign key formats...
2002-05-11 simonImproved error messages if you use the wrong key type...
2002-01-08 simonAdd the CRC32 compensation attack detector that all...
2001-12-30 simonPageant is now able to avoid asking for the passphrase...
2001-11-25 simonINCOMPATIBLE CHANGE to the SSH2 private key file format...
2001-11-21 simonAdd single-DES support in SSH2
2001-11-12 simonRemember to initialise p->nphases to zero in progress...
2001-09-22 simonAdd support for DSA authentication in SSH2, following...
2001-09-15 simonCygwin build fixes: update the dependencies, add -DNO_S...
2001-08-26 simonPSCP now uses the modern SFTP protocol if it can, and...
2001-08-25 simonExtensive changes that _should_ fix the socket bufferin...
2001-08-08 simonSSH port forwarding! How cool is that?
2001-05-06 simonRun entire source base through GNU indent to tidy up...
2001-04-17 simonHaving now compiled the last few days' changes with...
2001-04-16 simonPageant interface changes. You can now do `pageant...
2001-03-23 simonFix a couple of silly compiler warnings
2001-03-15 simonAt long last: PuTTY will now report its version to...
2001-03-10 simonAdd support for using Diffie-Hellman with short exponen...
2001-03-05 simonMake the SSH2 traffic analysis defence robust in the...
2001-03-03 simonSSH2 can now use Pageant to obtain keys from
2001-03-03 simonAdd support for the OpenSSH SSH2 agent protocol.
2001-03-03 simonPreliminary support for RSA user authentication in...
2001-03-02 simonSupport for selecting AES from the GUI. In the process...
2001-03-01 simonDiffie-Hellman group exchange in SSH2. Currently #ifdef...
2001-03-01 simonAdd a key length indication to each SSH2 cipher structu...
2001-03-01 simonRemove the last lingering knowledge, outside sshbn...
2000-12-12 simonMake memory management uniform: _everything_ now goes...
2000-12-02 simonImprove SSH2 host key abstraction into a generic `signi...
2000-11-01 simonImplement Zlib compression, in both SSH1 and SSH2.
2000-10-23 simonMake the frankly ridiculous prototypes for modpow(...
2000-10-19 simonPuTTYgen initial version. Still to do are basic user...
2000-10-18 simonMiscellaneous cleanups and reorgs in preparation for...
2000-10-18 simonRSA key generation routines, and the bignum enhancement...
2000-09-27 simonRationalised host key storage. Also started code reorg...
2000-09-26 simonImplement OpenSSH-compatible RSA key fingerprints and...
2000-09-25 simonRationalise ordering of authentication operations....
2000-09-14 simonAdded Pageant, a first-attempt PuTTY authentication...
2000-09-07 simonRSA key authentication in ssh1 works; SSH2 is nearly...
2000-09-05 simonSecond attempt. Can successfully decrypt the _first...
2000-09-05 simonSSH 2 support, phase 1, debugging. Currently does Diffi...
2000-04-04 simonOops - now let's get that MD5 change _right_ :-)
2000-04-04 simonReplace MD5 implementation with my own code
2000-03-24 simonPeter Schellenbach's patch: re-implement the PuTTY...
2000-03-08 simonNew CRC32 implementation, from scratch, not copyrighted...
1999-11-09 simonChanges from executor:
1999-10-25 simonSingle-DES encryption, patch courtesy of Murphy Lam
1999-07-06 simonAdd encryption selection, and Blowfish as second option
1999-01-08 simonJohn Sullivan's patches plus more fixes:
1999-01-08 simonInitial checkin: beta 0.43