summaryrefslogtreecommitdiff
path: root/server/failover.c
Commit message (Expand)AuthorAgeFilesLines
* copy rights updateWlodek Wencel2022-01-251-1/+1
* [#189] Whitespace fixes in opened filesTomek Mrugalski2022-01-201-1/+1
* [#189] ISC address updatedTomek Mrugalski2022-01-201-2/+2
* [master] Pre-release tag prep for 4.4.2: version #, copyright etc...Thomas Markwalder2020-01-171-1/+1
* [#72] Conditional compile out lease scrub log message72-from-isc-bugs-47555-dhcpd-failover-c-scrubbing-lease-for-emitted-unexpectedlyThomas Markwalder2020-01-141-0/+4
* [45364] Replaced --enable-secs-byteorder with runtime check-secs-byte-orderThomas Markwalder2017-11-291-3/+3
* [master] Disable load balancing when load balance max secs is 0Thomas Markwalder2017-11-271-1/+10
* [master] Replaced licensing text with MPL licensing text throughoutThomas Markwalder2017-07-121-3/+3
* [master] Check failover pools per peer in test modeThomas Markwalder2017-06-271-92/+114
* [master] Scrub leases when they are re-balancedThomas Markwalder2016-06-131-0/+47
* [master] Fixed several minor Coverity issuesThomas Markwalder2016-02-181-5/+1
* [master] Failover primary now accepts secondary updates from active to abandonedThomas Markwalder2016-01-181-4/+7
* [master] Add support for manipulating lease queues via a binary search.Shawn Routhier2015-05-271-22/+43
* [master] Don't call pool_timer recusivelyShawn Routhier2014-12-101-7/+6
* [master] Patch the failover code to avoid deadlocksShawn Routhier2014-11-101-73/+133
* [master] Added check for invalid failover message type.Thomas Markwalder2014-09-081-0/+6
* [master] Corrects medium impact issues reported by Coverity.Thomas Markwalder2014-08-281-1/+6
* [master] Update partner's stos field when processing an updateShawn Routhier2014-04-281-0/+1
* [master] Add #ifdefs to allow code to compile if NSUPDATE isn't definedShawn Routhier2014-04-281-0/+2
* [master] Remove vix.com and nominum.comShawn Routhier2014-01-261-7/+1
* [master] Emit log messages when the server is stableShawn Routhier2013-11-081-0/+8
* - Silence benign static analysis warnings.Mark Andrews2013-05-151-5/+3
* [master]Shawn Routhier2012-10-161-3/+1
* [master]Shawn Routhier2012-10-111-17/+31
* [master]Shawn Routhier2012-10-091-1/+5
* Modify the code that determines if an outstanding DDNS requestShawn Routhier2012-03-191-1/+1
* Fixed many compilation problems ("set, but not used" warnings) forTomek Mrugalski2012-03-091-8/+12
* Modify the DDNS handling code. In a previous patch we added loggingShawn Routhier2011-12-301-1/+1
* - Code cleanup: remove obsolete PROTO, KandR, INLINE and ANSI_DECL macrosTomek Mrugalski2011-05-111-3/+3
* Fix the handling of connection requests on the failover port.Shawn Routhier2010-12-131-2/+3
* - An optimization described in the failover protocol draft is now included,David Hankins2010-02-031-11/+81
* Support for asynchronous ddns per ticket 19216 - convert to using isclib andShawn Routhier2009-10-281-64/+64
* - s/%ul/%lu/ in failover timing debug logs. This bug was introduced inDavid Hankins2009-09-081-1/+1
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-231-2/+2
* - Secondary servers in a failover pair will now perform ddns removals ifDavid Hankins2009-07-221-3/+48
* update copyrightPaul Selkirk2009-07-161-1/+1
* add a null check to avoid primary crash on contact with secondary [rt19705]Paul Selkirk2009-07-161-1/+2
* - A new failover configuration parameter has been introduced for thoseDavid Hankins2009-06-171-2/+43
* - Fixed a bug where an OMAPI socket disconnection message would not resultDavid Hankins2009-05-201-13/+10
* - Fixed failover reconnection retry code to continue to retry to reconnectDavid Hankins2009-04-221-6/+4
* - Memory leak in the load_balance_mine() function is fixed. This wouldDavid Hankins2009-04-071-0/+2
* - Some failover debugging #defines have been better defined and someDavid Hankins2008-09-241-79/+192
* Updated copyright strings for 4.1.0a1 releaseEvan Hunt2008-01-241-1/+1
* - When a failover server suspects it has encountered a peer running aDavid Hankins2008-01-211-1/+31
* - A log message was introduced to clarify the situation where a failoverDavid Hankins2008-01-081-0/+3
* finer granularity timersFrancis Dupont2008-01-031-25/+75
* - A bug in failover pool rebalancing that caused POOLREQ message ping-pongsDavid Hankins2007-12-181-23/+62
* - A cosmetic bug during potential-conflict recovery that caused the peer'sDavid Hankins2007-12-131-0/+3
* almost editorial stuffFrancis Dupont2007-11-301-4/+4
* - The peer_wants_leases() changes pulled up from 3.1.0 were corrected,David Hankins2007-10-091-8/+31