- Jan 20, 2011
-
-
Marek Vavrusa authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Marek Vavrusa authored
-
Jan Kadlec authored
-
Lubos Slovak authored
-
Marek Vavrusa authored
-
Lubos Slovak authored
- define macro USE_HASH_TABLE in to enable the hash table
-
Lubos Slovak authored
- Wrong values in character table for dnslib_tolower() - zonec not including dnslib/debug.h
-
Lubos Slovak authored
- Was trying to free the hashtable even if there was none.
-
- Jan 19, 2011
-
-
Lubos Slovak authored
-
Lubos Slovak authored
-
Lubos Slovak authored
-
Lubos Slovak authored
closes #253
-
Lubos Slovak authored
refs #5
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Lubos Slovak authored
-
Jan Kadlec authored
-
Lubos Slovak authored
- The function now deallocates all dnames, even those that have 'node' field set, if told to (new parameter free_all_dnames). - Changed all calls to this function (would need some thorough testing). - This fixed last leak from nameserver. refs #5
-
Lubos Slovak authored
- Added the place to the preallocated space => reusable (no two threads should call to_wire() on one response). - Also fixed leak from allocating the place for owner wire format. refs #5
-
Jan Kadlec authored
-
Lubos Slovak authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Lubos Slovak authored
-
Lubos Slovak authored
Conflicts: src/dnslib/zone.h
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Lubos Slovak authored
- Increased preallocated space to accomodate not only the QNAME but also the dname strutcture and its 'labels' field. - QNAME parsing function now uses dname_from_wire() to parse the name into the preallocated space. refs #5
-
Jan Kadlec authored
-
Lubos Slovak authored
Conflicts: src/dnslib/zone.h + Added function dname_from_wire() for creating dname structure in the given place.
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Lubos Slovak authored
refs #253
-
Jan Kadlec authored
-