unbound/pythonmod
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
..
doc - Added generic EDNS code for registering known EDNS option codes, 2016-12-06 13:42:51 +00:00
examples - Added generic EDNS code for registering known EDNS option codes, 2016-12-06 13:42:51 +00:00
interface.i - Added generic EDNS code for registering known EDNS option codes, 2016-12-06 13:42:51 +00:00
LICENSE python contribution from Zdenek Vasicek and Marek Vavrusa (BSD licensed). 2009-03-25 14:47:47 +00:00
Makefile source IP from python and doxygen fixes. 2009-09-03 14:51:38 +00:00
pythonmod.c - Added generic EDNS code for registering known EDNS option codes, 2016-12-06 13:42:51 +00:00
pythonmod.h - Added generic EDNS code for registering known EDNS option codes, 2016-12-06 13:42:51 +00:00
pythonmod_utils.c - generic edns option parse and store code. 2016-05-31 15:08:05 +00:00
pythonmod_utils.h - Fix warnings in pythonmod changes. 2015-01-07 09:29:59 +00:00
test-calc.conf Python work. 2009-03-26 09:31:28 +00:00
test-dict.conf Python work. 2009-03-26 09:31:28 +00:00
test-edns.conf - Added generic EDNS code for registering known EDNS option codes, 2016-12-06 13:42:51 +00:00
test-inplace_callbacks.py - Added generic EDNS code for registering known EDNS option codes, 2016-12-06 13:42:51 +00:00
test-log.conf Python work. 2009-03-26 09:31:28 +00:00
test-resgen.conf Python work. 2009-03-26 09:31:28 +00:00
test-resip.conf source IP from python and doxygen fixes. 2009-09-03 14:51:38 +00:00
test-resmod.conf Python work. 2009-03-26 09:31:28 +00:00
ubmodule-msg.py python work 2009-03-26 15:47:45 +00:00
ubmodule-tst.py python work 2009-03-26 15:47:45 +00:00