]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix
Remove an unused variable.
[PuTTY.git] / unix /
2015-08-10 Tim KosseFix format string vulnerabilities.
2015-08-09 Simon TathamFix compile failure.
2015-08-09 Simon TathamGTK 3 prep: write a replacement for gtk_quit_add().
2015-08-09 Simon TathamUse gtkcompat.h to slim down a few ifdefs.
2015-08-08 Simon TathamGTK 3 prep: stop using *nearly* all GTK deprecated...
2015-08-08 Simon TathamSwitch to using gtk_window_parse_geometry in GTK 2.
2015-08-08 Simon TathamGTK 3 prep: replace GtkFileSelection with GtkFileChoose...
2015-08-08 Simon TathamGTK 3 prep: use gtk_color_selection_get_current_color().
2015-08-08 Simon TathamGTK 3 prep: use the glib names for base object types.
2015-08-08 Simon TathamAllow direct use of X11 to be conditionally compiled out.
2015-08-08 Simon TathamGTK 3 prep: use GDK_KEY_<keyname> constants, not GDK_...
2015-08-08 Simon TathamGTK 3 prep: use accessor functions for object data fields.
2015-08-08 Simon TathamGTK 3 prep: do not include individual GTK/GDK headers.
2015-08-08 Simon TathamMake gtkask.c compile under GTK 1.
2015-07-28 Simon TathamFix braino in gtkask.c loop conditions.
2015-07-25 Simon TathamMerge tag '0.65'
2015-06-25 Ben HarrisMerge branch 'pre-0.65'
2015-06-22 Simon TathamMerge branch 'pre-0.65'
2015-06-22 Simon TathamInaugural merge from branch 'pre-0.65'.
2015-06-20 Simon TathamFix a compile warning with -DDEBUG.
2015-06-20 Simon TathamLog identifying information for the other end of connec...
2015-06-20 Simon TathamCompletely remove the privdata mechanism in dialog.h.
2015-06-20 Simon TathamFix two small memory leaks in config mechanism.
2015-05-30 Ben HarrisAdd have_ssh_host_key() and use it to influence algorit...
2015-05-19 Simon TathamUnix Pageant: man page and online help.
2015-05-18 Simon TathamFix a compile warning with -DDEBUG.
2015-05-18 Simon TathamLog identifying information for the other end of connec...
2015-05-17 Simon Tathamaskpass: don't treat releases of Ret or Esc as presses.
2015-05-15 Simon TathamGiant const-correctness patch of doom!
2015-05-15 Simon TathamUnix Pageant: fix further double-frees.
2015-05-15 Simon TathamConst-correctness of name fields in struct ssh_*.
2015-05-13 Simon TathamUnix Pageant: implement GUI passphrase prompting.
2015-05-13 Simon TathamUnix Pageant: factor out have_controlling_tty().
2015-05-13 Simon TathamUnix Pageant: fix a double-free when adding keys.
2015-05-12 Simon TathamUnix Pageant: support -D, to delete all keys.
2015-05-12 Simon TathamUnix Pageant: provide public-key extraction options.
2015-05-12 Simon TathamUnix Pageant: support -d, to delete a key from the agent.
2015-05-11 Simon TathamUnix Pageant: first draft of -l key list option.
2015-05-11 Simon TathamUnix Pageant: support loading keys.
2015-05-11 Simon TathamUnix Pageant: link in uxagentc.c and uxcons.c.
2015-05-11 Simon TathamUnix Pageant: prepare to add client-side modes.
2015-05-11 Simon TathamSupport synchronous agent requests on Unix.
2015-05-11 Simon TathamUnix Pageant: move handling of --exec arguments.
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.
next