aboutsummaryrefslogtreecommitdiffstats
path: root/agent/trustlist.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a CR/LF problem on WindowsWerner Koch2011-01-191-3/+6
|
* .Werner Koch2010-08-261-2/+2
|
* Whole lot of changes to support CE.Werner Koch2010-04-141-7/+6
|
* Merged jnlib into common.Werner Koch2010-03-101-1/+0
|
* Fix usage of realloc.Werner Koch2009-12-021-1/+2
|
* Use cancel button in confirmation only if requested.Werner Koch2009-06-171-2/+2
|
* Fixed an fopen problem on Windows Vista.Werner Koch2009-06-031-11/+12
|
* Fixed a trustlist update problem.Werner Koch2009-03-261-31/+85
| | | | | Pretty format the marktrusted pinentry prompt.
* Changed order of the confirmation questions for root certificatesWerner Koch2009-03-191-64/+104
| | | | | and stores negative answers in trustlist.txt.
* Fixed segv in gpg-agent (command marktrusted).Werner Koch2008-05-271-7/+11
| | | | | | Replaced almost all free by xfree. Translation fixes.
* Implemented more gpg-agen options to support certain passphrase policies.Werner Koch2007-08-271-12/+60
| | | | | New tool gpg-check-pattern.
* Implemented the chain model for X.509 validation.Werner Koch2007-08-101-1/+12
|
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* A whole bunch of changes to allow building for Windows.Werner Koch2007-06-141-3/+21
| | | | | See the ChangeLogs for details.
* * trustlist.c (read_trustfiles): Take a missing trustlist as anWerner Koch2007-04-031-1/+11
| | | | | empty one.
* New command GETEVENTCOUNTER.Werner Koch2006-11-141-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.
* gpg-agent.c (main): In detached mode connect standard descriptors to /dev/null.Werner Koch2006-11-091-2/+1
| | | | | Other minor fixes
* Allow to cancel marktrusted.Werner Koch2006-10-161-1/+7
|
* New "relax" option for trustlist.txtWerner Koch2006-09-251-14/+61
|
* Allow for a global trustlist.Werner Koch2006-09-151-238/+345
|
* The big Assuan error code removal.Werner Koch2006-09-061-2/+2
|
* Updated FSF's address.Werner Koch2006-06-201-1/+2
|
* * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple testV1-9-15Werner Koch2005-01-131-10/+32
| | | | | | | program to see whether the installation is sane. * certreqgen.c (proc_parameters): Cast printf arg.
* * trustlist.c (read_list): Allow colons in the fingerprint.Werner Koch2004-07-221-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.
* * gpg-agent.c (handle_signal): Reload the trustlist on SIGHUP.Werner Koch2004-05-111-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.
* * gpg-agent.c: Remove help texts for options lile --lc-ctype.Werner Koch2004-05-031-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.
* (agent_marktrusted): Check whether the trustlist isWerner Koch2004-01-281-0/+16
| | | | | writable.
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-06-051-0/+306
| | | | 'GNUPG-1-9-BRANCH'.
* 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.