summaryrefslogtreecommitdiffstats
path: root/agent/trustlist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* agent: Replace most assert by log_assert.Werner Koch2019-05-141-2/+1
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-1/+1
* agent: Resolve conflict of util.h.NIIBE Yutaka2017-03-071-1/+1
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* Replace use of opt.homedir by accessor functions.Werner Koch2016-06-071-3/+21
* agent: Improve error handling.Justus Winter2015-11-191-1/+1
* agent: Use different translation func for Pinentry strings.Werner Koch2015-06-301-9/+9
* agent: Make --allow-mark-trusted the default.Werner Koch2014-03-071-1/+2
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-14/+14
* agent: Fix deadlock in trustlist due to the switch to npth.Werner Koch2012-04-301-44/+78
* Port to npth.Marcus Brinkmann2012-01-251-8/+16
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-22/+22
* 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
* Changed order of the confirmation questions for root certificatesWerner Koch2009-03-191-64/+104
* Fixed segv in gpg-agent (command marktrusted).Werner Koch2008-05-271-7/+11
* Implemented more gpg-agen options to support certain passphrase policies.Werner Koch2007-08-271-12/+60
* Implemented the chain model for X.509 validation.Werner Koch2007-08-101-1/+12
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
* A whole bunch of changes to allow building for Windows.Werner Koch2007-06-141-3/+21
* * trustlist.c (read_trustfiles): Take a missing trustlist as anWerner Koch2007-04-031-1/+11
* New command GETEVENTCOUNTER.Werner Koch2006-11-141-0/+1
* gpg-agent.c (main): In detached mode connect standard descriptors to /dev/null.Werner Koch2006-11-091-2/+1
* 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
* * trustlist.c (read_list): Allow colons in the fingerprint.Werner Koch2004-07-221-13/+15
* * gpg-agent.c (handle_signal): Reload the trustlist on SIGHUP.Werner Koch2004-05-111-22/+89
* * gpg-agent.c: Remove help texts for options lile --lc-ctype.Werner Koch2004-05-031-1/+5
* (agent_marktrusted): Check whether the trustlist isWerner Koch2004-01-281-0/+16
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-06-051-0/+306
* This commit was manufactured by cvs2svn to create branchRepo Admin2002-10-191-304/+0
* 2002-04-25 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2002-04-251-2/+2
* 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: New.Werner Koch2002-01-151-0/+227