- 30 Nov, 2010 2 commits
-
-
Lubos Slovak authored
TODO: add test for this function, it was written in hurry :) refs #5
-
Lubos Slovak authored
TODO/BUG: resulted in some random segfault crashes of RDATA tests. refs #5
-
- 29 Nov, 2010 1 commit
-
-
Lubos Slovak authored
- mostly doxygen comments - some alignment closes #159
-
- 26 Nov, 2010 1 commit
-
-
Jan Kadlec authored
Refs #159
-
- 18 Nov, 2010 1 commit
-
-
Lubos Slovak authored
-
- 16 Nov, 2010 1 commit
-
-
Lubos Slovak authored
Added dnslib_dname_compare(). Added constant for max domain name labels. TODO: consider saving label offsets in the domain name structure, may make the comparation quicker. refs #118
-
- 10 Nov, 2010 1 commit
-
-
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
-
- 09 Nov, 2010 3 commits
-
-
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
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
-
- 04 Nov, 2010 1 commit
-
-
Lubos Slovak authored
refs #5
-