aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr (unfollow)
Commit message (Expand)AuthorFilesLines
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
2014-11-11Remove use of gnulib (part 1)Werner Koch1-3/+3
2014-10-17dirmngr: Allow building without LDAP support.Werner Koch4-19/+136
2014-10-17dirmngr: Minor usage output fix.Werner Koch1-2/+2
2014-10-10Use a unique capitalization for "Note:".Werner Koch2-3/+3
2014-10-09Avoid unnecessary library linkageDaniel Kahn Gillmor1-1/+1
2014-10-02First changes for future use of NTBTLS.Werner Koch2-6/+21
2014-09-10dirmngr: Support https for KS_FETCH.Werner Koch4-35/+48
2014-08-26Switch to the libgpg-error provided estream.Werner Koch6-10/+7
2014-06-27Fix typos in messagesYuri Chornoivan1-1/+1
2014-06-10w32: Fix build problem with dirmngr.Werner Koch1-1/+8
2014-05-19dirmngr: Print certificates on failed TLS verification.Werner Koch1-0/+35
2014-05-16keyserver: Improve support for hkps pools.Werner Koch1-61/+209
2014-05-16http: Allow overriding of the Host header.Werner Koch4-2/+4
2014-05-07Make -jN work again.Werner Koch1-0/+3
2014-05-06Use "samethread" mode keyword for some es_fopenmem.Werner Koch1-1/+1
2014-05-05dirmngr: Add support for hkps keyservers.Werner Koch3-3/+103
2014-05-02http: Revamp TLS API.Werner Koch1-4/+5
2014-04-08dirmngr: Fix compiler warning.Werner Koch1-11/+25
2014-03-18dirmngr: Resurrect hosts in the HKP hosttable.Werner Koch3-25/+145
2014-03-17gpg: Make --auto-key-locate work again with keyservers.Werner Koch2-7/+26
2014-03-14dirmngr: Make use of IPv4 and IPV6 more explicit.Werner Koch1-12/+35
2014-03-14dirmngr: Do not use brackets around legacy IP addresses.Werner Koch1-9/+14
2014-03-14gpg: Print the actual used keyserver address.Werner Koch1-2/+9
2014-03-14dirmngr: Default to a user socket name and enable autostart.Werner Koch3-3/+13
2014-03-12gpg: Add option --dirmngr-program.Werner Koch1-19/+3
2014-03-12dirmngr: Detect dead keyservers and try another one.Werner Koch2-34/+143
2014-03-12Comment typo fixesWerner Koch1-1/+1
2014-03-11dirmngr: Put brackets around IP addresses in the hosttable.Werner Koch1-3/+37
2014-03-11dirmngr: Add command option to mark hosts as dead or alive.Werner Koch3-20/+164
2014-03-11dirmngr: Make Assuan output of keyblocks easier readableWerner Koch1-4/+34
2014-03-11dirmngr: Fix HKP host selection code.Werner Koch5-49/+158
2014-03-07dirmmgr: Use a portability wrapper for struct timeval.Werner Koch1-8/+15
2014-03-07Silence more warnings about unused vars and args.Werner Koch4-14/+26
2014-03-07dirmngr: Simplify strtok macro.Werner Koch1-4/+3
2014-03-07w32: Include winsock2.h to silence warnings.Werner Koch1-0/+3
2013-11-18Make use of the *_NAME etc macros.Werner Koch3-18/+20
2013-08-01dirmngr: Define missing LDAP constantWerner Koch1-0/+5
2013-07-31dirmngr: Remove unused file.Werner Koch1-620/+0
2012-08-24Fix typos spotted during translationsDavid Prévot4-9/+9
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch16-143/+143
2012-04-26avoid buffer strncpy-induced buffer overrunJim Meyering1-2/+8
2012-03-27Print warning for arguments not considered an option.Werner Koch1-0/+10
2012-02-28Replace npth_yield in busy wait by npth_usleep.Marcus Brinkmann1-1/+1
2012-02-16Check for lber and link dirmngr_ldap to it.Marcus Brinkmann1-1/+2
2012-02-06common: Add a global variable to for the default error source.Werner Koch2-0/+2
2012-01-25Port LDAP wrapper to NPTH.Marcus Brinkmann2-69/+177