aboutsummaryrefslogtreecommitdiffstats
path: root/g10/tdbio.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-20Replace all calls to stat by gnupg_stat.Werner Koch1-2/+2
2020-10-20Replace most calls to open by a new wrapper.Werner Koch1-3/+3
2020-10-20Replace most of the remaining stdio calls by estream calls.Werner Koch1-3/+3
2020-10-20Replace all calls to access by gnupg_accessWerner Koch1-3/+5
2020-08-07gpg: Fix trustdb for v5key.NIIBE Yutaka1-5/+2
2020-02-18Spelling cleanup.Daniel Kahn Gillmor1-1/+1
2018-10-24all: fix spelling and typosDaniel Kahn Gillmor1-3/+3
2018-10-10gpg: Don't take the a TOFU trust model from the trustdb,Werner Koch1-4/+25
2018-03-26gpg: Auto-fix a broken trustdb with just the version record.Werner Koch1-0/+14
2018-03-26gpg: Pass CTRL arg to get_trusthashrec.Werner Koch1-7/+9
2018-03-26gpg: Return better error codes in case of a too short trustdb.Werner Koch1-15/+16
2018-03-26gpg: Fix trustdb updates without lock held.Werner Koch1-10/+29
2018-03-26gpg: Disable unused code parts in tdbio.cWerner Koch1-3/+7
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-1/+1
2017-03-31gpg: Pass CTRL to many more functions.Werner Koch1-37/+39
2017-03-07Remove -I option to common.NIIBE Yutaka1-4/+4
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-08-10g10: Fix opening of trust database.Justus Winter1-2/+2
2016-06-14g10: Fix another race condition for trustdb access.Niibe Yutaka1-2/+6
2016-06-07Replace use of opt.homedir by accessor functions.Werner Koch1-2/+3
2016-04-29gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch1-7/+6
2016-02-12g10: Make sure to have the directory for trustdb.NIIBE Yutaka1-56/+62
2016-01-07gpg: Fix warnings about useless assignments.Werner Koch1-12/+21
2015-11-17Fix typos found using codespell.Justus Winter1-3/+3
2015-10-19gpg: Mark local function as static.Neal H. Walfield1-1/+1
2015-06-04gpg: Replace -1 by GPG_ERR_NOT_FOUND in tdbio.cWerner Koch1-12/+9
2015-06-04gpg: Cleanup error code path in case of a bad trustdb.Werner Koch1-26/+28
2015-06-04gpg: Fix output in case of a corrupted trustdb.Werner Koch1-1/+2
2015-06-04gpg: Re-indent and improve documentation of g10/tdbio.cWerner Koch1-962/+1264
2015-05-28g10: Fix a race condition initially creating trustdb.NIIBE Yutaka1-65/+56
2015-05-27g10: Remove g10/signal.c.NIIBE Yutaka1-2/+2
2015-02-19gpg: Replace remaining uses of stdio by estream.Werner Koch1-31/+34
2015-02-11Use inline functions to convert buffer data to scalars.Werner Koch1-10/+10
2015-01-22gpg: Replace remaining old error code macros by GPG_ERR_.Werner Koch1-52/+54
2014-10-10Use a unique capitalization for "Note:".Werner Koch1-1/+1
2014-03-07Silence more warnings about unused vars and args.Werner Koch1-1/+1
2014-03-07gpg: Do not require a trustdb with --always-trust.Werner Koch1-2/+6
2013-11-18Make use of the *_NAME etc macros.Werner Koch1-3/+3
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-10/+10
2012-01-20Changes to --min-cert-level should cause a trustdb rebuild (issue 1366)David Shaw1-6/+12
2011-09-28Add a flag parameter to dotlock_create.Werner Koch1-3/+3
2011-09-23Renamed the lock functions.Werner Koch1-12/+12
2011-07-29Do not print read-only trustdb warning with --quiet.Werner Koch1-1/+1
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-4/+3
2010-12-09Change last change. Does now work.Werner Koch1-3/+18
2010-12-09Change dirmngr timer under W32CE.Werner Koch1-0/+17
2010-04-01Use gpg_err_set_errno to assign values to ERRNO.Werner Koch1-1/+1
2009-12-15Fix bug#1162: error creating home directoryWerner Koch1-1/+2
2009-09-23s/DOTLOCK/dotlock_t/.Werner Koch1-1/+1
2009-07-22Print verbose instructions in case of a corrupted trustdb.Werner Koch1-4/+3