aboutsummaryrefslogtreecommitdiffstats
path: root/agent/trustlist.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-11-14New command GETEVENTCOUNTER.Werner Koch1-0/+1
* command.c (bump_key_eventcounter): New. (bump_card_eventcounter): New. (cmd_geteventcounter): New command. * gpg-agent.c (handle_signal): Call bump_card_eventcounter. * findkey.c (agent_write_private_key): Call bump_key_eventcounter. * trustlist.c (agent_reload_trustlist): Ditto.
2006-11-09gpg-agent.c (main): In detached mode connect standard descriptors to /dev/null.Werner Koch1-2/+1
Other minor fixes
2006-10-16Allow to cancel marktrusted.Werner Koch1-1/+7
2006-09-25New "relax" option for trustlist.txtWerner Koch1-14/+61
2006-09-15Allow for a global trustlist.Werner Koch1-238/+345
2006-09-06The big Assuan error code removal.Werner Koch1-2/+2
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2005-07-27Removed directories which are only used by the 1.9 branchWerner Koch1-306/+0
2005-01-13* acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple testV1-9-15Werner Koch1-10/+32
program to see whether the installation is sane. * certreqgen.c (proc_parameters): Cast printf arg.
2004-07-22* trustlist.c (read_list): Allow colons in the fingerprint.Werner Koch1-13/+15
(headerblurb): Rephrased. * gpg-agent.c (handle_connections): Increase the stack size ot 256k. * de.po: Updated. * scdaemon.c (main): Bumbed thread stack size up to 512k. * keylist.c (list_cert_raw): Print the keygrip.
2004-05-11* gpg-agent.c (handle_signal): Reload the trustlist on SIGHUP.Werner Koch1-22/+89
(start_connection_thread): Hack to simulate a ticker. * trustlist.c (agent_trustlist_housekeeping) (agent_reload_trustlist): New. Protected all global functions here with a simple counter which is sufficient for Pth. * fingerprint.c (gpgsm_get_key_algo_info): New. * sign.c (gpgsm_sign): Don't assume RSA in the status line. * keylist.c (list_cert_colon): Really print the algorithm and key length. (list_cert_raw, list_cert_std): Ditto. (list_cert_colon): Reorganized to be able to tell whether a root certificate is trusted.
2004-05-03* gpg-agent.c: Remove help texts for options lile --lc-ctype.Werner Koch1-1/+5
(main): New option --allow-mark-trusted. * trustlist.c (agent_marktrusted): Use it here. * gpg-agent.texi (Agent Options): Add --allow-mark-trusted. * gpgconf-comp.c: Add --allow-mark-trusted for the gpg-agent.
2004-01-28(agent_marktrusted): Check whether the trustlist isWerner Koch1-0/+16
writable.
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.