summaryrefslogtreecommitdiffstats
path: root/README.GIT (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-03dirmngr: New option --disable-ipv6Werner Koch10-8/+40
2017-04-03dirmngr,w32: Silence the 'certificate already cached' message.Werner Koch1-1/+4
2017-04-03dirmngr: Handle EIO which is sometimes returned by cookie functions.Werner Koch1-0/+1
2017-04-03dirmngr: Always print a warning for a missing /etc/hosts.Werner Koch1-10/+1
2017-04-03dirmngr: Do not assume that /etc/hosts exists.Werner Koch1-4/+12
2017-04-03po: Auto-update.Werner Koch25-76/+547
2017-04-03po: Update the German translationWerner Koch1-3/+16
2017-04-03po: Update Russian translationIneiev1-20/+13
2017-04-03doc: Add two example profiles.Werner Koch3-0/+51
2017-04-03gpgconf: Add --enable-extended-key-format for the agent.Werner Koch2-0/+5
2017-04-03gpgscm: Slightly improve the procedure dispatch.Justus Winter1-1/+1
2017-04-03gpg: Handle critical marked 'Reason for Revocation'.Werner Koch1-0/+1
2017-04-02agent: Use OCB for key protection with --enable-extended-key-format.Werner Koch2-7/+3
2017-04-01kbx: Unify blob reading functions.Werner Koch5-37/+54
2017-03-31gpg: Avoid multiple open calls to the keybox file.Werner Koch5-11/+33
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-30common: Avoid undefined behavior.Justus Winter1-1/+1
2017-03-30gpg: Remove the use of the signature information from a KBX.Werner Koch7-145/+25
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 Koch11-137/+377
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-28tests,w32: Fix importing the extra key for GPGME's keylist test.Justus Winter1-1/+1
2017-03-28gpg: Prepare for listing last_update and key origin data.Werner Koch2-2/+23
2017-03-28tests: Fix distcheck.Justus Winter1-3/+27
2017-03-28tests: Add test for '--decrypt --unwrap'.Justus Winter2-0/+42
2017-03-28g10: Fix memory leak.Justus Winter1-1/+2
2017-03-27common: Fix connecting to the agent.Justus Winter1-0/+2
2017-03-27g10: Support specifying SERIALNO for --card-status.NIIBE Yutaka3-9/+76
2017-03-27scd: Change the order of applications when accessed.NIIBE Yutaka1-2/+9
2017-03-27scd: Fix timeout handling for key generation.NIIBE Yutaka1-5/+13
2017-03-24gpg: Improve check for already compressed packets.Werner Koch1-6/+57
2017-03-24agent: New option --enable-extended-key-format.Werner Koch4-11/+52
2017-03-24agent: New option --stub-only for DELETE_KEYWerner Koch3-16/+30
2017-03-23common: Implicitly do a gpgconf --create-socketdir.Werner Koch1-7/+18
2017-03-23tests: Use gpgconf to stop the agent.Werner Koch2-5/+43
2017-03-23gpgscm: Make test cleanup more robust.Justus Winter1-14/+17
2017-03-21tests: Test '--quick-set-primary-uid'.Justus Winter1-0/+11
2017-03-21tests,w32: Use GetTempPath to get the path for temporary files.Justus Winter2-1/+20
2017-03-21gpg: New command --quick-set-primary-uid.Werner Koch4-94/+174
2017-03-21dirmngr: Fix error handling.Justus Winter1-1/+1
2017-03-21dirmngr: Load the hosts file into libdns.Justus Winter1-1/+25