unbound/services/cache
Wouter Wijngaards 3028fa50a8 - Patch from Florian Obser fixes some compiler warnings:
include mini_event.h to have a prototype for mini_ev_cmp
  include edns.h to have a prototype for apply_edns_options
  sldns_wire2str_edns_keepalive_print is only called in the wire2str,
  module declare it static to get rid of compiler warning:
  no previous prototype for function
  infra_find_ip_ratedata() is only called in the infra module,
  declare it static to get rid of compiler warning:
  no previous prototype for function
  do not shadow local variable buf in authzone
  auth_chunks_delete and az_nsec3_findnode are only called in the
  authzone module, declare them static to get rid of compiler warning:
  no previous prototype for function...
  copy_rrset() is only called in the respip module, declare it
  static to get rid of compiler warning:
  no previous prototype for function 'copy_rrset'
  no need for another variable "r"; gets rid of compiler warning:
  declaration shadows a local variable in libunbound.c
  no need for another variable "ns"; gets rid of compiler warning:
  declaration shadows a local variable in iterator.c



git-svn-id: file:///svn/unbound/trunk@5072 be551aaa-1e26-0410-a405-d3ace91eadb9
2019-01-24 16:05:00 +00:00
..
dns.c - Fix #4190: Please create a "ANY" deny option, adds the option 2018-10-25 08:07:37 +00:00
dns.h - Fix #4144: dns64 module caches wrong (negative) information. 2018-08-10 08:03:17 +00:00
infra.c - Patch from Florian Obser fixes some compiler warnings: 2019-01-24 16:05:00 +00:00
infra.h - Fix #1277: disable domain ratelimit by setting value to 0. 2017-06-16 13:22:43 +00:00
rrset.c nicer code, in function. 2018-07-17 15:07:09 +00:00
rrset.h - Save wildcard RRset from answer with original owner for use in aggressive 2018-02-22 15:12:31 +00:00