summaryrefslogtreecommitdiff
path: root/server/omapi.c
Commit message (Expand)AuthorAgeFilesLines
* Byte-swap incoming integer data.Ted Lemon2000-09-291-1/+2
* Panic commit.Ted Lemon2000-09-271-4/+3
* Don't reference one group on top of another.Ted Lemon2000-09-081-1/+3
* Fix assorted code which assumes that leases will always have anDamien Neil2000-08-141-32/+41
* Adjust arguments to omapi_object_type_registerTed Lemon2000-07-061-10/+9
* Fix a signed vs. unsigned char pointer mismatch.Ted Lemon2000-06-241-2/+2
* Initialize the dhcp_type_host type definition.Ted Lemon2000-06-121-1/+18
* Don't use dhcp_lease_free unless COMPACT_LEASES is defined.Ted Lemon2000-06-071-2/+7
* Rework DHCP lease state handling to be compatible with failover protocol.Ted Lemon2000-06-021-44/+20
* - Fix all the OMAPI objects in the DHCP server and client that weren'tTed Lemon2000-05-161-424/+277
* Go back to the BSD license.Ted Lemon2000-03-171-13/+34
* Fix compilation errors introduced in the last set of checkins.Ted Lemon2000-01-261-151/+131
* Support scoping.Ted Lemon2000-01-251-1/+3
* - Get rid of ddns_rev_name and ddns_fwd_name.Ted Lemon2000-01-081-37/+5
* Support new struct hardware.Ted Lemon2000-01-051-32/+35
* Clean up failover-specific code.Ted Lemon1999-11-231-3/+3
* Mass commit for Brian Murrell.Ted Lemon1999-11-201-1/+3
* Add failover objects.Ted Lemon1999-11-141-1/+48
* Allow for deleted host declarations in host hash.Ted Lemon1999-10-251-5/+10
* Send lease start and end time (Brian Murrell).Ted Lemon1999-10-151-1/+25
* - Don't try to return values that aren't present (and thus dump core).Ted Lemon1999-10-141-35/+54
* Seperate public and private object declarations.Ted Lemon1999-10-081-1/+2
* Get a clean compile with all known gcc warnings.Ted Lemon1999-10-071-14/+16
* Fix up char * -> unsigned char * mismatches.Ted Lemon1999-10-071-2/+3
* Simplify the conditionals in the previous code.Ted Lemon1999-10-061-9/+7
* Fix a glitch in the code to stuff statements into a host's group.Ted Lemon1999-10-061-3/+4
* Allow setting of host-specific statements to supersede root group.Ted Lemon1999-10-051-2/+3
* - Fix misdeclaration/misuse of statement parser lose return value.Ted Lemon1999-10-041-8/+67
* - Add support for stuffing statements into groups.Ted Lemon1999-10-011-7/+39
* - Add support for creating named groups (but not yet for stuffingTed Lemon1999-09-291-134/+460
* Return error status when duplicate hostname found instead of bombing.Ted Lemon1999-09-161-2/+14
* Change delete to remove for compatibility with C++Ted Lemon1999-09-161-7/+7
* - Two fixes for pastoes, from Brian MurrellTed Lemon1999-09-161-3/+38
* Bug fixes courtesy of Brian MurrellTed Lemon1999-09-091-3/+3
* Add delete methods.Ted Lemon1999-09-091-5/+32
* Fix various bugs.Ted Lemon1999-09-091-8/+19
* OMAPI interface for ISC DHCP server objects.Ted Lemon1999-09-081-0/+1147