]> git.ipfire.org Git - thirdparty/dhcp.git/history - server/ddns.c
Almost done (still aestetic fixes and of course doc, doc, doc)
[thirdparty/dhcp.git] / server / ddns.c
2016-08-24  Shawn Routhier[master] remove uses of vix.com, nominum.com and fugue.com
2016-07-06  Shawn Routhier[master] Update DDNS code to remove PTR even if removin...
2015-04-15  Shawn Routhier[master] Remove dst directory as it was replaced in...
2014-11-19  Thomas Markwalder[master] Host declaration name can now be used in DNS...
2014-08-28  Thomas Markwalder[master] Corrects medium impact issues reported by...
2014-08-25  Thomas Markwalder[master] Corrects high impact issues reported by Coverity.
2014-01-26  Shawn Routhier[master] Remove vix.com and nominum.com
2013-12-31  Francis DupontRT#35138 signaled typo
2013-10-14  Shawn Routhier-n [master]
2013-08-27  Shawn Routhier-n [master]
2012-10-16  Shawn Routhier[master]
2012-08-14  Tomek MrugalskiMerge branch 'rt25901_atf'
2012-08-14  Tomek Mrugalski[master] Merge branch 'rt25901_atf'
2012-03-19  Shawn RouthierModify the code that determines if an outstanding DDNS...
2012-03-09  Tomek MrugalskiFixed many compilation problems ("set, but not used...
2012-02-03  Shawn RouthierIn the DDNS code handle error conditions more gracefull...
2012-01-24  cvs2gitThis commit was manufactured by cvs2git to create branc...
2011-12-30  Shawn RouthierModify the DDNS handling code. In a previous patch...
2011-10-04  Shawn RouthierEnhanced patch for 23595 to handle IPv4 fixed addresses...
2011-08-22  Shawn RouthierFix the code that checks for an existing DDNS transacti...
2011-07-08  Shawn RouthierDNS Update fix. A misconfigured server could crash...
2011-02-18  Shawn RouthierHandle some DDNS corner cases better. Maintain the...
2010-05-27  Shawn RouthierModify determination of ttl to use for DDNS update...
2010-02-11  Shawn RouthierPrimarly fix the trace code. This was broken during...
2009-12-17  David Hankins- When using 'ignore client-updates;', the FQDN returne...
2009-11-24  Shawn RouthierUpdate copyright years
2009-10-28  Shawn RouthierSupport for asynchronous ddns per ticket 19216 - conver...
2009-07-23  Shawn RouthierSwitch isc urls from http to https and correct sw to...
2008-03-31  Francis Dupontrename iaaddr structure & co
2008-03-17  Francis DupontMerged IA_XXrelated structures
2007-12-11  David Hankins- The reverse dns name for PTR updates on IPv6 addresse...
2007-07-13  Shane KerrCode cleanup to remove warnings from "gcc -Wall".
2007-05-17  David Hankins- Additional warnings and such from robie. [ISC-Bugs...
2007-05-08  David HankinsDHCPv6 branch merged to HEAD.
2007-04-27  Evan HuntA new server config option "fqdn-reply" specifies wheth...
2007-04-03  David Hankins- A new server config option, 'do-reverse-updates'...
2007-03-27  David Hankins- A reference leak on binding scopes set by ddns update...
2006-08-02  David HankinsSeveral minor bugs never seen in any public release...
2006-07-20  Shane KerrHankins' fix to HEAD build breakage.
2006-07-19  David Hankins- 'ignore client-updates;' now has behaviour that is...
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 ...
2005-03-17  David HankinsMASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD...
2001-06-29  Ted LemonPull up RC9
2001-06-27  Ted LemonMerge changes between 3.0rc7 and 3.0rc8pl2.
2001-03-16  Ted Lemonns_rcode -> isc_result_t
2001-02-22  Ted LemonGet md5.h from dst/ instead of minires/
2001-01-25  Ted LemonUpdate some obsolete declarations.
2001-01-25  Ted LemonFix a memory leak.
2001-01-19  Ted Lemon- Work around clients that say they'll update their...
2001-01-16  Ted Lemon- Add conditional support for updating static entries.
2001-01-11  Ted LemonMake ddns update optimization a configuration option.
2001-01-11  Ted Lemon- Constify ns_updrec -> r_data.
2001-01-09  Ted LemonFix up some signed vs. unsigned char mismatches
2001-01-08  Ted Lemon- Fix the DDNS update code to correctly send a client...
2001-01-06  Ted Lemon- Don't save the IP address as an ASCII string variable...
2001-01-04  Ted Lemon- Globalize resolver state.
2000-12-29  Ted LemonOnly do new-style ddns updates if that style is enabled.
2000-12-28  Ted LemonTweak the way the dhcid is computed.
2000-12-11  Damien NeilDDNS implementation rewrite. DDNS should now operate...