- Sep 02, 2012
-
-
Lubos Slovak authored
-
Lubos Slovak authored
-
Lubos Slovak authored
refs #937 @30m
-
- Jul 19, 2012
-
-
Lubos Slovak authored
- In IXFR/AXFR processing replaced rrset_merge() by rrset_merge_no_dupl(). - In some other cases it is not reuqired. - Modified rrset_compare() function to not check TTL TODO: check if this doesn't cause problems elsewehere. - Needs some testing. refs #1953 @20m
-
- Jul 18, 2012
-
-
Lubos Slovak authored
-
Lubos Slovak authored
refs #1961 @15m
-
Lubos Slovak authored
+ Small fix to search for a RRSet in a packet.
-
- Jul 04, 2012
-
-
Lubos Slovak authored
refs #1927 @1h
-
- Jun 28, 2012
-
-
Lubos Slovak authored
TSIG is now detected while parsing the RR sections. If it is there, it is stored in the packet. This also allows for checking whether TSIG is not in a forbidden place, or whether there is only one TSIG, etc. Also removed all TSIG recognition code from other parts of the server. Not needed anymore. refs #1522 @1h
-
- Jun 18, 2012
-
-
Lubos Slovak authored
TODO: Use the new functions in all possible cases, there are more possible, mostly where ns_error_response() is now used. refs #1918 @1h
-
- Jun 15, 2012
-
-
Lubos Slovak authored
- Now should be finally correct. If there is less or more data than expected, the packet is treated as malformed. refs #1910 @1.5h
-
- Jun 13, 2012
-
-
Lubos Slovak authored
- Changed check to decide whether to parse rest or not. Hopefully this does not break other cases.
-
- Jun 01, 2012
-
-
Lubos Slovak authored
refs #1320 @30m
-
- May 28, 2012
-
-
Lubos Slovak authored
refs #1890 @3h
-
- Apr 17, 2012
-
-
Lubos Slovak authored
-
- Feb 06, 2012
-
-
Lubos Slovak authored
- In some cases, the compression table was not correctly freed.
-
- Feb 04, 2012
-
-
Lubos Slovak authored
- Adding Options only if NSID is requested (this is bit hackish). - Freeing OPT RR Options on packet free. refs #1547
-
- Jan 11, 2012
-
-
Lubos Slovak authored
- Returns EOK when the transfer was successful (connection should not be closed). - Returns error code (< 0) if any error occured. Error message has been sent and the connection should probably be closed. refs #1530 @20m
-
- Jan 10, 2012
-
-
Marek Vavrusa authored
@30m
-
- Jan 05, 2012
-
-
Lubos Slovak authored
- Storing TSIG-related information for answering. - Signing error answers. - Adding TSIG to TSIG error answers. - Storing pointer to TSIG RR in the packet structure. refs #1496
-
- Nov 02, 2011
-
-
Ondřej Surý authored
-
- Nov 01, 2011
-
-
Lubos Slovak authored
- Was expecting there would be RRSets with only one RR in additional section.
-
Ondřej Surý authored
-
- Oct 30, 2011
-
-
Lubos Slovak authored
- Parsing unknown RDATA (TYPExxx) from packet. - Parsing IPSECGATEWAY with no gateway item.
-
- Oct 26, 2011
-
-
Lubos Slovak authored
refs #1362 @20m
-
- Oct 22, 2011
-
-
Marek Vavrusa authored
-
- Oct 18, 2011
-
-
Lubos Slovak authored
- It does not try to parse anything if the whole packet is already parsed.
-
- Oct 13, 2011
-
-
Lubos Slovak authored
-
Lubos Slovak authored
refs #1362 @1.5h
-
Lubos Slovak authored
+ Fixed reserving space in query_add_authority() - was not reserving space for OPT RR (probably not needed, but better for tidiness). refs #1362 @45m
-
- Oct 11, 2011
-
-
Lubos Slovak authored
- If labels are not parsed well, error is returned Warning: This check was commented as if it was wrong in some case. Don't know why and enabling it may cause some problems.
-
Lubos Slovak authored
-
Lubos Slovak authored
-
Lubos Slovak authored
-
Lubos Slovak authored
refs #1333 @10m
-
Lubos Slovak authored
refs #1333 @15m
-
- Oct 05, 2011
-
-
Lubos Slovak authored
- Trailing garbage (i.e. more data than expected from the xxCOUNT) is ignored and the packet is processed as if there were no such data. (This behaviour may change later according to other servers - see #1336). - If the packet contains less data then expected (xxCOUNT larger then real count of RRs in the corresponding section), FORMERR is returned. refs #1333 @1h
-
- Sep 30, 2011
-
-
Marek Vavrusa authored
refs #984
-
- Sep 25, 2011
-
-
Lubos Slovak authored
-
- Sep 23, 2011
-
-
Lubos Slovak authored
refs #1297 @15m
-