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

Fixed zone node list in zdb and empty response.

zdb_create_list() was inserting the nodes in reverse order
  (ldns_rr_list_pop_rrset() pops LAST RRSet, not first!).

Empty response was used for responding to all queries, though
  it lacked data copied from the query. Now copies ID, Question,
  and RD bit if a query is given.

Added a lot of debug ouput in zdb.
Added delegation point and glue A records to example zone file.
parent 9d6409e5
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