summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update version number and changelog.V3-RC12Ted Lemon2001-08-233-7/+25
* - If a lease's end time is past, do the state transition.Ted Lemon2001-08-231-1/+11
* - Fix some state transitions that were being handled incorrectly.Ted Lemon2001-08-231-26/+11
* - Arrange to return the subnet-selection-option sent by the client.Ted Lemon2001-08-231-1/+22
* - Always send the subnet selection option if it was sent.Ted Lemon2001-08-231-1/+11
* Update version number and changelogV3-RC11Ted Lemon2001-08-143-7/+28
* - Fix a confusing error message.Ted Lemon2001-08-091-2/+11
* Count the number of pools that reference a given failover peer.Ted Lemon2001-08-091-1/+3
* Do an ifconfig 0 when initializing the interface on Linux 2.2and later.Ted Lemon2001-08-091-4/+4
* - Count the number of pools referencing a failover object.Ted Lemon2001-08-081-0/+2
* DHCPOFFER -> DHCPACKTed Lemon2001-08-081-1/+1
* - Allow supersede keyword in lease declarations, since that's what we emit.Ted Lemon2001-08-081-1/+2
* Don't log successful updates at LOG_ERROR.Ted Lemon2001-08-081-2/+5
* - Fix a core dump in the client uid search scheme.Ted Lemon2001-08-081-7/+7
* Don't document the define statement, since it doesn't work.Ted Lemon2001-08-081-27/+0
* Oops, one more fix for the stdout script overwrite bug.Ted Lemon2001-08-081-1/+12
* Don't check tsfp for transition from released to free/backup.Ted Lemon2001-08-081-8/+3
* Update changelog and version.V3-RC10Ted Lemon2001-06-293-8/+11
* Make dynamic lease allocation work for BOOTP clients.Ted Lemon2001-06-291-5/+14
* Update version and changelog.V3-RC9Ted Lemon2001-06-293-7/+15
* Document the failover-state object.Ted Lemon2001-06-291-0/+148
* Add a bunch of conditional code for debugging failover protocol timing.Ted Lemon2001-06-281-4/+108
* Fix the code that checks whether or not to update static leases.Ted Lemon2001-06-281-2/+2
* Fix a bug in the fgetpos macro.Ted Lemon2001-06-281-2/+2
* Update version and changelogV3-RC8-PATCH-2Ted Lemon2001-06-263-7/+22
* Don't go through the update code path if we have no ddns_fwd_name.Ted Lemon2001-06-261-3/+17
* Turn into a troff man page source file.Ted Lemon2001-06-261-120/+182
* Add preliminary QNX RTP support.Ted Lemon2001-06-263-7/+92
* - Enable SO_BINDTODEVICE with HAVE_SO_BINDTODEVICE, not with system headerTed Lemon2001-06-261-1/+1
* - Add a blurb about how omshell can be used.Ted Lemon2001-06-261-15/+20
* Minor tweaks.Ted Lemon2001-06-261-4/+11
* Update copyright.Ted Lemon2001-06-261-2/+2
* - Fix completely broken parsing of pick-first-value, broken in rc8pl1.Ted Lemon2001-06-261-16/+17
* Fix a size conflict on Solaris.V3-RC8-PATCH-1Ted Lemon2001-06-221-2/+3
* Update changelog and versionTed Lemon2001-06-223-7/+46
* __res_vinit -> minires_vinit, to avoid library clashes.Ted Lemon2001-06-221-4/+4
* Fix rc_register macros in cases where rc history isn't enabled.Ted Lemon2001-06-221-5/+5
* Fix a core dump in trace code.Ted Lemon2001-06-221-7/+8
* Pass allocator tags when creating hash tables.Ted Lemon2001-06-221-3/+3
* - Move lease allocator from mdb.c.Ted Lemon2001-06-221-3/+96
* Fix some memory leaks.Ted Lemon2001-06-221-4/+10
* - Move dhcp lease allocation to salloc.c.Ted Lemon2001-06-221-76/+150
* - Fix an obscure memory leak.Ted Lemon2001-06-221-11/+7
* - Don't put a goto label after a scoped initializer.Ted Lemon2001-06-221-30/+44
* - Fix a bunch of memory leaks.Ted Lemon2001-06-221-14/+26
* Fix a couple of memory leaks.Ted Lemon2001-06-221-14/+14
* Pass allocation tag to make_const_data.Ted Lemon2001-06-221-2/+3
* Get rid of the trace_listeners and omapi_connections arrays on exit.Ted Lemon2001-06-221-0/+6
* - Add a function to free omapi types on exit.Ted Lemon2001-06-221-0/+13
* - Fix two races where a hash table dereference can double back on itself ifTed Lemon2001-06-221-6/+59