summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update version numbers and changelog.V3-BETA-1-PATCH-17Ted Lemon2000-07-203-7/+16
* One more bit of housekeeping of host declarations.Ted Lemon2000-07-201-10/+8
* Set environment directly rather than using script.Ted Lemon2000-07-205-130/+184
* Update version number and changelogV3-BETA-1-PATCH-16Ted Lemon2000-07-043-19/+22
* Fix a typo that caused client identifiers not to work.Ted Lemon2000-07-041-2/+2
* Fix test condition for class billing in supersede_leaseV3-BETA-1-PATCH-15Ted Lemon2000-07-011-4/+4
* Add a dummy bill_class.Ted Lemon2000-07-011-1/+8
* Undo incorrect implementation of billing class rewrite and do it correctly.Ted Lemon2000-07-013-25/+6
* A few more changelog entries.Ted Lemon2000-07-011-2/+7
* Write out billing classes when rewriting lease database.Ted Lemon2000-07-013-2/+25
* Initialize a pointer to avoid potential core dump whilst parsingTed Lemon2000-07-011-2/+3
* Really don't add a host in if it's already been added in.Ted Lemon2000-07-011-5/+9
* Use a more intelligent regexp to determine minor versionTed Lemon2000-07-011-2/+2
* Update version number and changelogTed Lemon2000-07-013-7/+18
* Initialize mock lease to zeroTed Lemon2000-07-011-1/+2
* Initialize hp before use (thanks to Valerie Miller).Ted Lemon2000-06-261-2/+2
* Fix fixed-address parsing (thanks to Valerie Miller and Scott Reynolds.Ted Lemon2000-06-261-2/+2
* Fix declarations for dynamic-bootp-lease-* (thanks to Valerie Miller).Ted Lemon2000-06-261-3/+3
* Fix BSD/OS 4.1 build (thanks to Steve Bellovin).Ted Lemon2000-06-262-2/+18
* Update changelog and version number.V3-BETA-1-PATCH-14Ted Lemon2000-06-243-8/+24
* Fix up the documentation for 'authoritative.'Ted Lemon2000-06-242-560/+563
* - Don't reclaim abandoned leases on dhcpdiscover (thanks to Jim Watt forTed Lemon2000-06-241-11/+13
* Always send renewal and rebind times; quote special shell charactersTed Lemon2000-06-241-3/+19
* Correct usage of STRING_TOKEN token.Ted Lemon2000-03-302-4/+4
* Update version number and changelogV3-BETA-1-PATCH-13Ted Lemon2000-02-023-9/+58
* Add missing catted man pages.Ted Lemon2000-02-0211-243/+243
* Make is_boolean() recognize known.Ted Lemon2000-02-021-2/+3
* Support parsing of configuration options in generic blocks.Ted Lemon2000-02-024-35/+31
* Fix an erroneous option cache dereference.Ted Lemon2000-01-271-3/+2
* Add missing comma.Ted Lemon2000-01-181-2/+2
* - Add support for dumping a reference count history when the referenceTed Lemon1999-12-224-5/+60
* - Add support for dumping a reference count history when the reference countTed Lemon1999-12-221-2/+68
* Get rid of LOG_UPTO. Add support for detecting memory leaks and overruns.Ted Lemon1999-12-221-10/+16
* Add a name argument to evaluate_option_cache. Fix memory leak.Ted Lemon1999-12-221-53/+73
* Add a name argument to evaluate_option_cache.Ted Lemon1999-12-222-7/+15
* Move data_string_* functions to alloc.cTed Lemon1999-12-223-46/+46
* - Add some fancy malloc debugging to catch memory leaks and overruns.Ted Lemon1999-12-222-8/+29
* - Add a name argument to evaluate_option_cache.Ted Lemon1999-12-221-6/+8
* Add a name argument to evaluate_option_cache.Ted Lemon1999-12-223-18/+28
* Add some fancy malloc debugging to catch memory leaks and overruns.Ted Lemon1999-12-221-27/+180
* Set up malloc debug on startup.Ted Lemon1999-12-221-1/+7
* Declare malloc debug externals.Ted Lemon1999-12-221-0/+8
* print some memory usage statistics when a request is completed.Ted Lemon1999-12-221-1/+5
* - Fix a bug in the allocation of pools for anonymous ranges.Ted Lemon1999-12-211-10/+14
* malloc -> dmallocTed Lemon1999-12-214-10/+17
* Add defines for malloc pool/leak testing.Ted Lemon1999-12-211-0/+10
* Add malloc debugging definitions.Ted Lemon1999-12-211-0/+19
* malloc -> dmalloc, free -> dfreeTed Lemon1999-12-214-37/+49
* free -> dfreeTed Lemon1999-12-211-2/+2
* Add support for doing memory accounting and checking for corrupted memory pools.Ted Lemon1999-12-211-6/+85