]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/shortlog
PuTTY_svn.git
2014-02-16 Simon TathamEnable xterm mouse reporting of wheel actions in GTK. master
2014-02-16 Simon TathamStop sending release events for mouse wheel 'buttons...
2014-02-05 Simon TathamRevert half of r10135, and re-fix properly.
2014-02-04 Simon TathamFix warnings when compiling with -DNO_IPV6.
2014-01-25 Simon TathamDon't unconditionally reset scrollback on certain escap...
2014-01-25 Simon TathamFix a potential crash in ssh_setup_portfwd.
2014-01-25 Simon TathamSupport explicit IPv6 source addresses in Windows port...
2014-01-25 Simon TathamAvoid misidentifying unbracketed IPv6 literals as host...
2014-01-25 Simon TathamUse the new host_str* functions to improve IPv6 literal...
2014-01-25 Simon TathamNew hostname-handling functions in misc.c.
2014-01-16 Simon TathamFix assertion failure in Unix PuTTYgen exports.
2014-01-15 Jacob NevinsIt's a new year.
2014-01-15 Jacob NevinsRemove mention of ASCIICTLS. It hasn't done anything...
2014-01-11 Simon TathamGenerate IDE project files for Visual Studio 2010 and 2012.
2014-01-07 Simon TathamRename the handle-type enumeration values.
2013-12-02 Simon TathamInclude another autoconf dropping in svn:ignore.
2013-12-02 Simon TathamFix breakage of SSH-2 packet decompression by r10070.
2013-12-01 Jacob NevinsUse printf rather than echo to generate \versionid.
2013-11-30 Jacob NevinsDocument the 'bold black' hazard of bold-as-font.
2013-11-30 Simon TathamMake GTK idle and quit function setup idempotent.
2013-11-25 Simon TathamFix interaction of insch() with selection highlights.
2013-11-25 Simon TathamSwitch to using SIDs in make_private_security_descriptor().
2013-11-23 Simon TathamRemove an unused variable orphaned by r10092.
2013-11-22 Simon TathamSetEntriesInAcl returns its error code directly.
2013-11-22 Simon TathamPass the right number of entries to SetEntriesInAcl!
2013-11-22 Simon TathamInclude the numeric error code in win_strerror's output.
2013-11-18 Jacob NevinsFix up the Windows help context stuff for the new conne...
2013-11-18 Simon TathamGracefully degrade in the absence of CryptProtectMemory.
2013-11-18 Simon TathamRestore compatibility with older autoconfs.
2013-11-17 Simon TathamFix an assortment of dupprintf() format string bugs.
2013-11-17 Simon TathamImplement connection sharing between instances of PuTTY.
2013-11-17 Simon TathamMove the dynamic loading of advapi into its own module.
2013-11-17 Simon TathamGet rid of the error-return mechanism from x11_init.
2013-11-17 Simon TathamRefactor the construction of X protocol greetings.
2013-11-17 Simon TathamPrepare to have multiple X11 auth cookies valid at once.
2013-11-17 Simon TathamDecouple X socket opening from x11_init().
2013-11-17 Simon TathamAdd missing 'const' in the des_*_xdmauth functions.
2013-11-17 Simon TathamAdd a missing null pointer check in s_write.
2013-11-17 Simon TathamRemove sk_{get,set}_private_ptr completely!
2013-11-17 Simon TathamRefactor ssh.c's APIs to x11fwd.c and portfwd.c.
2013-11-17 Simon TathamReliably initialise uxnet's socket fd fields to -1.
2013-11-17 Simon TathamAdd support in uxnet.c for Unix-domain listening sockets.
2013-11-17 Simon TathamComplete rewrite of the packet log censoring code.
2013-11-17 Simon TathamClean up the 'data' vs 'body' pointers in struct Packet.
2013-11-17 Simon TathamAdd support for Windows named pipes.
2013-11-17 Simon TathamReplace the hacky 'OSSocket' type with a closure.
2013-11-17 Simon TathamImplement freezing on Windows handle sockets.
2013-11-17 Simon TathamFactor out the HANDLE-to-Socket adapter from winproxy.c.
2013-11-17 Simon TathamAdd a Socket implementation which just holds an error...
2013-11-17 Simon TathamMove SSH protocol enumerations out into ssh.h.
2013-11-17 Simon TathamMove cipher settings into their own config panel.
2013-11-17 Simon TathamClean up the semantics of the ssh_rportfwd structure.
2013-11-17 Simon TathamFind ToUnicodeEx() at run time, not load time.
2013-11-11 Simon TathamReplace GetQueueStatus with PeekMessage(PM_NOREMOVE).
2013-10-26 Simon TathamFix build failures on Ubuntu 13.10.
2013-10-25 Simon TathamAvoid leaving unread Windows messages in the queue.
2013-10-09 Simon Tathamrandom_ref() should always increment the reference count.
2013-10-09 Simon TathamDon't pass WinSock error codes to strerror.
2013-09-23 Simon TathamFix cut-and-paste errors in nonfatal() implementations.
2013-09-15 Simon TathamOops! Remove a tight-looping diagnostic.
2013-09-15 Simon TathamRemove the timed part of the terminal paste mechanism.
2013-09-15 Simon TathamOnly run one toplevel callback per event loop iteration.
2013-09-08 Simon TathamHandle socket errors on half-open channels.
2013-09-08 Simon TathamPass an error message through to sshfwd_unclean_close.
2013-09-07 Simon TathamFix SSH2_MSG_CHANNEL_EXTENDED_DATA in logparse.
2013-09-07 Simon TathamMake logparse handle completely bogus channel numbers.
2013-08-26 Simon TathamFix free of an uninitialised pointer.
2013-08-22 Simon TathamFix handling of IPv6 dynamic forwardings.
2013-08-18 Simon TathamDon't run toplevel callbacks in modal dialogs.
2013-08-18 Simon TathamSensibly enforce non-interactive rekeying.
2013-08-17 Simon TathamMake calling term_nopaste() a cross-platform feature.
2013-08-17 Simon TathamRevamp Windows pending_netevent using toplevel callbacks.
2013-08-17 Simon TathamRevamp net_pending_errors using toplevel callbacks.
2013-08-17 Simon TathamRevamp GTK's session close handling using toplevel...
2013-08-17 Simon TathamRevamp Windows's close_session() using toplevel callbacks.
2013-08-17 Simon TathamRevamp the terminal paste mechanism using toplevel...
2013-08-17 Simon TathamAdd a general way to request an immediate top-level...
2013-08-15 Simon TathamSebastian Kuschel reports that pfd_closing can be calle...
2013-08-13 Simon TathamIt turns out I was a little over-strict in my handling...
2013-08-08 Simon Tathamsbcsgen.pl uses 'select' to point Perl at a different...
2013-08-07 Simon TathamRevert the default for font bolding style back to using...
2013-08-06 Simon TathamBump version number prior to tagging 0.63.
2013-08-06 Simon TathamOne more defensive assert, just to be sure.
2013-08-05 Simon TathamThe bignum code has two representations of zero, since
2013-08-05 Simon TathamAdd some more precautionary assertions, just in case...
2013-08-05 Jacob NevinsBelatedly update the copyright year to 2013.
2013-08-04 Simon TathamFix memory leaks in the new error return from modinv.
2013-08-04 Simon TathamSpot when we didn't successfully create an RSA public...
2013-08-04 Simon TathamMake modinv able to return NULL if its inputs are not...
2013-08-04 Simon TathamAvoid trying to take the modular inverse of zero in...
2013-08-04 Simon TathamAnother couple of memory leaks.
2013-08-04 Simon TathamMore consistently defend against division by zero with...
2013-08-04 Simon TathamValidate newly created DSA keys more carefully. Don...
2013-08-04 Simon TathamRemove some redundant null-pointer checks from code...
2013-08-04 Simon TathamSanitise freeing of DSA keys.
2013-08-04 Simon TathamReinstate a piece of code accidentally removed in r9214...
2013-08-02 Simon TathamRaise the default scrollback from 200 to 2000 lines...
2013-08-02 Simon TathamFound a lot of places in sshbn.c where for-loops zeroin...
2013-08-02 Simon TathamVerify RSA keys created by rsa2_openssh_createkey.
2013-08-02 Simon TathamReplace some 'sfree' calls of bignums with the proper...
next