summaryrefslogtreecommitdiffstats
path: root/g10/tdbio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg,common,scd,sm: Function prototype fixes for modern compiler.NIIBE Yutaka2022-09-131-6/+6
* Remove remaining support for WindowsCEWerner Koch2022-06-031-31/+1
* gpg: Remove stale ultimately trusted keys from the trustdb.Werner Koch2021-11-131-6/+9
* Replace all calls to stat by gnupg_stat.Werner Koch2020-10-201-2/+2
* Replace most calls to open by a new wrapper.Werner Koch2020-10-201-3/+3
* Replace most of the remaining stdio calls by estream calls.Werner Koch2020-10-201-3/+3
* Replace all calls to access by gnupg_accessWerner Koch2020-10-201-3/+5
* gpg: Fix trustdb for v5key.NIIBE Yutaka2020-08-071-5/+2
* Spelling cleanup.Daniel Kahn Gillmor2020-02-191-1/+1
* all: fix spelling and typosDaniel Kahn Gillmor2018-10-241-3/+3
* gpg: Don't take the a TOFU trust model from the trustdb,Werner Koch2018-10-101-4/+25
* gpg: Auto-fix a broken trustdb with just the version record.Werner Koch2018-03-261-0/+14
* gpg: Pass CTRL arg to get_trusthashrec.Werner Koch2018-03-261-7/+9
* gpg: Return better error codes in case of a too short trustdb.Werner Koch2018-03-261-15/+16
* gpg: Fix trustdb updates without lock held.Werner Koch2018-03-261-10/+29
* gpg: Disable unused code parts in tdbio.cWerner Koch2018-03-261-3/+7
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-1/+1
* gpg: Pass CTRL to many more functions.Werner Koch2017-03-311-37/+39
* Remove -I option to common.NIIBE Yutaka2017-03-071-4/+4
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* g10: Fix opening of trust database.Justus Winter2016-08-101-2/+2
* g10: Fix another race condition for trustdb access.Niibe Yutaka2016-06-151-2/+6
* Replace use of opt.homedir by accessor functions.Werner Koch2016-06-071-2/+3
* gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch2016-04-291-7/+6
* g10: Make sure to have the directory for trustdb.NIIBE Yutaka2016-02-121-56/+62
* gpg: Fix warnings about useless assignments.Werner Koch2016-01-071-12/+21
* Fix typos found using codespell.Justus Winter2015-11-171-3/+3
* gpg: Mark local function as static.Neal H. Walfield2015-10-191-1/+1
* gpg: Replace -1 by GPG_ERR_NOT_FOUND in tdbio.cWerner Koch2015-06-041-12/+9
* gpg: Cleanup error code path in case of a bad trustdb.Werner Koch2015-06-041-26/+28
* gpg: Fix output in case of a corrupted trustdb.Werner Koch2015-06-041-1/+2
* gpg: Re-indent and improve documentation of g10/tdbio.cWerner Koch2015-06-041-962/+1264
* g10: Fix a race condition initially creating trustdb.NIIBE Yutaka2015-05-281-65/+56
* g10: Remove g10/signal.c.NIIBE Yutaka2015-05-271-2/+2
* gpg: Replace remaining uses of stdio by estream.Werner Koch2015-02-191-31/+34
* Use inline functions to convert buffer data to scalars.Werner Koch2015-02-111-10/+10
* gpg: Replace remaining old error code macros by GPG_ERR_.Werner Koch2015-01-221-52/+54
* Use a unique capitalization for "Note:".Werner Koch2014-10-101-1/+1
* Silence more warnings about unused vars and args.Werner Koch2014-03-071-1/+1
* gpg: Do not require a trustdb with --always-trust.Werner Koch2014-03-071-2/+6
* Make use of the *_NAME etc macros.Werner Koch2013-11-181-3/+3
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-10/+10
* Changes to --min-cert-level should cause a trustdb rebuild (issue 1366)David Shaw2012-01-201-6/+12
* Add a flag parameter to dotlock_create.Werner Koch2011-09-281-3/+3
* Renamed the lock functions.Werner Koch2011-09-231-12/+12
* Do not print read-only trustdb warning with --quiet.Werner Koch2011-07-291-1/+1
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-4/+3
* Change last change. Does now work.Werner Koch2010-12-091-3/+18
* Change dirmngr timer under W32CE.Werner Koch2010-12-091-0/+17
* Use gpg_err_set_errno to assign values to ERRNO.Werner Koch2010-04-011-1/+1