Changes to node, zone-contents + IXFR adding node
- 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
Showing
- src/dnslib/node.c 9 additions, 14 deletionssrc/dnslib/node.c
- src/dnslib/node.h 15 additions, 1 deletionsrc/dnslib/node.h
- src/dnslib/tests/dnslib/node_tests.c 9 additions, 9 deletionssrc/dnslib/tests/dnslib/node_tests.c
- src/dnslib/tests/dnslib/zone_tests.c 4 additions, 4 deletionssrc/dnslib/tests/dnslib/zone_tests.c
- src/dnslib/zone-contents.c 65 additions, 9 deletionssrc/dnslib/zone-contents.c
- src/dnslib/zone-contents.h 11 additions, 2 deletionssrc/dnslib/zone-contents.h
- src/dnslib/zone-load.c 1 addition, 1 deletionsrc/dnslib/zone-load.c
- src/dnslib/zone-tree.c 3 additions, 3 deletionssrc/dnslib/zone-tree.c
- src/knot/server/xfr-in.c 41 additions, 2 deletionssrc/knot/server/xfr-in.c
- src/zcompile/zcompile.c 2 additions, 2 deletionssrc/zcompile/zcompile.c
Loading
Please register or sign in to comment