Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-06-17 | Use cancel button in confirmation only if requested. | Werner Koch | 1 | -2/+2 | |
2009-06-03 | Fixed an fopen problem on Windows Vista. | Werner Koch | 1 | -11/+12 | |
2009-03-26 | Fixed a trustlist update problem. | Werner Koch | 1 | -31/+85 | |
Pretty format the marktrusted pinentry prompt. | |||||
2009-03-19 | Changed order of the confirmation questions for root certificates | Werner Koch | 1 | -64/+104 | |
and stores negative answers in trustlist.txt. | |||||
2008-05-27 | Fixed segv in gpg-agent (command marktrusted). | Werner Koch | 1 | -7/+11 | |
Replaced almost all free by xfree. Translation fixes. | |||||
2007-08-27 | Implemented more gpg-agen options to support certain passphrase policies. | Werner Koch | 1 | -12/+60 | |
New tool gpg-check-pattern. | |||||
2007-08-10 | Implemented the chain model for X.509 validation. | Werner Koch | 1 | -1/+12 | |
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2007-06-14 | A whole bunch of changes to allow building for Windows. | Werner Koch | 1 | -3/+21 | |
See the ChangeLogs for details. | |||||
2007-04-03 | * trustlist.c (read_trustfiles): Take a missing trustlist as an | Werner Koch | 1 | -1/+11 | |
empty one. | |||||
2006-11-14 | New command GETEVENTCOUNTER. | Werner Koch | 1 | -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-09 | gpg-agent.c (main): In detached mode connect standard descriptors to /dev/null. | Werner Koch | 1 | -2/+1 | |
Other minor fixes | |||||
2006-10-16 | Allow to cancel marktrusted. | Werner Koch | 1 | -1/+7 | |
2006-09-25 | New "relax" option for trustlist.txt | Werner Koch | 1 | -14/+61 | |
2006-09-15 | Allow for a global trustlist. | Werner Koch | 1 | -238/+345 | |
2006-09-06 | The big Assuan error code removal. | Werner Koch | 1 | -2/+2 | |
2006-06-20 | Updated FSF's address. | Werner Koch | 1 | -1/+2 | |
2005-07-27 | Removed directories which are only used by the 1.9 branch | Werner Koch | 1 | -306/+0 | |
2005-01-13 | * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple testV1-9-15 | Werner Koch | 1 | -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 Koch | 1 | -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 Koch | 1 | -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 Koch | 1 | -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 is | Werner Koch | 1 | -0/+16 | |
writable. | |||||
2003-06-05 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -0/+306 | |
'GNUPG-1-9-BRANCH'. | |||||
2003-06-03 | Make use of libgpg-error | Werner Koch | 1 | -13/+15 | |
2003-01-09 | Updated from latest NewPG project | Werner Koch | 1 | -3/+3 | |
2002-10-19 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -304/+0 | |
'GNUPG-1-9-BRANCH'. | |||||
2002-04-24 | 2002-04-25 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -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-18 | Doc fixes, moved some fizmes to TODO, fixed minor bugs. | Werner Koch | 1 | -1/+1 | |
2002-02-18 | * command.c (cmd_marktrusted): Implemented. | Werner Koch | 1 | -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 Koch | 1 | -0/+227 | |
* command.c (cmd_istrusted, cmd_listtrusted, cmd_marktrusted): New. |