summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd/dhcpd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Pull in <time.h> for one or more of gmtime, strftime, strptime, time,guenther2016-08-271-1/+2
* Remove pledge(2)'s that are called before chroot(2) since in the near futuremestre2016-04-271-6/+2
* Eliminate #include inside *.h files and include only needed headers inkrw2016-02-061-3/+20
* pledge.krw2015-12-141-10/+23
* Keep track of the last time we scanned the leases to find expiredkrw2015-02-101-6/+6
* Close appropriate ends of pfpipe. Lets pf table process die when dhcpdkrw2015-02-071-1/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+5
* Add -u option to bind UDP port as a socket to answer DHCPINFORM fromyasuoka2014-07-111-7/+21
* back out the previous ICMP simplifying diff, it caused livelocks.pelikan2014-05-071-2/+2
* Don't call the BOOTP handler indirectly.pelikan2014-05-051-2/+1
* Don't call the ICMP handler indirectly + clean up a bit.pelikan2014-05-051-2/+2
* We run getopt() twice to know if dhcp-sync is used. To make this workclaudio2010-12-151-2/+2
* Fix the naming of interfaces and variables for rdomains and rtablesguenther2010-07-031-3/+3
* If interfaces are specified, get their rdomain and bind dhcpd into the sameclaudio2010-04-191-7/+11
* appease stupid stupid gcc; ok millertderaadt2008-05-291-2/+2
* Don't error out if dhcpd-sync does not exist in /etc/services and nomillert2008-05-251-7/+21
* this should really only be in one file.beck2008-05-081-2/+1
* Add synchronisation support for dhcpd - this allows for two dhcpd'sbeck2008-05-071-5/+34
* add missing space between argument names and ellipsissobrado2007-12-301-2/+2
* use 1 vs. -1 for true; ok henning@ krw@stevesk2007-07-241-3/+3
* -q flag is unused (old shared code from dhclient); spotted by mark@cyodesignsderaadt2007-02-171-4/+2
* no code for -p, so remove from man page and usage();jmc2007-02-171-2/+2
* small header cleanup:stevesk2006-11-221-2/+3
* sort options;jmc2006-06-141-2/+2
* This diff allows dhcpd to put active leases into a pf table. Dhcpd will thenckuethe2006-06-141-5/+49
* Sort options in usage. From jmc.ckuethe2006-06-011-5/+5
* This diff makes dhcpd able to manipulate pf tables on certain lease events.ckuethe2006-05-311-6/+38
* If a list of interfaces is supplied via the command line orkrw2006-05-111-3/+2
* -endpwenthenning2005-05-231-2/+1
* more setres[ug]id; ok deraadt@djm2005-05-021-3/+3
* change the undocumented -t flag to -n used for configuration testingcanacar2004-10-311-15/+9
* avoid aliasing with libc functions; ok henningderaadt2004-09-161-4/+4
* Avoid following a NULL pointer if a hostname lookup fails andmillert2004-09-091-2/+2
* like always I missed tzset(); Ben Lovett <ben@tilderoot.com>henning2004-05-121-1/+3
* remove things not used, spotted by lint mostly; ok henningderaadt2004-05-041-4/+1
* filter writes and lock bpf descriptor, ok henning@canacar2004-04-211-5/+6
* fix the error message in case the _dhcp user does not existhenning2004-04-211-2/+2
* don't allow the port to be changed here eitherhenning2004-04-201-20/+5
* various knf; henning okderaadt2004-04-181-8/+7
* dhcpd may be invoked without any interface givenhenning2004-04-181-4/+1
* a bunch of knf, ok henningderaadt2004-04-161-2/+2
* chroot and drop privileges after startuphenning2004-04-151-1/+16
* - trim/update AUTHORSjmc2004-04-151-3/+3
* spacesderaadt2004-04-141-3/+3
* KNF, ansi and suchhenning2004-04-141-58/+43
* getopthenning2004-04-141-53/+48
* less pathetic usage(), and I felt free to remove the helpfullhenning2004-04-141-29/+20
* remove pidfile gunk, use daemon, and get rid of some debugging craphenning2004-04-141-89/+9
* don't print half a terminal worth of vixie advertising at startup and in usagehenning2004-04-141-38/+9
* more crap bites the dusthenning2004-04-141-2/+2