]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
2001-03-13 Simon TathamDave Hinton's modifications to the network layer interf...
2001-03-13 Simon TathamAdd dependencies for x11fwd.obj to Makefile (thanks...
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-12 Simon TathamFinally fixed the point/pixel confusion in font handlin...
2001-03-10 Simon TathamAdd support for using Diffie-Hellman with short exponen...
2001-03-10 Simon TathamTiny bug in bn_power_2() - didn't work with powers...
2001-03-10 Simon TathamUpdate the text format of the public key as the comment...
2001-03-09 Simon TathamComplete analysis of the magic ASN.1 stuff in RSASSA...
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 TathamFix various trivial compiler warnings
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 some stray diagnostics
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 TathamAdd support for the OpenSSH SSH2 agent protocol.
2001-03-03 Simon TathamThe authentication diagnostics in SSH2 should now be...
2001-03-03 Simon TathamOops - fix silly segfault in new puttygen
2001-03-03 Simon TathamPreliminary support for RSA user authentication in...
2001-03-03 Simon TathamMore options for bignum debugging
2001-03-02 Simon TathamInclude key type in SSH2 key fingerprints, now we have...
2001-03-02 Simon TathamArgh, sshrsa.c now depends on sshsha.c so Pageant needs...
2001-03-02 Simon TathamAdded support for RSA host keys (not user keys yet)
2001-03-02 Simon TathamExtra crash-safety in decoding a DSS signature blob
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-02 Simon TathamA fix in modmul: don't segfault or fill the result...
2001-03-02 Simon TathamFix problem with pointer hiding
2001-03-02 Simon TathamJacob's fixes for the Event Log
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...
2001-03-01 Simon TathamStop accidental subsystem attempts
2001-03-01 Simon TathamFix a potential segfault
2001-02-27 Simon TathamOops, that broke Telnet negotiation display. Fix tabsto...
2001-02-27 Simon TathamTimestamp every line of the Event Log. The primary...
2001-02-27 Simon TathamPatches to prevent a couple of silly crashes
2001-02-26 Simon TathamModerately evil workaround to compensate for a variation in
2001-02-26 Simon TathamAhem. sftp.obj depends on sftp.c not on psftp.c!
2001-02-26 Simon TathamFinish adding PSFTP to the master Makefile (oops!)
2001-02-24 Simon Tathampsftp now works as part of the PuTTY suite
2001-02-24 Simon TathamSFTP client now successfully handles cd, ls, get and put.
2001-02-23 Simon TathamFirst stab at an SFTP client. Currently a Unixland...
2001-02-23 Simon Tatham64-bit integer routines
2001-02-23 Simon TathamAdd a traffic analysis defence to SSH2 password authent...
2001-02-22 Simon TathamUpdate copyright dates to 2001 :-)
2001-02-20 Simon TathamAttempt to fix the remaining key re-exchange bug
2001-02-19 Owen DunnMore proto `how-to' documentation: CVS and WinCVS
2001-02-19 Simon TathamAdd a how-to section on public-key authentication in PSCP
2001-02-19 Simon TathamAdd "make clean" target
2001-02-07 Owen DunnPrelim. CVS/plink howto
2001-02-06 Owen DunnMostly Mathias Leinmueller's PuTTYgen documentation...
2001-02-05 Simon TathamModifications to the new Close On Exit option:
2001-02-05 Simon TathamJacob's patch to improve Close On Exit behaviour
2001-02-05 Simon TathamVarious bug/warning fixes from Jacob
2001-02-04 Owen DunnFix various slashes.
2001-02-04 Owen DunnPlink documentation cribs heavily from PSCP documentati...
2001-02-04 Owen DunnSome examples.
2001-02-01 Simon TathamShrink the keepalive-timeout box so the text beside...
2001-02-01 Simon TathamYet another attempt at OOB handling in the network...
2001-02-01 Simon TathamIgnore the zero byte at the start of the rlogin main...
2001-02-01 Simon TathamFix an always-false comparison (don't compare a char...
2001-02-01 Simon TathamAvoid mallocing zero bytes in the event log Copy proces...
2001-01-31 Simon TathamAdd zlib_freetable() to prevent memory leaks. Thanks...
2001-01-31 Owen DunnThis time, a working version of the pscp docs.
2001-01-31 Owen DunnMore pscp documentation.
2001-01-29 Simon TathamMore stuff is written.
2001-01-29 Simon TathamDon't forget to read any outstanding data on receipt...
2001-01-29 Simon TathamRobert de Bath's TCP Urgent / Telnet SYNCH patch.
2001-01-29 Simon TathamPrevent "Connection closed" message box from appearing...
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-28 Owen DunnInstructions on setting PATH more permanently.
2001-01-28 Owen DunnMore options documented
2001-01-28 Owen DunnUse the PuTTY site's CSS stylesheet.
2001-01-27 Owen DunnDocumentation for -P and -pw
2001-01-27 Owen DunnA start at some proper PSCP documentation
2001-01-27 Simon TathamRemove -gui from the command-line help in pscp, because...
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-26 Simon TathamJacob's patch to fix all the accelerators. AGAIN.
2001-01-26 Simon TathamFix build errors in PSCP after line discipline upheaval
2001-01-24 Simon TathamUse `default_port' rather than `22' when loading a...
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-24 Simon TathamAhem. The log-file Browse button should set cfg.logfile...
2001-01-23 Simon TathamRoman Pompejus's suggestion: do sensible things with...
2001-01-23 Simon TathamRoman Pompejus's fix for the TAB-not-working-in-Event...
2001-01-23 Simon TathamWhen the SSH panel disappears in puttytel, the Tunnels...
2001-01-23 Simon TathamRemove the entirely pointless fourth parameter from...
2001-01-23 Simon TathamFix a subtle bug affecting multiple-socket handling...
2001-01-22 Simon TathamUpdate puttygen GUI code to use Jeremy Sawicki's better...
2001-01-22 Simon TathamAdd dependencies for puttygen.c
2001-01-22 Simon TathamClean up a couple of trivial compiler warnings.
2001-01-22 Simon TathamJeremy Sawicki's fix for the multiple-conflicting-accel...
2001-01-22 Simon TathamAbility to hide the mouse pointer on a keypress a la Word
next