Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-12-14 | dirmngr: New libdns snapshot | Justus Winter | 1 | -2/+6 | |
2016-12-14 | dirmngr: Add basic libdns support | Justus Winter | 1 | -0/+1361 | |
* dirmngr/dns.c: New file. * dirmngr/dns.h: New file. * dirmngr/Makefile.am (dirmngr_SOURCES): Add new files. * dirmngr/dns-stuff.c: Include dns.h.xxx use libdns (libdns): New global var for the libdns state. (libdns_error_to_gpg_error): New. (libdns_init): New. (resolve_name_libdns): New. (get_dns_cert_libdns): New stub. (getsrv_libdns): New stub. (get_dns_cname_libdns): New stub. Signed-off-by: Justus Winter <[email protected]> |