]> git.ipfire.org Git - thirdparty/dhcp.git/history - server/mdb.c
- Fix all the OMAPI objects in the DHCP server and client that weren't
[thirdparty/dhcp.git] / server / mdb.c
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.