]> git.ipfire.org Git - thirdparty/dhcp.git/history - server/mdb.c
- Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]
[thirdparty/dhcp.git] / server / mdb.c
2007-05-19  David Hankins- Replaced ./configure shellscripting with GNU Autoconf...
2007-05-08  David HankinsDHCPv6 branch merged to HEAD.
2007-05-04  David Hankins- Error in rt16831 repaired...append the n_hw tail...
2007-04-26  David Hankins- The server's "by client-id" and "by hardware address...
2006-10-27  David Hankins- Some default hash table sizes were tweaked, some...
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-07-25  Shane KerrMerged rt12324, DHCPLEASEQUERY.
2006-07-18  David Hankins- Abandoned or dissociated (err condition) leases now...
2006-06-16  David Hankins- Failover pairs now implement 'MAC Affinity' on leases...
2006-06-09  David Hankins- Some patches to improve DHCP Server startup speed...
2006-06-01  David Hankins- Varying option space code and length bit widths ...
2006-05-30  David HankinsThere are 6 lease pools now, not 5. [ISC-Bugs #16051]
2006-05-05  David HankinsPulling work between V3-0-4B3 and present v3-release...
2006-04-27  David Hankins- Support for 'reserved' (psuedo-static) and BOOTP...
2006-03-02  David HankinsSilence sign change warnings. [ISC-Bugs #15884]
2006-02-24  David Hankins- Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into...
2005-09-30  David HankinsCorrections to changes made on HEAD pursuant to review...
2005-03-17  David HankinsMASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD...
2001-07-10  James BristerFixes for QoS support.
2001-06-27  Ted LemonMerge changes between 3.0rc7 and 3.0rc8pl2.
2001-06-22  James BristerOMAPI class and subclass support.
2001-05-17  Ted LemonSync with 3.0rc7
2001-05-02  Ted LemonDon't free null uid buffers.
2001-04-30  Ted LemonFix (I hope!) the billing-class bug.
2001-04-27  Ted LemonFix various places where refcounting of hosts is needed.
2001-04-24  Ted LemonGet rid of a couple of spurious debugging statements. V3-RC2-PATCH-1
2001-04-24  Ted LemonFix up some mistakes in the last commit. Fix a zero...
2001-04-24  Ted LemonDon't malloc zero-length uid buffer.
2001-04-24  Ted LemonUnbill classes before dereferencing them.
2001-04-20  Ted LemonWhen a release expires or is released, unbill it.
2001-04-16  Ted LemonFix lease binding state transitions.
2001-04-09  Ted LemonMake compiles work without NSUPDATE.
2001-04-06  Ted LemonProcess the state transition if we're doing a deferred...
2001-03-16  Ted LemonInitialize a couple of pointers.
2001-03-15  Ted LemonAlways reference count leases.
2001-03-14  Ted LemonCheck comp->uid instead of lease->uid when entering...
2001-02-15  Damien NeilChanged supersede_lease() to return 1, even if the...
2001-02-12  Ted Lemon- Get rid of lease -> hostname, which doesn't do anything.
2001-01-25  Ted Lemon- Fix a core dump pointed out by Albert Herranz.
2001-01-19  Ted LemonDo not delete a client's DNS entry on entry to a transi...
2001-01-06  Ted LemonDon't try to move the lease if it doesn't have a pool.
2001-01-04  Ted Lemon- Move ddns_removals out of the on_release conditionals...
2000-12-28  Ted LemonFix a case where leases could wind up with too many...
2000-12-11  Damien NeilDDNS implementation rewrite. DDNS should now operate...
2000-12-05  Ted LemonDon't blow away bindings and such when releasing or...
2000-11-28  Ted LemonPass client state to eval functions. Lots of other...
2000-09-29  Ted LemonDon't enter leases that don't have subnets.
2000-08-28  Damien NeilFinished up function call support.
2000-07-27  Ted LemonReference count binding scopes. Align IP headers...
2000-07-09  Ted Lemon- Fix a bug where the first host declaration with a...
2000-07-06  Ted LemonMaintain a free list of leases if compact leases are...
2000-07-06  Ted Lemon- Fix some bugs in the lease timeout code.
2000-07-06  Ted LemonDon't dereference the lease on_expiry pointer if it...
2000-07-05  Ted Lemon- Dereference leases after hashing them.
2000-06-30  Ted LemonFix a couple of cases where the first host wouldn't...
2000-06-07  Ted Lemon- Get rid of the obnoxious doubly-linked list and seper...
2000-06-02  Ted LemonRework DHCP lease state handling to be compatible with...
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 LemonQueue failover update on lease commit. Write all...
2000-03-18  Ted LemonPatch in TSIG, just to see how to get it to work.
2000-03-17  Ted LemonGo back to the BSD license.
2000-03-06  Ted Lemon- Fix up calls to new_hash.
2000-01-26  Ted LemonFix compilation errors introduced in the last set of...
2000-01-25  Ted LemonFix binding support.
2000-01-08  Ted LemonGet rid of ddns_rev_name and ddns_fwd_name.
2000-01-05  Ted LemonDon't check for pool peer if FAILOVER_PROTOCOL isn...
2000-01-05  Ted LemonLots of small changes to support failover. New struct...
1999-11-20  Ted LemonMass commit for Brian Murrell.
1999-11-14  Ted LemonMore fixups for lease expiry code.
1999-11-12  Ted Lemon- Delete on_expiry events when lease is released, regar...
1999-11-07  Ted LemonZero out on_* statements before superseding lease with...
1999-10-28  Ted LemonClean up a loophole in the code that sets up the pool...
1999-10-28  Ted LemonOops, fix typo.
1999-10-27  Ted LemonUse the right expiry event. Count leases, hosts and...
1999-10-25  Ted LemonClean up deleted vs. undeleted leases.
1999-10-24  Ted LemonGet rid of dynamic_hosts kludge - do host deletion...
1999-10-24  Ted LemonAdd new_shared_network_interface function.
1999-10-14  Ted LemonSet the type of each lease as it is allocated.
1999-10-13  Ted LemonFix a core dump involving incorrect use of evaluate_dat...
1999-10-08  Ted LemonImplement lease expiry events.
1999-10-07  Ted LemonGet a clean compile with all known gcc warnings.
1999-10-07  Ted LemonFix up char * -> unsigned char * mismatches.
1999-10-05  Ted LemonCheck for non-null group-name-hash before traversing it.
1999-10-05  Ted LemonAccept a packet argument in release_lease().
1999-10-05  Ted LemonMove handling of on_release hooks and nsupdate to relea...
1999-10-01  Ted LemonGet rid of dynamic groups garbage and just dump them...
1999-09-28  Ted LemonIntegrate memory.c:1.61.
1999-09-28  Ted LemonServer in-memory database functions.