- Feb 19, 2013
-
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
- Feb 15, 2013
-
-
Marek Vavrusa authored
-
- Feb 13, 2013
-
-
Marek Vavrusa authored
-
- Feb 12, 2013
-
-
Marek Vavrusa authored
-
Marek Vavrusa authored
This enables functionality when name is preallocated.
-
Marek Vavrusa authored
-
- Feb 08, 2013
-
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
* When transaction security is required * Check it first and respond if fails * Always attempt to sign answers (if possible) * If TSIG required but not sent, return BADKEY and do not parse the prereq section - this differs from BIND impl., but it's more coherent.
-
Marek Vavrusa authored
-
- Feb 01, 2013
-
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
- Jan 30, 2013
-
-
Marek Vavrusa authored
-
- Jan 07, 2013
-
-
Marek Vavrusa authored
-
- Jan 05, 2013
-
-
Marek Vavrusa authored
-
- Jan 04, 2013
-
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
Needs review though. Occured in 29/12/12 nightly.
-
- Dec 27, 2012
-
-
Marek Vavrusa authored
-
- Dec 20, 2012
-
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
Conflicts: samples/knot.full.conf src/knot.conf.5 src/knot/conf/conf.h src/knot/server/zones.c src/knot/server/zones.h src/knotc.8
-
Marek Vavrusa authored
This is really a workaround until correct automatic signing is done and prevents crash in some scenarios. fixes #2284 refs #2198
-
- Dec 19, 2012
-
-
Marek Vavrusa authored
refs #2198 fixes #2285
-
Marek Vavrusa authored
refs #2176
-
- Dec 18, 2012
-
-
Marek Vavrusa authored
This is probably a misconception. When transfer failed at some point, the appropriate handling function would either send buffered response and/or error message with specified rcode. But then the handling message would free the response structure and caller of the function would attempt to create and send ANOTHER error message based on the return value. This would obviously fail hard, as the response structure is freed at this point. refs #2176
-
Marek Vavrusa authored
Previously server terminated the connection, resulting in nsupdate trying several times before giving up. Should comply to RFC and also other servers behavior. refs #2239
-
- Dec 07, 2012
-
-
Lubos Slovak authored
- Some variables were not initialized properly. - Renamed rrset_compare() to rrset_match() as it does not return the values usual for compare functions. - Fixed some potential leaks. - Fixed removing redundant RRs from RRSets removed from node. refs #2184
-
Lubos Slovak authored
- Removing node from the zone tree if inserting to hash table fails.
-
Lubos Slovak authored
-
- Dec 06, 2012
-
-
Lubos Slovak authored
refs #2184
-
Lubos Slovak authored
-
Lubos Slovak authored
- When RDATA have been merged to previously made copy of node's RRSet, the merged RDATA were not saved to the 'changes' structure and thus it did not get deallocated after failure. refs #2184
-
Lubos Slovak authored
refs #2184
-
Lubos Slovak authored
refs #2184
-
Jan Kadlec authored
- Would crash compilation with semantic checks on special zones. Conflicts: src/knot/zone/semantic-check.c
-
Jan Kadlec authored
Refs #2197 Conflicts: src/libknot/zone/zone-diff.c
-