summaryrefslogtreecommitdiff
path: root/common/dns.c
Commit message (Expand)AuthorAgeFilesLines
* copy rights updateWlodek Wencel2022-01-251-1/+1
* [#189] ISC address updatedTomek Mrugalski2022-01-201-2/+2
* [#64,!35] Restored workThomas Markwalder2019-11-221-3/+4
* [#1,!2] Fix server interpretation of guard record results in DSMMThomas Markwalder2019-05-161-2/+21
* [master] Correct BIND9 dns API call constantThomas Markwalder2018-09-261-2/+2
* [master] dhcpd (-6) now supports update-static-leasesThomas Markwalder2017-12-191-1/+8
* [master] Adds DDNS Dual Stack Mixed ModeThomas Markwalder2017-12-081-137/+747
* [master] Replaced licensing text with MPL licensing text throughoutThomas Markwalder2017-07-121-3/+3
* [master] Removed obsolete source directory minires.Thomas Markwalder2017-06-291-49/+0
* [master] Optimized if and when DNS client context and ports are inittedThomas Markwalder2017-06-191-2/+13
* [master] Remove dst directory as it was replaced in 4.2.0 by BindShawn Routhier2015-04-151-1/+1
* [master] Remove vix.com and nominum.comShawn Routhier2014-01-261-4/+1
* -n master Patch for 30461 and update the auto generated filesShawn Routhier2013-12-101-14/+723
* -n [master]Shawn Routhier2013-10-141-37/+128
* [master]Shawn Routhier2012-10-091-12/+4
* In the DDNS code handle error conditions more gracefully and add moreShawn Routhier2012-02-031-14/+57
* Add support for passing DDNS information to a DNS server overShawn Routhier2011-09-211-51/+98
* DNS Update fix. A misconfigured server could crash during DNS updateShawn Routhier2011-07-081-1/+9
* Minor code fixesShawn Routhier2010-09-081-4/+11
* Add some debugging output for use with the DDNS code. [ISC-Bugs 20916]Shawn Routhier2010-05-261-0/+13
* Patch for 21093 - handle v4 or v6 only a little better. If we can't contstructShawn Routhier2010-05-251-0/+8
* - A memory leak in ddns processing was closed. [ISC-Bugs #21377]David Hankins2010-05-241-1/+6
* Primarly fix the trace code. This was broken during the modfictions of theShawn Routhier2010-02-111-18/+304
* remove extranous semi colonMark Andrews2009-11-231-1/+1
* Support for asynchronous ddns per ticket 19216 - convert to using isclib andShawn Routhier2009-10-281-563/+906
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-231-2/+2
* - The update-conflict-detection feature would leave an FQDN updated withoutDavid Hankins2009-03-261-0/+20
* - DDNS removal routines were updated so that the DHCID is not removed untilDavid Hankins2009-02-121-11/+35
* Fix a number of warnings (and a few real bugs) found by enablingShane Kerr2007-08-221-1/+1
* Code cleanup to remove warnings from "gcc -Wall".Shane Kerr2007-07-131-11/+2
* Copyright++David Hankins2007-05-191-2/+2
* DHCPv6 branch merged to HEAD.David Hankins2007-05-081-34/+47
* - A new DDNS related server option, update-conflict-detection, has beenDavid Hankins2006-07-191-18/+40
* - Varying option space code and length bit widths (8/16/32) are nowDavid Hankins2006-06-011-3/+3
* - Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into HEAD (silenceDavid Hankins2006-02-241-16/+29
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-171-65/+76
* Merge changes between 3.0rc7 and 3.0rc8pl2.Ted Lemon2001-06-271-31/+438
* Get md5.h from dst/ instead of minires/Ted Lemon2001-02-221-2/+2
* Use ISC-style result codes, rather than ns rcodes.Ted Lemon2001-01-161-11/+12
* Move the dhcid computer into common code.Ted Lemon2001-01-111-1/+67
* Pass client state to eval functions.Ted Lemon2000-11-281-1/+3
* Don't look up null zones, and don't allocate a zone if we already have one.Ted Lemon2000-11-241-4/+6
* Applied fix from bug #427: cache_found_zone() was callign dns_zone_lookup()Damien Neil2000-11-021-3/+2
* Add cache_found_zone() function.Ted Lemon2000-10-121-1/+65
* Don't dereference zones in find_tsig_key - we don't hold a reference!Ted Lemon2000-09-141-12/+2
* Added authentication support. The tsig_key structure has been renamedDamien Neil2000-08-031-45/+6
* Have find_dns_zone return a result code.Ted Lemon2000-07-051-10/+12
* Add a missing store that was masked by the i386 calling conventions.Ted Lemon2000-06-091-1/+2
* - Fix all the OMAPI objects in the DHCP server and client that weren'tTed Lemon2000-05-161-29/+37
* Rename a variable to avoid an AIX-specific predefined manifest constant.Ted Lemon2000-05-031-10/+10