summaryrefslogtreecommitdiff
path: root/server/confpars.c
Commit message (Expand)AuthorAgeFilesLines
...
* Exit with warning when DHCPv6 config is used but -6 isn't specified [rt17334]Evan Hunt2008-01-221-0/+32
* - Fixed a compilation problems on platforms that define a value for FDDI,David Hankins2008-01-161-2/+2
* Move warning about dhcp-renewal-time to config parsing ratherShane Kerr2008-01-141-0/+20
* Cleanup IA_NA dependenciesFrancis Dupont2008-01-021-19/+601
* almost editorial stuffFrancis Dupont2007-11-301-4/+4
* - Relative time may now be used as a qualifier for 'allow' and 'deny' accessDavid Hankins2007-10-311-0/+24
* - The client leasing subsystem was streamlined and corrected to accountDavid Hankins2007-10-241-0/+1
* Fix a number of bugs with the internal lease state handling.Shane Kerr2007-10-091-1/+0
* *** empty log message ***v4_0_0b1David Hankins2007-10-051-0/+1
* - DDNS updates state information are now stored in 'binding scopes' thatDavid Hankins2007-10-051-93/+218
* - An internal database inconsistency bug was repaired where the serverDavid Hankins2007-08-221-12/+0
* Code cleanup to remove warnings from "gcc -Wall".Shane Kerr2007-07-131-40/+22
* Fix missing parameter in parse_warn().Shane Kerr2007-07-111-2/+2
* Fix infinite loop if EOF in pool statement.Shane Kerr2007-07-111-1/+11
* - The parse warning that 'deny dyanmic bootp;' must be configured forDavid Hankins2007-06-281-55/+1
* Fixed a bug parsing ipv6 addresses in host-identifier statements. [rt16860]Evan Hunt2007-06-271-33/+11
* Check for valid prefixes in configuration.Shane Kerr2007-06-191-1/+12
* - Compilation on HP/UX has been repaired. The changes should generallyDavid Hankins2007-06-081-2/+2
* Remove redundant cast.Shane Kerr2007-05-301-4/+4
* - Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]David Hankins2007-05-191-2/+24
* Expire old IPv6 leases. Also a number of fixes.Shane Kerr2007-05-181-6/+26
* DHCPv6 branch merged to HEAD.David Hankins2007-05-081-107/+949
* Rework pool parsing change to fix null dereference [rt16845]Evan Hunt2007-05-031-5/+11
* Fix a bug where dhcpd segfaults if a pool is declared outside a subnetEvan Hunt2007-04-271-6/+9
* Spelling fixes. See RT ticket 16513 for details.Shane Kerr2007-01-291-2/+2
* Merged rt12324, DHCPLEASEQUERY.Shane Kerr2006-07-251-28/+6
* - Host declaration hardware addresses and client identifiers may only beDavid Hankins2006-07-201-1/+15
* - Failover pairs now implement 'MAC Affinity' on leases moving from theDavid Hankins2006-06-161-10/+32
* Less silly configuration syntax for infinite lease-time marking reservations.David Hankins2006-06-151-18/+2
* - rt15979 integration error repairs [ISC-Bugs #16132]David Hankins2006-06-021-7/+4
* - Varying option space code and length bit widths (8/16/32) are nowDavid Hankins2006-06-011-33/+38
* Correcting an uninitialized use warning on HEAD [ISC-Bugs #16025].David Hankins2006-05-111-1/+3
* Pulling work between V3-0-4B3 and present v3-release-branch to HEAD.David Hankins2006-05-051-3/+12
* - Support for 'reserved' (psuedo-static) and BOOTP leases via failoverDavid Hankins2006-04-271-6/+36
* - Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into HEAD (silenceDavid Hankins2006-02-241-3/+8
* Corrections to changes made on HEAD pursuant to review of changes betweenDavid Hankins2005-09-301-56/+71
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-171-103/+233
* sync with branchTed Lemon2001-08-101-2/+5
* Fixes for QoS support.James Brister2001-07-101-1/+4
* Merge changes between 3.0rc7 and 3.0rc8pl2.Ted Lemon2001-06-271-44/+71
* OMAPI class and subclass support.James Brister2001-06-221-4/+35
* Add line-oriented argument to new_parse().Ted Lemon2001-05-021-4/+4
* Fix (I hope!) the billing-class bug.Ted Lemon2001-04-301-6/+7
* Fix a billing class counting errorTed Lemon2001-04-271-4/+10
* Add recover_wait state goo.Ted Lemon2001-04-201-1/+5
* - Default tstp if none is specified.Ted Lemon2001-04-161-18/+33
* Release old billing class when parsing new billing class.Ted Lemon2001-04-061-3/+6
* 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
* Support NUL characters in STRING tokens.Ted Lemon2001-03-171-165/+182