[BACK]Return to acl.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mpl / bind / dist / lib / dns / include / dns

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/mpl/bind/dist/lib/dns/include/dns/acl.h between version 1.4 and 1.5

version 1.4, 2019/09/05 19:32:58 version 1.5, 2019/11/27 05:48:41
Line 186  dns_acl_isinsecure(const dns_acl_t *a);
Line 186  dns_acl_isinsecure(const dns_acl_t *a);
  */   */
   
 bool  bool
 dns_acl_allowed(isc_netaddr_t *addr, dns_name_t *signer,  dns_acl_allowed(isc_netaddr_t *addr, const dns_name_t *signer,
                 dns_acl_t *acl, dns_aclenv_t *aclenv);                  dns_acl_t *acl, dns_aclenv_t *aclenv);
 /*%<  /*%<
  * Return #true iff the 'addr', 'signer', or ECS values are   * Return #true iff the 'addr', 'signer', or ECS values are

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>