From: W.C.A. Wijngaards Date: Mon, 7 Oct 2019 07:50:04 +0000 (+0200) Subject: - Add doxygen comments to unbound-anchor source address code, in #86. X-Git-Tag: release-1.9.6rc1~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb2283332b9ae9f04f5c135bdd852abd5771d126;p=thirdparty%2Funbound.git - Add doxygen comments to unbound-anchor source address code, in #86. --- diff --git a/doc/Changelog b/doc/Changelog index e3a1c3f11..a87776c6b 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +7 October 2019: Wouter + - Add doxygen comments to unbound-anchor source address code, in #86. + 3 October 2019: Wouter - Merge #90 from vcunat: fix build with nettle-3.5. - Merge 1.9.4 release with fix for vulnerability CVE-2019-16866. diff --git a/smallapp/unbound-anchor.c b/smallapp/unbound-anchor.c index 5899d1428..b3b25bda4 100644 --- a/smallapp/unbound-anchor.c +++ b/smallapp/unbound-anchor.c @@ -625,6 +625,7 @@ parse_ip_addr(const char* str, int port) * @param res_conf: resolv.conf (if any). * @param root_hints: root hints (if any). * @param debugconf: unbound.conf for debugging options. + * @param srcaddr: source address option (if any). * @param ip4only: use only ip4 for resolve and only lookup A * @param ip6only: use only ip6 for resolve and only lookup AAAA * default is to lookup A and AAAA using ip4 and ip6. @@ -1159,6 +1160,7 @@ https_to_ip(struct ip_list* ip, const char* pathname, const char* urlname, * @param ip_list: list of IP addresses to use to fetch from. * @param pathname: pathname of file on server to GET. * @param urlname: name to pass as the virtual host for this request. + * @param src: if nonNULL, source address to bind to. * @return a memory BIO with the file in it. */ static BIO*