]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Add doxygen comments to unbound-anchor source address code, in #86.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 7 Oct 2019 07:50:04 +0000 (09:50 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 7 Oct 2019 07:50:04 +0000 (09:50 +0200)
doc/Changelog
smallapp/unbound-anchor.c

index e3a1c3f117d9e232a8db15bf6f3955601bf1e8dc..a87776c6b5849d83e60971e7b7efdf688c7c5b7a 100644 (file)
@@ -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.
index 5899d142815641a4743336129d0b41c5ca43e7eb..b3b25bda435b8b1bd0949b7a7f275c2d6f3730bf 100644 (file)
@@ -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*