summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
* - Default tstp if none is specified.Ted Lemon2001-04-161-18/+33
* Fix the contributions message for dhcpd.Ted Lemon2001-04-091-4/+8
* Make compiles work without NSUPDATE.Ted Lemon2001-04-091-1/+7
* Release old billing class when parsing new billing class.Ted Lemon2001-04-061-3/+6
* Add a TODO note about spawning subclasses.Ted Lemon2001-04-061-1/+2
* Process the state transition if we're doing a deferred update.Ted Lemon2001-04-061-2/+2
* Add hooks for subclasses.Ted Lemon2001-04-051-1/+159
* Make sure we have a stdin, stdout and stderr.Ted Lemon2001-04-051-1/+11
* Fix RT #1100. This was due to incorrect refcounting of failover messagesBen Cottrell2001-03-281-2/+5
* Fix a core dump in dhcprelease.Ted Lemon2001-03-221-2/+2
* Update documentation of client identifier representation.Ted Lemon2001-03-221-5/+5
* This time for sure! (fix for spinning).Ted Lemon2001-03-201-1/+2
* Actually fix the spin that I thought I'd fixed previously.Ted Lemon2001-03-201-7/+14
* Set lease -> uid_max.Ted Lemon2001-03-171-3/+7
* Don't stash uid_len until we know we have a uid.Ted Lemon2001-03-171-3/+3
* - Fix a bug that would cause the server to spin looking for leases to free.Ted Lemon2001-03-171-3/+4
* Support NUL characters in STRING tokens.Ted Lemon2001-03-171-165/+182
* Initialize a couple of pointers.Ted Lemon2001-03-161-3/+3
* - Return a correct status in lease_ours_to_reallocate even if the lease isn'tTed Lemon2001-03-161-2/+6
* - Check client identifier on hw_lease before giving it to the client.Ted Lemon2001-03-161-8/+27
* ns_rcode -> isc_result_tTed Lemon2001-03-161-3/+3
* Always reference count leases.Ted Lemon2001-03-152-39/+76
* - Write things that could contain non-printable values as quotable stringsTed Lemon2001-03-151-56/+28
* Don't reference/dereference failover_listeners if it's null.Ted Lemon2001-03-141-4/+6
* Check comp->uid instead of lease->uid when entering a lease's ID info.Ted Lemon2001-03-141-2/+2
* - Fix DHCPINFORM non-return bug.Ted Lemon2001-03-141-9/+9
* Get rid of local debug flag.Ted Lemon2001-03-141-1/+0
* Don't start ICMP if we're just testing a lease file.Ted Lemon2001-03-011-2/+3
* Change EOF to END_OF_FILE in tokenizer for enum compatibility.Ted Lemon2001-03-011-13/+13
* - Apply huge numbers of editorial corrections, thanks to Mark SandersTed Lemon2001-03-011-53/+52
* Fix up a couple of type errorsTed Lemon2001-03-011-2/+2
* 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