]> git.ipfire.org Git - thirdparty/dhcp.git/history - common/dns.c
DHCPv6 branch merged to HEAD.
[thirdparty/dhcp.git] / common / dns.c
2007-05-08  David HankinsDHCPv6 branch merged to HEAD.
2006-07-19  David Hankins- A new DDNS related server option, update-conflict...
2006-06-01  David Hankins- Varying option space code and length bit widths ...
2006-02-24  David Hankins- Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into...
2005-03-17  David HankinsMASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD...
2001-06-27  Ted LemonMerge changes between 3.0rc7 and 3.0rc8pl2.
2001-02-22  Ted LemonGet md5.h from dst/ instead of minires/
2001-01-16  Ted LemonUse ISC-style result codes, rather than ns rcodes.
2001-01-11  Ted LemonMove the dhcid computer into common code.
2000-11-28  Ted LemonPass client state to eval functions.
2000-11-24  Ted LemonDon't look up null zones, and don't allocate a zone...
2000-11-02  Damien NeilApplied fix from bug #427: cache_found_zone() was calli...
2000-10-12  Ted LemonAdd cache_found_zone() function.
2000-09-14  Ted LemonDon't dereference zones in find_tsig_key - we don't...
2000-08-03  Damien NeilAdded authentication support. The tsig_key structure...
2000-07-05  Ted LemonHave find_dns_zone return a result code.
2000-06-09  Ted LemonAdd a missing store that was masked by the i386 calling...
2000-05-16  Ted Lemon- Fix all the OMAPI objects in the DHCP server and...
2000-05-03  Ted LemonRename a variable to avoid an AIX-specific predefined...
2000-05-01  Ted LemonAdd partial support for caching zone information.
2000-04-20  Ted LemonCustomize find_cached_zone for resolver.
2000-04-06  Ted LemonUpdate comment to reflect code.
2000-03-18  Ted LemonPatch in TSIG, just to see how to get it to work.
2000-03-17  Ted LemonGo back to the BSD license.
2000-03-06  Ted Lemon- Document update process.
2000-02-03  Ted Lemonsocklen_t -> SOCKLEN_T
2000-02-01  Ted LemonAIX and Digital Unix compatibility fixes.
2000-01-26  Ted LemonFix compilation errors introduced in the last set of...
2000-01-05  Ted LemonSet close-on-exec if possible.
1999-10-07  Ted LemonGet a clean compile with all known gcc warnings.
1999-03-16  Ted LemonUpdate license.
1999-02-24  Ted LemonChange names of error functions to be more consistent.
1998-03-17  Ted LemonStore query in query buffer in query structure, not...
1998-03-16  Ted LemonClean up unsigned char vs. signed char discrepencies.
1998-03-15  Ted LemonReword dns query code
1998-01-12  Ted LemonPreliminary rewrite of asynchronous DNS code (needs...
1997-11-29  Ted LemonTest return value of socket for <0, not ==0 to indicate...
1997-06-08  Ted LemonMake it a warning rather than an error if resolv.conf...
1997-05-09  Ted LemonUse new resolv.conf parser. Clean up some code. ...
1997-03-29  Ted LemonAdjust indentation; fix up calling conventions
1997-03-08  Ted LemonDNS Support code