summaryrefslogtreecommitdiff
path: root/client/clparse.c
Commit message (Expand)AuthorAgeFilesLines
* Don't request a specific lease time unless configured to do so.Ted Lemon1999-03-261-9/+3
* Pull up 1.15 clparse.cTed Lemon1998-07-101-11/+13
* Fix inconsistencies between signed and unsigned character declarations. Acc...Ted Lemon1998-06-251-4/+6
* Fix spellingTed Lemon1997-10-271-2/+2
* Add support for interfaces_requested flagTed Lemon1997-09-161-1/+4
* Handle the REJECT statementTed Lemon1997-06-021-1/+38
* Make parse_option_decl return the option structure it parsed. parse_ip_addr...Ted Lemon1997-05-091-28/+52
* Cast malloc so that we don't get an error on SunOSTed Lemon1997-03-291-2/+3
* Add backoff_cutoff and initial_interval parse keywords; fix send_options thinkoTed Lemon1997-03-291-3/+11
* Set up enough defaults that we can actually boot without a configuration file.Ted Lemon1997-03-281-1/+40
* Add an INIT-REBOOT timeout; don't ever call a static lease the active leaseTed Lemon1997-03-051-18/+32
* Fix some warningsTed Lemon1997-02-271-3/+3
* Add support for alias declarationTed Lemon1997-02-221-5/+16
* Add support for passing arbitrary options to server and for providing default...Ted Lemon1997-02-221-18/+67
* Parse arrays correctly; modify parse_X behaviour to facilitate thisTed Lemon1997-02-191-84/+141
* Parser for DHCP client config filesTed Lemon1997-02-181-0/+781