summaryrefslogtreecommitdiff
path: root/server/mdb.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation errors introduced in the last set of checkins.Ted Lemon2000-01-261-32/+28
* Fix binding support.Ted Lemon2000-01-251-16/+27
* Get rid of ddns_rev_name and ddns_fwd_name.Ted Lemon2000-01-081-18/+1
* Don't check for pool peer if FAILOVER_PROTOCOL isn't defined.Ted Lemon2000-01-051-1/+3
* Lots of small changes to support failover. New struct hardware support.Ted Lemon2000-01-051-39/+73
* Mass commit for Brian Murrell.Ted Lemon1999-11-201-15/+6
* More fixups for lease expiry code.Ted Lemon1999-11-141-11/+4
* - Delete on_expiry events when lease is released, regardless of whetherTed Lemon1999-11-121-9/+46
* Zero out on_* statements before superseding lease with copied template.Ted Lemon1999-11-071-3/+23
* Clean up a loophole in the code that sets up the pool expiry timer.Ted Lemon1999-10-281-11/+9
* Oops, fix typo.Ted Lemon1999-10-281-3/+4
* Use the right expiry event. Count leases, hosts and groups written and log ...Ted Lemon1999-10-271-7/+30
* Clean up deleted vs. undeleted leases.Ted Lemon1999-10-251-6/+17
* Get rid of dynamic_hosts kludge - do host deletion like group deletion.Ted Lemon1999-10-241-39/+28
* Add new_shared_network_interface function.Ted Lemon1999-10-241-1/+36
* Set the type of each lease as it is allocated.Ted Lemon1999-10-141-1/+2
* Fix a core dump involving incorrect use of evaluate_data_expression.Ted Lemon1999-10-131-6/+6
* Implement lease expiry events.Ted Lemon1999-10-081-1/+144
* Get a clean compile with all known gcc warnings.Ted Lemon1999-10-071-11/+11
* Fix up char * -> unsigned char * mismatches.Ted Lemon1999-10-071-8/+12
* Check for non-null group-name-hash before traversing it.Ted Lemon1999-10-051-2/+4
* Accept a packet argument in release_lease().Ted Lemon1999-10-051-2/+3
* Move handling of on_release hooks and nsupdate to release_lease()Ted Lemon1999-10-051-1/+15
* Get rid of dynamic groups garbage and just dump them out of the hash table.Ted Lemon1999-10-011-75/+63
* Integrate memory.c:1.61.Ted Lemon1999-09-281-1/+5
* Server in-memory database functions.Ted Lemon1999-09-281-0/+1278