summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcpd
AgeCommit message (Expand)Author
2008-09-15When checking if a syscall like open(), ioctl() or writev() failed compareClaudio Jeker
2008-09-10bzero' the option buffer with the correct buffer size. this fixesReyk Floeter
2008-07-21Initial stab at DHCPINFORM support. OK phessler@Todd C. Miller
2008-05-30correct size of iov[]; ralf.horstmann@gmx.deTheo de Raadt
2008-05-29appease stupid stupid gcc; ok millertTheo de Raadt
2008-05-25Don't error out if dhcpd-sync does not exist in /etc/services and noTodd C. Miller
2008-05-11fix sync.c to not puke if sync_lease called without sync_init.Bob Beck
2008-05-08Insert pad blocks after sub-messages to keep the structures aligned toTheo de Raadt
2008-05-08this should really only be in one file.Bob Beck
2008-05-08don't break dhcpd when not using synch mechanisms..Bob Beck
2008-05-07Add synchronisation support for dhcpd - this allows for two dhcpd'sBob Beck
2008-04-16Redo/clarify the logic for storing options in the various buffers.Kenneth R Westerback
2008-04-04option 144 is commonly used for tftp-config-file.David Gwynne
2008-03-17option 252 is generally used to specify an autoproxy-script on a subnet.David Gwynne
2008-01-18Call store_options() with correct cutoff values, i.e. ones not 7 bytesKenneth R Westerback
2007-12-30add missing space between argument names and ellipsisIgor Sobrado
2007-12-23for "fixed-address", note that no lease is generated; after someJason McIntyre
2007-12-23remove double word in comment;Jason McIntyre
2007-10-29More tweaking of option processing, this time around the creation ofKenneth R Westerback
2007-10-28Remove duplicate DHO_HOST_NAME entry and add missingKenneth R Westerback
2007-10-27Rework option storing so the code is readable, and eliminate oddKenneth R Westerback
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