summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in classing codeTed Lemon1996-12-311-2/+2
* Initialize declaration variableTed Lemon1996-12-311-2/+2
* Fix case where dynamic BOOTP for a known client with no applicable fixed addr...Ted Lemon1996-12-311-3/+4
* replace ARPHRD with HTYPETed Lemon1996-11-081-6/+3
* Return after rejecting unknown BOOTP clientTed Lemon1996-11-081-5/+12
* Remove dynamic bootp conflict checker; parse true booleans correctlyTed Lemon1996-09-131-8/+4
* Update boot-unknown-clients documentationTed Lemon1996-09-122-156/+156
* Allow restricted dynamic bootp for known bootp hostsTed Lemon1996-09-121-11/+12
* Close std{in,out,err} when daemonizingTed Lemon1996-09-121-1/+4
* discover_interfaces() needs to behave differently for client and serverTed Lemon1996-09-111-2/+2
* Don't use server-identifier to initialize next_serverTed Lemon1996-09-111-4/+1
* Notice if client is NUL-terminating strings, and if it is, NUL-terminate them...Ted Lemon1996-09-111-3/+10
* Add argument to cons_optionsTed Lemon1996-09-111-2/+2
* Fix usage nitTed Lemon1996-09-091-2/+2
* Add use-host-decl-names keywordTed Lemon1996-09-093-259/+307
* Document new netmask behaviour; document new requirement that all interfaces ...Ted Lemon1996-09-052-387/+400
* Fix syntax botch in host decl exampleTed Lemon1996-09-052-6/+7
* mockup_lease() now supplies uid info if present; supply subnet mask from subn...Ted Lemon1996-09-051-12/+60
* All unnamed options now take the X format, which means either an ASCII string...Ted Lemon1996-09-042-158/+239
* Oops - debug faux pasTed Lemon1996-09-021-4/+4
* Support for -lf and -cf flags; debogosify DEBUG behaviourTed Lemon1996-09-021-11/+28
* Support for -lf and -cf flagsTed Lemon1996-09-024-148/+165
* Use a full-sized int to bounds-check port numberTed Lemon1996-08-301-5/+8
* Remove dead local variables; fix shared-network subnet list codeTed Lemon1996-08-301-14/+6
* RegeneratedTed Lemon1996-08-301-637/+901
* Add get-lease-hostnames parameterTed Lemon1996-08-293-902/+658
* Fix logging to stderrTed Lemon1996-08-291-3/+8
* Fix signed/unsigned char type mismatchTed Lemon1996-08-292-4/+6
* Make sure specified UDP port is validTed Lemon1996-08-291-5/+14
* Don't proceed if errors are found in dhcpd.confTed Lemon1996-08-292-7/+9
* Update documentationTed Lemon1996-08-294-870/+1538
* Rehash nomenclature; allow range declaration to take a single addressTed Lemon1996-08-291-152/+167
* Convert to new formatTed Lemon1996-08-281-28/+45
* Make log_perror an external; don't use LOG_PERROR - instead, do the work in e...Ted Lemon1996-08-281-21/+6
* Add special support for hostname optionTed Lemon1996-08-281-2/+15
* Fix BNF comments; neaten up; minor parser fixesTed Lemon1996-08-281-129/+189
* Add options to not go into daemon mode; log errors to stderr as well as syslo...Ted Lemon1996-08-271-28/+87
* Document command line switches (needs more work)Ted Lemon1996-08-272-67/+164
* Make database code more robust; notice more errors; new lease file format; do...Ted Lemon1996-08-271-19/+75
* redo parser for new file formatTed Lemon1996-08-271-449/+581
* Don't try to respond to packets if we can't figure where they came from; add ...Ted Lemon1996-08-271-46/+110
* Don't try to respond to packets if we can't figure where they came from; add ...Ted Lemon1996-08-271-22/+27
* Allow interfaces to be specified on the command lineTed Lemon1996-06-271-1/+14
* Find_lease should not reallocate leases to clients if the UID differsTed Lemon1996-06-271-0/+18
* allow hardware addresses tobe up to 16 bytes independent of the hardware typeTed Lemon1996-06-271-5/+21
* Ensure that dhcp packets are at least BOOTP_MIN_LEN bytes long when sending t...Ted Lemon1996-06-241-0/+9
* Change printf formats to not assume longs and ints are the same sizeTed Lemon1996-06-241-5/+5
* Ensure that bootp packets are at least BOOTP_MIN_LEN bytes longTed Lemon1996-06-241-1/+2
* More informative syslog report on BOOTREPLYTed Lemon1996-06-121-2/+2
* Use standard IP stack to send responses to clients with known IP addressesTed Lemon1996-06-121-0/+9