summaryrefslogtreecommitdiffstats
path: root/dirmngr/ldap-url.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-15gpgscm: Recover more cells.Justus Winter1-0/+1
2016-11-14g10: Fix memory leak.Justus Winter1-0/+2
2016-11-14gpgscm: Avoid cell allocation overhead.Justus Winter2-44/+252
2016-11-14scd: Fix status info encoding.NIIBE Yutaka1-1/+2
2016-11-12agent: Improve concurrency when Libgcrypt 1.8 is used.Werner Koch1-9/+15
2016-11-11agent: Kludge to mitigate blocking calls in Libgcrypt.Werner Koch1-3/+14
2016-11-11dirmngr: Prepare to trigger jobs by network activity.Werner Koch3-1/+44
2016-11-11doc: Include config examples for socket-activated user services.Daniel Kahn Gillmor10-2/+159
2016-11-11agent: Clean up comments.Daniel Kahn Gillmor1-2/+2
2016-11-11doc: Clarify dirmngr option --daemon.Werner Koch1-15/+5
2016-11-10gpg,sm: Add STATUS_ERROR keydb_search and keydb_add-resource.Werner Koch17-99/+163
2016-11-10sm: Remove unused arg SECRET from keydb functions.Werner Koch14-42/+31
2016-11-10gpgscm: Recover cells from the list of recently allocated cells.Justus Winter1-6/+11
2016-11-10gpgscm: Recover cells used to maintain interpreter state.Justus Winter1-8/+31
2016-11-10gpgscm: Reduce opcode dispatch overhead.Justus Winter2-228/+256
2016-11-10gpgscm: Make the compile-hook configurable.Justus Winter3-1/+12
2016-11-10gpgscm: Drop obsolete commented-out code.Justus Winter1-19/+0
2016-11-10gpgscm: Remove dubious stack implementation.Justus Winter3-95/+0
2016-11-10gpg: Improve error message for --quick-gen-key.Werner Koch1-1/+1
2016-11-10dirmngr: Improve concurrency in the non-adns case.Werner Koch2-35/+60
2016-11-08tests: Fix environment setup.Justus Winter1-2/+1
2016-11-08tests: Log and display output from tests when run in parallel.Justus Winter1-11/+22
2016-11-08tests: Simplify test.Justus Winter1-18/+6
2016-11-08gpgscm: Expose seek and associated constants.Justus Winter2-0/+27
2016-11-08gpgscm: Fix error message.Justus Winter1-18/+21
2016-11-08tests,w32: Make cleanup more robust.Justus Winter1-2/+4
2016-11-08common,w32: Simplify locking.Justus Winter1-49/+0
2016-11-07tests: Write a log file for each test.Justus Winter2-11/+13
2016-11-07gpgscm: Generalize splice to write to multiple sinks.Justus Winter2-7/+42
2016-11-07gpgscm: Drop 'len' argument from splice.Justus Winter2-11/+5
2016-11-07tests: Move environment creation and teardown into each test.Justus Winter50-168/+197
2016-11-07tests: Do not allow tests to be run in a shared environment.Justus Winter2-38/+9
2016-11-07tests: Fix build.Justus Winter1-1/+0
2016-11-07wks: Encrypt all client mails also the target key,Werner Koch1-14/+32
2016-11-07tests,tools: Reimplement 'mk-tdata' in Scheme.Justus Winter5-87/+17
2016-11-07gpgscm,w32: Provide schemish file handling for binary files.Justus Winter1-0/+14
2016-11-07gpgscm: Add support for pseudo-random numbers.Justus Winter2-0/+94
2016-11-07g10: Fix crash.Justus Winter1-3/+4
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch453-461/+461
2016-11-04indent: Move comments inside the block.Werner Koch1-48/+56
2016-11-04gpgscm: Fix printing strings containing zero bytes.Justus Winter1-1/+3
2016-11-04gpgscm: Implement 'atexit'.Justus Winter2-0/+19
2016-11-04scd: Fix length error for READKEY.NIIBE Yutaka1-0/+2
2016-11-04scd: Add --advanced option for READKEY.NIIBE Yutaka5-61/+99
2016-11-03agent: Extend the PINENTRY_LAUNCHED inquiry and status.Werner Koch4-5/+44
2016-11-03g10: Improve and unify key selection for -r and --locate-keys.Justus Winter11-3/+454
2016-11-03gpgscm,tests: Add new functions to the test environment.Justus Winter5-2/+63
2016-11-03gpgconf: Add a new field to the --query-swdb output.Werner Koch2-7/+23
2016-11-02gpgconf: Add command --query-swdb.Werner Koch2-0/+334
2016-11-02common: Improve compare_string_versions.Werner Koch6-49/+87