- Mar 13, 2013
-
-
Jan Kadlec authored
- Added debug message to ddns.
-
Daniel Salzman authored
It is possible to use algorithm an certificate type mnemonics now. This case concerns CERT, DS, DNSKEY and RRSIG types.
-
- Mar 12, 2013
-
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
- First insert node's owner into lookup, then perform rest of the operations.
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
- Dname might be present somewhere else in RDATA.
-
Jan Kadlec authored
- Code review helped.
-
Daniel Salzman authored
NOTE: not completed
-
Daniel Salzman authored
refs #2137
-
Daniel Salzman authored
-
- Mar 11, 2013
-
-
Jan Kadlec authored
- Was causing wrong node->owner->node values and thus incomplete additional sections.
-
Jan Kadlec authored
-
Daniel Salzman authored
refs #2137
-
Daniel Salzman authored
-
Daniel Salzman authored
Coverity scan #989558 (Logically dead code)
-
Jan Kadlec authored
- wire_pos in compression info structure was not initialized properly (was set to 0 instead of response->size) resulting in bogus compression (it worked for simple records, but failed for larger ones, if containing more than one name) - fixed compilation warnings in debug messages.
-
- Mar 10, 2013
-
-
Daniel Salzman authored
Coverity scan #989558 (Logically dead code)
-
Daniel Salzman authored
refs #2138
-
- Mar 09, 2013
-
-
Jan Kadlec authored
- Assert on line 419 in response.c was failing - added an extra check, so that DNAMEs with offets less than header size will not be inserted to compression table. Seems to have fixed the issue, but I'm not sure if I haven't broken something else. Please review. - Reeanbled packet compression.
-
Daniel Salzman authored
+ small code improvements refs #2138
-
Daniel Salzman authored
New implementation can handle unprintable and special characters according to the RFC 1035. refs #2369 @3h
-
- Mar 08, 2013
-
-
Jan Kadlec authored
-
Jan Kadlec authored
- Added test case - Fixed error - rdata_indices were not changed properly.
-
Daniel Salzman authored
refs #2138
-
Daniel Salzman authored
-
Jan Kadlec authored
-
Jan Kadlec authored
- Offsets did not need to be moved - wire write function does it.
-
Jan Kadlec authored
-
Jan Kadlec authored
- Renamed params in API of rrset_find_rr_pos - was not clear what variable meant what.
-
Jan Kadlec authored
-
Jan Včelák authored
The RR being freed is still used in p->pkt->authority[0]. It causes segfault when RR debugging is enabled. I'm not sure where to free the RR. norefs
-
Daniel Salzman authored
Coverity scan #989615 (Side effect in assertion)
-
Daniel Salzman authored
Coverity scan #989555 (Side effect in assertion)
-