aboutsummaryrefslogtreecommitdiffstats
path: root/agent/command.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * command.c (cmd_marktrusted): Implemented.Werner Koch2002-02-181-3/+32
| | | | | | | | * trustlist.c (agent_marktrusted): New. (open_list): Add APPEND arg. * query.c (agent_get_confirmation): New.
* * findkey.c (agent_key_available): New.Werner Koch2002-01-291-0/+32
| | | | | | * command.c (cmd_havekey): New. (register_commands): And register new command.
* * command.c (cmd_get_passphrase): Remove the plus signs.Werner Koch2002-01-201-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.
* * gpg-agent.c (main): Disable core dumps.Werner Koch2002-01-191-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.
* * gpg-agent.c: Removed unused cruft and implement the socketWerner Koch2002-01-191-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.
* * trustlist.c: New.Werner Koch2002-01-151-0/+59
| | | | | * command.c (cmd_istrusted, cmd_listtrusted, cmd_marktrusted): New.
* * genkey.c: Store the secret part and return the public part.Werner Koch2002-01-101-48/+93
|
* * util.h (digitp, hexdigitp): New ctype like macros.Werner Koch2001-12-141-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.
* The Agent does now call the pin entry program; however because we haveWerner Koch2001-12-101-2/+5
| | | | | | not yet implemeted secret key protection, its purpose is somewhat limited. Well, the PIN entry modules can now be tested.
* Added decryption, some code cleanupWerner Koch2001-12-051-6/+78
|
* As promised a agent which already does some things. Not very usefulWerner Koch2001-11-251-32/+55
| | | | | yet but may be of help for using it in ther contexts.
* Friedman is setting up his deskWerner Koch2001-11-241-0/+229