summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Allow failover_state objects to have their local-state field to be changedDamien Neil2001-02-271-2/+54
* Fix up NetBSD/alpha build.Ted Lemon2001-02-261-2/+2
* Update copyright statements.Ted Lemon2001-02-222-24/+62
* Revamp lease file documentation for 3.0.Ted Lemon2001-02-221-69/+182
* Add references to the dhcp-eval and dhcp-options man pages.Ted Lemon2001-02-221-3/+7
* Document -tf and -play.Ted Lemon2001-02-221-0/+23
* Get md5.h from dst/ instead of minires/Ted Lemon2001-02-221-2/+2
* Fix up function declaration formatting.Ted Lemon2001-02-221-4/+7
* Move dst functionality into seperate libraryTed Lemon2001-02-221-1/+1
* Set lease file mode to 644, not 640.Ted Lemon2001-02-221-3/+3
* Added failover ack queueing. Failover update messages are no longerDamien Neil2001-02-221-27/+142
* Fix a think-o.Ted Lemon2001-02-171-1/+1
* Mention fixed-address declarations in the address allocation documentation.Ted Lemon2001-02-171-10/+20
* Removed a log message from dhcp_failover_pool_rebalance() which generatesDamien Neil2001-02-151-4/+1
* Changed dhcp_failover_pool_rebalance() to defer committing updatedDamien Neil2001-02-151-2/+5
* Changed supersede_lease() to return 1, even if the commit option isDamien Neil2001-02-152-11/+25
* Remove the logic to rewrite the lease file every 1000 leases. ThisDamien Neil2001-02-151-5/+5
* Fix some trace-related ifdefs.Ted Lemon2001-02-122-3/+11
* Get rid of lease -> hostname, which isn't used.Ted Lemon2001-02-121-20/+2
* - Get rid of lease -> hostname, which doesn't do anything.Ted Lemon2001-02-121-15/+5
* - Cut some things out into subroutines to support tracing.Ted Lemon2001-02-121-159/+228
* Fix DDNS-related documentation. Mention logrotate as well as newsyslog.Ted Lemon2001-02-121-18/+32
* - Add tracing hooks.Ted Lemon2001-02-121-2/+10
* Add support for tracing.Ted Lemon2001-02-121-18/+39
* Add support for tracing. Fix a bug in lease uid parsing.Ted Lemon2001-02-121-81/+196
* Add hook for tracing.Ted Lemon2001-02-121-1/+5
* Document stash-agent-options.Ted Lemon2001-01-261-0/+17
* Fix a memory leak. Only return agent options that were sent.Ted Lemon2001-01-261-9/+12
* Update some obsolete declarations.Ted Lemon2001-01-251-25/+11
* Add log-facility.Ted Lemon2001-01-251-2/+72
* - Fix a core dump pointed out by Albert Herranz.Ted Lemon2001-01-251-13/+13
* Don't use snprintf on platforms that don't have it.Ted Lemon2001-01-251-1/+8
* Clean up some problems.Ted Lemon2001-01-251-15/+8
* - Document log-facility parameter.Ted Lemon2001-01-251-9/+64
* Modernize dhcpd.conf exampleTed Lemon2001-01-251-20/+58
* Add log_facility config parameter.Ted Lemon2001-01-251-3/+38
* - Fix some pedantic allocation problems.Ted Lemon2001-01-251-28/+49
* Fix a memory leak.Ted Lemon2001-01-251-1/+3
* Fix handling of agent options.Ted Lemon2001-01-251-17/+21
* - Add some error messages where parser was failing silently.Ted Lemon2001-01-251-22/+34
* Do not delete a client's DNS entry on entry to a transitory state (e.g., expi...Ted Lemon2001-01-191-9/+35
* - Be more verbose about bogus state transitions.Ted Lemon2001-01-191-4/+11
* - Don't respond to DHCPDISCOVERS when we're not responding.Ted Lemon2001-01-191-22/+20
* - Work around clients that say they'll update their own A record when theyTed Lemon2001-01-191-1/+6
* Add ping-check and update-static-leases flags.Ted Lemon2001-01-171-3/+3
* Document new parameters.Ted Lemon2001-01-171-0/+39
* Add a ping-check parameter. Pass old lease to ddns_updates.Ted Lemon2001-01-161-3/+11
* - Add conditional support for updating static entries.Ted Lemon2001-01-161-52/+104
* Initialize hardware buffer before using it, just in case.Ted Lemon2001-01-161-1/+2
* Add update-optimization keyword.Ted Lemon2001-01-111-2/+2