- Nov 29, 2010
-
-
Lubos Slovak authored
- mostly doxygen comments - some alignment closes #159
-
Jan Kadlec authored
-
- Nov 26, 2010
-
-
Jan Kadlec authored
Refs #142
-
Jan Kadlec authored
Refs #159
-
- Nov 25, 2010
-
-
Jan Kadlec authored
Refs #159
-
Jan Kadlec authored
Refs #154
-
Jan Kadlec authored
-
- Nov 24, 2010
-
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
as null pointers, contained actual key (type of RRset, that is), which did not comply with definitions, and therefore was producing warnings. Changed node test, so that they reflect this fact. Skip list's function return_list() and list_length() now obsolete. Refs #121
-
- Nov 23, 2010
-
-
Lubos Slovak authored
fixes #140
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
Added sorting test for node. Added some helper function in skip list, namely skip_length and skip_return_list. Refs #116
-
- Nov 22, 2010
-
-
Jan Kadlec authored
-
Lubos Slovak authored
Wrong freeing of dname in test_dname_compare(). RDATA test count. Comparing RDATA in test_rrset_rdata(). All tests count.
-
Lubos Slovak authored
-
Lubos Slovak authored
Was not initializing the position pointers.
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
Changes to both rrset and node APIs as well as test for those APIs. Node API and tests should be complete. Refs #108, #109, #110, #116
-
Lubos Slovak authored
Added test for rdata_get_item(). Test for set_items() now checks all return values. refs #117
-
Lubos Slovak authored
Checking for bad input parameters in dnslib_rdata_set_items(). Comments adjusted. refs #119
-
Jan Kadlec authored
-
Jan Kadlec authored
Somewhat complete rrset test implementation. Needs some polishing and possibly more sophisticated way of testing rrsigs.
-
Jan Kadlec authored
-
Jan Kadlec authored
-
- Nov 18, 2010
-
-
Lubos Slovak authored
- wire_size() was not counting the stored length octet in case of TEXT or BINARY. - typo in to_wire() refs #119
-
Lubos Slovak authored
Modified also the helper functions fill_data() and check_data() - they are now storing all what is saved to the RDATA, so it can be used later for comparison. refs #117
-
Lubos Slovak authored
refs #119
-
Lubos Slovak authored
refs #117
-
Lubos Slovak authored
Tests now reflect the new RDATA API and use RR type descriptors to fill the structures with some data. Added includes to dname tests. refs #117
-
Lubos Slovak authored
refs #119
-
Lubos Slovak authored
-
Lubos Slovak authored
Fixed enum dnslib_rr_type - must explicitly set numbers for types which do not follow the previous ones in numbering. Fixed naming of mxrdtln enum items to contain prefix DNSLIB_.
-
Lubos Slovak authored
The previous approach made converting RDATA to wire format too complex. Now RDATA items distinguish only between domain name and other data. The format is given by a descriptor. TODO: Consider saving the length of the data to the byte array always, so getting it would not require that huge switch. refs #119
-
Jan Kadlec authored
-