- Nov 10, 2010
-
-
Lubos Slovak authored
RDATAs will be stored in a ordered cyclic list. Information about RRSet's signatures reflects this. Added some basic API functions for manipulating the structure and comments to describe their intended behaviour. TODO: Need to define some function for comparing RDATAs. refs #88
-
Lubos Slovak authored
Destructor functions now take ** to set the given pointer to NULL. RDATA structure now contains pointer to next RDATA, so they may create a linked list. (Will be used in RRSet). Added file comments and \addtogroup statements. Modified tests accordingly. refs #88
-
Lubos Slovak authored
refs #88, #31
-
- Nov 09, 2010
-
-
Lubos Slovak authored
A lot of syntax fixes (sorry, was not compileable before). refs #88
-
Lubos Slovak authored
Tests implemented so far: - create empty - create non-empty - set_item() for setting RDATA items one-by-one TODO: = set_items() refs #88, #31
-
Lubos Slovak authored
Tests were not freeing memory. Replaced forgotten printf by debug routine in dname.c. refs #88, #31
-
Lubos Slovak authored
- creating RDATA structure (empty, possibly with reserving space) - setting and getting particular items - setting all items (only if empty) - deallocating refs #5, #88
-
Lubos Slovak authored
Tests of all API functions implemented, except for dnslib_dname_free() - no way to test that yet (consider using storage allocation hooks: http://www.cs.utah.edu/dept/old/texinfo/glibc-manual-0.02/library_3.html#SEC30 ) refs #5, #31
-
Lubos Slovak authored
dname and node were referencing each other. Used forward-declaration of node in dname. Added API getter functions (with implementation): - dnslib_dname_name() - dnslib_dname_size() - dnslib_dname_node() Fixed dname implementation: - str_to_wire() was replacing chars by label lengths - new_from_str() bad assert - new_from_wire() was not allocating space for the name - to_str() was de facto copying the wire format Added some debug output to dname refs #5, #88
-
Lubos Slovak authored
refs #5, #88
-
Lubos Slovak authored
Fixed creating dname struct from wire format (was not copying). refs #5, #88
-
Lubos Slovak authored
- creating dname (empty, from string, from wire format) - deleting dname - converting dname to string Minor change in node - added linked list pointer to next node. refs #5, #88
-
Lubos Slovak authored
refs #5, #88
-
- Nov 04, 2010
-
-
Lubos Slovak authored
refs #5
-
- Oct 25, 2010
-
-
Marek Vavrusa authored
* Test now detects invalid number of parameters.
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
- Oct 20, 2010
-
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
- Oct 19, 2010
-
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
- Oct 14, 2010
-
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
Tests for server unit. TAP protocol output.
-
-
- Oct 13, 2010
-
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-