Skip to content
Snippets Groups Projects
  1. Jul 26, 2011
  2. Jul 25, 2011
  3. Jul 24, 2011
  4. Jul 23, 2011
  5. Jul 22, 2011
    • Lubos Slovak's avatar
      Fixing references from node. · f8ca637a
      Lubos Slovak authored
      - References to old nodes replaced by references to new ones.
      - Added API for this to node.
      - Implemented reference fixing in XFR.
      
      refs #1037 @20m
      f8ca637a
    • Lubos Slovak's avatar
      API changes concerning zone trees. · 4ec0f00c
      Lubos Slovak authored
      - Getting zone trees from zone contents.
      - Applying functions to zone tree - zone tree functions require
        function working with zone tree node, i.e. the 'conversion'
        is done one layer above - in the zone contents.
      
      refs #1037 @30m
      4ec0f00c
    • Lubos Slovak's avatar
      Replacing SOA after update. · 9cc2667c
      Lubos Slovak authored
      closes #1040 @15m
      9cc2667c
    • Lubos Slovak's avatar
      Cleanup after IXFR fail, refactoring, fixes. · ece43b45
      Lubos Slovak authored
      - Copying node and copying RRSet separated to new functions.
      - Removing empty RRSet from node.
      - Various fixes of API usage.
      
      refs #1034 @20m, #936 @2h
      ece43b45
    • Lubos Slovak's avatar
      Changes to node, zone-contents + IXFR adding node · a7abf624
      Lubos Slovak authored
      - node_new() sets flags to node.
      - fixed node_set_previous() - properly connects the node to
        the chain of nodes.
      - Modified calls to node_new() in all parts of the program.
      - zone_contents_add_node() sets flags to created parents,
        checks if created nodes are not wildcard children,
        properly sets the last node's parent.
      - Fixed zone_contents_add_nsec3_node() (parent setting).
      - zone_contents_get_previous() + find/get_previous_nsec3() added.
      
      - Adding new node during IXFR zone update implemented.
      
      refs #1034 @2h
      a7abf624
    • Lubos Slovak's avatar
      API for getting owner of RRSet. · 43a5dc12
      Lubos Slovak authored
      43a5dc12
  6. Jul 20, 2011
  7. Jul 19, 2011
    • Lubos Slovak's avatar
      Zone contents functions separated to new module · efc9bda9
      Lubos Slovak authored
      - Added zone-contents module, most of zone functions moved there
        and adequately modified.
      - Zone API functions just call the zone-contents functions now.
        Later should be removed totally.
      
      - Few fixes.
      
      refs #1028 @2h
      efc9bda9
Loading