summaryrefslogtreecommitdiff
path: root/server/stables.c
Commit message (Expand)AuthorAgeFilesLines
* include syslog.h in server/stables.c, so that log-facility enumerationDavid Hankins2007-05-191-1/+2
* DHCPv6 branch merged to HEAD.David Hankins2007-05-081-3/+6
* A new server config option "fqdn-reply" specifies whether the serverEvan Hunt2007-04-271-1/+2
* - A new server config option, 'do-reverse-updates', has been addedDavid Hankins2007-04-031-2/+3
* - A bug was fixed where attempting to permit leasequeries results in aDavid Hankins2007-01-051-1/+2
* - Some default hash table sizes were tweaked, some upwards, some downwards.David Hankins2006-10-271-1/+13
* - A new dhcp server option 'adaptive-lease-time-threshold' has been addedDavid Hankins2006-07-311-1/+2
* - A new DDNS related server option, update-conflict-detection, has beenDavid Hankins2006-07-191-1/+2
* - The DHCP Relay Agent Information Option / Link Selection Sub-OptionDavid Hankins2006-07-171-1/+2
* Less silly configuration syntax for infinite lease-time marking reservations.David Hankins2006-06-151-1/+2
* - Varying option space code and length bit widths (8/16/32) are nowDavid Hankins2006-06-011-534/+91
* - Support for 'reserved' (psuedo-static) and BOOTP leases via failoverDavid Hankins2006-04-271-70/+68
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-171-539/+530
* Merge changes between 3.0rc7 and 3.0rc8pl2.Ted Lemon2001-06-271-468/+468
* Add log-facility.Ted Lemon2001-01-251-2/+72
* Add ping-check and update-static-leases flags.Ted Lemon2001-01-171-3/+3
* Add update-optimization keyword.Ted Lemon2001-01-111-2/+2
* Add client-updates config option.Ted Lemon2001-01-081-2/+2
* - Add ddns-update-style configuration option, which depends on newTed Lemon2000-12-291-2/+15
* DDNS implementation rewrite. DDNS should now operate according toDamien Neil2000-12-111-2/+2
* Pass client state to eval functions. Lots of other stuff.Ted Lemon2000-11-281-2/+2
* Fix up universe initializations, and define vendor_cfg_option global.Ted Lemon2000-10-101-5/+12
* Update message type requirements.Ted Lemon2000-08-311-4/+4
* Added authentication support. The tsig_key structure has been renamedDamien Neil2000-08-031-2/+2
* Fix parameters for dynamic bootp lease limits.Ted Lemon2000-06-281-3/+3
* Allow reject reason and message in BNDACK messages.Ted Lemon2000-06-071-2/+3
* Rework DHCP lease state handling to be compatible with failover protocol.Ted Lemon2000-06-021-1/+7
* - Fix all the OMAPI objects in the DHCP server and client that weren'tTed Lemon2000-05-161-13/+11
* Add some server options.Ted Lemon2000-05-021-6/+6
* Make universe_hash using new_hash.Ted Lemon2000-03-181-3/+3
* Patch in TSIG, just to see how to get it to work.Ted Lemon2000-03-181-3/+3
* Go back to the BSD license.Ted Lemon2000-03-171-13/+34
* Update calls to new_hash.Ted Lemon2000-03-061-3/+3
* Support parsing of configuration options in generic blocks.Ted Lemon2000-02-021-1/+4
* Support 'never' keyword, ddns-updates flag.Ted Lemon2000-01-251-6/+6
* Add skip_failover_option for easier use of the failover message maker.Ted Lemon2000-01-051-1/+2
* Fix failover-specific data declarations.Ted Lemon1999-11-231-12/+23
* Mass commit for Brian Murrell.Ted Lemon1999-11-201-60/+69
* Server-specific data tables.Ted Lemon1999-11-141-0/+715