summaryrefslogtreecommitdiff
path: root/server/confpars.c
Commit message (Expand)AuthorAgeFilesLines
...
* Move to reference-based expression allocation.Ted Lemon1998-11-061-61/+124
* Get rid of root group defaults. Merge trees into expressions. Allow host ...Ted Lemon1998-06-251-753/+282
* Move option name parsing into its own function. Use parse_cshl to parse col...Ted Lemon1998-04-201-79/+376
* Add min-lease-time, min-secs and use-lease-addr-for-default-route. Allow em...Ted Lemon1998-04-091-2/+36
* Allow unnamed host declarations.Ted Lemon1998-03-171-4/+10
* Clean up unsigned char vs. signed char discrepencies.Ted Lemon1998-03-161-4/+6
* Prevent some type incompatibility warnings.Ted Lemon1998-03-151-4/+6
* Fix up handling of hostnameTed Lemon1997-10-271-2/+7
* parse_string eats the semicolonDHCP-970609Ted Lemon1997-06-101-3/+2
* Don't trust client to provide a valid hostname. Be lenient in parsing client...Ted Lemon1997-06-101-7/+9
* Use a different bit for hostname than for client-hostnameTed Lemon1997-06-031-2/+2
* Move parse_host_name to parse.c. Add support for recording client-supplied ...Ted Lemon1997-05-091-56/+22
* Support abandoned keyword in leasesTed Lemon1997-03-061-1/+6
* Add allow and deny keywords; allow or deny bootp service, booting (for known ...Ted Lemon1997-02-221-1/+52
* Move common parsing functions into a seperate file, so the DHCP client and se...Ted Lemon1997-02-181-519/+4
* Initialize declaration variableTed Lemon1996-12-311-2/+2
* replace ARPHRD with HTYPETed Lemon1996-11-081-6/+3
* Remove dynamic bootp conflict checker; parse true booleans correctlyTed Lemon1996-09-131-8/+4
* Don't use server-identifier to initialize next_serverTed Lemon1996-09-111-4/+1
* Add use-host-decl-names keywordTed Lemon1996-09-091-3/+18
* Support for -lf and -cf flagsTed Lemon1996-09-021-7/+7
* Remove dead local variables; fix shared-network subnet list codeTed Lemon1996-08-301-14/+6
* Add get-lease-hostnames parameterTed Lemon1996-08-291-1/+8
* Fix signed/unsigned char type mismatchTed Lemon1996-08-291-2/+3
* Don't proceed if errors are found in dhcpd.confTed Lemon1996-08-291-3/+5
* Rehash nomenclature; allow range declaration to take a single addressTed Lemon1996-08-291-152/+167
* Fix BNF comments; neaten up; minor parser fixesTed Lemon1996-08-281-129/+189
* redo parser for new file formatTed Lemon1996-08-271-449/+581
* allow hardware addresses tobe up to 16 bytes independent of the hardware typeTed Lemon1996-06-271-5/+21
* Change printf formats to not assume longs and ints are the same sizeTed Lemon1996-06-241-5/+5
* Fix a couple of off-by-one malloc errorsTed Lemon1996-06-121-2/+2
* Fix ANSI string botch, allocate space for NUL on ASCII stringTed Lemon1996-06-101-2/+2
* Delete unused automatic variablesTed Lemon1996-06-041-2/+0
* Initialize shared_network interfaceTed Lemon1996-06-011-0/+2
* Add X code to option parser to handle data that might be ASCII text or colon-...Ted Lemon1996-06-011-0/+34
* Add some code to convince foolish compilers variables have been initializedTed Lemon1996-05-251-0/+7
* Add tlname variable to store pointer to name of file being parsed; let parse_...Ted Lemon1996-05-231-13/+14
* Fix typoTed Lemon1996-05-221-1/+1
* shared network support; dynamic bootp support; BOOTP sname support; add warni...Ted Lemon1996-05-221-63/+288
* Fix copyrights; fix typos; take out TM_GMT garbageTed Lemon1996-05-191-9/+3
* Preinitialize static lease structure to avoid accidentally shadowing values a...Ted Lemon1996-05-171-5/+21
* jmp_buf could be struct or array - macrofy references so that can be configur...Ted Lemon1996-05-161-66/+67
* Various user-provided patchesTed Lemon1996-03-161-2/+5
* Don't try to parse the lease file if it's not thereTed Lemon1996-03-061-1/+3
* Disable some debugging statementsTed Lemon1996-03-021-3/+0
* Keep a persistent database of leasesTed Lemon1996-03-021-0/+32
* Parse user and vendor class declarations; fix rounding error in convert_num; ...Ted Lemon1996-02-291-7/+88
* Incremental changes to support DHCP protocolTed Lemon1996-02-211-24/+119
* Intermediate changes to support actual DHCP protocol engineTed Lemon1996-02-211-0/+16
* Fixed many option bugs; added client for testingTed Lemon1996-02-071-1/+2