summaryrefslogtreecommitdiff
path: root/server/failover.c
Commit message (Expand)AuthorAgeFilesLines
* version to 3.1.3b1v3_1_3b1David Hankins2009-09-011-1/+1
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-231-3/+3
* correcting earlier pullup, [ISC-Bugs #19976]David Hankins2009-07-221-2/+2
* - Secondary servers in a failover pair will now perform ddns removals ifDavid Hankins2009-07-221-4/+49
* update copyrightPaul Selkirk2009-07-161-2/+2
* add a null check to avoid primary crash on contact with secondary [rt19705]Paul Selkirk2009-07-161-2/+3
* - Fixed a bug where an OMAPI socket disconnection message would not resultDavid Hankins2009-05-211-12/+9
* - Fixed failover reconnection retry code to continue to retry to reconnectDavid Hankins2009-04-221-7/+5
* - Memory leak in the load_balance_mine() function is fixed. This wouldDavid Hankins2009-04-071-1/+3
* - Some failover debugging #defines have been better defined and someDavid Hankins2008-09-241-80/+193
* VERSION to 3.1.1b1David Hankins2008-01-221-2/+2
* - When a failover server suspects it has encountered a peer running aDavid Hankins2008-01-211-2/+32
* - A log message was introduced to clarify the situation where a failoverDavid Hankins2008-01-081-1/+4
* - A bug in failover pool rebalancing that caused POOLREQ message ping-pongsDavid Hankins2007-12-181-24/+63
* - A cosmetic bug during potential-conflict recovery that caused the peer'sDavid Hankins2007-12-131-1/+4
* - The peer_wants_leases() changes pulled up from 3.1.0 were corrected,David Hankins2007-10-091-9/+32
* Typecast the string length count up to an integer from an unsigned charDavid Hankins2007-10-031-2/+2
* - A bug was repaired where MAC Address Affinity for virgin leases alwaysDavid Hankins2007-09-271-5/+13
* - Log messages when failover peer names mismatch have been improved toDavid Hankins2007-09-171-10/+31
* - Failover rebalance events no longer play ping pong with round errorsDavid Hankins2007-06-011-13/+38
* - A flaw in failover startup sequences was repaired that sometimes leftDavid Hankins2007-05-221-10/+30
* README, RELNOTES to 3.1.0b1. Copyrights updated for changes in 2007.David Hankins2007-02-141-2/+2
* Spelling fixes. See RT ticket 16513 for details.Shane Kerr2007-01-291-2/+2
* - Some default hash table sizes were tweaked, some upwards, some downwards.David Hankins2006-10-271-16/+1
* Silencing compiler warnings in this run of development. [ISC-Bugs #16425]David Hankins2006-10-091-2/+2
* - The servers now try harder to transmit pending binding updates whenDavid Hankins2006-09-271-56/+32
* Head bufix, dueling BNDUPD/BNDACKs [ISC-Bugs #16346b]David Hankins2006-08-281-33/+76
* - Don't forget to set ATSFP upon receiving a BNDACK. [ISC-Bugs #16359]David Hankins2006-08-241-3/+3
* MAC address affinity and reserved leases were subtly incompatible.David Hankins2006-06-191-2/+4
* - Failover pairs now implement 'MAC Affinity' on leases moving from theDavid Hankins2006-06-161-108/+334
* - The Load Balance Algorithm was misimplemented. The current implementationDavid Hankins2006-05-041-2/+4
* - Support for 'reserved' (psuedo-static) and BOOTP leases via failoverDavid Hankins2006-04-271-295/+476
* - Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into HEAD (silenceDavid Hankins2006-02-241-57/+100
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-171-157/+337
* sync with branchTed Lemon2001-08-101-9/+13
* Pull up RC9Ted Lemon2001-06-291-4/+108
* Merge changes between 3.0rc7 and 3.0rc8pl2.Ted Lemon2001-06-271-43/+188
* Sync with 3.0rc7Ted Lemon2001-05-171-26/+52
* - Whenever we are connected, send updates.Ted Lemon2001-05-031-14/+23
* - When we are in partner_down and peer moves to recover_wait, behave as weTed Lemon2001-05-011-2/+2
* Don't bother with recover_wait if both peers are recovering.Ted Lemon2001-05-011-2/+9
* Make put_message work with mallocs that don't allocate zero-length buffers.Ted Lemon2001-04-201-8/+12
* - If we are get a contact timeout on a link, drop it, regardless ofTed Lemon2001-04-201-3/+1
* Don't ignore 'no-op' peer state changes when we're disconnected.Ted Lemon2001-04-201-4/+23
* Oops, keep the old stos but take the new state when moving to recover_wait!Ted Lemon2001-04-201-4/+3
* - Add recover_wait state.Ted Lemon2001-04-201-46/+95
* - Don't print out spurious messages and initiate reconnect timeouts whenTed Lemon2001-04-201-2/+2
* - Add some informational statements in recover mode when it looks like nothingTed Lemon2001-04-181-1/+8
* Fix a couple of ifdef compatibility mistakes.Ted Lemon2001-04-171-3/+3
* Rototill the failover protocol support.Ted Lemon2001-04-161-138/+319