aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into key-storage-workWerner Koch2013-02-1211-232/+443
|\
| * gpg: Implement card_store_subkey again.NIIBE Yutaka2013-02-123-147/+123
| * gpg: Add pinentry-mode feature.Werner Koch2013-02-078-81/+279
| * gpg: Add status line PINENTRY_LAUNCHED.Werner Koch2013-01-303-7/+42
| * gpg: Fix honoring --cert-digest-algo when recreating a certChristian Aistleitner2013-01-111-0/+2
* | gpg: Cache keybox searches.Werner Koch2013-01-082-6/+161
* | gpg: Remove a function wrapper.Werner Koch2013-01-088-18/+18
* | gpg: Set the node flags while retrieving a keyblock.Werner Koch2013-01-071-4/+29
* | New function log_clock.Werner Koch2013-01-073-2/+14
* | gpg: Allow generation of more than 4096 keys in one run.Werner Koch2013-01-071-6/+20
* | gpg: Add signature cache support to the keybox.Werner Koch2012-12-281-13/+100
* | gpg: First working support for keyboxes.Werner Koch2012-12-282-19/+175
* | gpg: First patches to support a keybox storage backend.Werner Koch2012-12-275-77/+219
|/
* gpg: Import only packets which are allowed in a keyblock.Werner Koch2012-12-201-1/+22
* gpg: Make commit 2b3cb2ee actually workWerner Koch2012-12-191-2/+3
* gpg: Suppress "public key already present" in quiet mode.Werner Koch2012-12-191-3/+5
* The keyserver search menu should honor --keyid-formatDavid Shaw2012-11-291-5/+11
* Fix printing of ECC algo names in hkp keyserver listings.Werner Koch2012-11-271-2/+4
* Add an OpenPGP card vendor.Werner Koch2012-11-161-1/+2
* Fix typos spotted during translationsDavid Prévot2012-08-242-3/+3
* Actually show translators comments in PO filesDavid Prévot2012-08-242-6/+6
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-0527-205/+205
* Print the hash algorithm in colon mode key listing.Werner Koch2012-05-241-6/+2
* Fix type conflict warning.Werner Koch2012-05-241-2/+2
* Add tweaks for the not anymore patented IDEA algorithm.Werner Koch2012-05-088-58/+1
* Print warning for arguments not considered an option.Werner Koch2012-03-271-2/+12
* Allow compress algorithm 0.Werner Koch2012-03-261-3/+1
* common: Add a global variable to for the default error source.Werner Koch2012-02-062-0/+2
* Honor --cert-digest-algo when recreating a cert.David Shaw2012-02-011-2/+7
* Changes to --min-cert-level should cause a trustdb rebuild (issue 1366)David Shaw2012-01-206-18/+34
* gpg: Fix segv with RSA_S keys.Werner Koch2012-01-111-0/+8
* Merge fix for issue 1331 from 1.4.David Shaw2011-12-151-3/+2
* Avoid possible double free in export.c.Werner Koch2011-12-021-1/+1
* Generate the ChangeLog from commit logs.Werner Koch2011-12-012-6/+17
* Rewrite dns-cert.c to not use the gpg-only iobuf stuff.Werner Koch2011-11-302-20/+21
* Increase the default buffer size for DNS certificates.Werner Koch2011-11-302-2/+7
* Don't print anonymous recipient messages in quiet mode.Werner Koch2011-11-222-3/+10
* Allow creating subkeys using an existing keyWerner Koch2011-11-068-63/+246
* Add a flag parameter to dotlock_create.Werner Koch2011-09-285-7/+8
* Renamed the lock functions.Werner Koch2011-09-236-28/+37
* Allow NULL for free_public_key.Werner Koch2011-09-208-34/+36
* avoid use of freed pointerJim Meyering2011-09-202-1/+11
* Replace gcry_md_start_debug by gcry_md_debug.Werner Koch2011-09-205-9/+18
* Fixed set but unused variable bugsWerner Koch2011-08-106-31/+37
* Do not print read-only trustdb warning with --quiet.Werner Koch2011-07-292-1/+5
* Print decoded S2K count in --list-packets mode.Werner Koch2011-07-182-1/+15
* Allow generation of card keys up to 4096 bit.Werner Koch2011-06-163-16/+84
* Fix for latest fix in Libgcrypt.Werner Koch2011-06-132-1/+8
* Fix size_t vs int issues.Marcus Brinkmann2011-06-015-10/+19
* Merge branch 'wk-gpg-keybox'Werner Koch2011-04-298-348/+403
|\