aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-08Print warnings if old daemon versions are used.Werner Koch2-5/+78
2016-01-08common: New function get_assuan_server_version.Werner Koch1-17/+1
2016-01-08common: New put_membuf_cb to replace static membuf_data_cb.Werner Koch1-24/+12
2016-01-07gpg: Return an error code from keygrip_from_pk.Werner Koch1-1/+1
2016-01-07gpg: Avoid warnings about possible NULL deref.Werner Koch4-3/+8
2016-01-07gpg: Fix warnings about useless assignments.Werner Koch10-30/+30
2016-01-07gpg: Fix DNS cert lookup returning an URL.Werner Koch1-3/+1
2016-01-06Fix keystrlen to work when OPT.KEYID_FORMAT is KF_DEFAULT.Daniel Kahn Gillmor1-2/+6
2016-01-06gpg: Silence some regression tests.Werner Koch1-5/+6
2016-01-06gpg: Avoid using an uninitialized SALT on premature EOF.Werner Koch1-0/+5
2016-01-06gpg: Silence warnings found by static analyzer.Werner Koch2-4/+3
2016-01-06gpg: Comment on false positives by static analyzers.Werner Koch4-1/+18
2016-01-05gpg: Align notes about minimal keysize with actual checks.Werner Koch1-10/+6
2016-01-04gpg: Fix double free.Neal H. Walfield1-9/+1
2016-01-04Revert commit 4654384fe7a4dcee113dacf27c398b13dea5d0be.Neal H. Walfield1-1/+1
2015-12-24g10: Use --force when importing key for bkuptocard.NIIBE Yutaka5-10/+11
2015-12-24g10: Remove subcommand checkbkupkey for --key-edit.NIIBE Yutaka1-40/+12
2015-12-24g10: Allow relative path for specifying the file for bkuptocard.NIIBE Yutaka1-17/+27
2015-12-24g10: fix regression of bkuptocard subcommand in --edit-key.NIIBE Yutaka3-14/+28
2015-12-23dirmngr: Change the Onion keyserver in the conf template.Werner Koch1-3/+3
2015-12-23gpg: Rename struct pubkey to pukey_s and add pubkey_t.Werner Koch2-16/+17
2015-12-23gpg: Simplify status message code from commit b30c15bf.Werner Koch1-17/+2
2015-12-23gpg: Add standard free() semantic to pubkey_free.Werner Koch1-3/+6
2015-12-23gpg: Fix use of assert from commit dc417bf0.Werner Koch1-2/+3
2015-12-23gpg: Do not translate debug output.Werner Koch1-3/+3
2015-12-23scd: Fix commit b30c15bf (again).NIIBE Yutaka1-0/+1
2015-12-22gpg: Fix type.Neal H. Walfield1-1/+1
2015-12-22gpg: Fix error message.Neal H. Walfield1-1/+1
2015-12-22gpg: Don't check for ambiguous keys.Neal H. Walfield5-512/+313
2015-12-22gpg: Lazily evaluate --default-key.Neal H. Walfield2-21/+47
2015-12-22gpg: Remove unused parameter.Neal H. Walfield4-18/+17
2015-12-22gpg: Improve check for ambiguous keys.Neal H. Walfield1-94/+143
2015-12-22gpg: Fix TOCTTOU when updating keyblocks.Neal H. Walfield2-6/+31
2015-12-22gpg: Display the key that is invalid, not the search description.Neal H. Walfield1-6/+6
2015-12-22gpg: Mark more options as coming from the config file (when this holds)Neal H. Walfield1-1/+5
2015-12-22gpg: Use enums instead of defines.Neal H. Walfield1-4/+10
2015-12-21g10: clean up of headers for card.NIIBE Yutaka2-8/+0
2015-12-18g10: Fix commit b30c15bf.NIIBE Yutaka1-4835/+0
2015-12-18g10: Remove deprecated internal functions.NIIBE Yutaka1-404/+0
2015-12-18g10: Fix a regression for generating card key with backup.NIIBE Yutaka3-20/+5006
2015-12-17g10: factor out a function for secret key retrieval.NIIBE Yutaka1-70/+83
2015-12-16gpg: When checking for ambiguous keys, ignore invalid keys.Neal H. Walfield1-139/+297
2015-12-15gpg: Reduce number of strings to translate.Werner Koch1-10/+10
2015-12-15gpg: New function to printed a detailed error code.Werner Koch2-0/+26
2015-12-15gpg: Improve the keyblock cache's transparency.Neal H. Walfield1-0/+6
2015-12-15gpg: Improve the keyblock cache's transparency.Neal H. Walfield1-1/+18
2015-12-15gpg: Use more descriptive names.Neal H. Walfield1-111/+98
2015-12-14gpg: Print ownertrust in TOFU+PGP trust model.Damien Goutte-Gattat1-2/+3
2015-12-14gpg: Fix --default-key checks.Neal H. Walfield1-3/+59
2015-12-12gpg: Use a regular type instead of a void* for import stats.Werner Koch3-31/+36