summaryrefslogtreecommitdiff
path: root/client/clparse.c
Commit message (Expand)AuthorAgeFilesLines
* copy rights updateWlodek Wencel2022-01-251-1/+1
* [#189] Whitespace fixes in opened filesTomek Mrugalski2022-01-201-11/+11
* [#189] ISC address updatedTomek Mrugalski2022-01-201-2/+2
* [#64,!35] Restored workThomas Markwalder2019-11-221-18/+10
* [master] Replaced licensing text with MPL licensing text throughoutThomas Markwalder2017-07-121-4/+4
* [master] Added lease-id-format to server and clientThomas Markwalder2016-03-041-13/+56
* Merged rt35711c (DHCPv4-over-DHCPv6 support)Francis Dupont2016-02-231-2/+40
* [master] Add -df option to client code to help share DUIDsShawn Routhier2014-05-161-0/+39
* [master] Remove vix.com and nominum.comShawn Routhier2014-01-261-7/+1
* - Silence benign static analysis warnings.Mark Andrews2013-05-151-35/+34
* Fixed many compilation problems ("set, but not used" warnings) forTomek Mrugalski2012-03-091-3/+10
* Several time related improvements:Tomek Mrugalski2011-04-211-3/+17
* Fixes to lease input and output.Shawn Routhier2010-09-131-46/+19
* Update copyright yearsShawn Routhier2009-11-241-1/+1
* Support for asynchronous ddns per ticket 19216 - convert to using isclib andShawn Routhier2009-10-281-1/+1
* 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-0/+13
* - If configured, dhclient may now transmit to an anycast MAC address,David Hankins2009-03-131-0/+11
* merge 17621Francis Dupont2008-05-231-2/+1
* Check whether files are zero length before parsing them [rt17757]Evan Hunt2008-03-071-15/+20
* DHCPv6 released resources are now marked as released by the clientFrancis Dupont2008-02-201-0/+5
* Updated copyright strings for 4.1.0a1 releaseEvan Hunt2008-01-241-1/+1
* Cleanup IA_NA dependenciesFrancis Dupont2008-01-021-3/+391
* dhc6_lease_destroy() and dhc6_ia_destroy() now set lease and IAEvan Hunt2007-12-081-5/+5
* - The server will now include multiple IA_NA's and multiple IAADDRs withinDavid Hankins2007-11-141-2/+1
* Remove unreviewed sources from HEAD.David Hankins2007-11-061-1/+2
* Might even work.David Hankins2007-10-301-2/+1
* Client bugs introduced in development repaired. [ISC-Bugs #17192]David Hankins2007-10-051-1/+4
* Unused variable caught by gcc -Wall on 64-bit Linux.Shane Kerr2007-08-231-1/+0
* - 'request' and 'also request' syntaxes have been added to accomodateDavid Hankins2007-08-231-30/+144
* Code cleanup to remove warnings from "gcc -Wall".Shane Kerr2007-07-131-24/+11
* Copyright++David Hankins2007-05-191-2/+2
* - Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]David Hankins2007-05-191-1/+7
* DHCPv6 branch merged to HEAD.David Hankins2007-05-081-9/+525
* Spelling fixes. See RT ticket 16513 for details.Shane Kerr2007-01-291-2/+2
* - Varying option space code and length bit widths (8/16/32) are nowDavid Hankins2006-06-011-11/+14
* - The dhclient 'reject ...;' statement, which rejects leases given by namedDavid Hankins2006-05-151-10/+35
* - Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into HEAD (silenceDavid Hankins2006-02-241-6/+11
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-171-47/+65
* Merge changes between 3.0rc7 and 3.0rc8pl2.Ted Lemon2001-06-271-31/+62
* Oops, don't go line-oriented when parsing client config.Ted Lemon2001-05-041-4/+4
* Add line-oriented argument to new_parse().Ted Lemon2001-05-021-4/+4
* Make the omapi statement in the client config actually work.Ted Lemon2001-04-051-1/+2
* client_script_name -> path_dhclient_scriptTed Lemon2001-03-221-5/+23
* Support NUL characters in STRING tokens.Ted Lemon2001-03-171-58/+58
* Change EOF to END_OF_FILE in tokenizer for enum compatibility.Ted Lemon2001-03-011-8/+8
* Fix up NetBSD/alpha build.Ted Lemon2001-02-261-3/+3
* Fix a gnarly memory allocation bug.Ted Lemon2001-02-121-5/+6
* Add support for 'on transmission'Ted Lemon2001-01-251-4/+19
* Let the generic parser parse send statements.Ted Lemon2001-01-161-51/+10