aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-09dirmngr: Allow sending much larger keyblocks.Werner Koch1-4/+9
2015-08-23dirmngr: Allow sending of Zack's key.Werner Koch1-2/+3
2015-07-26Replace GNUPG_GCC_A_ macros by GPGRT_ATTR_ macros.Werner Koch2-2/+2
2015-06-23Allow use of debug flag names for all tools.Werner Koch1-5/+21
2015-06-18dirmngr: Fix the cleanup zombies fix (685b782).Werner Koch2-9/+6
2015-06-16dirmngr: Cleanup zombies and fix hang on shutdown.Werner Koch1-34/+29
2015-06-16dirmngr: Add missing cast for use of pid_t in printf.Werner Koch1-1/+1
2015-06-16dirmngr: Avoid accessing uninitialized memory in log callback.Werner Koch1-2/+6
2015-06-09dirmngr: Avoid crash due to an empty crls.d/DIR.txt.Werner Koch1-1/+3
2015-05-07dirmngr: Fix segfault in ldap engineKristian Fiskerstrand1-1/+3
2015-04-24common: Rename log and gcc attribute macros (jnlib merge).Werner Koch4-10/+10
2015-04-24common: Remove two JNLIB_ macros (jnlib merge).Werner Koch4-5/+1
2015-04-23gpg: Move all DNS access to Dirmngr.Werner Koch5-14/+711
2015-04-21dirmngr: Add http proxy support for keyservers.Werner Koch7-16/+36
2015-04-20Remove the obsolete keyserver directory from the repo.Werner Koch4-808/+2170
2015-04-13dirmngr: If LDAP is not enable, don't build the LDAP bits.Neal H. Walfield3-28/+72
2015-04-10dirmngr,w32: Make it build for Windows.Werner Koch1-2/+4
2015-04-10Remove obsolete directories from AM_CPPFLAGS.Werner Koch1-1/+1
2015-04-10dirmngr,w32: Replace functions not available under Windows.Werner Koch1-4/+5
2015-04-10dirmngr,w32: Avoid name clash with existing functionWerner Koch1-6/+7
2015-04-06Rename DBG_ASSUAN to DBG_IPC and add separate DBG_EXTPROG.Werner Koch2-5/+5
2015-04-06Fix use of DBG_CACHE and DBG_LOOKUPWerner Koch1-3/+3
2015-03-31dirmngr: Don't use alloca.Neal H. Walfield1-2/+5
2015-03-31dirmngr: Simplify truncation of long strings in debug code.Neal H. Walfield1-17/+10
2015-03-31dirmngr: Correct indentation.Neal H. Walfield1-108/+107
2015-03-31dirmngr: Use a better error code.Neal H. Walfield1-1/+1
2015-03-31dirmngr: Better encapsulate the keyservers variable.Neal H. Walfield4-30/+41
2015-03-25dirmngr: Fix resource leaks and check rare errors.Werner Koch1-23/+37
2015-03-25dirmngr: Minor cleanups.Werner Koch2-25/+29
2015-03-23Improve documentation for ks_hkp_get.Neal H. Walfield1-1/+2
2015-03-23Improve spelling and grammar of some comments.Neal H. Walfield8-14/+14
2015-03-23Add support to talking to LDAP key servers.Neal H. Walfield7-34/+2155
2015-03-23Move copy_stream function to misc.c.Neal H. Walfield3-19/+20
2015-03-23Move armor_data to misc.c.Neal H. Walfield3-58/+61
2015-03-23Add new LDAP utility functions.Neal H. Walfield5-0/+580
2015-03-19hkps: Fix host name verification when using pools.Werner Koch1-7/+18
2015-02-12dirmngr: Initialize cache from sysconfig dirAndre Heinecke3-6/+2
2015-02-11dirmngr: Avoid warning about unused function.Werner Koch1-1/+2
2015-02-11Use inline functions to convert buffer data to scalars.Werner Koch1-2/+3
2015-01-28Add a hook to be called right after main.Werner Koch3-0/+6
2015-01-21dirmngr: Fix TLS build problems.Werner Koch1-2/+4
2015-01-08dirmngr: Fix error code path of map_host.NIIBE Yutaka1-3/+8
2015-01-07dirmngr: fix LDAP query PATTERNS limit check.NIIBE Yutaka1-1/+1
2014-12-22dirmngr: Fix memory leak.Werner Koch2-3/+3
2014-12-22dirmngr: Remove un-needed check.Werner Koch1-1/+4
2014-12-22dirmngr,gpgsm: Return NULL on failWerner Koch1-0/+1
2014-12-08dirmngr: Improve dead host detection.Werner Koch1-0/+2
2014-12-08dirmngr: Return a proper error for all dead hosts.Werner Koch1-55/+76
2014-12-01dirmngr: Implement socket redirection.Werner Koch1-12/+48
2014-11-26dirmngr: Only report hkps scheme when availableKristian Fiskerstrand1-1/+9