aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 2.1.20gnupg-2.1.20Werner Koch2017-04-031-1/+45
* dirmngr: New option --disable-ipv6Werner Koch2017-04-0310-8/+40
* dirmngr,w32: Silence the 'certificate already cached' message.Werner Koch2017-04-031-1/+4
* dirmngr: Handle EIO which is sometimes returned by cookie functions.Werner Koch2017-04-031-0/+1
* dirmngr: Always print a warning for a missing /etc/hosts.Werner Koch2017-04-031-10/+1
* dirmngr: Do not assume that /etc/hosts exists.Werner Koch2017-04-031-4/+12
* po: Auto-update.Werner Koch2017-04-0325-76/+547
* po: Update the German translationWerner Koch2017-04-031-3/+16
* po: Update Russian translationIneiev2017-04-031-20/+13
* doc: Add two example profiles.Werner Koch2017-04-033-0/+51
* gpgconf: Add --enable-extended-key-format for the agent.Werner Koch2017-04-032-0/+5
* gpgscm: Slightly improve the procedure dispatch.Justus Winter2017-04-031-1/+1
* gpg: Handle critical marked 'Reason for Revocation'.Werner Koch2017-04-031-0/+1
* agent: Use OCB for key protection with --enable-extended-key-format.Werner Koch2017-04-022-7/+3
* kbx: Unify blob reading functions.Werner Koch2017-04-015-37/+54
* gpg: Avoid multiple open calls to the keybox file.Werner Koch2017-03-315-11/+33
* 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
* common: Avoid undefined behavior.Justus Winter2017-03-301-1/+1
* gpg: Remove the use of the signature information from a KBX.Werner Koch2017-03-307-145/+25
* 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-3011-137/+377
* 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
* tests,w32: Fix importing the extra key for GPGME's keylist test.Justus Winter2017-03-281-1/+1
* gpg: Prepare for listing last_update and key origin data.Werner Koch2017-03-282-2/+23
* tests: Fix distcheck.Justus Winter2017-03-281-3/+27
* tests: Add test for '--decrypt --unwrap'.Justus Winter2017-03-282-0/+42
* g10: Fix memory leak.Justus Winter2017-03-281-1/+2
* common: Fix connecting to the agent.Justus Winter2017-03-271-0/+2
* g10: Support specifying SERIALNO for --card-status.NIIBE Yutaka2017-03-273-9/+76
* scd: Change the order of applications when accessed.NIIBE Yutaka2017-03-271-2/+9
* scd: Fix timeout handling for key generation.NIIBE Yutaka2017-03-271-5/+13
* gpg: Improve check for already compressed packets.Werner Koch2017-03-241-6/+57
* agent: New option --enable-extended-key-format.Werner Koch2017-03-244-11/+52
* agent: New option --stub-only for DELETE_KEYWerner Koch2017-03-243-16/+30
* common: Implicitly do a gpgconf --create-socketdir.Werner Koch2017-03-231-7/+18
* tests: Use gpgconf to stop the agent.Werner Koch2017-03-232-5/+43
* gpgscm: Make test cleanup more robust.Justus Winter2017-03-231-14/+17
* tests: Test '--quick-set-primary-uid'.Justus Winter2017-03-211-0/+11
* tests,w32: Use GetTempPath to get the path for temporary files.Justus Winter2017-03-212-1/+20
* gpg: New command --quick-set-primary-uid.Werner Koch2017-03-214-94/+174
* dirmngr: Fix error handling.Justus Winter2017-03-211-1/+1