summaryrefslogtreecommitdiff
path: root/dhcpd.c
Commit message (Expand)AuthorAgeFilesLines
* Split daemonization code so that fatal parse errors get logged to startup con...Ted Lemon1997-03-291-15/+18
* 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
* Fix usage nitTed Lemon1996-09-091-2/+2
* Oops - debug faux pasTed Lemon1996-09-021-4/+4
* Support for -lf and -cf flags; debogosify DEBUG behaviourTed Lemon1996-09-021-11/+28
* Use a full-sized int to bounds-check port numberTed Lemon1996-08-301-5/+8
* Fix logging to stderrTed Lemon1996-08-291-3/+8
* Make sure specified UDP port is validTed Lemon1996-08-291-5/+14
* Don't proceed if errors are found in dhcpd.confTed Lemon1996-08-291-4/+4
* Make log_perror an external; don't use LOG_PERROR - instead, do the work in e...Ted Lemon1996-08-281-21/+6
* Add options to not go into daemon mode; log errors to stderr as well as syslo...Ted Lemon1996-08-271-28/+87
* Allow interfaces to be specified on the command lineTed Lemon1996-06-271-1/+14
* Delete unused automatic variables; don't put copyright string in ifdef lintTed Lemon1996-06-041-10/+2
* Print version number + copyright banner on startupTed Lemon1996-06-011-2/+2
* Lose bogus -a processing; display startup bannerTed Lemon1996-05-311-17/+7
* Don't use setlogmask() on 4.2BSD syslog machinesTed Lemon1996-05-281-0/+2
* log_facility -> log_priorityTed Lemon1996-05-221-1/+1
* move do_packet to dispatchTed Lemon1996-05-221-53/+0
* Add global options; use putenv to set TZ environment variable; shared network...Ted Lemon1996-05-221-3/+21
* Fix copyrightTed Lemon1996-05-201-1/+1
* Add support for broken old 4.2BSD syslogTed Lemon1996-05-171-0/+7
* Unlink dhcpd.pid file before writing so that we don't leave garbage at the endTed Lemon1996-05-161-0/+1
* Don't malloc packet structure - it's not persistent; lose pick_interfaces int...Ted Lemon1996-05-121-44/+31
* Remove code for handling multiple interfaces (it's been abstracted into other...Ted Lemon1996-04-111-47/+0
* Various user-provided patchesTed Lemon1996-03-161-2/+2
* Delete old debugging messageTed Lemon1996-03-061-1/+0
* Keep a persistent database of leasesTed Lemon1996-03-021-0/+3
* Clean up debugTed Lemon1996-02-291-1/+1
* Figure out dhcp packet type and store it in packet structureTed Lemon1996-02-261-0/+3
* Remove dump_packet function (moved to print.c)Ted Lemon1996-02-251-36/+0
* Incremental changes to support DHCP protocolTed Lemon1996-02-211-8/+6
* Intermediate changes to support actual DHCP protocol engineTed Lemon1996-02-211-6/+46
* *** empty log message ***Ted Lemon1996-02-111-0/+2
* 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-6/+9
* DHCP Server DaemonTed Lemon1995-11-291-0/+256