aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-13common, g10: Fix enumeration types.NIIBE Yutaka1-10/+13
2017-04-12common: Simplify format_text.NIIBE Yutaka2-6/+6
2017-04-11g10: Minor clean up for export.c.NIIBE Yutaka1-19/+16
2017-04-11g10,tools: Fix bzlib.h include order.NIIBE Yutaka1-1/+2
2017-04-11g10: Minor clean up for TOFU.NIIBE Yutaka1-1/+1
2017-04-07gpg: Fix printing of offline taken subkey.Werner Koch1-1/+1
2017-04-03gpg: Handle critical marked 'Reason for Revocation'.Werner Koch1-0/+1
2017-03-31gpg: Avoid multiple open calls to the keybox file.Werner Koch4-9/+26
2017-03-31gpg: Pass CTRL also to getkey_end.Werner Koch4-23/+23
2017-03-31gpg: Print more stats for the keydb and the signature cache.Werner Koch4-12/+109
2017-03-31gpg: Assert that an opaque parameter is really what we expect.Werner Koch3-1/+12
2017-03-31gpg: Pass CTRL to many more functions.Werner Koch38-751/+885
2017-03-30gpg: Consistent use of preprocessor conditionals.Justus Winter1-8/+8
2017-03-30gpg: Remove the use of the signature information from a KBX.Werner Koch1-106/+9
2017-03-30gpg: Fix actual leak and possible leaks in the packet parser.Werner Koch5-19/+26
2017-03-30gpg: Fix export porting of zero length user ID packets.Werner Koch1-2/+10
2017-03-30gpg: Revamp reading and writing of ring trust packets.Werner Koch10-137/+340
2017-03-29gpg: Extend free_packet to handle a packet parser context.Werner Koch12-53/+124
2017-03-29indent: Re-indent function free-packet.Werner Koch1-44/+47
2017-03-29gpg: Change parse_packet to take a context.Werner Koch7-77/+137
2017-03-29gpg: Export ring trust packets in backup mode.Werner Koch1-1/+4
2017-03-29indent: Re-indent parts of build-packet.cWerner Koch1-146/+152
2017-03-28gpg: Prepare for listing last_update and key origin data.Werner Koch1-2/+6
2017-03-28g10: Fix memory leak.Justus Winter1-1/+2
2017-03-27g10: Support specifying SERIALNO for --card-status.NIIBE Yutaka3-9/+76
2017-03-21gpg: New command --quick-set-primary-uid.Werner Koch3-88/+159
2017-03-20gpg: Add new field no 18 to the colon listing.Werner Koch3-22/+144
2017-03-20gpg: Remove unused stuff.Werner Koch2-25/+0
2017-03-17gpg: Make sure the conflict set includes the current key.Neal H. Walfield1-3/+25
2017-03-16agent,g10: Remove redundant SERIALNO request.NIIBE Yutaka2-12/+98
2017-03-15g10: Fix check of serialno.NIIBE Yutaka1-1/+1
2017-03-15g10: Remove unused function.NIIBE Yutaka1-92/+0
2017-03-13gpg: Flush stdout before printing stats with --check-sigs.Werner Koch1-1/+5
2017-03-08g10: Move more flags into the flag bitfield.Justus Winter15-92/+90
2017-03-08dirmngr: Do not put a keyserver into a new dirmngr.confWerner Koch1-7/+11
2017-03-07gpg: Do not allow the user to revoke the last valid UID.Justus Winter1-1/+40
2017-03-07More change for common.NIIBE Yutaka1-3/+3
2017-03-07Remove -I option to common.NIIBE Yutaka68-267/+262
2017-03-06gpg: Fix attempt to double free an UID structure.Werner Koch1-2/+7
2017-03-03gpg: Fix possible segv when attribute packets are filtered.Werner Koch1-6/+6
2017-03-03gpg: Add new variables to the import and export filters.Werner Koch2-8/+35
2017-03-02gpg: Always initialize the trust db when generating keys.Justus Winter2-3/+7
2017-03-02gpg: Fix (quick) key generation with --always-trust.Justus Winter3-2/+14
2017-03-02g10: Signal an error when trying to revoke non-existant UID.Justus Winter1-0/+2
2017-03-01gpg: Make --export-options work with --export-secret-keys.Werner Koch3-19/+22
2017-03-01gpg: Allow creating keys using an existing ECC key.Werner Koch1-19/+3
2017-02-28gpg: Do not require a trustdb for decryption.Werner Koch11-54/+102
2017-02-28gpg,tools: Make auto-key-retrieve configurable via gpgconf.Justus Winter1-0/+1
2017-02-28gpg,tools: Make trust-model configurable via gpgconf.Justus Winter1-0/+1
2017-02-28gpgv,w32: Fix --status-fd.Werner Koch1-1/+3