Skip to content
Snippets Groups Projects
Commit 9db6920b authored by Lubos Slovak's avatar Lubos Slovak
Browse files

Glue wildcard records processing.

ns_put_glues() now copies the glues one by one and if a wildcard
  is encountered, the RR is copied and owner is replaced by name
  found by searching through the NS RRs in Authority section.
  (This approach should be faster than using the zn_get_glue()
   method for each name and type as in that case we would need to
   always iterate through the Authority section and in each
   iteration iterate over the glue records.)

zn_get_glue() now processes wildcard glue records. (The function
  however is not used right now.)

Fix in zdb_process_nonauth() (should not free the list of names).
Changed zdb_dname_list_contains() to zdb_dname_list_find() which
  returns the found name. Not utilized now. (May change back later)
parent b893312e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment