]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix
Implement "curve448-sha512" kex, from draft-ietf-curdle-ssh-curves-00.
[PuTTY.git] / unix /
2015-05-11 Simon TathamUnix Pageant: -T option, tying lifetime to controlling tty.
2015-05-08 Simon TathamCompletely remove the privdata mechanism in dialog.h.
2015-05-08 Simon TathamFix two small memory leaks in config mechanism.
2015-05-07 Simon TathamClean up Unix Pageant's setup and teardown.
2015-05-06 Simon TathamPut proper logging into Pageant.
2015-05-06 Simon TathamRemove some FIXMEs left in from initial work.
2015-05-05 Simon TathamProvide a Unix port of Pageant.
2015-05-05 Simon TathamMove make_dir_and_check_ours() out into uxmisc.c.
2015-02-28 Simon TathamMerge branch 'pre-0.64'
2015-02-27 Jacob NevinsMerge branch 'pre-0.64'
2015-02-24 Jacob NevinsMerge branch 'pre-0.64'
2015-02-07 Simon TathamMerge branch 'pre-0.64'
2015-01-18 Jacob NevinsMerge branch 'pre-0.64'
2015-01-08 Jacob NevinsMerge branch 'pre-0.64'
2015-01-05 Jacob NevinsUse local username consistently in Unix Plink.
2015-01-05 Jacob NevinsMerge branch 'pre-0.64'
2015-01-05 Jacob NevinsFix a copy-and-pasted comment.
2015-01-05 Jacob NevinsIt's a new year.
2014-12-20 Simon TathamMerge branch 'pre-0.64'
2014-12-20 Simon TathamAdd a missing freeaddrinfo() in Unix sk_newlistener.
2014-11-22 Simon TathamMerge branch 'pre-0.64'
2014-11-22 Simon TathamStop referring to Plink as "PuTTY Link".
2014-11-22 Simon TathamMove echo/edit state change functionality out of ldisc_...
2014-11-22 Simon TathamMerge branch 'pre-0.64'
2014-11-10 Simon TathamMerge connection-sharing shutdown fix from pre-0.64.
2014-11-09 Jacob NevinsMerge branch 'pre-0.64'.
2014-11-09 Jacob NevinsMerge reconfig fixes from branch 'pre-0.64'.
2014-11-08 Jacob NevinsMerge another docs fix from 'pre-0.64'.
2014-11-08 Jacob NevinsMerge Gtk event log fix from 'pre-0.64'.
2014-11-08 Jacob NevinsFix a double-free in the Gtk event log.
2014-11-08 Jacob NevinsMerge SSH-2-only default from 'pre-0.64'.
2014-11-08 Jacob NevinsMerge misc docs improvements from branch 'pre-0.64'.
2014-11-04 Jacob NevinsMerge shorter option name from 'pre-0.64'.
2014-11-03 Jacob NevinsMerge MinGW surrogate build fix from pre-0.64.
2014-11-02 Simon TathamAdd Christopher Staite to the list of copyright holders.
2014-09-20 Jacob NevinsMove -sercfg out of the "SSH only" section of command...
2014-09-20 Jacob NevinsUpdate command-line help and man pages for -hostkey.
2014-09-09 Simon TathamChange the naming policy for connection-sharing Unix...
2014-09-09 Simon TathamAdd an option to suppress horizontal scroll bars in...
2014-07-13 Simon TathamAnother fix to timer handling.
2014-07-08 Simon TathamWork around a timer leak with GTK 2.4.22 on openSUSE 13.1.
2014-04-20 Simon TathamFix an annoying warning from GTK on Ubuntu 14.04.
2014-02-22 Simon TathamMove the Unix configure script up to the top level.
2014-02-16 Simon TathamEnable xterm mouse reporting of wheel actions in GTK.
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 TathamAvoid misidentifying unbracketed IPv6 literals as host...
2014-01-25 Simon TathamUse the new host_str* functions to improve IPv6 literal...
2014-01-15 Jacob NevinsIt's a new year.
2013-11-30 Simon TathamMake GTK idle and quit function setup idempotent.
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 TathamRemove sk_{get,set}_private_ptr completely!
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 TathamReplace the hacky 'OSSocket' type with a closure.
2013-10-26 Simon TathamFix build failures on Ubuntu 13.10.
2013-09-23 Simon TathamFix cut-and-paste errors in nonfatal() implementations.
2013-09-15 Simon TathamOnly run one toplevel callback per event loop iteration.
2013-08-18 Simon TathamDon't run toplevel callbacks in modal dialogs.
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 the terminal paste mechanism using toplevel...
2013-08-17 Simon TathamAdd a general way to request an immediate top-level...
2013-08-05 Jacob NevinsBelatedly update the copyright year to 2013.
2013-07-27 Simon TathamAdd an assortment of missing consts I've just noticed.
2013-07-22 Simon TathamRationalise null pointer checks in both decode_codepage...
2013-07-21 Simon TathamCompletely remove the 'frozen_readable' mechanism from...
2013-07-21 Simon TathamFix error checking in uxstore.c: add a missing check...
2013-07-21 Simon TathamWhen I turned fcntls into noncloexecs in r9940, I misse...
2013-07-21 Simon TathamTwo more memory leak fixes, on error paths I didn't...
2013-07-20 Simon TathamFix leak of 'fname' introduced by the rewrite of write_...
2013-07-20 Simon TathamRedo a mis-fix of a memory leak in r9919: I added sfree...
2013-07-19 Simon TathamCentralise calls to fcntl into functions that carefully...
2013-07-19 Simon TathamAdd an error check to every setsockopt call in uxnet.c.
2013-07-19 Simon TathamBetter error reporting when failing to save a session.
2013-07-19 Simon TathamAdd some missing calls to cleanup_exit.
2013-07-19 Simon TathamReport errors in store_host_key too.
2013-07-19 Simon TathamAdd proper error reports in write_random_seed, via...
2013-07-19 Simon TathamAdd a nonfatal() function everywhere, to be used for...
2013-07-19 Simon TathamAdd a missing error check in pterm's child-process...
2013-07-14 Simon TathamFix another giant batch of resource leaks. (Mostly...
2013-07-14 Simon TathamTighten up a lot of casts from unsigned to int which...
2013-07-14 Simon TathamFix an always-false if statement which was causing...
2013-07-11 Simon TathamAdd missing checks in update_for_intended_size() in...
2013-07-11 Simon TathamFix a pty-freeing error which caused a segfault if...
2013-07-11 Simon TathamAdd some missing null checks for inst->ldisc, which...
2013-07-11 Simon TathamRemove another pointless null check, this time of inst...
2013-07-01 Simon TathamA collection of small bug fixes from Chris West, appare...
2013-06-15 Simon TathamFallback for manual setup of GTK 1, if autoconf is...
2013-05-25 Simon TathamIt's probably well past time for this: change PuTTY...
2013-02-24 Simon TathamRemove the half-hearted attempt to make the utmp helper...
2013-02-23 Simon TathamDon't forget to check the return values of setuid and...
2013-01-13 Simon TathamReorganise setup_fonts_ucs so that in case of error...
2012-12-18 Simon TathamSwitch round a bogus if statement I've just noticed...
2012-12-18 Simon TathamPatch from Brad Smith to use posix_openpt() instead of
2012-12-18 Simon TathamUse O_NOCTTY (if available) when opening /dev/ptmx...
2012-10-16 Simon TathamIf you configure Unix PuTTY to use a proxy, tell it...
2012-09-19 Simon TathamMake --help and --version work consistently across...
next