unbound/util/data
George Thessalonikefs 7b948b0647 - Added generic EDNS code for registering known EDNS option codes,
bypassing the cache response stage and uniquifying mesh states. Four EDNS
  option lists were added to module_qstate (module_qstate.edns_opts_*) to
  store EDNS options from/to front/back side.
- Added two flags to module_qstate (no_cache_lookup, no_cache_store) that
  control the modules' cache interactions.
- Added code for registering inplace callback functions. The registered
  functions can be called just before replying with local data or Chaos,
  replying from cache, replying with SERVFAIL, replying with a resolved
  query, sending a query to a nameserver. The functions can inspect the
  available data and maybe change response/query related data (i.e. append
  EDNS options).
- Updated Python module for the above.
- Updated Python documentation.



git-svn-id: file:///svn/unbound/trunk@3947 be551aaa-1e26-0410-a405-d3ace91eadb9
2016-12-06 13:42:51 +00:00
..
dname.c - No side effects in tolower() call, in case it is a macro. 2016-03-11 13:46:46 +00:00
dname.h And fix #551 REGENT to COPYRIGHT HOLDER in license in file headings. 2014-02-07 13:28:39 +00:00
msgencode.c - Removed patch comments from acllist.c and msgencode.c 2016-10-18 13:20:42 +00:00
msgencode.h And fix #551 REGENT to COPYRIGHT HOLDER in license in file headings. 2014-02-07 13:28:39 +00:00
msgparse.c - Added generic EDNS code for registering known EDNS option codes, 2016-12-06 13:42:51 +00:00
msgparse.h - Added generic EDNS code for registering known EDNS option codes, 2016-12-06 13:42:51 +00:00
msgreply.c - Added generic EDNS code for registering known EDNS option codes, 2016-12-06 13:42:51 +00:00
msgreply.h - Added generic EDNS code for registering known EDNS option codes, 2016-12-06 13:42:51 +00:00
packed_rrset.c - remove NULL-checks before free, patch from Michael McConville. 2015-12-11 10:26:15 +00:00
packed_rrset.h - Fixes to add integer overflow checks on allocation (defense in depth). 2015-03-20 15:36:25 +00:00