summaryrefslogtreecommitdiff
path: root/confpars.c
Commit message (Expand)AuthorAgeFilesLines
* Fix date parse off-by-one-day errorTed Lemon1997-05-091-3/+3
* Decrement tm_mday by 1 because it starts at 1, not zero.Ted Lemon1997-04-031-2/+2
* Add lease file keyword for abandoned leasesTed Lemon1997-03-291-2/+7
* 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
* More portable internet addresses; fix endian bug; fix parser bugsTed Lemon1996-02-061-20/+45
* DHCP Server DaemonTed Lemon1995-11-291-0/+1048