summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcpd
AgeCommit message (Expand)Author
2007-10-21Take even more care to ensure the max message size is atKenneth R Westerback
2007-10-21Last bit of (planned) tidy up in cons_options(). Join some lines,Kenneth R Westerback
2007-10-21Tidy up, make usual case exit faster, eliminate variable. No functionalKenneth R Westerback
2007-10-19Make sure bufix is updated after copying options into the first overflowKenneth R Westerback
2007-10-19Be a bit more paranoid and initialize all valid options buffers withKenneth R Westerback
2007-10-19Fix obvious typos and write DHO_PAD and DHO_END into correct options overflowKenneth R Westerback
2007-10-19Correct the value returned by cons_options in the case where overload buffersKenneth R Westerback
2007-10-19Ensure that main_buffer_size is set to a value less than or equal toKenneth R Westerback
2007-10-09"Minimum IP MTU" means what it says. Ensure that packets returned byKenneth R Westerback
2007-10-06Allow the various pf table actions to operate independently. For example,Chris Kuethe
2007-07-24use 1 vs. -1 for true; ok henning@ krw@Kevin Steves
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-15use the correct fd for poll. we're waiting on the pipe, not pfTed Unangst
2007-03-02spaces and comment to sync to dhclient dhcp.h; no binary changeKevin Steves
2007-03-02pull in spaces array overflow fixes from dhclientHenning Brauer
2007-02-26don't leak memory, from dhclient; ok krw@Kevin Steves
2007-02-22another dead extern; Mark Lumsden <mark@cyodesigns.com>Henning Brauer
2007-02-18unused extern declHenning Brauer
2007-02-17-q flag is unused (old shared code from dhclient); spotted by mark@cyodesignsTheo de Raadt
2007-02-17no code for -p, so remove from man page and usage();Jason McIntyre
2007-02-06spacesKevin Steves
2007-02-06remove some dangling function prototypesKevin Steves
2007-02-01Don't count ethernet as overhead for UDP packet constuction. GivesKenneth R Westerback
2007-01-11remove unused #define DHCP_MIN_LENKevin Steves
2007-01-04<sys/un.h> not neededKevin Steves
2006-12-18align, no binary changeKevin Steves
2006-12-17remove one-lease-per-client parameter which was never implemented (itKevin Steves
2006-12-15small KNFKevin Steves
2006-12-15typo in commentKevin Steves
2006-12-12remove unused #defines; no binary changeKevin Steves
2006-12-12<signal.h> not neededKevin Steves
2006-12-11spacesKevin Steves
2006-11-22sync dhclient and dhcpd parse.c areas where we can.Kevin Steves
2006-11-22small header cleanup:Kevin Steves
2006-11-22fix some warning messages and comments in parse_date(); ok henning@Kevin Steves
2006-11-21remove unused #defines;Kevin Steves
2006-11-21re-order includes and eliminate duplicates, no binary change; ok henning@Kevin Steves
2006-11-20KNF (no space before '['); ok henning@Kevin Steves
2006-11-08remove another irrelevant reference; ok jmc@Kevin Steves
2006-11-07remove some irrelevant references; spotted by steveskJason McIntyre
2006-10-20indentTheo de Raadt
2006-08-09Fix a reliability issue in dhcpd where a DHCPDISCOVER packet with a 32-byteChad Loder
2006-08-09typo in example config; ok henning@Kevin Steves
2006-06-14sort options;Jason McIntyre
2006-06-14This diff allows dhcpd to put active leases into a pf table. Dhcpd will thenChris Kuethe
2006-06-14Move the transmission of privsep messages into its own function. WhereverChris Kuethe
2006-06-14Avoid changing pf tables when table name is NULLChris Kuethe
2006-06-13typo; from sstullJason McIntyre
2006-06-01Sort options in usage. From jmc.Chris Kuethe
2006-05-31Missing $OpenBSD$ tag. Spotted by Masao Uebayashi.Chris Kuethe