Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ssh.c
AgeCommit message (Expand)Author
2001-03-03The authentication diagnostics in SSH2 should now be better.Simon Tatham
2001-03-03Preliminary support for RSA user authentication in SSH2! Most of theSimon Tatham
2001-03-02Added support for RSA host keys (not user keys yet)Simon Tatham
2001-03-02Support for selecting AES from the GUI. In the process, I've had toSimon Tatham
2001-03-02Add AES support in SSH2. Not yet complete: there's no way to selectSimon Tatham
2001-03-01Diffie-Hellman group exchange in SSH2. Currently #ifdeffed outSimon Tatham
2001-03-01Remove the last lingering knowledge, outside sshbn.c, of theSimon Tatham
2001-02-24psftp now works as part of the PuTTY suiteSimon Tatham
2001-02-23Add a traffic analysis defence to SSH2 password authenticationSimon Tatham
2001-02-20Attempt to fix the remaining key re-exchange bugSimon Tatham
2001-02-01Yet another attempt at OOB handling in the network abstraction. ThisSimon Tatham
2001-01-29Prevent duplicate sk_close() calls on the same socket when theSimon Tatham
2001-01-29Remove a segfault in bombout() macro: don't sk_close() the socket ifSimon Tatham
2001-01-26Fix the SSH2 key re-exchange bug. Session id != exchange hash,Simon Tatham
2001-01-26Ensure all backends _remember_ the connection has closed afterSimon Tatham
2001-01-24Rethink the whole line discipline architecture. Instead of havingSimon Tatham
2001-01-24Improve socket error handling so that a socket error isn't anSimon Tatham
2001-01-23Remove the entirely pointless fourth parameter from x11_init().Simon Tatham
2001-01-22Bring the SSH2 channel architecture up to scratch, enabling XSimon Tatham
2001-01-22Add X11 forwarding, mainly thanks to Andreas SchultzSimon Tatham
2001-01-19Experimental Rlogin support, thanks to Delian Delchev. Local flowSimon Tatham
2001-01-17Trivial fix for when the two directions select different encryptionSimon Tatham
2001-01-09Oops - accidentally undid rev 1.82 [r844]Simon Tatham
2001-01-08Ensure ssh specials (EOF and PING) don't occur except in connectionSimon Tatham
2001-01-07Adam D Ligas's segfault: one form of connection closure was failingSimon Tatham
2000-12-18Attempt to get repeated key exchange working in SSH2. Still underSimon Tatham
2000-12-12Fix an intermittent segfault that prevented the new Zlib compressionSimon Tatham
2000-12-12Make memory management uniform: _everything_ now goes through theSimon Tatham
2000-12-02Improve SSH2 host key abstraction into a generic `signing key'Simon Tatham
2000-12-02Fix bugtraq 1949: server could open an agent forwarding channel evenSimon Tatham
2000-11-21Fix segfault when you press a key before the SSH protocol decides whetherSimon Tatham
2000-11-02Implement Zlib compression, in both SSH1 and SSH2.Simon Tatham
2000-10-27Stop the "Sent username %s" message coming up twice in pscp -vSimon Tatham
2000-10-27Misc bugfixesSimon Tatham
2000-10-26Format SSH2_MSG_DISCONNECT correctly (with reason code, reasonSimon Tatham
2000-10-25Fix another bignum formatting problem. This one hit Diffie-HellmannSimon Tatham
2000-10-24SSH2 connections weren't closing cleanly after socket revamp. Fixed.Simon Tatham
2000-10-24Window resizing wasn't working in SSH2Simon Tatham
2000-10-23Created a shiny new abstraction for the socket handling. Has manySimon Tatham
2000-10-20Introduce a sane interface function, from_backend(), for backends toSimon Tatham
2000-10-19PuTTYgen initial version. Still to do are basic user-friendlinessSimon Tatham
2000-10-18Add some more commented-out diagnostics for ssh1Simon Tatham
2000-10-12Implement MD5 MAC for the benefit of old SSH2 serversSimon Tatham
2000-10-12Miscellaneous fixes for better interoperation with commercial SSH 2Simon Tatham
2000-10-12Add a config option to emulate the HMAC bug in commercial SSH v2.3.xSimon Tatham
2000-10-09Robert de Bath's big patch:Simon Tatham
2000-10-06Tighten up use of "static" throughout. Module-internal things should NOTSimon Tatham
2000-10-04Store default port number in each back endSimon Tatham
2000-09-29Further restructuringSimon Tatham
2000-09-29Fix ssh2 after the rev 1.54 [r649] reorg broke itSimon Tatham