summaryrefslogtreecommitdiff
path: root/server/mdb.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright++David Hankins2007-05-191-2/+2
* - Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]David Hankins2007-05-191-1/+3
* DHCPv6 branch merged to HEAD.David Hankins2007-05-081-25/+229
* - Error in rt16831 repaired...append the n_hw tail of the insert point toDavid Hankins2007-05-041-2/+2
* - The server's "by client-id" and "by hardware address" hash table listsDavid Hankins2007-04-261-27/+160
* - Some default hash table sizes were tweaked, some upwards, some downwards.David Hankins2006-10-271-48/+48
* - The servers now try harder to transmit pending binding updates whenDavid Hankins2006-09-271-12/+12
* Head bugfix, dueling BNDUPD/ACKs [ISC-Bugs #16346b]David Hankins2006-08-281-1/+8
* Merged rt12324, DHCPLEASEQUERY.Shane Kerr2006-07-251-4/+3
* - Abandoned or dissociated (err condition) leases now remove any relatedDavid Hankins2006-07-181-1/+7
* - Failover pairs now implement 'MAC Affinity' on leases moving from theDavid Hankins2006-06-161-2/+13
* - Some patches to improve DHCP Server startup speed from Andrew MathesonDavid Hankins2006-06-091-7/+48
* - Varying option space code and length bit widths (8/16/32) are nowDavid Hankins2006-06-011-11/+13
* There are 6 lease pools now, not 5. [ISC-Bugs #16051]David Hankins2006-05-301-6/+6
* Pulling work between V3-0-4B3 and present v3-release-branch to HEAD.David Hankins2006-05-051-12/+20
* - Support for 'reserved' (psuedo-static) and BOOTP leases via failoverDavid Hankins2006-04-271-17/+31
* Silence sign change warnings. [ISC-Bugs #15884]David Hankins2006-03-021-4/+5
* - Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into HEAD (silenceDavid Hankins2006-02-241-22/+65
* Corrections to changes made on HEAD pursuant to review of changes betweenDavid Hankins2005-09-301-9/+21
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-171-105/+132
* Fixes for QoS support.James Brister2001-07-101-4/+6
* Merge changes between 3.0rc7 and 3.0rc8pl2.Ted Lemon2001-06-271-84/+367
* OMAPI class and subclass support.James Brister2001-06-221-1/+80
* Sync with 3.0rc7Ted Lemon2001-05-171-3/+28
* Don't free null uid buffers.Ted Lemon2001-05-021-3/+3
* Fix (I hope!) the billing-class bug.Ted Lemon2001-04-301-2/+18
* Fix various places where refcounting of hosts is needed.Ted Lemon2001-04-271-10/+30
* Get rid of a couple of spurious debugging statements.V3-RC2-PATCH-1Ted Lemon2001-04-241-3/+1
* Fix up some mistakes in the last commit. Fix a zero-length malloc.Ted Lemon2001-04-241-34/+6
* Don't malloc zero-length uid buffer.Ted Lemon2001-04-241-1/+3
* Unbill classes before dereferencing them.Ted Lemon2001-04-241-4/+6
* When a release expires or is released, unbill it.Ted Lemon2001-04-201-1/+7
* Fix lease binding state transitions.Ted Lemon2001-04-161-5/+39
* Make compiles work without NSUPDATE.Ted Lemon2001-04-091-1/+7
* Process the state transition if we're doing a deferred update.Ted Lemon2001-04-061-2/+2
* Initialize a couple of pointers.Ted Lemon2001-03-161-3/+3
* Always reference count leases.Ted Lemon2001-03-151-15/+29
* Check comp->uid instead of lease->uid when entering a lease's ID info.Ted Lemon2001-03-141-2/+2
* Changed supersede_lease() to return 1, even if the commit option isDamien Neil2001-02-151-7/+22
* - Get rid of lease -> hostname, which doesn't do anything.Ted Lemon2001-02-121-15/+5
* - Fix a core dump pointed out by Albert Herranz.Ted Lemon2001-01-251-13/+13
* Do not delete a client's DNS entry on entry to a transitory state (e.g., expi...Ted Lemon2001-01-191-9/+35
* Don't try to move the lease if it doesn't have a pool.Ted Lemon2001-01-061-1/+7
* - Move ddns_removals out of the on_release conditionals so that it actuallyTed Lemon2001-01-041-4/+4
* Fix a case where leases could wind up with too many references.Ted Lemon2000-12-281-2/+2
* DDNS implementation rewrite. DDNS should now operate according toDamien Neil2000-12-111-1/+4
* Don't blow away bindings and such when releasing or abandoning leases.Ted Lemon2000-12-051-1/+6
* Pass client state to eval functions. Lots of other stuff.Ted Lemon2000-11-281-3/+26
* Don't enter leases that don't have subnets.Ted Lemon2000-09-291-2/+15
* Finished up function call support.Damien Neil2000-08-281-4/+7