aboutsummaryrefslogtreecommitdiffstats
path: root/agent/trustlist.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* This commit was manufactured by cvs2svn to create branchRepo Admin2002-10-191-304/+0
| | | | 'GNUPG-1-9-BRANCH'.
* 2002-04-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-04-241-2/+2
| | | | | | | | | | * agent.h (agent_get_confirmation): Replace paramter prompt with two parameters ok and cancel. * query.c (agent_get_confirmation): Likewise. Implement this. * trustlist.c (agent_marktrusted): Fix invocation of agent_get_confirmation. * divert-scd.c (ask_for_card): Likewise.
* Doc fixes, moved some fizmes to TODO, fixed minor bugs.Werner Koch2002-03-181-1/+1
|
* * command.c (cmd_marktrusted): Implemented.Werner Koch2002-02-181-6/+83
| | | | | | | | * trustlist.c (agent_marktrusted): New. (open_list): Add APPEND arg. * query.c (agent_get_confirmation): New.
* * trustlist.c: New.Werner Koch2002-01-151-0/+227
* command.c (cmd_istrusted, cmd_listtrusted, cmd_marktrusted): New.