aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* g10: Fix parse_ring_trust.NIIBE Yutaka2017-04-171-1/+1
* g10: Minor fixes.NIIBE Yutaka2017-04-173-4/+5
* g10: Fix import/export filter property match.NIIBE Yutaka2017-04-171-1/+1
* common, g10: Fix enumeration types.NIIBE Yutaka2017-04-131-10/+13
* common: Simplify format_text.NIIBE Yutaka2017-04-122-6/+6
* g10: Minor clean up for export.c.NIIBE Yutaka2017-04-111-19/+16
* g10,tools: Fix bzlib.h include order.NIIBE Yutaka2017-04-111-1/+2
* g10: Minor clean up for TOFU.NIIBE Yutaka2017-04-111-1/+1
* gpg: Fix printing of offline taken subkey.Werner Koch2017-04-071-1/+1
* gpg: Handle critical marked 'Reason for Revocation'.Werner Koch2017-04-031-0/+1
* gpg: Avoid multiple open calls to the keybox file.Werner Koch2017-03-314-9/+26
* gpg: Pass CTRL also to getkey_end.Werner Koch2017-03-314-23/+23
* gpg: Print more stats for the keydb and the signature cache.Werner Koch2017-03-314-12/+109
* gpg: Assert that an opaque parameter is really what we expect.Werner Koch2017-03-313-1/+12
* gpg: Pass CTRL to many more functions.Werner Koch2017-03-3138-751/+885
* gpg: Consistent use of preprocessor conditionals.Justus Winter2017-03-301-8/+8
* gpg: Remove the use of the signature information from a KBX.Werner Koch2017-03-301-106/+9
* gpg: Fix actual leak and possible leaks in the packet parser.Werner Koch2017-03-305-19/+26
* gpg: Fix export porting of zero length user ID packets.Werner Koch2017-03-301-2/+10
* gpg: Revamp reading and writing of ring trust packets.Werner Koch2017-03-3010-137/+340
* gpg: Extend free_packet to handle a packet parser context.Werner Koch2017-03-2912-53/+124
* indent: Re-indent function free-packet.Werner Koch2017-03-291-44/+47
* gpg: Change parse_packet to take a context.Werner Koch2017-03-297-77/+137
* gpg: Export ring trust packets in backup mode.Werner Koch2017-03-291-1/+4
* indent: Re-indent parts of build-packet.cWerner Koch2017-03-291-146/+152
* gpg: Prepare for listing last_update and key origin data.Werner Koch2017-03-281-2/+6
* g10: Fix memory leak.Justus Winter2017-03-281-1/+2
* g10: Support specifying SERIALNO for --card-status.NIIBE Yutaka2017-03-273-9/+76
* gpg: New command --quick-set-primary-uid.Werner Koch2017-03-213-88/+159
* gpg: Add new field no 18 to the colon listing.Werner Koch2017-03-203-22/+144
* gpg: Remove unused stuff.Werner Koch2017-03-202-25/+0
* gpg: Make sure the conflict set includes the current key.Neal H. Walfield2017-03-171-3/+25
* agent,g10: Remove redundant SERIALNO request.NIIBE Yutaka2017-03-162-12/+98
* g10: Fix check of serialno.NIIBE Yutaka2017-03-151-1/+1
* g10: Remove unused function.NIIBE Yutaka2017-03-151-92/+0
* gpg: Flush stdout before printing stats with --check-sigs.Werner Koch2017-03-131-1/+5
* g10: Move more flags into the flag bitfield.Justus Winter2017-03-0815-92/+90
* dirmngr: Do not put a keyserver into a new dirmngr.confWerner Koch2017-03-081-7/+11
* gpg: Do not allow the user to revoke the last valid UID.Justus Winter2017-03-071-1/+40
* More change for common.NIIBE Yutaka2017-03-071-3/+3
* Remove -I option to common.NIIBE Yutaka2017-03-0768-267/+262
* gpg: Fix attempt to double free an UID structure.Werner Koch2017-03-061-2/+7
* gpg: Fix possible segv when attribute packets are filtered.Werner Koch2017-03-031-6/+6
* gpg: Add new variables to the import and export filters.Werner Koch2017-03-032-8/+35
* gpg: Always initialize the trust db when generating keys.Justus Winter2017-03-022-3/+7
* gpg: Fix (quick) key generation with --always-trust.Justus Winter2017-03-023-2/+14
* g10: Signal an error when trying to revoke non-existant UID.Justus Winter2017-03-021-0/+2
* gpg: Make --export-options work with --export-secret-keys.Werner Koch2017-03-013-19/+22
* gpg: Allow creating keys using an existing ECC key.Werner Koch2017-03-011-19/+3
* gpg: Do not require a trustdb for decryption.Werner Koch2017-02-2811-54/+102