aboutsummaryrefslogtreecommitdiffstats
path: root/agent/trustlist.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-06-05This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+306
'GNUPG-1-9-BRANCH'.
2003-06-03Make use of libgpg-errorWerner Koch1-13/+15
2003-01-09Updated from latest NewPG projectWerner Koch1-3/+3
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-304/+0
'GNUPG-1-9-BRANCH'.
2002-04-242002-04-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-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.
2002-03-18Doc fixes, moved some fizmes to TODO, fixed minor bugs.Werner Koch1-1/+1
2002-02-18* command.c (cmd_marktrusted): Implemented.Werner Koch1-6/+83
* trustlist.c (agent_marktrusted): New. (open_list): Add APPEND arg. * query.c (agent_get_confirmation): New.
2002-01-15* trustlist.c: New.Werner Koch1-0/+227
* command.c (cmd_istrusted, cmd_listtrusted, cmd_marktrusted): New.