aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gpg: Silence some regression tests.Werner Koch2016-01-061-5/+6
* gpg: Avoid using an uninitialized SALT on premature EOF.Werner Koch2016-01-061-0/+5
* gpg: Silence warnings found by static analyzer.Werner Koch2016-01-062-4/+3
* gpg: Comment on false positives by static analyzers.Werner Koch2016-01-064-1/+18
* kbx: Avoid faulty fclose in an error case.Werner Koch2016-01-062-3/+1
* dirmngr: Silence one regression test.Werner Koch2016-01-061-2/+4
* common: Avoid warnings about useless assignments.Werner Koch2016-01-064-5/+0
* tests: Use info and error instead of a plain echo.Werner Koch2016-01-061-4/+2
* common: Do not deref vars in tests after a fail().Werner Koch2016-01-064-38/+41
* gpg: Align notes about minimal keysize with actual checks.Werner Koch2016-01-051-10/+6
* agent: Typo fix for help text.Werner Koch2016-01-051-1/+1
* agent: Fix RSA verification for card.NIIBE Yutaka2016-01-051-6/+5
* gpg: Fix double free.Neal H. Walfield2016-01-041-9/+1
* Revert commit 4654384fe7a4dcee113dacf27c398b13dea5d0be.Neal H. Walfield2016-01-041-1/+1
* agent: IMPORT_KEY with --force option fix.NIIBE Yutaka2015-12-243-6/+7
* g10: Use --force when importing key for bkuptocard.NIIBE Yutaka2015-12-245-10/+11
* g10: Remove subcommand checkbkupkey for --key-edit.NIIBE Yutaka2015-12-241-40/+12
* g10: Allow relative path for specifying the file for bkuptocard.NIIBE Yutaka2015-12-241-17/+27
* g10: fix regression of bkuptocard subcommand in --edit-key.NIIBE Yutaka2015-12-243-14/+28
* agent: Support --force option for IMPORT_KEY.NIIBE Yutaka2015-12-241-5/+7
* dirmngr: Change the Onion keyserver in the conf template.Werner Koch2015-12-231-3/+3
* gpg: Rename struct pubkey to pukey_s and add pubkey_t.Werner Koch2015-12-232-16/+17
* gpg: Simplify status message code from commit b30c15bf.Werner Koch2015-12-231-17/+2
* gpg: Add standard free() semantic to pubkey_free.Werner Koch2015-12-231-3/+6
* gpg: Fix use of assert from commit dc417bf0.Werner Koch2015-12-231-2/+3
* gpg: Do not translate debug output.Werner Koch2015-12-231-3/+3
* scd: Fix commit b30c15bf (again).NIIBE Yutaka2015-12-231-0/+1
* gpg: Fix type.Neal H. Walfield2015-12-221-1/+1
* gpg: Fix error message.Neal H. Walfield2015-12-221-1/+1
* gpg: Don't check for ambiguous keys.Neal H. Walfield2015-12-226-512/+316
* gpg: Lazily evaluate --default-key.Neal H. Walfield2015-12-224-22/+121
* gpg: Remove unused parameter.Neal H. Walfield2015-12-224-18/+17
* gpg: Improve check for ambiguous keys.Neal H. Walfield2015-12-221-94/+143
* gpg: Fix TOCTTOU when updating keyblocks.Neal H. Walfield2015-12-222-6/+31
* Only add the user supplied CFLAGS after running any autoconf tests.Neal H. Walfield2015-12-221-0/+12
* gpg: Suppress a warning.Neal H. Walfield2015-12-221-0/+2
* gpg: Remove dead code.Neal H. Walfield2015-12-221-2/+0
* gpg: Display the key that is invalid, not the search description.Neal H. Walfield2015-12-221-6/+6
* gpg: Mark more options as coming from the config file (when this holds)Neal H. Walfield2015-12-221-1/+5
* gpg: Use enums instead of defines.Neal H. Walfield2015-12-221-4/+10
* po: Update Japanese translation.NIIBE Yutaka2015-12-211-6/+6
* g10: clean up of headers for card.NIIBE Yutaka2015-12-212-8/+0
* common: New file fwddecl.h.Werner Koch2015-12-214-13/+45
* build: Add required macro for pkg-configWerner Koch2015-12-181-0/+4
* g10: Fix commit b30c15bf.NIIBE Yutaka2015-12-181-4835/+0
* g10: Remove deprecated internal functions.NIIBE Yutaka2015-12-181-404/+0
* g10: Fix a regression for generating card key with backup.NIIBE Yutaka2015-12-183-20/+5006
* g10: factor out a function for secret key retrieval.NIIBE Yutaka2015-12-171-70/+83
* gpg: When checking for ambiguous keys, ignore invalid keys.Neal H. Walfield2015-12-161-139/+297
* common: Use default_errsource for call-gpg and exectool.Werner Koch2015-12-152-22/+42