summaryrefslogtreecommitdiff
path: root/common/parse.c
Commit message (Expand)AuthorAgeFilesLines
* [#182] Corrected CVE: CVE-2021-25217Thomas Markwalder2022-01-251-2/+3
* copy rights updateWlodek Wencel2022-01-251-1/+1
* [#189] Whitespace fixes in opened filesTomek Mrugalski2022-01-201-57/+57
* [#189] ISC address updatedTomek Mrugalski2022-01-201-2/+2
* [master] Implement and use new option format type 'k'Thomas Markwalder2019-12-171-1/+27
* [#64,!35] Restored workThomas Markwalder2019-11-221-8/+44
* [#15,!10] Addressed review commentsThomas Markwalder2019-06-121-7/+13
* [#15,!10] Minor changes to eliminate warnings under GCC 9Thomas Markwalder2019-06-121-2/+2
* [master] Added include of isc/util.h as neededThomas Markwalder2017-10-191-0/+1
* [master] Replaced licensing text with MPL licensing text throughoutThomas Markwalder2017-07-121-3/+3
* [19430] Updated copyrightsrt19430btmarkwalder2017-06-281-1/+1
* [19430] Spelling error in parse.cTomek Mrugalski2017-06-281-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