aboutsummaryrefslogtreecommitdiffstats
path: root/agent/command.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-01-29* findkey.c (agent_key_available): New.Werner Koch1-0/+32
* command.c (cmd_havekey): New. (register_commands): And register new command.
2002-01-20* command.c (cmd_get_passphrase): Remove the plus signs.Werner Koch1-0/+21
* query.c (start_pinentry): Send no-grab option to pinentry * gpg-agent.c (main): Move variable grab as no_grab to agent.h.
2002-01-19* gpg-agent.c (main): Disable core dumps.Werner Koch1-15/+78
* cache.c: New. * command.c (cmd_get_passphrase): Use the cache. (cmd_clear_passphrase): Ditto. * gpg-agent.c: Removed unused cruft and implement the socket based server. (my_strusage): Take bug report address from configure.ac. * command.c (start_command_handler): Add an argument to start as regular server. (start_command_handler): Enable Assuan logging.
2002-01-19* gpg-agent.c: Removed unused cruft and implement the socketWerner Koch1-14/+27
based server. (my_strusage): Take bug report address from configure.ac. * command.c (start_command_handler): Add an argument to start as regular server. (start_command_handler): Enable Assuan logging.
2002-01-15* trustlist.c: New.Werner Koch1-0/+59
* command.c (cmd_istrusted, cmd_listtrusted, cmd_marktrusted): New.
2002-01-10* genkey.c: Store the secret part and return the public part.Werner Koch1-48/+93
2001-12-14* util.h (digitp, hexdigitp): New ctype like macros.Werner Koch1-12/+3
(atoi_1,atoi_2,atoi_4,xtoi_1,xtoi_2): New. * command.c: Removed the conversion macros as they are now in ../common/util.h.
2001-12-10The Agent does now call the pin entry program; however because we haveWerner Koch1-2/+5
not yet implemeted secret key protection, its purpose is somewhat limited. Well, the PIN entry modules can now be tested.
2001-12-05Added decryption, some code cleanupWerner Koch1-6/+78
2001-11-25As promised a agent which already does some things. Not very usefulWerner Koch1-32/+55
yet but may be of help for using it in ther contexts.
2001-11-24Friedman is setting up his deskWerner Koch1-0/+229