summaryrefslogtreecommitdiff
path: root/options.c
Commit message (Expand)AuthorAgeFilesLines
* Notice if client is NUL-terminating strings, and if it is, NUL-terminate them...Ted Lemon1996-09-111-6/+25
* Fix printf warningsTed Lemon1996-09-051-3/+4
* Fix printf prototypes (again)Ted Lemon1996-08-271-3/+3
* Fix printf formatsTed Lemon1996-06-241-2/+2
* Option buffer length miscalculatedTed Lemon1996-06-121-1/+1
* Fix off-by-one error on option expansion allocationTed Lemon1996-06-121-1/+3
* Delete unused automatic variablesTed Lemon1996-06-041-6/+0
* Various user-provided patchesTed Lemon1996-03-161-2/+5
* Keep a persistent database of leasesTed Lemon1996-03-021-2/+3
* replace cons_option implementation with something simpler.Ted Lemon1996-03-011-338/+98
* Fix buffer length calculations; always put mandatory options at the beginning...Ted Lemon1996-02-291-17/+199
* Change test for whether an option has been stored; always terminate the buffe...Ted Lemon1996-02-261-3/+13
* Zap debugging statementsTed Lemon1996-02-261-3/+2
* Incremental changes to support DHCP protocolTed Lemon1996-02-211-20/+20
* Intermediate changes to support actual DHCP protocol engineTed Lemon1996-02-211-4/+0
* *** empty log message ***Ted Lemon1996-02-111-7/+0
* Fixed many option bugs; added client for testingTed Lemon1996-02-071-17/+37
* More portable internet addresses; fix endian bug; fix parser bugsTed Lemon1996-02-061-4/+4
* DHCP Server DaemonTed Lemon1995-11-291-0/+556