- Jun 21, 2011
-
-
Lubos Slovak authored
- zone_add_node() now creates parent nodes on demand. - Modified all calls to zone_add_node(). - Creating dname table in zone_new(). - Argument checking in dname_table_find_dname(). refs #875 @1h20m
-
- Jun 20, 2011
-
-
Lubos Slovak authored
- Properly creating new nodes. - Properly replacing RR owner. - Returning positive value when the transfer is finished. refs #875 @2h
-
Lubos Slovak authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Lubos Slovak authored
- Adding RRs to nodes (and merging if needed). - Special handling of first node in zone. - Adding nodes to zone. TODO: - Does not finish properly when the transfer is finished (distinguish using the SOA record). - Does not set parents to the nodes (do it during adjusting). refs #875 @1h
-
Lubos Slovak authored
refs #875 @15m
-
Lubos Slovak authored
-
- Jun 17, 2011
-
-
Lubos Slovak authored
refs #875 @20m
-
Lubos Slovak authored
Refs #878 @1h
-
Lubos Slovak authored
Fixes #885 @20m
-
Lubos Slovak authored
Conflicts: Knot.files src/Makefile.am src/dnslib/zone.c src/dnslib/zone.h src/knot/server/name-server.c
-
Lubos Slovak authored
Conflicts: samples/example.com.zone src/Makefile.am src/dnslib/dnslib-error.c src/dnslib/error.h
-
Lubos Slovak authored
-
- Jun 16, 2011
-
-
Jan Kadlec authored
-
Lubos Slovak authored
Conflicts: src/dnslib/zone.c
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Lubos Slovak authored
Wrong casting
-
- May 24, 2011
-
-
Marek Vavrusa authored
Commit refs #868.
-
Marek Vavrusa authored
Configurable for all zones at once, per-zone configuration as suggested in rfc1996 will be added later on. See samples/knot.conf.sample Commit refs #868.
-
- May 23, 2011
-
-
Marek Vavrusa authored
As suggested in rfc1996, to prevent slave XFRs congestion. Commit refs #868.
-
Marek Vavrusa authored
To do: * Configurable notify-timeout and notify-retries * Randomized NOTIFY to prevent congestion Commit refs #868.
-
- May 19, 2011
-
-
Marek Vavrusa authored
To do: * Timeout awaited NOTIFY responses * Issue NOTIFY queries after zone reload/finished XFR * Set timeout timer for sent queries Commit refs #868.
-
Marek Vavrusa authored
Commit refs #858.
-
Marek Vavrusa authored
See ns_answer_notify() in name-server.c To do: * Slave server may process updated RRs in NOTIFY query (if exist) * Check NOTIFY response code. Commit fixes #858.
-
Jan Kadlec authored
-
- May 18, 2011
-
-
Lubos Slovak authored
-
Lubos Slovak authored
- Freeing. Otherwise it works fine and parses whole packet. refs #875 @1h
-
Lubos Slovak authored
- zone_load_nsec3param() now has return value.
-
Lubos Slovak authored
- Fix in packet_free_allocated_space() - freeing QNAME if no space was preallocated. - Fix in packet_parse_next_rr_answer() - counting of parsed RRs and checking against ANCOUNT + parameter passing (rr).
-
Lubos Slovak authored
- Fix in node dumping. - Fix in dname_parse_from_wire() (labels saving).
-
Marek Vavrusa authored
Commit refs #858.
-
Marek Vavrusa authored
Commit fixes #876.
-
Marek Vavrusa authored
Commit fixes #866.