aboutsummaryrefslogtreecommitdiffstats
path: root/agent/trustlist.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make use of libgpg-errorWerner Koch2003-06-031-13/+15
|
* Updated from latest NewPG projectWerner Koch2003-01-091-3/+3
|
* 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.