Skip to content
Snippets Groups Projects
  1. Oct 19, 2010
  2. Oct 14, 2010
  3. Oct 13, 2010
  4. Oct 12, 2010
  5. Sep 27, 2010
  6. Sep 23, 2010
  7. Sep 22, 2010
  8. Sep 20, 2010
    • Lubos Slovak's avatar
      DNAME support. · 9055f65f
      Lubos Slovak authored
      Changed answering algorithm so that DNAME is checked before
        wildcard and zone apex.
        (See query-processing-flowchart-200910-2.png.)
      Implemented CNAME from DNAME synthesis - quite dumb, with a lot of
        copying (because of ldns).
      9055f65f
    • Lubos Slovak's avatar
      Multiple zones support. · 80c534cd
      Lubos Slovak authored
      Changed cute_start() to take more file names + passing these
        filenames from command line.
      80c534cd
  9. Sep 17, 2010
  10. Sep 07, 2010
  11. Sep 06, 2010
  12. Sep 01, 2010
    • Lubos Slovak's avatar
      Fixed typo. · c0c8b660
      Lubos Slovak authored
      c0c8b660
    • Lubos Slovak's avatar
      Zone adjusting modifications + fixes. · 1409f160
      Lubos Slovak authored
      Delegation points are now adjusted while inserting the nodes into
        the zone data structure (zdb_insert_nodes_into_zds()) instead of
        during general adjustmen (zdb_adjust_zone()).
      In non-apex zone nodes NS is not adjusted (all NSs in such nodes
        are considered to be delegations).
      Nodes are inserted into the zone data structure before adjusting.
      Adjusting of CNAMEs and Additional data is done using the hash
        table.
      
      Note: Adjusting of the delegation points may still be too slow.
      
      Fixed nameserver answering when part of name is found.
      1409f160
    • Lubos Slovak's avatar
      Fixes in answering (RCODEs and EDNS). · b89b4a23
      Lubos Slovak authored
      Returning REFUSED to queries for non-authoritative names.
      Adding EDNS0 OPT RR only when client supports it.
      
      Slightly modified log output.
      b89b4a23
  13. Aug 30, 2010