summaryrefslogtreecommitdiffstats
path: root/dirmngr (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace GNUPG_GCC_A_ macros by GPGRT_ATTR_ macros.Werner Koch2015-07-262-2/+2
* Allow use of debug flag names for all tools.Werner Koch2015-06-231-5/+21
* dirmngr: Fix the cleanup zombies fix (685b782).Werner Koch2015-06-182-9/+6
* dirmngr: Cleanup zombies and fix hang on shutdown.Werner Koch2015-06-161-34/+29
* dirmngr: Add missing cast for use of pid_t in printf.Werner Koch2015-06-161-1/+1
* dirmngr: Avoid accessing uninitialized memory in log callback.Werner Koch2015-06-161-2/+6
* dirmngr: Avoid crash due to an empty crls.d/DIR.txt.Werner Koch2015-06-091-1/+3
* dirmngr: Fix segfault in ldap engineKristian Fiskerstrand2015-05-071-1/+3
* common: Rename log and gcc attribute macros (jnlib merge).Werner Koch2015-04-244-10/+10
* common: Remove two JNLIB_ macros (jnlib merge).Werner Koch2015-04-244-5/+1
* gpg: Move all DNS access to Dirmngr.Werner Koch2015-04-235-14/+711
* dirmngr: Add http proxy support for keyservers.Werner Koch2015-04-217-16/+36
* Remove the obsolete keyserver directory from the repo.Werner Koch2015-04-204-808/+2170
* dirmngr: If LDAP is not enable, don't build the LDAP bits.Neal H. Walfield2015-04-133-28/+72
* dirmngr,w32: Make it build for Windows.Werner Koch2015-04-101-2/+4
* Remove obsolete directories from AM_CPPFLAGS.Werner Koch2015-04-101-1/+1
* dirmngr,w32: Replace functions not available under Windows.Werner Koch2015-04-101-4/+5
* dirmngr,w32: Avoid name clash with existing functionWerner Koch2015-04-101-6/+7
* Rename DBG_ASSUAN to DBG_IPC and add separate DBG_EXTPROG.Werner Koch2015-04-062-5/+5
* Fix use of DBG_CACHE and DBG_LOOKUPWerner Koch2015-04-061-3/+3
* dirmngr: Don't use alloca.Neal H. Walfield2015-03-311-2/+5
* dirmngr: Simplify truncation of long strings in debug code.Neal H. Walfield2015-03-311-17/+10
* dirmngr: Correct indentation.Neal H. Walfield2015-03-311-108/+107
* dirmngr: Use a better error code.Neal H. Walfield2015-03-311-1/+1
* dirmngr: Better encapsulate the keyservers variable.Neal H. Walfield2015-03-314-30/+41
* dirmngr: Fix resource leaks and check rare errors.Werner Koch2015-03-251-23/+37
* dirmngr: Minor cleanups.Werner Koch2015-03-252-25/+29
* Improve documentation for ks_hkp_get.Neal H. Walfield2015-03-231-1/+2
* Improve spelling and grammar of some comments.Neal H. Walfield2015-03-238-14/+14
* Add support to talking to LDAP key servers.Neal H. Walfield2015-03-237-34/+2155
* Move copy_stream function to misc.c.Neal H. Walfield2015-03-233-19/+20
* Move armor_data to misc.c.Neal H. Walfield2015-03-233-58/+61
* Add new LDAP utility functions.Neal H. Walfield2015-03-235-0/+580
* hkps: Fix host name verification when using pools.Werner Koch2015-03-191-7/+18
* dirmngr: Initialize cache from sysconfig dirAndre Heinecke2015-02-123-6/+2
* dirmngr: Avoid warning about unused function.Werner Koch2015-02-111-1/+2
* Use inline functions to convert buffer data to scalars.Werner Koch2015-02-111-2/+3
* Add a hook to be called right after main.Werner Koch2015-01-283-0/+6
* dirmngr: Fix TLS build problems.Werner Koch2015-01-211-2/+4
* dirmngr: Fix error code path of map_host.NIIBE Yutaka2015-01-081-3/+8
* dirmngr: fix LDAP query PATTERNS limit check.NIIBE Yutaka2015-01-071-1/+1
* dirmngr: Fix memory leak.Werner Koch2014-12-222-3/+3
* dirmngr: Remove un-needed check.Werner Koch2014-12-221-1/+4
* dirmngr,gpgsm: Return NULL on failWerner Koch2014-12-221-0/+1
* dirmngr: Improve dead host detection.Werner Koch2014-12-081-0/+2
* dirmngr: Return a proper error for all dead hosts.Werner Koch2014-12-081-55/+76
* dirmngr: Implement socket redirection.Werner Koch2014-12-011-12/+48
* dirmngr: Only report hkps scheme when availableKristian Fiskerstrand2014-11-261-1/+9
* Remove use of gnulib (part 1)Werner Koch2014-11-111-3/+3
* dirmngr: Allow building without LDAP support.Werner Koch2014-10-174-19/+136