unbound/libunbound
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
..
python - Update libunbound/python/examples/dnssec_test.py example code to 2018-07-02 14:46:31 +00:00
context.c - remove unused variable assignment from iterator scrub routine. 2018-09-13 10:36:22 +00:00
context.h fix to please gcc 8 and lint. 2018-05-03 14:29:15 +00:00
libunbound.c - Patch from Florian Obser fixes some compiler warnings: 2019-01-24 16:05:00 +00:00
libworker.c - Fix #4209: Crash in libunbound when called from getdns. 2018-11-22 15:07:30 +00:00
libworker.h - Fix #3817: core dump happens in libunbound delete, when queued 2018-03-15 13:32:19 +00:00
ubsyms.def User defined pluggable event mechanism (for review) 2016-03-07 14:10:06 +00:00
unbound-event.h - Expose if a query (or a subquery) was ratelimited (not src IP 2018-08-03 14:00:46 +00:00
unbound.h More fixes, statistic counter at end of struct for backwards compatibility, man page, free at exit, indent. 2019-01-23 10:19:04 +00:00
worker.h - Expose if a query (or a subquery) was ratelimited (not src IP 2018-08-03 14:00:46 +00:00