]> asedeno.scripts.mit.edu Git - PuTTY.git/shortlog
PuTTY.git
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
2001-01-22 Simon TathamBring the SSH2 channel architecture up to scratch,...
2001-01-22 Simon TathamUpdate the file list in .cvsignore
2001-01-22 Simon TathamAdd a title to the Tunnels panel
2001-01-22 Simon TathamTry the blindingly-obvious fix for the hidden-controls...
2001-01-22 Simon TathamAdd X11 forwarding, mainly thanks to Andreas Schultz
2001-01-20 Simon TathamMake sure it's SSH, and not Rlogin, which gets omitted...
2001-01-19 Simon TathamExperimental Rlogin support, thanks to Delian Delchev...
2001-01-19 Simon TathamKeepalives are now in seconds not minutes
2001-01-18 Simon TathamAdd a .cvsignore file
2001-01-17 Simon TathamThe `wrapnext' variable now states whether we _would_...
2001-01-17 Simon TathamTidy up that latest checkin. PS_DOTTED is spelled PS_DO...
2001-01-17 Simon TathamIntroduce alternative cursor shapes: underline, vertica...
2001-01-17 Simon TathamTrivial fix for when the two directions select differen...
2001-01-17 Simon TathamFurther work on writing the manual
2001-01-17 Simon TathamContinue writing documentation. Looks like a long job :-(
2001-01-17 Simon TathamInitial checkin of an outline for the PuTTY user manual.
2001-01-11 Simon TathamRemove rogue debug statement
2001-01-09 Simon TathamIPv4 numeric addresses were broken thanks to IPv6 patch
2001-01-09 Simon TathamOops - accidentally undid rev 1.82 [r844]
2001-01-08 Simon TathamEnable explicit changing of the window title after...
2001-01-08 Simon TathamDisable logging completely if the user selects Cancel...
2001-01-08 Simon TathamEnsure ssh specials (EOF and PING) don't occur except...
2001-01-07 Simon TathamJeroen Massar's IPv6 patch. Disabled by default, for now.
2001-01-07 Simon TathamFix for spurious Space getting sent when alt_space...
2001-01-07 Simon TathamKestutis Kupciunas's Lithuanian-friendliness patch...
2001-01-07 Simon TathamImproved session logging courtesy of Roman Pompejus
next