aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-23g10: Hyphenate --clearsign.justus/issue2700Justus Winter1-5/+6
2016-09-23g10: Spell out --recv-keys.Justus Winter1-1/+2
2016-09-17Fix more spellingDaniel Kahn Gillmor1-1/+1
2016-09-05common: Add an assuan logging monitor.Werner Koch1-1/+1
2016-09-01gpg: Avoid homedir creation by --list-configWerner Koch1-1/+8
2016-08-31g10: Update a key's TOFU policy in a transaction.Neal H. Walfield1-1/+4
2016-08-25gpg: New option --with-tofu-info.Werner Koch1-4/+8
2016-08-18gpg: New option --senderWerner Koch1-0/+16
2016-08-12Call log_set_prefix() with human-readable labels.Daniel Kahn Gillmor1-2/+2
2016-08-11gpg: New option --input-size-hint.Werner Koch1-0/+8
2016-08-10gpg: Remove tofu database format "split".Werner Koch1-29/+2
2016-08-09Cleanup initialization of libgcrypt.Ben Kibbey1-8/+0
2016-08-05gpg: Avoid publishing the GnuPG version by defaultDaniel Kahn Gillmor1-1/+1
2016-07-14gpg: Remove options --print-dane-records and --print-pka-records.Werner Koch1-4/+20
2016-07-13gpg: Fix regression due to the new --mimemode options.Werner Koch1-2/+2
2016-07-13gpg: New option --mimemode.Werner Koch1-2/+10
2016-07-06gpg: New options --recipient-file and --hidden-recipient-file.Werner Koch1-20/+32
2016-07-06gpg: New option --no-keyring.Werner Koch1-8/+19
2016-07-01gpg: New option --export-filterWerner Koch1-0/+7
2016-07-01gpg: New option --import-filterWerner Koch1-0/+8
2016-06-30g10: Implement gpg --quick-revuidDaniel Kahn Gillmor1-0/+17
2016-06-28g10: Fix --list-packets.NIIBE Yutaka1-2/+1
2016-06-20gpg: New option --rfc4880bis.Werner Koch1-0/+8
2016-06-14doc: Consistently use 'keyserver'.Werner Koch1-3/+3
2016-06-13gpg: Un-deprecate option --auto-key-retrieve.Werner Koch1-6/+0
2016-06-13gpg: New option --disable-signer-uid, create Signer's UID sub-packet.Werner Koch1-0/+6
2016-06-08w32: Fix recent build regression.Werner Koch1-1/+1
2016-06-07Replace use of opt.homedir by accessor functions.Werner Koch1-28/+18
2016-06-07gpg: Fix command line parsing of --quick-addkey and --quick-gen-key.NIIBE Yutaka1-2/+6
2016-06-06gpg: Use --keyid-format=none by default.Werner Koch1-1/+1
2016-06-06gpg: Add option --with-subkey-fingerprint.Werner Koch1-0/+6
2016-06-06gpg: Implement --keyid-format=none.Werner Koch1-0/+2
2016-06-02gpg: Extend the --quick-gen-key command.Werner Koch1-5/+23
2016-06-02gpg: New command --quick-addkey.Werner Koch1-0/+28
2016-05-24gpg, w32: Fix build regression.Werner Koch1-0/+2
2016-05-21gpg: Store the Tofu meta handle for databases in CTRL.Werner Koch1-1/+2
2016-05-21gpg: Pass CTRL object down to the trust functionsWerner Koch1-2/+2
2016-04-29gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch1-2/+1
2016-04-27gpg: Add experimental AKL method "wkd" and option --with-wkd-hash.Werner Koch1-0/+6
2016-04-06Revert "g10: Support armored keyrings in gpgv."Justus Winter1-1/+1
2016-04-04g10: Support armored keyrings in gpgv.Justus Winter1-1/+1
2016-04-01g10: Remove option --always-trust if compiled without trust models.Justus Winter1-0/+2
2016-01-27gpg: Shorten the --tofu-policy help textWerner Koch1-1/+1
2016-01-26Update copyright years.Werner Koch1-1/+1
2016-01-14gpg: Make --list-options show-usage the default.Werner Koch1-1/+2
2016-01-08gpg: New command --export-ssh-keyWerner Koch1-1/+15
2016-01-07gpg: Fix warnings about useless assignments.Werner Koch1-1/+0
2015-12-22gpg: Don't check for ambiguous keys.Neal H. Walfield1-512/+0
2015-12-22gpg: Lazily evaluate --default-key.Neal H. Walfield1-21/+0
2015-12-22gpg: Improve check for ambiguous keys.Neal H. Walfield1-94/+143