aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* g10: Be more careful when checking if a binding is signed by a UTK.Neal H. Walfield2016-10-131-2/+25
* g10: Be more careful when checking cross signatures.Neal H. Walfield2016-10-131-2/+26
* g10: Still check if the key is an UTK or cross signed in batch mode.Neal H. Walfield2016-10-131-18/+13
* g10: If an sqlite operation fails, map the error code to GPG_ERR_GENERALNeal H. Walfield2016-10-131-2/+17
* g10: When changing a TOFU binding's policy, update the conflict infoNeal H. Walfield2016-10-121-17/+16
* g10: Make a singular string singular.Neal H. Walfield2016-10-121-1/+1
* g10: Correctly determine whether a binding has a conflict.Neal H. Walfield2016-10-121-1/+1
* g10: Fix a column's type in TOFU DB.Neal H. Walfield2016-10-121-1/+1
* Revert "g10: Fix singular term."Werner Koch2016-10-071-1/+1
* gpg: Put extra parens around bit tests.Werner Koch2016-10-073-7/+8
* g10: Fix singular term.Justus Winter2016-10-061-1/+1
* g10: Use appropriate variant of 'abs'.Justus Winter2016-10-061-6/+6
* g10: Fix testing for debug flag.Justus Winter2016-10-061-1/+1
* agent: Remove the warning for the GKR hijacking.Werner Koch2016-09-301-65/+0
* gpg: Improve WKD by importing only the requested UID.Werner Koch2016-09-281-5/+32
* gpg: Reject import if an import filter removed all user ids.Werner Koch2016-09-281-0/+27
* gpg: Make import filter data object more flexible.Werner Koch2016-09-282-15/+63
* gpg: Make sure that internal key import is done with a binary stream.Werner Koch2016-09-281-1/+1
* agent, sm: Set CTX after start_agent.NIIBE Yutaka2016-09-271-1/+1
* g10: When adding a user id, make sure the keyblock has been prepared.Neal H. Walfield2016-09-221-0/+2
* gpg: Fix regression in fingerprint printing.Werner Koch2016-09-191-1/+1
* g10: Fix memory leak.Justus Winter2016-09-191-0/+1
* gpg: Avoid malloc failure due to no key signaturesWerner Koch2016-09-191-8/+19
* Fix more spellingDaniel Kahn Gillmor2016-09-176-7/+7
* g10: On failure, propagate the return code.Neal H. Walfield2016-09-161-0/+1
* g10: Improve some comments and a string.Neal H. Walfield2016-09-161-9/+13
* g10: Don't ignore failure. On failure, rollback.Neal H. Walfield2016-09-161-3/+15
* g10: Load the key block if the supplied user id list is NULL.Neal H. Walfield2016-09-161-1/+1
* g10: Use the accessor functions for accessing and comparing key idsNeal H. Walfield2016-09-161-7/+8
* g10: Add missing header.Justus Winter2016-09-151-0/+1
* g10: Only consider bindings matching the signer's user id.Neal H. Walfield2016-09-151-11/+29
* g10: Don't include the signature when printing a binding's validity.Neal H. Walfield2016-09-151-2/+2
* g10: Fix whitespace.Neal H. Walfield2016-09-141-1/+1
* g10: Correctly compute the euclidean distance.Neal H. Walfield2016-09-141-8/+10
* g10: Change the default TOFU policy for UTKs to good.Neal H. Walfield2016-09-141-2/+2
* g10: Add missing static qualifier.Neal H. Walfield2016-09-141-1/+1
* g10: Default to the "good" TOFU policy for keys signed by a UTK.Neal H. Walfield2016-09-141-0/+97
* gpg: Emit a new error status line in --quick-adduid.Werner Koch2016-09-141-1/+4
* gpg: Allow use of "default" algo for--quick-addkey.Werner Koch2016-09-141-0/+3
* gpg: Improve usability of --quick-gen-key.Werner Koch2016-09-132-24/+64
* gpg: Avoid mixing up status and colon line output.Werner Koch2016-09-121-36/+47
* Fix symbol conflict.Ben Kibbey2016-09-101-20/+20
* gpg: print fingerprint regardless of keyid-formatDaniel Kahn Gillmor2016-09-091-2/+5
* gpg: Remove option --yes from gpgvWerner Koch2016-09-081-4/+1
* gpg: Add options --output and --yes to gpgv.Werner Koch2016-09-081-0/+7
* gpg: Make --output work with --verify.Werner Koch2016-09-071-1/+6
* g10: Use the time a signature was seen, not the embedded time, for statsNeal H. Walfield2016-09-071-4/+3
* g10: Check for a new binding a bit later.Neal H. Walfield2016-09-071-9/+9
* g10: Change TOFU code to respect --faked-system-time.Neal H. Walfield2016-09-071-22/+36
* g10: Use the correct conversion function.Neal H. Walfield2016-09-071-8/+8