unbound/sldns
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
..
keyraw.c - ED448 support. 2018-04-05 14:44:17 +00:00
keyraw.h - ED448 support. 2018-04-05 14:44:17 +00:00
parse.c - Spelling fixes, from Phil Porada. 2017-09-15 14:29:28 +00:00
parse.h - Spelling fixes, from Phil Porada. 2017-09-15 14:29:28 +00:00
parseutil.c - Spelling fixes, from Phil Porada. 2017-09-15 14:29:28 +00:00
parseutil.h - Spelling fixes, from Phil Porada. 2017-09-15 14:29:28 +00:00
pkthdr.h - rename ldns subdirectory to sldns to avoid name collision. 2015-03-26 10:21:38 +00:00
rrdef.c - Note RFC8162 support. SMIMEA record type can be read in by the 2018-07-06 12:06:05 +00:00
rrdef.h - Note RFC8162 support. 2018-07-06 11:56:38 +00:00
sbuffer.c - Fix memory leak in sldns_buffer_new_frm_data. 2017-06-16 07:42:52 +00:00
sbuffer.h Better sbuffer assertion. 2018-09-13 10:00:57 +00:00
str2wire.c - Fix sldns parse failure for CDS alternate delete syntax empty hex. 2018-04-23 10:35:35 +00:00
str2wire.h fix for doxygen 2018-02-06 16:00:10 +00:00
wire2str.c - Patch from Florian Obser fixes some compiler warnings: 2019-01-24 16:05:00 +00:00
wire2str.h auth zone test, udp and tcp answered from unit test 2018-02-01 10:38:05 +00:00