]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix/uxpgnt.c
Unix Pageant: man page and online help.
[PuTTY.git] / unix / uxpgnt.c
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.