summaryrefslogtreecommitdiff
path: root/common/parse.c
Commit message (Expand)AuthorAgeFilesLines
* [19430] Updated copyrightsrt19430atmarkwalder2017-06-221-1/+1
* [19430] Spelling error in parse.cTomek Mrugalski2017-06-211-1/+1
* Almost done (still aestetic fixes and of course doc, doc, doc)Francis Dupont2016-10-061-0/+3
* [master] Fixed sporadic server crash when lease-id-format is hexThomas Markwalder2016-09-201-1/+1
* [master] Add code to parse a vendor option as directed by the user.Shawn Routhier2015-07-131-0/+16
* [master] Allow the ADD token to be used as a hex string in IPv6 addressShawn Routhier2015-05-211-3/+4
* [master] Treat dates greater than 2038 as never expire (infinite)Shawn Routhier2015-04-151-1/+8
* [master] Corrected right brace detection in parsingThomas Markwalder2014-09-081-23/+29
* [master] Corrects medium impact issues reported by Coverity.Thomas Markwalder2014-08-281-8/+0
* [master] Add a better warning about multiple key definitionsShawn Routhier2014-04-281-17/+21
* [master] Several small patchesShawn Routhier2014-04-251-3/+3
* [master] Remove vix.com and nominum.comShawn Routhier2014-01-261-7/+1
* [master] Support using v6 relay options in server decicions.Shawn Routhier2013-11-251-0/+30
* -n [master]Shawn Routhier2013-10-141-373/+7
* - Silence benign static analysis warnings.Mark Andrews2013-05-151-130/+125
* [master]Shawn Routhier2012-11-281-3/+2
* [master]Shawn Routhier2012-10-231-41/+51
* [master]Shawn Routhier2012-10-161-8/+42
* Fix some issues in the code for parsing and printing options.Shawn Routhier2012-06-061-4/+19
* Fixed many compilation problems ("set, but not used" warnings) forTomek Mrugalski2012-03-091-4/+3
* Add support for Infiniband over sockets to the server andShawn Routhier2012-02-161-29/+33
* Add support for passing DDNS information to a DNS server overShawn Routhier2011-09-211-0/+57
* - Strict checks for content of domain-name DHCPv4 option can now beTomek Mrugalski2011-07-011-0/+27
* - Parameters configured to evaluate from user defined function calls canTomek Mrugalski2011-04-211-0/+25
* - Removed the restriction on using IPv6 address in IPv4 mode. This allowMark Andrews2011-02-181-7/+0
* When processing the format flags for a given option consume theShawn Routhier2010-12-291-1/+21
* Use (unsigned char) not (int) to silence (char) array index warnings.Mark Andrews2010-09-171-1/+1
* Parse date strings more properly - the code now handles semi-colons inShawn Routhier2010-09-131-82/+104
* Another batch of fixesShawn Routhier2010-09-091-1/+7
* Support for asynchronous ddns per ticket 19216 - convert to using isclib andShawn Routhier2009-10-281-16/+24
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-231-2/+2
* - Versions 3.0.x syntax with multiple name->code option definitions is nowDavid Hankins2009-07-161-1/+10
* - Added a configuration function, 'gethostname()', which calls the systemDavid Hankins2009-07-061-0/+16
* Update for 19054 - modifications to keep GCC 4.3 happyShawn Routhier2009-01-221-8/+8
* - A bug cleaning up unknown-xxx temporary option definitions was fixed.David Hankins2008-10-081-1/+1
* fix 'o'Francis Dupont2008-03-171-0/+2
* - ./configure was extended to cover many optional build features, suchDavid Hankins2008-02-281-2/+4
* Updated copyright strings for 4.1.0a1 releaseEvan Hunt2008-01-241-1/+1
* Added explicit parser support for zero-length DHCP options, such asEvan Hunt2008-01-231-10/+37
* Exit with warning when DHCPv6 config is used but -6 isn't specified [rt17334]Evan Hunt2008-01-221-0/+7
* - Fixed a compilation problems on platforms that define a value for FDDI,David Hankins2008-01-161-2/+2
* Cleanup IA_NA dependenciesFrancis Dupont2008-01-021-0/+41
* fix dhcp6.status-code success parsingFrancis Dupont2007-12-031-5/+14
* almost editorial stuffFrancis Dupont2007-11-301-1/+1
* - Relative time may now be used as a qualifier for 'allow' and 'deny' accessDavid Hankins2007-10-311-6/+20
* Cast arguments for isspace(), isascii(), and other is*() functions to int.Michael Graff2007-10-011-2/+2
* Support for zero-length options in config files.Shane Kerr2007-08-271-17/+32
* Code cleanup to remove warnings from "gcc -Wall".Shane Kerr2007-07-131-28/+4
* Fixed a bug parsing ipv6 addresses in host-identifier statements. [rt16860]Evan Hunt2007-06-271-65/+86
* Handle IPv6 parsing better. Adds generic whitespace handling toShane Kerr2007-06-201-6/+17