aboutsummaryrefslogtreecommitdiffstats
path: root/agent/trustlist.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-1/+1
2017-03-07agent: Resolve conflict of util.h.NIIBE Yutaka1-1/+1
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-06-07Replace use of opt.homedir by accessor functions.Werner Koch1-3/+21
2015-11-19agent: Improve error handling.Justus Winter1-1/+1
2015-06-30agent: Use different translation func for Pinentry strings.Werner Koch1-9/+9
2014-03-07agent: Make --allow-mark-trusted the default.Werner Koch1-1/+2
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-14/+14
2012-04-30agent: Fix deadlock in trustlist due to the switch to npth.Werner Koch1-44/+78
2012-01-25Port to npth.Marcus Brinkmann1-8/+16
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-22/+22
2011-01-19Fixed a CR/LF problem on WindowsWerner Koch1-3/+6
2010-08-26.Werner Koch1-2/+2
2010-04-14Whole lot of changes to support CE.Werner Koch1-7/+6
2010-03-10Merged jnlib into common.Werner Koch1-1/+0
2009-12-02Fix usage of realloc.Werner Koch1-1/+2
2009-06-17Use cancel button in confirmation only if requested.Werner Koch1-2/+2
2009-06-03Fixed an fopen problem on Windows Vista.Werner Koch1-11/+12
2009-03-26Fixed a trustlist update problem.Werner Koch1-31/+85
2009-03-19Changed order of the confirmation questions for root certificatesWerner Koch1-64/+104
2008-05-27Fixed segv in gpg-agent (command marktrusted).Werner Koch1-7/+11
2007-08-27Implemented more gpg-agen options to support certain passphrase policies.Werner Koch1-12/+60
2007-08-10Implemented the chain model for X.509 validation.Werner Koch1-1/+12
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
2007-06-14A whole bunch of changes to allow building for Windows.Werner Koch1-3/+21
2007-04-03 * trustlist.c (read_trustfiles): Take a missing trustlist as anWerner Koch1-1/+11
2006-11-14New command GETEVENTCOUNTER.Werner Koch1-0/+1
2006-11-09gpg-agent.c (main): In detached mode connect standard descriptors to /dev/null.Werner Koch1-2/+1
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
2004-07-22* trustlist.c (read_list): Allow colons in the fingerprint.Werner Koch1-13/+15
2004-05-11* gpg-agent.c (handle_signal): Reload the trustlist on SIGHUP.Werner Koch1-22/+89
2004-05-03* gpg-agent.c: Remove help texts for options lile --lc-ctype.Werner Koch1-1/+5
2004-01-28(agent_marktrusted): Check whether the trustlist isWerner Koch1-0/+16
2003-06-05This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+306
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
2002-04-242002-04-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-2/+2
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
2002-01-15* trustlist.c: New.Werner Koch1-0/+227