]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/shortlog
PuTTY_svn.git
2010-03-18 Simon TathamSpelling. gssapi r8901-15-g6c09b64
2010-03-18 Simon TathamRe-fix GSSAPI in Makefile.gtk.
2010-03-18 Alejandro R. SedeñoDon't include dlfcn.h if we're not building with libdl
2010-03-18 Alejandro R. SedeñoAllow builds to link against either libdl or a gssapi lib
2010-03-18 Alejandro R. SedeñoMisc header related cleanup
2010-03-18 Alejandro R. SedeñoUnix port: If we have a gssapi library, don't init again.
2010-03-18 Alejandro R. SedeñoAdd libgss to the unix gssapi library search
2010-03-18 Alejandro R. SedeñoSwitch the order of libgssapi_krb5 and libgssapi
2010-03-18 Alejandro R. SedeñoFix the mac port (maybe?)
2010-03-18 Alejandro R. SedeñoFix the windows build
2010-03-18 Alejandro R. SedeñoSplit ssh_gss_* from implementation.
2010-03-18 Alejandro R. SedeñoMove the unix GSSAPI implementation into common core
2010-03-18 Alejandro R. SedeñoAdd internal GSSAPI implementation stub from RFC 2744
2010-03-18 Alejandro R. SedeñoDisable GTK1 checks
2010-03-18 Alejandro R. SedeñoUse C99 for uint32_t in unix port
2010-03-14 Jacob Nevinsr8854/5 broke compilation with Gtk 1.2. Grow a hack...
2010-03-13 Jacob NevinsI think r8738 broke IPv6 in MSVC Windows builds due...
2010-03-13 Jacob NevinsTweak description of dynamic port forwarding, and point...
2010-03-06 Simon TathamCentralise generation of the control sequences for...
2010-02-20 Simon TathamUnix console utilities should send prompts to /dev...
2010-02-20 Simon TathamColin Watson reports that linking with 'gold' doesn...
2010-02-20 Simon TathamUpdate to r8614: another -D_FORTIFY_SOURCE=2 fix.
2010-02-17 Simon TathamNull out the socket pointers in X- and port-forwarding...
2010-01-25 Jacob Nevins...and the rest of r8854.
2010-01-23 Jacob NevinsOur handling of timers in Gtk was truncating times...
2010-01-17 Jacob NevinsRevert r8847, which was bilge; I can't magically change...
2010-01-17 Jacob NevinsIt's a new year.
2010-01-17 Jacob NevinsChange expiry of timers when their contexts go away...
2010-01-17 Jacob NevinsPlug a few minor memory leaks, based on a patch by...
2009-11-22 Jacob NevinsOn Windows, character set specifications of the form...
2009-11-13 Jacob NevinsAdd a keyboard shortcut for the "serial" protocol to...
2009-11-10 Simon TathamPatch from Tim Kosse to fix 64-bit-cleanness in SHA-512.
2009-11-08 Jacob NevinsWe defined tried_shgetfolderpath but never actually...
2009-11-08 Jacob NevinsUse DECL/GET_WINDOWS_FUNCTION in a few more places...
2009-11-08 Jacob NevinsMove the two existing DECL/GET_foo_FUNCTION macro sets...
2009-11-08 Jacob NevinsImprove buffer handling in Windows sk_getaddr() --...
2009-11-01 Jacob NevinsStop trying to enumerate all the kinds of Windows we...
2009-09-27 Jacob NevinsRemove is_shift_pressed() -- it's not been used since...
2009-09-27 Jacob NevinsAnother warning fix and cosmetic tweakage.
2009-09-27 Jacob NevinsQuell more warnings and, perhaps, avoid alignment fault...
2009-09-27 Jacob NevinsFix some (probably harmless) warnings.
2009-09-25 Jacob NevinsChange manifest files to declare Windows GUI apps to...
2009-09-16 Jacob NevinsFix minor file descriptor leaks. Found by cppcheck...
2009-09-14 Jacob NevinsSince r7266, it's been possible to get a hostname into...
2009-09-13 Jacob NevinsIn Unix PuTTY, grey out "Restart Session" when it doesn...
2009-09-13 Jacob NevinsAdd a couple of ellipses in Unix context menu (like...
2009-09-13 Jacob NevinsIf there are no saved sessions, put a grayed "(No sessi...
2009-08-30 Jacob NevinsAvoid compiling autoconf test programs with -Wall ...
2009-08-30 Jacob NevinsMinor improvements to error reporting in logging.
2009-08-21 Jacob NevinsRemove outdated comment.
2009-08-21 Jacob NevinsFrom Corey Stup: when we're declaring stuff for WSAAddr...
2009-08-21 Jacob NevinsCorey Stup points out a memory leak in the local-proxy...
2009-08-21 Jacob NevinsCorey Stup points out that any attempt to display the...
2009-08-18 Jacob NevinsAttempt to filter out duplicate port forwardings in...
2009-08-18 Jacob NevinsFix handling of duplicate port forwardings; they were...
2009-08-16 Jacob NevinsQuell "config.status: WARNING: Makefile.in seems to...
2009-08-15 Jacob NevinsKeep the state of the "Full Screen" menu item on the...
2009-08-13 Jacob NevinsAdd "-serial" to Plink's usage message.
2009-08-10 Simon TathamPatch from Alan Clucas (somewhat polished) providing...
2009-08-10 Simon TathamFixes for re-entrant calls in the serial configuration...
2009-08-07 Jacob NevinsWorkarounds for compiling with -D_FORTIFY_SOURCE=2...
2009-08-06 Jacob NevinsMore use of sockaddr_union (above and beyond that neces...
2009-08-06 Jacob NevinsAvoid "dereferencing pointer 'sa' does break strict...
2009-07-28 Jacob NevinsAlex Besogonov suggests that our Unix autoconf GSSAPI...
2009-07-28 Jacob NevinsMention Makefile.ux.
2009-07-28 Jacob NevinsInclude putty.h (and hence uxconfig.h) before testing...
2009-07-12 Simon TathamTypo: replace a \i with a \I.
2009-06-10 Simon TathamClearing and refilling the code-pages list box can cause a
2009-05-11 Simon TathamAdd a 'unix' Makefile type, for building the non-GUI...
2009-05-11 Simon TathamPango-based font handling: combine display of adjacent...
2009-04-26 Jacob NevinsAnsgar Wiechers points out that known_hosts (at least...
2009-04-26 Jacob NevinsDiscard hashed hostnames from input.
2009-04-26 Jacob NevinsReported by Tim Kosse: on Unix, read_random_seed()...
2009-04-26 Jacob NevinsSeveral people have spotted an uninitialised structure...
2009-04-24 Simon TathamRichard Clark points out a missing check for ssh->mainc...
2009-04-23 Simon TathamWhen giving authorisation errors from the proxy code...
2009-04-23 Simon TathamWhen starting a SOCKS connection in dynamic forwarding...
2009-03-24 Simon TathamSupport in the cross-platform code for translating...
2009-03-03 Jacob NevinsFix cosmetic keyboard-interactive issue: at the end...
2009-03-03 Simon TathamHandle more gracefully the possibility of a keyboard...
2009-02-28 Simon TathamStop using physical tabs in Python. (I was goaded into...
2009-02-28 Simon TathamDebian bug #517535: we were unconditionally interpretin...
2009-02-24 Jacob NevinsFix inaccurate error message.
2009-02-24 Jacob NevinsSince r8305, Unix PuTTY has always "upgraded" an X11...
2009-02-23 Jacob NevinsStop attempting to make session logs private on Unix...
2009-02-03 Simon TathamThe Windows config option to point at an X authority...
2009-01-21 Simon TathamDon't call ReleaseCapture() on any mouse-button-up...
2009-01-13 Simon TathamCheck the two popen() calls in noise_get_heavy for NULL.
2009-01-12 Simon TathamPatch from Gert-Jan Vons: create an event handle to...
2009-01-11 Ben HarrisArguments to ctype functions are required to be either...
2009-01-11 Ben HarrisPropagate my ctype fixes (r8404) from libcharset.
2009-01-09 Simon TathamWeaken the assertion in general_textout(). It was faili...
2009-01-08 Simon TathamAnother patch from Colin, providing a "make distclean...
2009-01-08 Simon TathamColin also suggests that we can replace the backticks...
2009-01-08 Simon TathamColin Watson reports a strange problem whereby krb5-config
2009-01-06 Jacob NevinsRejig windlg.c:verify_ssh_host_key() to silence a warning.
2009-01-06 Jacob NevinsRemove a couple of unused variables.
2009-01-05 Jacob NevinsIt's a new year (and there have even been checkins).
2009-01-05 Jacob Nevinssk_address_is_local() failed to cope when presented...
2009-01-05 Jacob NevinsBe prepared for x11_setup_display() to return NULL...
next