]> git.ipfire.org Git - thirdparty/dhcp.git/history - server/failover.c
- Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]
[thirdparty/dhcp.git] / server / failover.c
2007-05-19  David Hankins- Replaced ./configure shellscripting with GNU Autoconf...
2007-01-29  Shane KerrSpelling fixes. See RT ticket 16513 for details.
2006-10-27  David Hankins- Some default hash table sizes were tweaked, some...
2006-10-09  David HankinsSilencing compiler warnings in ths run of development...
2006-09-27  David Hankins- The servers now try harder to transmit pending bindin...
2006-08-28  David HankinsHead bugfix, dueling BNDUPD/ACKs [ISC-Bugs #16346b]
2006-08-24  David Hankins- Don't forget to set ATSFP on receiving a BNDACK ...
2006-06-19  David HankinsMAC address affinity and reserved leases were subtly...
2006-06-16  David Hankins- Failover pairs now implement 'MAC Affinity' on leases...
2006-05-04  David Hankins- The Load Balance Algorithm was misimplemented. The...
2006-04-27  David Hankins- Support for 'reserved' (psuedo-static) and BOOTP...
2006-02-24  David Hankins- Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into...
2005-03-17  David HankinsMASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD...
2001-08-10  Ted Lemonsync with branch
2001-06-29  Ted LemonPull up RC9
2001-06-27  Ted LemonMerge changes between 3.0rc7 and 3.0rc8pl2.
2001-05-17  Ted LemonSync with 3.0rc7
2001-05-03  Ted Lemon- Whenever we are connected, send updates.
2001-05-01  Ted Lemon- When we are in partner_down and peer moves to recover...
2001-05-01  Ted LemonDon't bother with recover_wait if both peers are recove...
2001-04-20  Ted LemonMake put_message work with mallocs that don't allocate...
2001-04-20  Ted Lemon- If we are get a contact timeout on a link, drop it...
2001-04-20  Ted LemonDon't ignore 'no-op' peer state changes when we're...
2001-04-20  Ted LemonOops, keep the old stos but take the new state when...
2001-04-20  Ted Lemon- Add recover_wait state.
2001-04-20  Ted Lemon- Don't print out spurious messages and initiate reconn...
2001-04-18  Ted Lemon- Add some informational statements in recover mode...
2001-04-17  Ted LemonFix a couple of ifdef compatibility mistakes.
2001-04-16  Ted LemonRototill the failover protocol support.
2001-03-28  Ben CottrellFix RT #1100. This was due to incorrect refcounting...
2001-03-16  Ted Lemon- Return a correct status in lease_ours_to_reallocate...
2001-03-14  Ted LemonDon't reference/dereference failover_listeners if it...
2001-03-01  Ted LemonFix up a couple of type errors
2001-02-27  Damien NeilAllow failover_state objects to have their local-state...
2001-02-22  Ted LemonFix up function declaration formatting.
2001-02-22  Damien NeilAdded failover ack queueing. Failover update messages...
2001-02-15  Damien NeilRemoved a log message from dhcp_failover_pool_rebalance...
2001-02-15  Damien NeilChanged dhcp_failover_pool_rebalance() to defer committ...
2001-01-25  Ted LemonDon't use snprintf on platforms that don't have it.
2001-01-19  Ted Lemon- Be more verbose about bogus state transitions.
2000-11-28  Ted LemonPass client state to eval functions. Lots of other...
2000-11-24  Ted LemonAdd in a couple of missing break statements.
2000-09-29  Ted LemonDon't print silly error messages
2000-09-20  Ted LemonFix misnamed function call.
2000-09-20  Ted Lemon- When partner disconnects (or stops responding to...
2000-09-04  Ted LemonFix a core dump when a listen address is not specified...
2000-09-01  Ted LemonExplicitly handle some impossible states.
2000-08-31  Ted LemonFix lots of state change problems.
2000-08-24  Ted Lemon- Add a bunch of support for all the funny recovery...
2000-06-29  Ted LemonFix another signed vs. unsigned char pointer issue.
2000-06-24  Ted LemonFix an unprotected call to failover_print.
2000-06-12  Ted LemonFix a couple of problems with the ack and update queue...
2000-06-08  Ted LemonFix up handling of failover peer disconnects.
2000-06-07  Ted Lemon- Break ack queue chain when a lease is removed from...
2000-06-02  Ted LemonRework DHCP lease state handling to be compatible with...
2000-05-17  Ted LemonFix up various platform-specific errors.
2000-05-16  Ted Lemon- Fix all the OMAPI objects in the DHCP server and...
2000-05-04  Ted LemonImplement pool request and response so that secondary...
2000-05-03  Ted LemonMiscellaneous bug fixes.
2000-05-03  Ted LemonFix an unitialized pointer reference.
2000-05-03  Ted LemonMore infrastructure, bug fixes: servers are talking.
2000-05-02  Ted Lemon- Support load balancing.
2000-03-17  Ted LemonGo back to the BSD license.
2000-01-26  Ted LemonFix compilation errors introduced in the last set of...
2000-01-05  Ted LemonAdd lots more pieces of failover support.
1999-11-23  Ted LemonOutput routines.
1999-11-20  Ted LemonMass commit for Brian Murrell.
1999-11-14  Ted LemonBackup commit - code isn't yet working.
1999-03-16  Ted LemonUpdate license.
1999-02-23  Ted LemonFailover-specific code.