summaryrefslogtreecommitdiff
path: root/server/failover.c
Commit message (Expand)AuthorAgeFilesLines
...
* - A bug was repaired where MAC Address Affinity for virgin leases alwaysDavid Hankins2007-09-271-4/+12
* Couple of casts to fix build errors reported by robie.Shane Kerr2007-09-181-2/+3
* - Log messages when failover peer names mismatch have been improved toDavid Hankins2007-09-171-9/+30
* Code cleanup to remove warnings from "gcc -Wall".Shane Kerr2007-07-131-26/+1
* - 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
* Copyright++David Hankins2007-05-191-2/+2
* - Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]David Hankins2007-05-191-6/+5
* 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 ths 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 bugfix, dueling BNDUPD/ACKs [ISC-Bugs #16346b]David Hankins2006-08-281-33/+76
* - Don't forget to set ATSFP on receiving a BNDACK - bug introduced in 3.1.0David 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
* Fix RT #1100. This was due to incorrect refcounting of failover messagesBen Cottrell2001-03-281-2/+5
* - Return a correct status in lease_ours_to_reallocate even if the lease isn'tTed Lemon2001-03-161-2/+6
* Don't reference/dereference failover_listeners if it's null.Ted Lemon2001-03-141-4/+6
* Fix up a couple of type errorsTed Lemon2001-03-011-2/+2
* Allow failover_state objects to have their local-state field to be changedDamien Neil2001-02-271-2/+54
* Fix up function declaration formatting.Ted Lemon2001-02-221-4/+7
* Added failover ack queueing. Failover update messages are no longerDamien Neil2001-02-221-27/+142
* Removed a log message from dhcp_failover_pool_rebalance() which generatesDamien Neil2001-02-151-4/+1
* Changed dhcp_failover_pool_rebalance() to defer committing updatedDamien Neil2001-02-151-2/+5
* Don't use snprintf on platforms that don't have it.Ted Lemon2001-01-251-1/+8
* - Be more verbose about bogus state transitions.Ted Lemon2001-01-191-4/+11
* Pass client state to eval functions. Lots of other stuff.Ted Lemon2000-11-281-1/+6
* Add in a couple of missing break statements.Ted Lemon2000-11-241-1/+4
* Don't print silly error messagesTed Lemon2000-09-291-6/+3