]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix/uxpgnt.c
Add an assortment of missing frees and closes.
[PuTTY.git] / unix / uxpgnt.c
2017-02-14 Simon TathamAdd an assortment of missing frees and closes.
2017-02-11 Jacob NevinsAdd -c/-s to Unix 'pageant --help'.
2017-01-21 Simon TathamInclude 'build info' in all --version text and About boxes.
2016-04-03 Owen DunnMerge branch 'master' of ssh://tartarus.org/putty
2016-03-25 Simon TathamSupport sh/csh syntax switching for Unix Pageant.
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2015-11-27 Owen DunnMerge branch 'master' of ssh://tartarus.org/putty
2015-11-22 Simon TathamOption to log proxy setup diagnostics to the terminal.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-08-16 Simon TathamChange uxsel_input_add's return type from int to pointer.
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-05-19 Simon TathamUnix Pageant: man page and online help.
2015-05-15 Simon TathamGiant const-correctness patch of doom!
2015-05-15 Simon TathamUnix Pageant: fix further double-frees.
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 TathamUnix Pageant: move handling of --exec arguments.
2015-05-11 Simon TathamUnix Pageant: -T option, tying lifetime to controlling tty.
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.