]> git.ipfire.org Git - thirdparty/dhcp.git/history - client/clparse.c
- Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]
[thirdparty/dhcp.git] / client / clparse.c
2007-05-19  David Hankins- Replaced ./configure shellscripting with GNU Autoconf...
2007-05-08  David HankinsDHCPv6 branch merged to HEAD.
2007-01-29  Shane KerrSpelling fixes. See RT ticket 16513 for details.
2006-06-01  David Hankins- Varying option space code and length bit widths ...
2006-05-15  David Hankins- The dhclient 'reject ...;' statement, which rejects...
2006-02-24  David Hankins- Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into...
2005-03-17  David HankinsMASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD...
2001-06-27  Ted LemonMerge changes between 3.0rc7 and 3.0rc8pl2.
2001-05-04  Ted LemonOops, don't go line-oriented when parsing client config.
2001-05-02  Ted LemonAdd line-oriented argument to new_parse().
2001-04-05  Ted LemonMake the omapi statement in the client config actually...
2001-03-22  Ted Lemonclient_script_name -> path_dhclient_script
2001-03-17  Ted LemonSupport NUL characters in STRING tokens.
2001-03-01  Ted LemonChange EOF to END_OF_FILE in tokenizer for enum compati...
2001-02-26  Ted LemonFix up NetBSD/alpha build.
2001-02-12  Ted LemonFix a gnarly memory allocation bug.
2001-01-25  Ted LemonAdd support for 'on transmission'
2001-01-16  Ted LemonLet the generic parser parse send statements.
2000-11-28  Ted LemonMove some general functions into the common parser.
2000-11-24  Ted Lemon- Fix pretty printing of encapsulation options.
2000-10-10  Ted LemonSupport client-side vendor option space definitions.
2000-08-03  Damien NeilAdded authentication support. The tsig_key structure...
2000-07-20  Ted LemonInitialize the environment rather than using temporary...
2000-06-24  Ted LemonParse an OMAPI port out of the config file.
2000-06-12  Ted Lemon- Fix interface_dummy to notice reference error.
2000-06-02  Ted LemonRework DHCP lease state handling to be compatible with...
2000-05-16  Ted Lemon- Fix all the OMAPI objects in the DHCP server and...
2000-04-06  Ted LemonSupport auth-key and key statements.
2000-03-17  Ted LemonGo back to the BSD license.
2000-01-26  Ted LemonFix compilation errors introduced in the last set of...
2000-01-25  Ted LemonSupport new debugging malloc.
2000-01-08  Ted LemonExtra argument for parse_executable_statement.
1999-11-13  Ted LemonMake dummy parse_allow_deny. Allow empty request...
1999-10-12  Ted LemonFix up args to printf-like functions (thanks to Pedro...
1999-10-07  Ted LemonGet a clean compile with all known gcc warnings.
1999-10-01  Ted LemonFix typo.
1999-10-01  Ted LemonArrange not to free the static requested option array.
1999-10-01  Ted LemonTransmogrify for use with seperate parse structures.
1999-07-17  Ted LemonFix statement parsing calls.
1999-04-05  Ted Lemon- Support option space declarations.
1999-03-26  Ted LemonPull up changes in Patchlevel 19
1999-03-25  Ted LemonSupport option code definition.
1999-03-16  Ted LemonSanitize Solaris build. V3-ALPHA-19990315
1999-03-16  Ted LemonUpdate license.
1999-03-10  Ted LemonAllocate space for NUL terminator.
1999-03-09  Ted LemonParse authentication stuff out of config file.
1999-03-09  Ted LemonSet up back-pointer when allocating client based on...
1999-02-25  Ted LemonSync with 2.0b1pl16. Fix some pool allocation problems.
1999-02-24  Ted LemonChange names of error functions to be more consistent.
1998-11-11  Ted LemonUse scoping correctly.
1998-11-09  Ted LemonAdd support for pseudo-clients
1998-11-06  Ted LemonClean up some statement parsing bugs.
1998-11-05  Ted LemonFix up all the option handling code to use evaluation...
1998-10-22  Ted LemonIntermediary changes
1998-04-20  Ted LemonMove option name parsing to its own function.
1998-03-16  Ted LemonDon't *require* a /etc/dhclient.conf file.
1998-03-16  Ted LemonSigned vs. unsigned char fixes
1997-10-27  Ted LemonFix spelling
1997-09-16  Ted LemonAdd support for interfaces_requested flag
1997-06-02  Ted LemonHandle the REJECT statement
1997-05-09  Ted LemonMake parse_option_decl return the option structure...
1997-03-29  Ted LemonCast malloc so that we don't get an error on SunOS
1997-03-29  Ted LemonAdd backoff_cutoff and initial_interval parse keywords...
1997-03-28  Ted LemonSet up enough defaults that we can actually boot withou...
1997-03-05  Ted LemonAdd an INIT-REBOOT timeout; don't ever call a static...
1997-02-27  Ted LemonFix some warnings
1997-02-22  Ted LemonAdd support for alias declaration
1997-02-22  Ted LemonAdd support for passing arbitrary options to server...
1997-02-19  Ted LemonParse arrays correctly; modify parse_X behaviour to...
1997-02-18  Ted LemonParser for DHCP client config files