aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-19gpg: Systematically detect and fix signatures that are out of order.Neal H. Walfield1-125/+564
2016-02-19gpg: Split check_key_signature2.Neal H. Walfield2-92/+286
2016-02-19gpg: Split print_and_check_one_sig.Neal H. Walfield1-11/+20
2016-02-19gpg: Split the function check_signature_end.Neal H. Walfield1-5/+23
2016-02-19gpg: Use format_keyid rather than manually formatting the keyid.Neal H. Walfield2-5/+4
2016-02-19gpg: Initialize the primary key when generating a key.Neal H. Walfield1-0/+7
2016-02-19gpg: Add accessor & utility functions for pk->keyid and pk->main_keyid.Neal H. Walfield3-3/+94
2016-02-18gpg: Clean up dangling agent_open and agent_closed declarations.Daniel Kahn Gillmor2-4/+1
2016-02-16gpg: Make ASCII armor decoding more robust to encoding errors.Neal H. Walfield1-0/+18
2016-02-15common, g10: Fix indentation to silence GCC-6.NIIBE Yutaka2-12/+12
2016-02-14Put asterisks in front of two function descriptions.Werner Koch1-9/+9
2016-02-14gpg: Add hidden key-edit subcommand "change-usage".Werner Koch3-11/+146
2016-02-14gpg: Improve API documentation.Neal H. Walfield3-13/+24
2016-02-14gpg: Fix calc_header_length when LEN is 0 and improve documentation.Neal H. Walfield1-4/+8
2016-02-14gpg: Fix format_keyid when dynamically allocating the buffer.Neal H. Walfield2-3/+6
2016-02-12g10: Make sure to have the directory for trustdb.NIIBE Yutaka1-56/+62
2016-01-27gpg: Shorten the --tofu-policy help textWerner Koch1-1/+1
2016-01-26Update copyright years.Werner Koch1-1/+1
2016-01-26g10: Fix segfault on unsupported curve.NIIBE Yutaka1-8/+4
2016-01-25gpg: Print PROGRESS status lines during key generation.Werner Koch1-11/+10
2016-01-22gpg: Rework gpg-conf.skelWerner Koch1-55/+26
2016-01-22gpg: Allow new user ids with only the mail address.Werner Koch1-6/+18
2016-01-21gpg: Improve header text of the auto-created revocations.Werner Koch1-3/+10
2016-01-21gpg: Make --auto-key-retrieve work with dirmngr configured server.Werner Koch8-29/+56
2016-01-20gpg: Silence message about ignoring revoked user ids.Werner Koch1-10/+14
2016-01-19gpg: Streamline use of error messages in tofu.cWerner Koch1-123/+134
2016-01-19gpg: Add function print_further_info.Werner Koch2-0/+22
2016-01-18g10: Improve strings printed by tofu.c.Werner Koch1-128/+132
2016-01-18gpg: Minor string changes.Werner Koch3-4/+4
2016-01-18gpg: Use "days" in "...newer than..." diagnostics.Werner Koch1-10/+35
2016-01-18Use ngettext for some strings.Werner Koch7-73/+86
2016-01-14w32: Fix deadlock introduced by keybox_file_rename.Werner Koch1-4/+17
2016-01-14gpg: Detect race between pubring.gpg and pubring.kbx use.Werner Koch1-0/+32
2016-01-14kbx: New function keybox_file_rename to replace rename.Werner Koch1-18/+5
2016-01-14kbx: Add function keybox_tmp_names to avoid code duplication.Werner Koch1-57/+26
2016-01-14gpg: Make --list-options show-usage the default.Werner Koch1-1/+2
2016-01-13gpg: Improve error code from lock_all.Werner Koch1-1/+1
2016-01-13gpg: Make sure to mark a duplicate registered keybox as primary.Werner Koch1-28/+29
2016-01-12gpg: Re-indent check_key_signature2.Werner Koch1-284/+309
2016-01-12common: Fix iobuf API of filter function for alignment.NIIBE Yutaka9-10/+10
2016-01-11gpg: Move documentation from keydb.h to keydb.c and getkey.c.Werner Koch3-499/+531
2016-01-11gpg: Fix NULL de-ref for ambiguous key check in --export-ssh-keys.Werner Koch2-1/+10
2016-01-09tools: Remove gpgkey2ssh.Werner Koch1-1/+1
2016-01-08gpg: Support ECDSA keys with --export-ssh-key.Werner Koch1-0/+6
2016-01-08gpg: New command --export-ssh-keyWerner Koch3-2/+312
2016-01-08gpg: Add an exact search flag to the PK struct.Werner Koch2-4/+7
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